elderberry17
commited on
Commit
•
f322335
1
Parent(s):
e9d6e83
Upload BlipForConditionalGeneration
Browse files- config.json +16 -24
- generation_config.json +2 -2
- model.safetensors +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.37.0",
|
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.37.0",
|
|
|
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.37.0"
|
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.37.0"
|
7 |
}
|
model.safetensors
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:325e9bb122b05d8c50a4f70676428e0033bc37a6bba4ac202b439b06d6ab0f0d
|
3 |
+
size 989717056
|