Update tokenizer_config.json
Browse files- tokenizer_config.json +1 -1
tokenizer_config.json
CHANGED
@@ -197,7 +197,7 @@
|
|
197 |
"clean_up_tokenization_spaces": true,
|
198 |
"eos_token": "<|end_of_text|>",
|
199 |
"errors": "replace",
|
200 |
-
"model_max_length":
|
201 |
"pad_token": "<|end_of_text|>",
|
202 |
"padding_side": "right",
|
203 |
"tokenizer_class": "GPT2Tokenizer",
|
|
|
197 |
"clean_up_tokenization_spaces": true,
|
198 |
"eos_token": "<|end_of_text|>",
|
199 |
"errors": "replace",
|
200 |
+
"model_max_length": 131072,
|
201 |
"pad_token": "<|end_of_text|>",
|
202 |
"padding_side": "right",
|
203 |
"tokenizer_class": "GPT2Tokenizer",
|