Svenni551 commited on
Commit
47c5819
·
verified ·
1 Parent(s): 207960e

Upload model_metadata.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. model_metadata.json +22 -0
model_metadata.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_id": "google/siglip-base-patch16-224",
3
+ "image_size": 224,
4
+ "patch_size": 16,
5
+ "image_mean": [
6
+ 0.5,
7
+ 0.5,
8
+ 0.5
9
+ ],
10
+ "image_std": [
11
+ 0.5,
12
+ 0.5,
13
+ 0.5
14
+ ],
15
+ "image_rescale_factor": 0.00392156862745098,
16
+ "tokenizer_max_length": 64,
17
+ "tokenizer_pad_token_id": 1,
18
+ "embedding_dim": 768,
19
+ "logit_scale": 4.7649970054626465,
20
+ "logit_bias": -12.9324369430542,
21
+ "attention_mask_strategy": "all_ones"
22
+ }