Remove "stop" parameter from "inference" property, as it's not compatible with this model
Browse files
README.md
CHANGED
@@ -52,8 +52,6 @@ inference:
|
|
52 |
penalty_alpha: 0.5
|
53 |
top_k: 5
|
54 |
repetition_penalty: 1.001
|
55 |
-
stop:
|
56 |
-
- <|im_end|>
|
57 |
---
|
58 |
|
59 |
# Locutusque's TinyMistral-248M trained on OpenAssistant TOP-1 Conversation Threads
|
|
|
52 |
penalty_alpha: 0.5
|
53 |
top_k: 5
|
54 |
repetition_penalty: 1.001
|
|
|
|
|
55 |
---
|
56 |
|
57 |
# Locutusque's TinyMistral-248M trained on OpenAssistant TOP-1 Conversation Threads
|