zihanliu commited on
Commit
2099899
·
verified ·
1 Parent(s): 009977d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -80,7 +80,7 @@ response = tokenizer.batch_decode(generated_ids, skip_special_tokens=True)[0]
80
  ## Usage Recommendations
81
 
82
  1. Don't include a system prompt; instead, place all instructions directly in the user prompt.
83
- 2. We recommend using the following prompt format for math questions:<br>*<|begin▁of▁sentence|><|User|>{math_question}\nPlease reason step by step, and put your final answer within \boxed{}.<|Assistant|><think>\n*
84
 
85
 
86
  ## Correspondence to
 
80
  ## Usage Recommendations
81
 
82
  1. Don't include a system prompt; instead, place all instructions directly in the user prompt.
83
+ 2. We recommend using the following prompt format for math questions:<br>*<|begin▁of▁sentence|><|User|>{math_question}\nPlease reason step by step, and put your final answer within \boxed{}.<|Assistant|>\<think\>\n*
84
 
85
 
86
  ## Correspondence to