lysandre HF staff commited on
Commit
c13c3df
1 Parent(s): 96c9a24

Updates incorrect tokenizer configuration file (#1)

Browse files

- Adds tokenizer_config.json file (32669722596ed1838c939e0c247c1c9ffd9a0fb3)

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}