Upload ./config.json with huggingface_hub
Browse files- config.json +16 -0
config.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "/mnt/dataset/liuchenyang/huggingface/hub/models--google--siglip-base-patch16-224/snapshots/7fd15f0689c79d79e38b1c2e2e2370a7bf2761ed",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"SiglipModel"
|
| 5 |
+
],
|
| 6 |
+
"initializer_factor": 1.0,
|
| 7 |
+
"model_type": "siglip",
|
| 8 |
+
"text_config": {
|
| 9 |
+
"model_type": "siglip_text_model"
|
| 10 |
+
},
|
| 11 |
+
"torch_dtype": "float16",
|
| 12 |
+
"transformers_version": "4.46.0",
|
| 13 |
+
"vision_config": {
|
| 14 |
+
"model_type": "siglip_vision_model"
|
| 15 |
+
}
|
| 16 |
+
}
|