Upload tokenizer
Browse files- tokenizer_config.json +1 -1
tokenizer_config.json
CHANGED
|
@@ -232,7 +232,7 @@
|
|
| 232 |
"clean_up_tokenization_spaces": true,
|
| 233 |
"eos_token": "<|end_of_text|>",
|
| 234 |
"errors": "replace",
|
| 235 |
-
"model_max_length":
|
| 236 |
"pad_token": "<|pad|>",
|
| 237 |
"tokenizer_class": "GPT2Tokenizer",
|
| 238 |
"unk_token": null
|
|
|
|
| 232 |
"clean_up_tokenization_spaces": true,
|
| 233 |
"eos_token": "<|end_of_text|>",
|
| 234 |
"errors": "replace",
|
| 235 |
+
"model_max_length": 4096,
|
| 236 |
"pad_token": "<|pad|>",
|
| 237 |
"tokenizer_class": "GPT2Tokenizer",
|
| 238 |
"unk_token": null
|