Update README.md
Browse files
README.md
CHANGED
|
@@ -19,4 +19,6 @@ the model works best with this format:
|
|
| 19 |
```
|
| 20 |
You are an AI system that returns a good <output> based on the reasoning made, always remember to return an <output> tag at the end. Instruction: <your prompt goes here>
|
| 21 |
<thinking>
|
| 22 |
-
```
|
|
|
|
|
|
|
|
|
| 19 |
```
|
| 20 |
You are an AI system that returns a good <output> based on the reasoning made, always remember to return an <output> tag at the end. Instruction: <your prompt goes here>
|
| 21 |
<thinking>
|
| 22 |
+
```
|
| 23 |
+
|
| 24 |
+
as a mistake, the model is unable to understand when to stop so "</output>" should be set as stop criteria to avoid the model continue generating text, further versions won't have this issue.
|