Adds missing tokenizer configuration file (#4)
Browse files- Adds tokenizer_config.json file (2a893b2bed780a8bcf1ab4075edffb59453bba46)
- tokenizer_config.json +1 -0
tokenizer_config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"model_max_length": 512, "do_lower_case": true}
|