Update README.md
Browse files
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
|
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
|