TheBloke commited on
Commit
003a5c6
1 Parent(s): 9a77905

Fix EOS token

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +1 -1
tokenizer_config.json CHANGED
@@ -12,7 +12,7 @@
12
  "clean_up_tokenization_spaces": false,
13
  "eos_token": {
14
  "__type": "AddedToken",
15
- "content": "<|end▁of▁sentence|>",
16
  "lstrip": false,
17
  "normalized": true,
18
  "rstrip": false,
 
12
  "clean_up_tokenization_spaces": false,
13
  "eos_token": {
14
  "__type": "AddedToken",
15
+ "content": "<|EOT|>",
16
  "lstrip": false,
17
  "normalized": true,
18
  "rstrip": false,