Update tokenizer_config.json
Browse fileshttps://github.com/huggingface/transformers/pull/23362#discussion_r1194703956
- tokenizer_config.json +6 -2
tokenizer_config.json
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
"do_lower_case": true,
|
5 |
"mask_token": "[MASK]",
|
6 |
"model_max_length": 512,
|
7 |
-
"name_or_path": "
|
8 |
"never_split": null,
|
9 |
"pad_token": "[PAD]",
|
10 |
"processor_class": "BlipProcessor",
|
@@ -13,5 +13,9 @@
|
|
13 |
"strip_accents": null,
|
14 |
"tokenize_chinese_chars": true,
|
15 |
"tokenizer_class": "BertTokenizer",
|
16 |
-
"unk_token": "[UNK]"
|
|
|
|
|
|
|
|
|
17 |
}
|
|
|
4 |
"do_lower_case": true,
|
5 |
"mask_token": "[MASK]",
|
6 |
"model_max_length": 512,
|
7 |
+
"name_or_path": "Salesforce/blip-image-captioning-large",
|
8 |
"never_split": null,
|
9 |
"pad_token": "[PAD]",
|
10 |
"processor_class": "BlipProcessor",
|
|
|
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 |
}
|