Shoriful025 commited on
Commit
dcdc9b6
·
verified ·
1 Parent(s): d2b4c50

Create tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +7 -0
tokenizer_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ // tokenizer_config.json
2
+ {
3
+ "model_max_length": 512,
4
+ "padding_side": "right",
5
+ "tokenizer_class": "RobertaTokenizerFast",
6
+ "do_lower_case": false
7
+ }