Commit
•
eb31ee7
1
Parent(s):
e01182e
add pipeline
Browse files- README.md +1 -1
- config.json +0 -3
README.md
CHANGED
@@ -6,7 +6,7 @@ tags:
|
|
6 |
- image-to-text
|
7 |
- image-captioning
|
8 |
- visual-question-answering
|
9 |
-
pipeline_tag: image-to-text
|
10 |
inference: false
|
11 |
---
|
12 |
|
|
|
6 |
- image-to-text
|
7 |
- image-captioning
|
8 |
- visual-question-answering
|
9 |
+
pipeline_tag: image-text-to-text
|
10 |
inference: false
|
11 |
---
|
12 |
|
config.json
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "/raid/raushan/blip2-opt-6.7b/",
|
3 |
"architectures": [
|
4 |
"Blip2ForConditionalGeneration"
|
5 |
],
|
@@ -10,7 +9,6 @@
|
|
10 |
"model_type": "blip-2",
|
11 |
"num_query_tokens": 32,
|
12 |
"qformer_config": {
|
13 |
-
"_attn_implementation_autoset": true,
|
14 |
"classifier_dropout": null,
|
15 |
"model_type": "blip_2_qformer"
|
16 |
},
|
@@ -34,7 +32,6 @@
|
|
34 |
"transformers_version": "4.47.0.dev0",
|
35 |
"use_decoder_only_language_model": true,
|
36 |
"vision_config": {
|
37 |
-
"_attn_implementation_autoset": true,
|
38 |
"dropout": 0.0,
|
39 |
"initializer_factor": 1.0,
|
40 |
"model_type": "blip_2_vision_model",
|
|
|
1 |
{
|
|
|
2 |
"architectures": [
|
3 |
"Blip2ForConditionalGeneration"
|
4 |
],
|
|
|
9 |
"model_type": "blip-2",
|
10 |
"num_query_tokens": 32,
|
11 |
"qformer_config": {
|
|
|
12 |
"classifier_dropout": null,
|
13 |
"model_type": "blip_2_qformer"
|
14 |
},
|
|
|
32 |
"transformers_version": "4.47.0.dev0",
|
33 |
"use_decoder_only_language_model": true,
|
34 |
"vision_config": {
|
|
|
35 |
"dropout": 0.0,
|
36 |
"initializer_factor": 1.0,
|
37 |
"model_type": "blip_2_vision_model",
|