Update README.md
Browse files
README.md
CHANGED
@@ -8,9 +8,11 @@ base_model:
|
|
8 |
license: llama3
|
9 |
metrics:
|
10 |
- accuracy
|
11 |
-
pipeline_tag:
|
12 |
library_name: transformers
|
13 |
---
|
14 |
|
15 |
|
16 |
-
Paper: [MathFusion: Enhancing Mathematic Problem-solving of LLM through Instruction Fusion](https://arxiv.org/abs/2503.16212)
|
|
|
|
|
|
8 |
license: llama3
|
9 |
metrics:
|
10 |
- accuracy
|
11 |
+
pipeline_tag: text-generation
|
12 |
library_name: transformers
|
13 |
---
|
14 |
|
15 |
|
16 |
+
Paper: [MathFusion: Enhancing Mathematic Problem-solving of LLM through Instruction Fusion](https://arxiv.org/abs/2503.16212)
|
17 |
+
|
18 |
+
Code: https://github.com/QizhiPei/MathFusion
|