Xenova HF Staff commited on
Commit
d9b652f
·
verified ·
1 Parent(s): fbd1f72

Create preprocessor_config.json

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +27 -0
preprocessor_config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "data_format": "channels_first",
3
+ "do_convert_rgb": null,
4
+ "do_normalize": true,
5
+ "do_rescale": true,
6
+ "do_resize": true,
7
+ "image_mean": [
8
+ 0.5,
9
+ 0.5,
10
+ 0.5
11
+ ],
12
+ "image_processor_type": "Gemma3ImageProcessorFast",
13
+ "image_seq_length": 256,
14
+ "image_std": [
15
+ 0.5,
16
+ 0.5,
17
+ 0.5
18
+ ],
19
+ "resample": 2,
20
+ "rescale_factor": 0.00392156862745098,
21
+ "size": {
22
+ "height": 28,
23
+ "width": 28
24
+ },
25
+ "image_seq_length": 4,
26
+ "processor_class": "Gemma3Processor"
27
+ }