ManishThota commited on
Commit
c17fefe
1 Parent(s): fd9f51a

Delete tokenizer_config.json

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