Update model_max_length in tokenizer config to 4096
Browse files- tokenizer_config.json +1 -1
tokenizer_config.json
CHANGED
|
@@ -2000,7 +2000,7 @@
|
|
| 2000 |
"clean_up_tokenization_spaces": false,
|
| 2001 |
"eos_token": "<eos>",
|
| 2002 |
"extra_special_tokens": {},
|
| 2003 |
-
"model_max_length":
|
| 2004 |
"pad_token": "<pad>",
|
| 2005 |
"padding_side": "right",
|
| 2006 |
"sp_model_kwargs": {},
|
|
|
|
| 2000 |
"clean_up_tokenization_spaces": false,
|
| 2001 |
"eos_token": "<eos>",
|
| 2002 |
"extra_special_tokens": {},
|
| 2003 |
+
"model_max_length": 4096,
|
| 2004 |
"pad_token": "<pad>",
|
| 2005 |
"padding_side": "right",
|
| 2006 |
"sp_model_kwargs": {},
|