ahonestla commited on
Commit
ce5b2aa
·
verified ·
1 Parent(s): 8759ed7

fix eos_token

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +1 -1
tokenizer_config.json CHANGED
@@ -32,7 +32,7 @@
32
  ],
33
  "bos_token": null,
34
  "clean_up_tokenization_spaces": false,
35
- "eos_token": "<|im_end|>",
36
  "errors": "replace",
37
  "extra_special_tokens": {},
38
  "model_max_length": 32768,
 
32
  ],
33
  "bos_token": null,
34
  "clean_up_tokenization_spaces": false,
35
+ "eos_token": "<|endoftext|>",
36
  "errors": "replace",
37
  "extra_special_tokens": {},
38
  "model_max_length": 32768,