S-Dreamer commited on
Commit
030ec08
·
verified ·
1 Parent(s): 1f0c2cc

Create preprocessor_config.json

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