Qwen2-VL-2B-Instruct-SFT / preprocessor_config.json
bluuluu's picture
Model save
2c69336 verified
{
"crop_size": {
"height": 518,
"width": 518
},
"do_center_crop": true,
"do_convert_rgb": true,
"do_normalize": true,
"do_rescale": true,
"do_resize": true,
"image_mean": [
0.5307,
0.5307,
0.5307
],
"image_processor_type": "BitImageProcessor",
"image_std": [
0.2583,
0.2583,
0.2583
],
"merge_size": 1,
"processor_class": "Qwen2VLProcessor",
"resample": 3,
"rescale_factor": 0.00392156862745098,
"size": {
"shortest_edge": 518
}
}