Html / preprocessor_config.json
Jaykintecblic's picture
Duplicate from HuggingFaceM4/VLM_WebSight_finetuned
09067ad verified
raw
history blame contribute delete
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"
}