Safetensors
vmistral
custom_code
Waffle_VLM_WebSight / preprocessor_config.json
jiang719's picture
Upload folder using huggingface_hub
2fed580 verified
raw
history blame
352 Bytes
{
"auto_map": {
"AutoImageProcessor": "IdeficsImageProcessor",
"AutoProcessor": "IdeficsProcessor"
},
"image_mean": [
0.5,
0.5,
0.5
],
"image_num_channels": 3,
"image_processor_type": "IdeficsImageProcessor",
"image_size": 960,
"image_std": [
0.5,
0.5,
0.5
],
"processor_class": "IdeficsProcessor"
}