Omdano commited on
Commit
af5bb7d
·
verified ·
1 Parent(s): d6d2461

Add TorchAO INT8 quantized SigLIP2 model

Browse files
Files changed (2) hide show
  1. config.json +37 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "SiglipModel"
4
+ ],
5
+ "initializer_factor": 1.0,
6
+ "model_type": "siglip",
7
+ "text_config": {
8
+ "attention_dropout": 0.0,
9
+ "hidden_act": "gelu_pytorch_tanh",
10
+ "hidden_size": 1152,
11
+ "intermediate_size": 4304,
12
+ "layer_norm_eps": 1e-06,
13
+ "max_position_embeddings": 64,
14
+ "model_type": "siglip_text_model",
15
+ "num_attention_heads": 16,
16
+ "num_hidden_layers": 27,
17
+ "projection_size": 1152,
18
+ "torch_dtype": "bfloat16",
19
+ "vocab_size": 32000
20
+ },
21
+ "torch_dtype": "bfloat16",
22
+ "transformers_version": "4.56.0.dev0",
23
+ "vision_config": {
24
+ "attention_dropout": 0.0,
25
+ "hidden_act": "gelu_pytorch_tanh",
26
+ "hidden_size": 1152,
27
+ "image_size": 384,
28
+ "intermediate_size": 4304,
29
+ "layer_norm_eps": 1e-06,
30
+ "model_type": "siglip_vision_model",
31
+ "num_attention_heads": 16,
32
+ "num_channels": 3,
33
+ "num_hidden_layers": 27,
34
+ "patch_size": 14,
35
+ "torch_dtype": "bfloat16"
36
+ }
37
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7efe83814a2c1790776dd835f2cd55ddc4fc5df2da4c76bef631540a34beb91b
3
+ size 928578585