Update README.md
Browse files
README.md
CHANGED
@@ -30,6 +30,9 @@ context_size: 4096
|
|
30 |
type: OVModelForCausalLM
|
31 |
template:
|
32 |
use_tokenizer_template: true
|
|
|
|
|
|
|
33 |
```
|
34 |
|
35 |
To run the model directly with LocalAI:
|
|
|
30 |
type: OVModelForCausalLM
|
31 |
template:
|
32 |
use_tokenizer_template: true
|
33 |
+
stopwords:
|
34 |
+
- "<|end|>"
|
35 |
+
- "<|endoftext|>"
|
36 |
```
|
37 |
|
38 |
To run the model directly with LocalAI:
|