marwanimroz18
commited on
Commit
•
f267eea
1
Parent(s):
8e32330
Update tokenizer_config.json
Browse files- tokenizer_config.json +25 -0
tokenizer_config.json
CHANGED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
}
|