PhilipMay
commited on
Commit
•
c94cab0
1
Parent(s):
566bfbd
add missing max_len in tokenizer config
Browse files- tokenizer_config.json +1 -1
tokenizer_config.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"strip_accents": false, "special_tokens_map_file": null, "full_tokenizer_file": null}
|
|
|
1 |
+
{"strip_accents": false, "special_tokens_map_file": null, "full_tokenizer_file": null, "max_len": 512}
|