Update README.md
Browse files
README.md
CHANGED
@@ -5,6 +5,12 @@ language:
|
|
5 |
- en
|
6 |
base_model:
|
7 |
- mistralai/Mistral-7B-v0.1
|
|
|
|
|
|
|
|
|
|
|
8 |
---
|
9 |
|
|
|
10 |
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: apache-2.0
|
9 |
+
metrics:
|
10 |
+
- accuracy
|
11 |
+
pipeline_tag: text2text-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)
|