andreaskoepf
commited on
Commit
•
58b1f86
1
Parent(s):
9ccce4f
use <|im_end|> as eos
Browse files- tokenizer_config.json +1 -1
tokenizer_config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"add_prefix_space": false,
|
3 |
"clean_up_tokenization_spaces": true,
|
4 |
-
"eos_token": "<|
|
5 |
"model_max_length": 2048,
|
6 |
"tokenizer_class": "PreTrainedTokenizerFast"
|
7 |
}
|
|
|
1 |
{
|
2 |
"add_prefix_space": false,
|
3 |
"clean_up_tokenization_spaces": true,
|
4 |
+
"eos_token": "<|im_end|>",
|
5 |
"model_max_length": 2048,
|
6 |
"tokenizer_class": "PreTrainedTokenizerFast"
|
7 |
}
|