CoolFace
Modelpublic

immanuelpeter/Gemma4-31B-Vision

sourceHugging Faceapache-2.0updated 7d agoView on Hugging Face
0likes17downloads
preprocessor_config.json25 linesDownload Raw Back to root
1{2  "do_convert_rgb": true,3  "do_normalize": false,4  "do_rescale": true,5  "do_resize": true,6  "image_mean": [7    0.0,8    0.0,9    0.010  ],11  "image_processor_type": "Gemma4ImageProcessor",12  "image_seq_length": 280,13  "image_std": [14    1.0,15    1.0,16    1.017  ],18  "max_soft_tokens": 280,19  "patch_size": 16,20  "pooling_kernel_size": 3,21  "resample": 3,22  "rescale_factor": 0.00392156862745098,23  "processor_class": "AutoImageProcessor"24}25