Locutusque commited on
Commit
6b4b57e
1 Parent(s): db11ab2

attempt to fix endless generation.

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +1 -1
tokenizer_config.json CHANGED
@@ -30,7 +30,7 @@
30
  "additional_special_tokens": [],
31
  "bos_token": "<s>",
32
  "clean_up_tokenization_spaces": false,
33
- "eos_token": "</s>",
34
  "legacy": true,
35
  "max_length": 512,
36
  "model_max_length": 1000000000000000019884624838656,
 
30
  "additional_special_tokens": [],
31
  "bos_token": "<s>",
32
  "clean_up_tokenization_spaces": false,
33
+ "eos_token": "<|im_end|>",
34
  "legacy": true,
35
  "max_length": 512,
36
  "model_max_length": 1000000000000000019884624838656,