lysandre HF staff commited on
Commit
7f23bb1
1 Parent(s): a80a6eb

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": "gpt2"
4
- }
 
1
+ {"do_lower_case": false, "vocab_type": "gpt2", "model_max_length": 512}