lysandre HF staff commited on
Commit
7cbf9a6
1 Parent(s): 3da6b6a

Updates the tokenizer configuration file (#5)

Browse files

- Adds tokenizer_config.json file (dfec13eb3e8047f526c04d0c5d51b6273b571a89)

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