Upload folder using huggingface_hub
Browse files- config.json +20 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "google/siglip-so400m-patch14-384",
|
3 |
+
"attention_dropout": 0.0,
|
4 |
+
"hidden_act": "gelu_pytorch_tanh",
|
5 |
+
"hidden_size": 1152,
|
6 |
+
"image_mean": [
|
7 |
+
0.5,
|
8 |
+
0.5,
|
9 |
+
0.5
|
10 |
+
],
|
11 |
+
"image_size": 384,
|
12 |
+
"intermediate_size": 4304,
|
13 |
+
"layer_norm_eps": 1e-06,
|
14 |
+
"model_type": "siglip_vision_model",
|
15 |
+
"num_attention_heads": 16,
|
16 |
+
"num_channels": 3,
|
17 |
+
"num_hidden_layers": 27,
|
18 |
+
"patch_size": 14,
|
19 |
+
"transformers_version": "4.37.2"
|
20 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f3afdfd2421018cc8a7e4f5b83b9648fb4502a1f1a43bcc3718af3dda15de773
|
3 |
+
size 795634081
|