lysandre HF staff commited on
Commit
5d0ccb0
1 Parent(s): 5272422

Adds tokenizer_config.json file

Browse files
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}