From a36f67d7d8f6bcf0377b232709b8f39ff9bb5f82 Mon Sep 17 00:00:00 2001 From: ZHU QIHAO <18811325956@163.com> Date: Tue, 6 Feb 2024 19:19:55 +0800 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 50d3984..38ee5f3 100644 --- a/README.md +++ b/README.md @@ -191,6 +191,13 @@ Assistant: **Note:** By default (`add_special_tokens=True`), our tokenizer automatically adds a `bos_token` (`<|begin▁of▁sentence|>`) before the input text. Additionally, since the system prompt is not compatible with this version of our models, we DO NOT RECOMMEND including the system prompt in your input. +❗❗❗ **Please use chain-of-thought prompt to test DeepSeekMath-Instruct and DeepSeekMath-RL:** + +- English questions: **{question}\nPlease reason step by step, and put your final answer within \\boxed{}.** + +- Chinese questions: **{question}\n请通过逐步推理来解答问题,并把最终答案放置于\\boxed{}中。** + + ## 6. License This code repository is licensed under the MIT License. The use of DeepSeekMath models is subject to the Model License. DeepSeekMath supports commercial use.