brucethemoose commited on
Commit
30dac62
1 Parent(s): ba1ff7d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -46,7 +46,9 @@ USER: {prompt}
46
  ASSISTANT:
47
 
48
  ```
49
- Sometimes the model "spells out" the stop token as `</s>` like Capybara, so you may need to add `</s>` as an additional stopping condition.
 
 
50
 
51
  ***
52
 
 
46
  ASSISTANT:
47
 
48
  ```
49
+ Being a Yi mode, try disabling the BOS token and running a lower temperature if output doesn't seem right.
50
+
51
+ Sometimes the model "spells out" the stop token as `</s>` like Capybara, so you may need to add `</s>` as an additional stopping condition.
52
 
53
  ***
54