Update tokenizer_config.json
Browse files- tokenizer_config.json +1 -1
tokenizer_config.json
CHANGED
|
@@ -137,7 +137,7 @@
|
|
| 137 |
"eos_token": "<|EOT|>",
|
| 138 |
"extra_special_tokens": {},
|
| 139 |
"legacy": true,
|
| 140 |
-
"model_max_length":
|
| 141 |
"pad_token": "<|end▁of▁sentence|>",
|
| 142 |
"padding_side": "left",
|
| 143 |
"sp_model_kwargs": {},
|
|
|
|
| 137 |
"eos_token": "<|EOT|>",
|
| 138 |
"extra_special_tokens": {},
|
| 139 |
"legacy": true,
|
| 140 |
+
"model_max_length": 4096,
|
| 141 |
"pad_token": "<|end▁of▁sentence|>",
|
| 142 |
"padding_side": "left",
|
| 143 |
"sp_model_kwargs": {},
|