Fix eos_token in tokenizer_config.json to use im_end for Instruct Model
Browse fileseos_token for instruct model should be im_end instead of the original eos token in base model
- tokenizer_config.json +1 -1
tokenizer_config.json
CHANGED
|
@@ -82,7 +82,7 @@
|
|
| 82 |
],
|
| 83 |
"bos_token": "[BOS]",
|
| 84 |
"clean_up_tokenization_spaces": false,
|
| 85 |
-
"eos_token": "
|
| 86 |
"extra_special_tokens": {},
|
| 87 |
"model_max_length": 1048576,
|
| 88 |
"pad_token": "[PAD]",
|
|
|
|
| 82 |
],
|
| 83 |
"bos_token": "[BOS]",
|
| 84 |
"clean_up_tokenization_spaces": false,
|
| 85 |
+
"eos_token": "<|im_end|>",
|
| 86 |
"extra_special_tokens": {},
|
| 87 |
"model_max_length": 1048576,
|
| 88 |
"pad_token": "[PAD]",
|