lysandre HF staff commited on
Commit
36c3392
1 Parent(s): 1c65e3f

Updates incorrect tokenizer configuration file (#2)

Browse files

- Adds tokenizer_config.json file (373de13c2d9bd2dd14a330131afabb5e775ca0ab)

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}