Fix eos_token in tokenizer_config.json

#2
by AlexCheema - opened
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]",