fakezeta commited on
Commit
fd0738d
1 Parent(s): a9d4d12

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
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: