CoolFace
Modelpublic

EZCon/FastVLM-1.5B-4bit-mlx

sourceHugging Faceapple-amlrupdated 1mo agoView on Hugging Face
0likes50downloads
preprocessor_config.json40 linesDownload Raw Back to root
1{2  "auto_map": {3    "AutoImageProcessor": "processing_fastvlm.FastVLMImageProcessor",4    "AutoProcessor": "processing_fastvlm.FastVLMProcessor"5  },6  "crop_size": {7    "height": 1024,8    "width": 10249  },10  "data_format": "channels_first",11  "default_to_square": false,12  "device": null,13  "disable_grouping": null,14  "do_center_crop": true,15  "do_convert_rgb": true,16  "do_normalize": true,17  "do_rescale": true,18  "do_resize": true,19  "image_mean": [20    0.0,21    0.0,22    0.023  ],24  "image_processor_type": "FastVLMImageProcessor",25  "image_std": [26    1.0,27    1.0,28    1.029  ],30  "input_data_format": null,31  "processor_class": "FastVLMProcessor",32  "resample": 3,33  "rescale_factor": 0.00392156862745098,34  "return_tensors": null,35  "size": {36    "shortest_edge": 102437  }38}39 40