appvoid commited on
Commit
a6b5d45
1 Parent(s): 0e5c6c9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
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.