Adds tokenizer_config.json file
Browse files- tokenizer_config.json +1 -1
tokenizer_config.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"do_lower_case": true, "max_len": 512, "init_inputs": []}
|
|
|
1 |
+
{"do_lower_case": true, "max_len": 512, "init_inputs": [], "model_max_length": 512}
|