Zero-Shot Image Classification
Transformers
Safetensors
siglip
vision
Inference Endpoints
qubvel-hf HF staff commited on
Commit
c530403
·
verified ·
1 Parent(s): c65677a

Upload config

Browse files
Files changed (1) hide show
  1. config.json +1 -8
config.json CHANGED
@@ -1,21 +1,15 @@
1
  {
2
- "architectures": [
3
- "SiglipModel"
4
- ],
5
  "initializer_factor": 1.0,
6
  "model_type": "siglip",
7
  "text_config": {
8
  "hidden_size": 1152,
9
- "image_size": 384,
10
  "intermediate_size": 4304,
11
  "model_type": "siglip_text_model",
12
  "num_attention_heads": 16,
13
  "num_hidden_layers": 27,
14
- "patch_size": 14,
15
  "projection_size": 1152,
16
  "vocab_size": 256000
17
  },
18
- "torch_dtype": "float32",
19
  "transformers_version": "4.49.0.dev0",
20
  "vision_config": {
21
  "hidden_size": 1152,
@@ -24,7 +18,6 @@
24
  "model_type": "siglip_vision_model",
25
  "num_attention_heads": 16,
26
  "num_hidden_layers": 27,
27
- "patch_size": 14,
28
- "vocab_size": 256000
29
  }
30
  }
 
1
  {
 
 
 
2
  "initializer_factor": 1.0,
3
  "model_type": "siglip",
4
  "text_config": {
5
  "hidden_size": 1152,
 
6
  "intermediate_size": 4304,
7
  "model_type": "siglip_text_model",
8
  "num_attention_heads": 16,
9
  "num_hidden_layers": 27,
 
10
  "projection_size": 1152,
11
  "vocab_size": 256000
12
  },
 
13
  "transformers_version": "4.49.0.dev0",
14
  "vision_config": {
15
  "hidden_size": 1152,
 
18
  "model_type": "siglip_vision_model",
19
  "num_attention_heads": 16,
20
  "num_hidden_layers": 27,
21
+ "patch_size": 14
 
22
  }
23
  }