gemma-4-e2b-onnx / NF4 /default /image_processor.json
justinchuby's picture
Add NF4 quantized variant
b7bf7ea verified
raw
history blame contribute delete
744 Bytes
{
"processor": {
"name": "gemma_4_image_processing",
"transforms": [
{
"operation": {
"name": "decode_image",
"type": "DecodeImage",
"attrs": {
"color_space": "RGB"
}
}
},
{
"operation": {
"name": "gemma4_image_transform",
"type": "Gemma4ImageTransform",
"attrs": {
"patch_size": 16,
"max_soft_tokens": 280,
"pooling_kernel_size": 3
}
}
}
]
}
}