billfass commited on
Commit
9eeaf59
·
1 Parent(s): 5c22100

Delete model_tokenizer

Browse files
model_tokenizer/special_tokens_map.json DELETED
@@ -1,7 +0,0 @@
1
- {
2
- "cls_token": "[CLS]",
3
- "mask_token": "[MASK]",
4
- "pad_token": "[PAD]",
5
- "sep_token": "[SEP]",
6
- "unk_token": "[UNK]"
7
- }
 
 
 
 
 
 
 
 
model_tokenizer/tokenizer.json DELETED
The diff for this file is too large to render. See raw diff
 
model_tokenizer/tokenizer_config.json DELETED
@@ -1,13 +0,0 @@
1
- {
2
- "clean_up_tokenization_spaces": true,
3
- "cls_token": "[CLS]",
4
- "do_lower_case": false,
5
- "mask_token": "[MASK]",
6
- "model_max_length": 512,
7
- "pad_token": "[PAD]",
8
- "sep_token": "[SEP]",
9
- "strip_accents": null,
10
- "tokenize_chinese_chars": true,
11
- "tokenizer_class": "BertTokenizer",
12
- "unk_token": "[UNK]"
13
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
model_tokenizer/vocab.txt DELETED
The diff for this file is too large to render. See raw diff