Upload 6 files
Browse files- config.json +27 -0
- fingerprint.pb +3 -0
- generation_config.json +7 -0
- keras_metadata.pb +3 -0
- saved_model.pb +3 -0
- tf_model.h5 +3 -0
config.json
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
"label_smoothing": 0.0,
|
10 |
+
"logit_scale_init_value": 2.6592,
|
11 |
+
"model_type": "blip",
|
12 |
+
"projection_dim": 512,
|
13 |
+
"text_config": {
|
14 |
+
"initializer_factor": 1.0,
|
15 |
+
"model_type": "blip_text_model",
|
16 |
+
"num_attention_heads": 12
|
17 |
+
},
|
18 |
+
"torch_dtype": "float32",
|
19 |
+
"transformers_version": "4.38.2",
|
20 |
+
"vision_config": {
|
21 |
+
"dropout": 0.0,
|
22 |
+
"initializer_factor": 1.0,
|
23 |
+
"initializer_range": 0.02,
|
24 |
+
"model_type": "blip_vision_model",
|
25 |
+
"num_channels": 3
|
26 |
+
}
|
27 |
+
}
|
fingerprint.pb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:36c9b8d1b4c616839fb898dc5144837b8ee02b94a9b55307697696a70ebac47d
|
3 |
+
size 57
|
generation_config.json
ADDED
@@ -0,0 +1,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.38.2"
|
7 |
+
}
|
keras_metadata.pb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b03e634661cdbb133040e3b08d465748e0e66a1b5447a02c28d32e13cc135ec9
|
3 |
+
size 360839
|
saved_model.pb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4b03aa0c9bfbd6111fd9afb195b7c8d5c4fec9316281d842d80dbba5a5734a01
|
3 |
+
size 35990161
|
tf_model.h5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d4ca2df11e809827c6b43b3f2f10882931ce9ab83e7dc52051263b3844451f62
|
3 |
+
size 990275048
|