Update model.yaml
Browse files- model.yaml +3 -1
model.yaml
CHANGED
@@ -6,4 +6,6 @@ context_size: 4096
|
|
6 |
type: OVModelForCausalLM
|
7 |
template:
|
8 |
use_tokenizer_template: true
|
9 |
-
|
|
|
|
|
|
6 |
type: OVModelForCausalLM
|
7 |
template:
|
8 |
use_tokenizer_template: true
|
9 |
+
stopwords:
|
10 |
+
- "<|end|>"
|
11 |
+
- "<|endoftext|>"
|