Dileep7729 commited on
Commit
63cabe0
·
verified ·
1 Parent(s): fe276c7

Delete tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +0 -21
tokenizer_config.json DELETED
@@ -1,21 +0,0 @@
1
- {
2
- "cls_token": "[CLS]",
3
- "do_basic_tokenize": true,
4
- "do_lower_case": true,
5
- "mask_token": "[MASK]",
6
- "model_max_length": 512,
7
- "name_or_path": "bert-base-uncased",
8
- "never_split": null,
9
- "pad_token": "[PAD]",
10
- "processor_class": "BlipProcessor",
11
- "sep_token": "[SEP]",
12
- "special_tokens_map_file": null,
13
- "strip_accents": null,
14
- "tokenize_chinese_chars": true,
15
- "tokenizer_class": "BertTokenizer",
16
- "unk_token": "[UNK]",
17
- "model_input_names": [
18
- "input_ids",
19
- "attention_mask"
20
- ]
21
- }