lysandre HF staff commited on
Commit
564e9b5
1 Parent(s): 50ba811

Updates incorrect tokenizer configuration file (#10)

Browse files

- Adds tokenizer_config.json file (8de8ffb66f5ebf6cf293d02d5170c064e3e86fbd)

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