CoolFace
Modelpublic

RedHatAI/Llama-Guard-4-12B-quantized.w4a16

sourceHugging Faceupdated 7mo agoView on Hugging Face
0likes2kdownloads
preprocessor_config.json34 linesDownload Raw Back to root
1{2  "crop_size": null,3  "data_format": "channels_first",4  "default_to_square": true,5  "device": null,6  "do_center_crop": null,7  "do_convert_rgb": true,8  "do_normalize": true,9  "do_rescale": true,10  "do_resize": true,11  "image_mean": [12    0.5,13    0.5,14    0.515  ],16  "image_processor_type": "Llama4ImageProcessorFast",17  "image_std": [18    0.5,19    0.5,20    0.521  ],22  "input_data_format": null,23  "max_patches": 16,24  "processor_class": "Llama4Processor",25  "resample": 2,26  "rescale_factor": 0.00392156862745098,27  "resize_to_max_canvas": false,28  "return_tensors": null,29  "size": {30    "height": 336,31    "width": 33632  }33}34