Commit
·
59bcae4
1
Parent(s):
f2bed04
Upload BlipForConditionalGeneration
Browse files- config.json +17 -25
- generation_config.json +3 -3
- pytorch_model.bin +2 -2
config.json
CHANGED
|
@@ -1,34 +1,26 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "
|
| 3 |
"architectures": [
|
| 4 |
-
"
|
| 5 |
],
|
| 6 |
-
"
|
| 7 |
-
"
|
| 8 |
-
"classifier_dropout": null,
|
| 9 |
-
"eos_token_id": 102,
|
| 10 |
-
"hidden_act": "gelu",
|
| 11 |
-
"hidden_dropout_prob": 0.1,
|
| 12 |
-
"hidden_size": 768,
|
| 13 |
"initializer_range": 0.02,
|
| 14 |
-
"
|
| 15 |
-
"
|
| 16 |
-
"
|
| 17 |
-
"
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
"position_embedding_type": "absolute",
|
| 23 |
-
"tie_word_embeddings": false,
|
| 24 |
"torch_dtype": "float32",
|
| 25 |
-
"transformers_version": "4.
|
| 26 |
-
"use_cache": true,
|
| 27 |
"vision_config": {
|
| 28 |
"dropout": 0.0,
|
| 29 |
"initializer_factor": 1.0,
|
| 30 |
-
"
|
| 31 |
-
"
|
| 32 |
-
|
| 33 |
-
|
| 34 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "Salesforce/blip-image-captioning-base",
|
| 3 |
"architectures": [
|
| 4 |
+
"BlipForConditionalGeneration"
|
| 5 |
],
|
| 6 |
+
"image_text_hidden_size": 256,
|
| 7 |
+
"initializer_factor": 1.0,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
"initializer_range": 0.02,
|
| 9 |
+
"logit_scale_init_value": 2.6592,
|
| 10 |
+
"model_type": "blip",
|
| 11 |
+
"projection_dim": 512,
|
| 12 |
+
"text_config": {
|
| 13 |
+
"initializer_factor": 1.0,
|
| 14 |
+
"model_type": "blip_text_model",
|
| 15 |
+
"num_attention_heads": 12
|
| 16 |
+
},
|
|
|
|
|
|
|
| 17 |
"torch_dtype": "float32",
|
| 18 |
+
"transformers_version": "4.35.0.dev0",
|
|
|
|
| 19 |
"vision_config": {
|
| 20 |
"dropout": 0.0,
|
| 21 |
"initializer_factor": 1.0,
|
| 22 |
+
"initializer_range": 0.02,
|
| 23 |
+
"model_type": "blip_vision_model",
|
| 24 |
+
"num_channels": 3
|
| 25 |
+
}
|
| 26 |
}
|
generation_config.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
{
|
| 2 |
"_from_model_config": true,
|
| 3 |
-
"bos_token_id":
|
| 4 |
-
"eos_token_id":
|
| 5 |
"pad_token_id": 0,
|
| 6 |
-
"transformers_version": "4.
|
| 7 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"_from_model_config": true,
|
| 3 |
+
"bos_token_id": 30522,
|
| 4 |
+
"eos_token_id": 2,
|
| 5 |
"pad_token_id": 0,
|
| 6 |
+
"transformers_version": "4.35.0.dev0"
|
| 7 |
}
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6d066af8801e066cbcb5c5976c44b756dacede075519af4157865116d9a9f26a
|
| 3 |
+
size 989816429
|