Update README.md
Browse files
README.md
CHANGED
|
@@ -5,12 +5,14 @@ language:
|
|
| 5 |
- en
|
| 6 |
base_model:
|
| 7 |
- mistralai/Mistral-7B-v0.1
|
| 8 |
-
license:
|
| 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)
|
|
|
|
|
|
|
|
|
| 5 |
- en
|
| 6 |
base_model:
|
| 7 |
- mistralai/Mistral-7B-v0.1
|
| 8 |
+
license: mit
|
| 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
|