gwkrsrch2 commited on
Commit
1883aa4
·
verified ·
1 Parent(s): 714b08c

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +9 -19
config.json CHANGED
@@ -1,25 +1,15 @@
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
- "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.0.dev0",
16
- "vision_config": {
17
- "hidden_size": 768,
18
- "image_size": 384,
19
- "intermediate_size": 3072,
20
- "model_type": "siglip_vision_model",
21
- "num_attention_heads": 12,
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
  }