Upload tokenizer
Browse files- tokenizer_config.json +1 -1
tokenizer_config.json
CHANGED
@@ -2004,7 +2004,7 @@
|
|
2004 |
"clean_up_tokenization_spaces": false,
|
2005 |
"eos_token": "<eos>",
|
2006 |
"extra_special_tokens": {},
|
2007 |
-
"model_max_length":
|
2008 |
"pad_token": "<pad>",
|
2009 |
"padding_side": "left",
|
2010 |
"sp_model_kwargs": {},
|
|
|
2004 |
"clean_up_tokenization_spaces": false,
|
2005 |
"eos_token": "<eos>",
|
2006 |
"extra_special_tokens": {},
|
2007 |
+
"model_max_length": 30000,
|
2008 |
"pad_token": "<pad>",
|
2009 |
"padding_side": "left",
|
2010 |
"sp_model_kwargs": {},
|