CoolFace
Modelpublic

EvilScript/gemma-3-12b-it-taboo-wave

sourceHugging Faceapache-2.0updated 3mo agoView on Hugging Face
0likes21downloads
processor_config.json29 linesDownload Raw Back to root
1{2  "image_processor": {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.511    ],12    "image_processor_type": "Gemma3ImageProcessor",13    "image_seq_length": 256,14    "image_std": [15      0.5,16      0.5,17      0.518    ],19    "resample": 2,20    "rescale_factor": 0.00392156862745098,21    "size": {22      "height": 896,23      "width": 89624    }25  },26  "image_seq_length": 256,27  "processor_class": "Gemma3Processor"28}29