Commit
·
90b0246
1
Parent(s):
e9ddf63
add pipeliine
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-flan-t5-xxl/",
|
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 |
},
|
@@ -48,7 +46,6 @@
|
|
48 |
"transformers_version": "4.47.0.dev0",
|
49 |
"use_decoder_only_language_model": false,
|
50 |
"vision_config": {
|
51 |
-
"_attn_implementation_autoset": true,
|
52 |
"dropout": 0.0,
|
53 |
"initializer_factor": 1.0,
|
54 |
"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 |
},
|
|
|
46 |
"transformers_version": "4.47.0.dev0",
|
47 |
"use_decoder_only_language_model": false,
|
48 |
"vision_config": {
|
|
|
49 |
"dropout": 0.0,
|
50 |
"initializer_factor": 1.0,
|
51 |
"model_type": "blip_2_vision_model",
|