finetuned_paligemma2_classification / processor_config.json
EricChan1122's picture
Upload processor
6d31d68 verified
{
"image_processor": {
"data_format": "channels_first",
"do_normalize": true,
"do_rescale": true,
"do_resize": true,
"image_mean": [
0.5,
0.5,
0.5
],
"image_processor_type": "SiglipImageProcessorFast",
"image_seq_length": 1024,
"image_std": [
0.5,
0.5,
0.5
],
"resample": 3,
"rescale_factor": 0.00392156862745098,
"size": {
"height": 448,
"width": 448
}
},
"processor_class": "PaliGemmaProcessor"
}