VLM_WebSight_finetuned / preprocessor_config.json
VictorSanh's picture
VictorSanh HF staff
update preprocessor config
3d51561
raw history blame
No virus
351 Bytes
{
"auto_map": {
"AutoProcessor": "IdeficsProcessor",
"AutoImageProcessor": "IdeficsImageProcessor"
},
"image_num_channels": 3,
"image_mean": [
0.5,
0.5,
0.5
],
"image_processor_type": "IdeficsImageProcessor",
"image_size": 960,
"image_std": [
0.5,
0.5,
0.5
],
"processor_class": "IdeficsProcessor"
}