feidfoe commited on
Commit
1028786
1 Parent(s): ff605a2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -1
README.md CHANGED
@@ -7,4 +7,17 @@ language:
7
  - en
8
  pipeline_tag: text-generation
9
  ---
10
- This code is a reproduction of [Meta-Math](https://huggingface.co/meta-math/MetaMath-7B-V1.0)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  - en
8
  pipeline_tag: text-generation
9
  ---
10
+ This code is a reproduction of [Meta-Math](https://huggingface.co/meta-math/MetaMath-7B-V1.0).
11
+ We follow the training instructions described in the original repo as much as possible with minimal modifications.
12
+
13
+ ## Prompt
14
+ Unlike the original Meta-math model, we do not use any instructions.
15
+
16
+ """
17
+
18
+ Problem: {query_problem}\nSolution: {gt_solution}
19
+
20
+ """
21
+
22
+ The {gt_solution} is provided in the training stage, whereas it is empty string in the evaluation stage.
23
+