Update model.yml
Browse files
model.yml
CHANGED
|
@@ -3,6 +3,8 @@ model: mixtral:7x8B
|
|
| 3 |
version: 1
|
| 4 |
|
| 5 |
# Results Preferences
|
|
|
|
|
|
|
| 6 |
top_p: 0.95
|
| 7 |
temperature: 0.7
|
| 8 |
frequency_penalty: 0
|
|
|
|
| 3 |
version: 1
|
| 4 |
|
| 5 |
# Results Preferences
|
| 6 |
+
stop:
|
| 7 |
+
- </s>
|
| 8 |
top_p: 0.95
|
| 9 |
temperature: 0.7
|
| 10 |
frequency_penalty: 0
|