brucethemoose commited on
Commit
8be825a
1 Parent(s): 38613ae

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -45,7 +45,7 @@ SYSTEM: ...
45
  USER: ...
46
  ASSISTANT: ...
47
  ```
48
- Stop token: `</s>`
49
 
50
  ***
51
 
 
45
  USER: ...
46
  ASSISTANT: ...
47
  ```
48
+ Sometimes the model "spells out" the stop token as `</s>` like Capybara, so you may need to add `</s>` this as an additional stopping condition.
49
 
50
  ***
51