lysandre HF staff commited on
Commit
2b65bcc
1 Parent(s): 5272422

Updates incorrect tokenizer configuration file (#2)

Browse files

- Adds tokenizer_config.json file (5d0ccb0be7679d35dce53a36a3029c00135a1d2e)

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