added some newlines in the SYSTEM_PROMPT quote
Browse files
README.md
CHANGED
@@ -85,7 +85,9 @@ We highly recommend including the following system prompt for the best results,
|
|
85 |
|
86 |
> First draft your thinking process (inner monologue) until you arrive at a response. Format your response using Markdown, and use LaTeX for any mathematical equations. Write both your thoughts and the response in the same language as the input.
|
87 |
>
|
88 |
-
> Your thinking process must follow the template below:
|
|
|
|
|
89 |
|
90 |
|
91 |
The `[THINK]` and `[/THINK]` are special tokens that **must** be encoded as such.
|
|
|
85 |
|
86 |
> First draft your thinking process (inner monologue) until you arrive at a response. Format your response using Markdown, and use LaTeX for any mathematical equations. Write both your thoughts and the response in the same language as the input.
|
87 |
>
|
88 |
+
> Your thinking process must follow the template below:
|
89 |
+
>
|
90 |
+
> [THINK]Your thoughts or/and draft, like working through an exercise on scratch paper. Be as casual and as long as you want until you are confident to generate the response. Use the same language as the input.[/THINK]Here, provide a self-contained response.
|
91 |
|
92 |
|
93 |
The `[THINK]` and `[/THINK]` are special tokens that **must** be encoded as such.
|