Fix eos_token in tokenizer_config.json
#2
by
AlexCheema
- opened
- 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": "
|
| 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]",
|