ERNIE-4.5-VL-28B-A3B-Thinking / preprocessor_config.json
SFLY5's picture
Update preprocessor_config.json
e324dc8 verified
raw
history blame contribute delete
743 Bytes
{
"auto_map": {
"AutoProcessor": "processing_ernie4_5_vl.Ernie4_5_VLProcessor",
"AutoImageProcessor": "processing_ernie4_5_vl.Ernie4_5_VLImageProcessor"
},
"crop_size": {
"height": 224,
"width": 224
},
"do_center_crop": false,
"do_convert_rgb": true,
"do_normalize": true,
"do_rescale": true,
"do_resize": true,
"image_mean": [
0.48145466,
0.4578275,
0.40821073
],
"image_std": [
0.26862954,
0.26130258,
0.27577711
],
"resample": 3,
"rescale_factor": 0.00392156862745098,
"size": {
"height": 224,
"width": 224
},
"min_pixels": 3136,
"max_pixels": 4816896,
"processor_class": "Ernie4_5_VLProcessor",
"image_processor_type": "Ernie4_5_VLImageProcessor"
}