IMvision12 commited on
Commit
197a8f3
·
verified ·
1 Parent(s): 4faa370

Upload kf_preprocessor.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. kf_preprocessor.json +22 -0
kf_preprocessor.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "library_name": "kerasformers",
3
+ "kerasformers_version": "1.1.3",
4
+ "preprocessor_module": "kerasformers.models.siglip2",
5
+ "preprocessor_class": "SigLIP2ImageProcessor",
6
+ "variant": "siglip2_so400m_p14_384",
7
+ "image_resolution": 384,
8
+ "mean": [
9
+ 0.5,
10
+ 0.5,
11
+ 0.5
12
+ ],
13
+ "std": [
14
+ 0.5,
15
+ 0.5,
16
+ 0.5
17
+ ],
18
+ "do_center_crop": true,
19
+ "do_normalize": true,
20
+ "do_resize": true,
21
+ "data_format": "channels_last"
22
+ }