Update tokenizer_config.json
Browse files- tokenizer_config.json +1 -0
tokenizer_config.json
CHANGED
@@ -2,6 +2,7 @@
|
|
2 |
"add_eos_token": false,
|
3 |
"add_special_tokens": true,
|
4 |
"clean_up_tokenization_spaces": true,
|
|
|
5 |
"model_max_length": 1000000000000000019884624838656,
|
6 |
"pad_token": null,
|
7 |
"tokenizer_class": "XgenTokenizer",
|
|
|
2 |
"add_eos_token": false,
|
3 |
"add_special_tokens": true,
|
4 |
"clean_up_tokenization_spaces": true,
|
5 |
+
"eos_token": "<|endoftext|>",
|
6 |
"model_max_length": 1000000000000000019884624838656,
|
7 |
"pad_token": null,
|
8 |
"tokenizer_class": "XgenTokenizer",
|