Longhui98 commited on
Commit
3fa5141
1 Parent(s): b23ee9c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -31,11 +31,15 @@ pip install protobuf
31
 
32
  ## Model Usage
33
 
 
34
  '''
 
35
  "Below is an instruction that describes a task. "
36
  "Write a response that appropriately completes the request.\n\n"
37
  "### Instruction:\n{instruction}\n\n### Response: Let's think step by step."
 
38
  '''
 
39
  where you need to use your query question to replace the {instruction}
40
 
41
  There are another interesting repo about Arithmo-Mistral-7B in https://huggingface.co/akjindal53244/Arithmo-Mistral-7B, where they combine our MetaMathQA dataset and MathInstruct datasets to train a powerful model. Thanks agian for their contributions.
 
31
 
32
  ## Model Usage
33
 
34
+ prompting template:
35
  '''
36
+
37
  "Below is an instruction that describes a task. "
38
  "Write a response that appropriately completes the request.\n\n"
39
  "### Instruction:\n{instruction}\n\n### Response: Let's think step by step."
40
+
41
  '''
42
+
43
  where you need to use your query question to replace the {instruction}
44
 
45
  There are another interesting repo about Arithmo-Mistral-7B in https://huggingface.co/akjindal53244/Arithmo-Mistral-7B, where they combine our MetaMathQA dataset and MathInstruct datasets to train a powerful model. Thanks agian for their contributions.