philipobiorah commited on
Commit
5042d0a
·
verified ·
1 Parent(s): b363e1d

Create tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +9 -0
tokenizer_config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_lower_case": true,
3
+ "max_len": 512,
4
+ "model_max_length": 512,
5
+ "padding_side": "right",
6
+ "special_tokens_map_file": "special_tokens_map.json",
7
+ "tokenizer_class": "BertTokenizer",
8
+ "use_fast": true
9
+ }