lysandre HF staff commited on
Commit
979de3c
1 Parent(s): cca7eb4

Updates the tokenizer configuration file (#4)

Browse files

- Adds tokenizer_config.json file (4c9f1093c907d33e1e019a459b952669cadeb376)

Files changed (1) hide show
  1. tokenizer_config.json +1 -3
tokenizer_config.json CHANGED
@@ -1,3 +1 @@
1
- {
2
- "do_lower_case": true
3
- }
1
+ {"do_lower_case": true, "model_max_length": 512}