danielhanchen
commited on
Commit
•
a6b3dd3
1
Parent(s):
18b7750
Upload tokenizer
Browse files- tokenizer_config.json +1 -1
tokenizer_config.json
CHANGED
@@ -29,7 +29,7 @@
|
|
29 |
"clean_up_tokenization_spaces": false,
|
30 |
"eos_token": "</s>",
|
31 |
"legacy": false,
|
32 |
-
"model_max_length":
|
33 |
"pad_token": "<unk>",
|
34 |
"padding_side": "right",
|
35 |
"sp_model_kwargs": {},
|
|
|
29 |
"clean_up_tokenization_spaces": false,
|
30 |
"eos_token": "</s>",
|
31 |
"legacy": false,
|
32 |
+
"model_max_length": 4096,
|
33 |
"pad_token": "<unk>",
|
34 |
"padding_side": "right",
|
35 |
"sp_model_kwargs": {},
|