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