JoshuaJacobs25 commited on
Commit
41c42ba
·
verified ·
1 Parent(s): 03f60ef

Create tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +6 -0
tokenizer_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "model_max_length": 512,
3
+ "padding": "max_length",
4
+ "truncation": true,
5
+ "do_lower_case": false
6
+ }