Update model.yaml
Browse files- model.yaml +3 -0
model.yaml
CHANGED
|
@@ -6,3 +6,6 @@ context_size: 8192
|
|
| 6 |
type: OVModelForCausalLM
|
| 7 |
template:
|
| 8 |
use_tokenizer_template: true
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
type: OVModelForCausalLM
|
| 7 |
template:
|
| 8 |
use_tokenizer_template: true
|
| 9 |
+
stopwords:
|
| 10 |
+
- "<eos>"
|
| 11 |
+
- "<end_of_turn>"
|