Upload model
Browse files- config.json +5 -11
- model.safetensors +2 -2
config.json
CHANGED
@@ -1,22 +1,16 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
-
"
|
5 |
],
|
6 |
"initializer_factor": 1.0,
|
7 |
-
"
|
8 |
-
"model_type": "clip",
|
9 |
-
"projection_dim": 512,
|
10 |
"text_config": {
|
11 |
-
"
|
12 |
-
"dropout": 0.0,
|
13 |
-
"eos_token_id": 2,
|
14 |
-
"model_type": "clip_text_model"
|
15 |
},
|
16 |
"torch_dtype": "float32",
|
17 |
"transformers_version": "4.42.4",
|
18 |
"vision_config": {
|
19 |
-
"
|
20 |
-
"model_type": "clip_vision_model"
|
21 |
}
|
22 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "google/siglip-base-patch16-224",
|
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": "float32",
|
12 |
"transformers_version": "4.42.4",
|
13 |
"vision_config": {
|
14 |
+
"model_type": "siglip_vision_model"
|
|
|
15 |
}
|
16 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:792ae33fa1383ae694b39bd4af2388e4c8c10c6838866aa9c783d7a76fe28dd8
|
3 |
+
size 812672320
|