brucethemoose
commited on
Commit
•
fbd2fc4
1
Parent(s):
be0875b
Update README.md
Browse files
README.md
CHANGED
@@ -46,7 +46,7 @@ USER: {prompt}
|
|
46 |
ASSISTANT:
|
47 |
|
48 |
```
|
49 |
-
Being a Yi model, try disabling the BOS token and/or 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 |
|
|
|
46 |
ASSISTANT:
|
47 |
|
48 |
```
|
49 |
+
Being a Yi model, try disabling the BOS token and/or running a lower temperature with MinP 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 |
|