lysandre HF staff commited on
Commit
dfb8fa0
1 Parent(s): bb133e8

Updates incorrect tokenizer configuration file (#8)

Browse files

- Adds tokenizer_config.json file (f5e815df883f567931dc70b1b815729a2c2b700a)

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}