zqh11 commited on
Commit
3078283
1 Parent(s): c2a7935

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -29,8 +29,8 @@ Here give some examples of how to use our model.
29
  **Chat Completion**
30
 
31
  ❗❗❗ Please use chain-of-thought prompt to test DeepSeekMath-Instruct and DeepSeekMath-RL:
32
- * English questions: `{question}\nPlease reason step by step, and put your final answer within \\boxed{}.`
33
- * Chinese questions: `{question}\n请通过逐步推理来解答问题,并把最终答案放置于\\boxed{}中。`
34
 
35
  ```python
36
  import torch
 
29
  **Chat Completion**
30
 
31
  ❗❗❗ Please use chain-of-thought prompt to test DeepSeekMath-Instruct and DeepSeekMath-RL:
32
+ ** * English questions: `{question}\nPlease reason step by step, and put your final answer within \\boxed{}.`**
33
+ ** * Chinese questions: `{question}\n请通过逐步推理来解答问题,并把最终答案放置于\\boxed{}中。`**
34
 
35
  ```python
36
  import torch