LysandreJik
commited on
Commit
•
212cd3e
1
Parent(s):
ab98935
max_len should be 512 in tokenizer config
Browse files- tokenizer_config.json +1 -1
tokenizer_config.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"do_lower_case": false}
|
|
|
1 |
+
{"do_lower_case": false, "max_len": 512}
|