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