idefics2_raven_finetuned / preprocessor_config.json
VictorSanh's picture
there you go
5b86ca4
{
"auto_map": {
"AutoProcessor": "IdeficsProcessor",
"AutoImageProcessor": "IdeficsImageProcessor"
},
"image_num_channels": 3,
"image_mean": [
0.5,
0.5,
0.5
],
"image_processor_type": "IdeficsImageProcessor",
"image_size": 980,
"image_std": [
0.5,
0.5,
0.5
],
"processor_class": "IdeficsProcessor"
}