MiniCPM-Llama3-V-2_5 / preprocessor_config.json
finalf0's picture
Add processor and image processor (#61)
3b6aeff verified
raw
history blame contribute delete
No virus
599 Bytes
{
"image_processor_type": "MiniCPMVImageProcessor",
"auto_map": {
"AutoProcessor": "processing_minicpmv.MiniCPMVProcessor",
"AutoImageProcessor": "image_processing_minicpmv.MiniCPMVImageProcessor"
},
"processor_class": "MiniCPMVProcessor",
"max_slice_nums": 9,
"scale_resolution": 448,
"patch_size": 14,
"image_feature_size": 96,
"im_start": "<image>",
"im_end": "</image>",
"slice_start": "<slice>",
"slice_end": "</slice>",
"unk": "<unk>",
"norm_mean": [0.5, 0.5, 0.5],
"norm_std": [0.5, 0.5, 0.5],
"version": 2.5
}