AlexCheema commited on
Commit
c76875c
·
verified ·
1 Parent(s): 035a0cd

Fix eos_token in tokenizer_config.json

Browse files

Not sure why it was set to `[EOS]`, the actual end token that appears in Kimi's output is `<|im_end|>`.

Files changed (1) hide show
  1. tokenizer_config.json +1 -1
tokenizer_config.json CHANGED
@@ -171,7 +171,7 @@
171
  },
172
  "bos_token": "[BOS]",
173
  "clean_up_tokenization_spaces": false,
174
- "eos_token": "[EOS]",
175
  "extra_special_tokens": {},
176
  "model_max_length": 1000000000000000019884624838656,
177
  "pad_token": "[PAD]",
 
171
  },
172
  "bos_token": "[BOS]",
173
  "clean_up_tokenization_spaces": false,
174
+ "eos_token": "<|im_end|>",
175
  "extra_special_tokens": {},
176
  "model_max_length": 1000000000000000019884624838656,
177
  "pad_token": "[PAD]",