MiniMaxAI/MiniMax-M3
1.5k165k
1{2 "processor_class": "MiniMaxVLProcessor",3 "auto_map": {4 "AutoImageProcessor": "image_processor.MiniMaxM3VLImageProcessor",5 "AutoProcessor": "processing_minimax.MiniMaxVLProcessor",6 "AutoVideoProcessor": "video_processor.MiniMaxM3VLVideoProcessor"7 },8 "process_image_mode": "dynamic_res",9 "image_mean": [10 0.48145466,11 0.4578275,12 0.4082107313 ],14 "image_std": [15 0.26862954,16 0.26130258,17 0.2757771118 ],19 "size": [20 672,21 67222 ],23 "patch_size": 14,24 "img_token_compression_config": {25 "image_token_compression_threshold": 1.1,26 "image_token_compression_method": "patch_merge",27 "max_image_resolution": 1008,28 "spatial_merge_size": 2,29 "temporal_patch_size": 230 },31 "add_start_end_special_tokens": true32}