HarethahMo commited on
Commit
fe290e2
·
verified ·
1 Parent(s): 81c44da

Upload 2 files

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