Upload model
Browse files- config.json +23 -0
- model.safetensors +3 -0
config.json
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"Blip2VisionModel"
|
4 |
+
],
|
5 |
+
"attention_dropout": 0.0,
|
6 |
+
"dropout": 0.0,
|
7 |
+
"hidden_act": "gelu",
|
8 |
+
"hidden_size": 1408,
|
9 |
+
"image_size": 224,
|
10 |
+
"initializer_factor": 1.0,
|
11 |
+
"initializer_range": 1e-10,
|
12 |
+
"intermediate_size": 6144,
|
13 |
+
"layer_norm_eps": 1e-06,
|
14 |
+
"model_type": "blip_2_vision_model",
|
15 |
+
"num_attention_heads": 16,
|
16 |
+
"num_channels": 3,
|
17 |
+
"num_hidden_layers": 39,
|
18 |
+
"patch_size": 14,
|
19 |
+
"projection_dim": 512,
|
20 |
+
"qkv_bias": true,
|
21 |
+
"torch_dtype": "float32",
|
22 |
+
"transformers_version": "4.35.2"
|
23 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:656322c255fbb41dc755c64a4b09da131f8c0b6d1916845416b89495d0608cc8
|
3 |
+
size 3943860808
|