RaushanTurganbay HF staff commited on
Commit
190f6f4
1 Parent(s): 4fd0ddb

add pipeline

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. config.json +0 -2
README.md CHANGED
@@ -4,7 +4,7 @@ license: other
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
@@ -8,7 +8,6 @@
8
  "model_type": "instructblip",
9
  "num_query_tokens": 32,
10
  "qformer_config": {
11
- "_attn_implementation_autoset": true,
12
  "model_type": "instructblip_qformer",
13
  "vocab_size": 30523
14
  },
@@ -45,7 +44,6 @@
45
  "use_decoder_only_language_model": true,
46
  "video_token_index": 32002,
47
  "vision_config": {
48
- "_attn_implementation_autoset": true,
49
  "model_type": "instructblip_vision_model"
50
  }
51
  }
 
8
  "model_type": "instructblip",
9
  "num_query_tokens": 32,
10
  "qformer_config": {
 
11
  "model_type": "instructblip_qformer",
12
  "vocab_size": 30523
13
  },
 
44
  "use_decoder_only_language_model": true,
45
  "video_token_index": 32002,
46
  "vision_config": {
 
47
  "model_type": "instructblip_vision_model"
48
  }
49
  }