QizhiPei commited on
Commit
90b054d
·
verified ·
1 Parent(s): ab0a73d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -8,9 +8,11 @@ base_model:
8
  license: llama3
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)
 
 
 
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