CoolFace
Modelpublic

mlx-community/Molmo2-8B-4bit

sourceHugging Faceapache-2.0updated 9mo agoView on Hugging Face
2likes130downloads
preprocessor_config.json35 linesDownload Raw Back to root
1{2  "auto_map": {3    "AutoImageProcessor": "image_processing_molmo2.Molmo2ImageProcessor",4    "AutoProcessor": "processing_molmo2.Molmo2Processor"5  },6  "do_convert_rgb": true,7  "image_mean": [8    0.5,9    0.5,10    0.511  ],12  "image_processor_type": "Molmo2ImageProcessor",13  "image_std": [14    0.5,15    0.5,16    0.517  ],18  "max_crops": 8,19  "overlap_margins": [20    4,21    422  ],23  "patch_size": 14,24  "pooling_size": [25    2,26    227  ],28  "processor_class": "Molmo2Processor",29  "resample": 2,30  "size": {31    "height": 378,32    "width": 37833  }34}35