CoolFace
Modelpublic

optimum-intel-internal-testing/tiny-random-minicpm-v-4_5

sourceHugging Faceupdated 11mo agoView on Hugging Face
0likes4.3kdownloads
preprocessor_config.json47 linesDownload Raw Back to root
1{2  "auto_map": {3    "AutoImageProcessor": "openbmb/MiniCPM-V-4_5--image_processing_minicpmv.MiniCPMVImageProcessor",4    "AutoProcessor": "openbmb/MiniCPM-V-4_5--processing_minicpmv.MiniCPMVProcessor"5  },6  "im_end": "</image>",7  "im_end_token": "</image>",8  "im_id_end": "</image_id>",9  "im_id_start": "<image_id>",10  "im_start": "<image>",11  "im_start_token": "<image>",12  "image_feature_size": 64,13  "image_processor_type": "MiniCPMVImageProcessor",14  "max_slice_nums": 9,15  "mean": [16    0.5,17    0.5,18    0.519  ],20  "norm_mean": [21    0.5,22    0.5,23    0.524  ],25  "norm_std": [26    0.5,27    0.5,28    0.529  ],30  "patch_size": 14,31  "processor_class": "MiniCPMVProcessor",32  "scale_resolution": 448,33  "slice_end": "</slice>",34  "slice_end_token": "</slice>",35  "slice_mode": true,36  "slice_start": "<slice>",37  "slice_start_token": "<slice>",38  "std": [39    0.5,40    0.5,41    0.542  ],43  "unk": "<unk>",44  "unk_token": "<unk>",45  "use_image_id": true,46  "version": 2.647}