lysandre HF staff commited on
Commit
bf14208
1 Parent(s): 8b35f05

Updates the tokenizer configuration file (#3)

Browse files

- Adds tokenizer_config.json file (f2bb6ba08dc228f0b28f24194f82fcf726bc6c83)

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}