Upload model
Browse files- config.json +37 -0
- model.safetensors +3 -0
config.json
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"SiglipModel"
|
4 |
+
],
|
5 |
+
"initializer_factor": 1.0,
|
6 |
+
"model_type": "siglip",
|
7 |
+
"projection_dim": 512,
|
8 |
+
"text_config": {
|
9 |
+
"attention_dropout": 0.0,
|
10 |
+
"hidden_act": "gelu_pytorch_tanh",
|
11 |
+
"hidden_size": 512,
|
12 |
+
"intermediate_size": 1912,
|
13 |
+
"layer_norm_eps": 1e-06,
|
14 |
+
"max_position_embeddings": 16,
|
15 |
+
"model_type": "siglip_text_model",
|
16 |
+
"num_attention_heads": 16,
|
17 |
+
"num_hidden_layers": 12,
|
18 |
+
"projection_size": 512,
|
19 |
+
"vocab_size": 32000
|
20 |
+
},
|
21 |
+
"torch_dtype": "float32",
|
22 |
+
"transformers_version": "4.51.3",
|
23 |
+
"vision_config": {
|
24 |
+
"attention_dropout": 0.0,
|
25 |
+
"hidden_act": "gelu_pytorch_tanh",
|
26 |
+
"hidden_size": 512,
|
27 |
+
"image_size": 384,
|
28 |
+
"intermediate_size": 2048,
|
29 |
+
"layer_norm_eps": 1e-06,
|
30 |
+
"model_type": "siglip_vision_model",
|
31 |
+
"num_attention_heads": 16,
|
32 |
+
"num_channels": 3,
|
33 |
+
"num_hidden_layers": 12,
|
34 |
+
"patch_size": 14,
|
35 |
+
"projection_dim": 512
|
36 |
+
}
|
37 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1e76feeb9acea05c02257df59c023e30ac87c2a780a2716bf566971d332e8a72
|
3 |
+
size 377922416
|