Gupta28 commited on
Commit
6579e1b
·
verified ·
1 Parent(s): 3202f77

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. config.json +40 -0
  2. model.safetensors +3 -0
  3. preprocessor_config.json +23 -0
config.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "SiglipModel"
4
+ ],
5
+ "dtype": "float32",
6
+ "initializer_factor": 1.0,
7
+ "model_type": "siglip",
8
+ "text_config": {
9
+ "attention_dropout": 0.0,
10
+ "bos_token_id": 49406,
11
+ "dtype": "float32",
12
+ "eos_token_id": 49407,
13
+ "hidden_act": "gelu_pytorch_tanh",
14
+ "hidden_size": 1152,
15
+ "intermediate_size": 4304,
16
+ "layer_norm_eps": 1e-06,
17
+ "max_position_embeddings": 64,
18
+ "model_type": "siglip_text_model",
19
+ "num_attention_heads": 16,
20
+ "num_hidden_layers": 27,
21
+ "pad_token_id": 1,
22
+ "projection_size": 1152,
23
+ "vocab_size": 32000
24
+ },
25
+ "transformers_version": "5.13.0",
26
+ "vision_config": {
27
+ "attention_dropout": 0.0,
28
+ "dtype": "float32",
29
+ "hidden_act": "gelu_pytorch_tanh",
30
+ "hidden_size": 1152,
31
+ "image_size": 384,
32
+ "intermediate_size": 4304,
33
+ "layer_norm_eps": 1e-06,
34
+ "model_type": "siglip_vision_model",
35
+ "num_attention_heads": 16,
36
+ "num_channels": 3,
37
+ "num_hidden_layers": 27,
38
+ "patch_size": 14
39
+ }
40
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e7721f54325c5cf5eb5293bb245008fe180d693dd08592d328da24f1174d8eb
3
+ size 3511950624
preprocessor_config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_convert_rgb": true,
3
+ "do_normalize": true,
4
+ "do_rescale": true,
5
+ "do_resize": true,
6
+ "image_mean": [
7
+ 0.5,
8
+ 0.5,
9
+ 0.5
10
+ ],
11
+ "image_processor_type": "SiglipImageProcessor",
12
+ "image_std": [
13
+ 0.5,
14
+ 0.5,
15
+ 0.5
16
+ ],
17
+ "resample": 3,
18
+ "rescale_factor": 0.00392156862745098,
19
+ "size": {
20
+ "height": 384,
21
+ "width": 384
22
+ }
23
+ }