Update config.json
Browse files- config.json +9 -19
config.json
CHANGED
|
@@ -1,25 +1,15 @@
|
|
| 1 |
{
|
| 2 |
"architectures": [
|
| 3 |
-
"
|
| 4 |
],
|
| 5 |
"initializer_factor": 1.0,
|
| 6 |
-
"model_type": "
|
| 7 |
-
"text_config": {
|
| 8 |
-
"model_type": "siglip_text_model",
|
| 9 |
-
"hidden_size": 768,
|
| 10 |
-
"intermediate_size": 3072,
|
| 11 |
-
"num_attention_heads": 12,
|
| 12 |
-
"num_hidden_layers": 12
|
| 13 |
-
},
|
| 14 |
"torch_dtype": "float32",
|
| 15 |
-
"transformers_version": "4.37.
|
| 16 |
-
"
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
"num_hidden_layers": 12,
|
| 23 |
-
"patch_size": 16
|
| 24 |
-
}
|
| 25 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"architectures": [
|
| 3 |
+
"SiglipVisionModel"
|
| 4 |
],
|
| 5 |
"initializer_factor": 1.0,
|
| 6 |
+
"model_type": "siglip_vision_model",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
"torch_dtype": "float32",
|
| 8 |
+
"transformers_version": "4.37.1",
|
| 9 |
+
"hidden_size": 768,
|
| 10 |
+
"image_size": 384,
|
| 11 |
+
"intermediate_size": 3072,
|
| 12 |
+
"num_attention_heads": 12,
|
| 13 |
+
"num_hidden_layers": 12,
|
| 14 |
+
"patch_size": 16
|
|
|
|
|
|
|
|
|
|
| 15 |
}
|