Update README.md
Browse files
README.md
CHANGED
@@ -30,7 +30,7 @@ Inspired by and featuring the Reflection Tuning technique pioneered by Matt Shum
|
|
30 |
|
31 |
'''
|
32 |
|
33 |
-
During sampling, the model will start by outputting reasoning inside <thinking> and </thinking> tags, and then once it is satisfied with its reasoning, it will output the final answer inside <output> and </output> tags. Each of these tags are special tokens, trained into the model.
|
34 |
|
35 |
This enables the model to separate its internal thoughts and reasoning from its final answer, improving the experience for the user.
|
36 |
|
@@ -39,7 +39,7 @@ Inside the <thinking> section, the model may output one or more <reflection> tag
|
|
39 |
System Prompt:
|
40 |
The system prompt used for training this model is:
|
41 |
|
42 |
-
You are a world-class AI system, capable of complex reasoning and reflection. Reason through the query inside <thinking> tags, and then provide your final response inside <output> tags. If you detect that you made a mistake in your reasoning at any point, correct yourself inside <reflection> tags.
|
43 |
|
44 |
We recommend using this exact system prompt to get the best results from Reflection Llama-3.1 70B. You may also want to experiment combining this system prompt with your own custom instructions to customize the behavior of the model.
|
45 |
|
|
|
30 |
|
31 |
'''
|
32 |
|
33 |
+
During sampling, the model will start by outputting reasoning inside "<thinking>" and "</thinking>" tags, and then once it is satisfied with its reasoning, it will output the final answer inside <output> and </output> tags. Each of these tags are special tokens, trained into the model.
|
34 |
|
35 |
This enables the model to separate its internal thoughts and reasoning from its final answer, improving the experience for the user.
|
36 |
|
|
|
39 |
System Prompt:
|
40 |
The system prompt used for training this model is:
|
41 |
|
42 |
+
"You are a world-class AI system, capable of complex reasoning and reflection. Reason through the query inside <thinking> tags, and then provide your final response inside <output> tags. If you detect that you made a mistake in your reasoning at any point, correct yourself inside <reflection> tags."
|
43 |
|
44 |
We recommend using this exact system prompt to get the best results from Reflection Llama-3.1 70B. You may also want to experiment combining this system prompt with your own custom instructions to customize the behavior of the model.
|
45 |
|