lysandre HF staff commited on
Commit
c30a6ed
•
1 Parent(s): 8d2a91f

Updates the tokenizer configuration file (#16)

Browse files

- Adds tokenizer_config.json file (5188f339e0fd19c8a007f5a48b7519c63088e467)

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}