Upload Blip2ForConditionalGeneration
Browse files- config.json +5 -3
- model.safetensors.index.json +0 -0
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"Blip2ForConditionalGeneration"
|
5 |
],
|
@@ -9,7 +9,7 @@
|
|
9 |
"initializer_range": 0.02,
|
10 |
"model_type": "blip-2",
|
11 |
"num_query_tokens": 32,
|
12 |
-
"
|
13 |
"qformer_config": {
|
14 |
"classifier_dropout": null,
|
15 |
"model_type": "blip_2_qformer"
|
@@ -42,8 +42,10 @@
|
|
42 |
"torch_dtype": "bfloat16",
|
43 |
"vocab_size": 128256
|
44 |
},
|
45 |
-
"
|
|
|
46 |
"transformers_version": "4.45.0",
|
|
|
47 |
"use_decoder_only_language_model": true,
|
48 |
"vision_config": {
|
49 |
"dropout": 0.0,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "MagiBoss/Blip2-Typhoon1.5-COCO",
|
3 |
"architectures": [
|
4 |
"Blip2ForConditionalGeneration"
|
5 |
],
|
|
|
9 |
"initializer_range": 0.02,
|
10 |
"model_type": "blip-2",
|
11 |
"num_query_tokens": 32,
|
12 |
+
"pretraining_tp": 1,
|
13 |
"qformer_config": {
|
14 |
"classifier_dropout": null,
|
15 |
"model_type": "blip_2_qformer"
|
|
|
42 |
"torch_dtype": "bfloat16",
|
43 |
"vocab_size": 128256
|
44 |
},
|
45 |
+
"tie_word_embeddings": false,
|
46 |
+
"torch_dtype": "bfloat16",
|
47 |
"transformers_version": "4.45.0",
|
48 |
+
"use_cache": false,
|
49 |
"use_decoder_only_language_model": true,
|
50 |
"vision_config": {
|
51 |
"dropout": 0.0,
|
model.safetensors.index.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|