CoolFace
Modelpublic

openbmb/MiniCPM-V-4.6

sourceHugging Faceapache-2.0updated 1mo agoView on Hugging Face
1.2klikes401kdownloads
preprocessor_config.json19 linesDownload Raw Back to root
1{2  "image_processor_type": "MiniCPMV4_6ImageProcessor",3  "processor_class": "MiniCPMV4_6Processor",4  "max_slice_nums": 9,5  "scale_resolution": 448,6  "patch_size": 14,7  "use_image_id": true,8  "slice_mode": true,9  "image_mean": [10    0.5,11    0.5,12    0.513  ],14  "image_std": [15    0.5,16    0.5,17    0.518  ]19}