CoolFace
Modelpublic

EZCon/FastVLM-1.5B-4bit-mlx

sourceHugging Faceapple-amlrupdated 1mo agoView on Hugging Face
0likes50downloads
processor_config.json31 linesDownload Raw Back to root
1{2  "image_processor": {3    "crop_size": {4      "height": 1024,5      "width": 10246    },7    "do_center_crop": true,8    "do_convert_rgb": true,9    "do_normalize": true,10    "do_rescale": true,11    "do_resize": true,12    "image_mean": [13      0.0,14      0.0,15      0.016    ],17    "image_processor_type": "FastVLMImageProcessor",18    "image_std": [19      1.0,20      1.0,21      1.022    ],23    "resample": 3,24    "rescale_factor": 0.00392156862745098,25    "size": {26      "shortest_edge": 102427    }28  },29  "processor_class": "FastVLMProcessor"30}31