lysandre HF staff commited on
Commit
9eab3d6
1 Parent(s): 8b5d598

Updates the tokenizer configuration file (#2)

Browse files

- Adds tokenizer_config.json file (15ab3d8f530e8cb2fc66c5d99182100d93800b7f)

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}