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:fa9f7822a7b4dc4d1af3587945a034df8a55286f2d57c5c62e35c9a4c142cbec
|
| 3 |
+
size 795634081
|