Upload model
Browse files- config.json +16 -0
- model.safetensors +3 -0
config.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"SiglipModel"
|
| 4 |
+
],
|
| 5 |
+
"initializer_factor": 1.0,
|
| 6 |
+
"model_type": "siglip",
|
| 7 |
+
"text_config": {
|
| 8 |
+
"model_type": "siglip_text_model"
|
| 9 |
+
},
|
| 10 |
+
"torch_dtype": "float32",
|
| 11 |
+
"transformers_version": "4.37.0.dev0",
|
| 12 |
+
"vision_config": {
|
| 13 |
+
"image_size": 256,
|
| 14 |
+
"model_type": "siglip_vision_model"
|
| 15 |
+
}
|
| 16 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f0cee7c815135c44a515eff72ab3040499744920442bc25567cd04efc93f8f65
|
| 3 |
+
size 812856640
|