Text Generation
Transformers
Safetensors
English
vmistral
code
custom_code
VLM_WebSight_finetuned / preprocessor_config.json
VictorSanh's picture
trying that?
6127305
raw
history blame
526 Bytes
{
"auto_map": {
"AutoProcessor": "processing_img2html.Img2HTMLProcessor",
"AutoImageProcessor": "image_processing_img2html.Img2HTMLImageProcessor"
},
"image_num_channels": 3,
"image_mean": [
0.5,
0.5,
0.5
],
"image_processor_type": "image_processing_img2html.Img2HTMLImageProcessor",
"image_processor_class": "image_processing_img2html.Img2HTMLImageProcessor",
"image_size": 960,
"image_std": [
0.5,
0.5,
0.5
],
"processor_class": "processing_img2html.Img2HTMLProcessor"
}