gaur3009 commited on
Commit
ab621a3
·
verified ·
1 Parent(s): 28704a9

Create berttokenizer_config.json

Browse files
Files changed (1) hide show
  1. berttokenizer_config.json +6 -0
berttokenizer_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "do_lower_case": true,
3
+ "model_max_length": 512,
4
+ "padding_side": "right",
5
+ "truncation_side": "right"
6
+ }