Commit
•
4b5bac7
1
Parent(s):
4bd811a
add pipeline
Browse files- README.md +1 -1
- config.json +0 -2
README.md
CHANGED
@@ -4,7 +4,7 @@ license: mit
|
|
4 |
tags:
|
5 |
- vision
|
6 |
- image-captioning
|
7 |
-
pipeline_tag: image-to-text
|
8 |
---
|
9 |
|
10 |
# InstructBLIP model
|
|
|
4 |
tags:
|
5 |
- vision
|
6 |
- image-captioning
|
7 |
+
pipeline_tag: image-text-to-text
|
8 |
---
|
9 |
|
10 |
# InstructBLIP model
|
config.json
CHANGED
@@ -9,7 +9,6 @@
|
|
9 |
"model_type": "instructblip",
|
10 |
"num_query_tokens": 32,
|
11 |
"qformer_config": {
|
12 |
-
"_attn_implementation_autoset": true,
|
13 |
"classifier_dropout": null,
|
14 |
"model_type": "instructblip_qformer",
|
15 |
"vocab_size": 30523
|
@@ -80,7 +79,6 @@
|
|
80 |
"use_decoder_only_language_model": false,
|
81 |
"video_token_index": 32101,
|
82 |
"vision_config": {
|
83 |
-
"_attn_implementation_autoset": true,
|
84 |
"dropout": 0.0,
|
85 |
"initializer_factor": 1.0,
|
86 |
"model_type": "instructblip_vision_model",
|
|
|
9 |
"model_type": "instructblip",
|
10 |
"num_query_tokens": 32,
|
11 |
"qformer_config": {
|
|
|
12 |
"classifier_dropout": null,
|
13 |
"model_type": "instructblip_qformer",
|
14 |
"vocab_size": 30523
|
|
|
79 |
"use_decoder_only_language_model": false,
|
80 |
"video_token_index": 32101,
|
81 |
"vision_config": {
|
|
|
82 |
"dropout": 0.0,
|
83 |
"initializer_factor": 1.0,
|
84 |
"model_type": "instructblip_vision_model",
|