lysandre HF staff commited on
Commit
6da4b6a
1 Parent(s): 3c3da4a

Updates the tokenizer configuration file (#3)

Browse files

- Adds tokenizer_config.json file (b4d4f0b59b41a1015682c3081267be29b2737bbe)

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}