VLM_WebSight_finetuned / preprocessor_config.json
VictorSanh's picture
bunch of updates
5ea341f
raw
history blame
No virus
449 Bytes
{
"auto_map": {
"AutoProcessor": "HuggingFaceM4/img2html--processing_img2html.Img2HTMLProcessor",
"AutoImageProcessor": "HuggingFaceM4/img2html--image_processing_img2html.Img2HTMLImageProcessor"
},
"image_num_channels": 3,
"image_mean": [
0.5,
0.5,
0.5
],
"image_processor_type": "Img2HTMLImageProcessor",
"image_size": 960,
"image_std": [
0.5,
0.5,
0.5
],
"processor_class": "Img2HTMLProcessor"
}