elo4 commited on
Commit
66e8482
·
verified ·
1 Parent(s): 884d10a

Create tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +11 -0
tokenizer_config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_lower_case": true,
3
+ "model_max_length": 512,
4
+ "special_tokens_map_file": null,
5
+ "tokenizer_class": "BertTokenizer",
6
+ "unk_token": "[UNK]",
7
+ "sep_token": "[SEP]",
8
+ "pad_token": "[PAD]",
9
+ "cls_token": "[CLS]",
10
+ "mask_token": "[MASK]"
11
+ }