QizhiPei commited on
Commit
3cdcccf
·
verified ·
1 Parent(s): 0933c67

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -5,12 +5,14 @@ language:
5
  - en
6
  base_model:
7
  - deepseek-ai/deepseek-math-7b-base
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)
 
 
 
5
  - en
6
  base_model:
7
  - deepseek-ai/deepseek-math-7b-base
8
+ license: mit
9
  metrics:
10
  - accuracy
11
+ pipeline_tag: question-answering
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