Update tokenizer_config.json
Browse files- tokenizer_config.json +1 -1
tokenizer_config.json
CHANGED
@@ -114,7 +114,7 @@
|
|
114 |
">>MIDDLE<<"
|
115 |
],
|
116 |
"clean_up_tokenization_spaces": true,
|
117 |
-
"eos_token": "
|
118 |
"model_max_length": 1000000000000000019884624838656,
|
119 |
"pad_token": ">>TITLE<<",
|
120 |
"tokenizer_class": "PreTrainedTokenizerFast"
|
|
|
114 |
">>MIDDLE<<"
|
115 |
],
|
116 |
"clean_up_tokenization_spaces": true,
|
117 |
+
"eos_token": "<|endoftext|>",
|
118 |
"model_max_length": 1000000000000000019884624838656,
|
119 |
"pad_token": ">>TITLE<<",
|
120 |
"tokenizer_class": "PreTrainedTokenizerFast"
|