Add pipeline tag, library name, and license; link to code
#1
by
nielsr
HF Staff
- opened
README.md
CHANGED
@@ -1,11 +1,17 @@
|
|
1 |
---
|
|
|
|
|
2 |
datasets:
|
3 |
- QizhiPei/MathFusionQA
|
4 |
language:
|
5 |
- en
|
6 |
-
|
7 |
-
|
|
|
8 |
---
|
9 |
|
|
|
|
|
|
|
10 |
|
11 |
-
|
|
|
1 |
---
|
2 |
+
base_model:
|
3 |
+
- meta-llama/Meta-Llama-3-8B
|
4 |
datasets:
|
5 |
- QizhiPei/MathFusionQA
|
6 |
language:
|
7 |
- en
|
8 |
+
pipeline_tag: question-answering
|
9 |
+
library_name: transformers
|
10 |
+
license: mit
|
11 |
---
|
12 |
|
13 |
+
Paper: [MathFusion: Enhancing Mathematic Problem-solving of LLM through Instruction Fusion](https://arxiv.org/abs/2503.16212)
|
14 |
+
|
15 |
+
MathFusion enhances mathematical reasoning through cross-problem instruction synthesis, implementing sequential, parallel, and conditional fusion strategies.
|
16 |
|
17 |
+
Code: https://github.com/QizhiPei/MathFusion
|