Update tokenizer_config.json (#1)
Browse files- Update tokenizer_config.json (41754d5b30830c6a8c2d1e5ac973c1c7308e8217)
Co-authored-by: Younes Belkada <[email protected]>
- tokenizer_config.json +4 -0
tokenizer_config.json
CHANGED
@@ -3,6 +3,10 @@
|
|
3 |
"do_basic_tokenize": true,
|
4 |
"do_lower_case": true,
|
5 |
"mask_token": "[MASK]",
|
|
|
|
|
|
|
|
|
6 |
"model_max_length": 512,
|
7 |
"name_or_path": "ybelkada/blip-image-captioning-base",
|
8 |
"never_split": null,
|
|
|
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,
|