fastvlm-0.5b-mlx-q4 / processor_config.json
dbaek111's picture
Upload fastvlm-0.5b-mlx-q4
7eb1327 verified
Raw
History Blame
670 Bytes
{
"image_processor": {
"crop_size": {
"height": 1024,
"width": 1024
},
"do_center_crop": true,
"do_convert_rgb": true,
"do_normalize": true,
"do_rescale": true,
"do_resize": true,
"image_mean": [
0.0,
0.0,
0.0
],
"image_processor_type": "CLIPImageProcessor",
"image_std": [
1.0,
1.0,
1.0
],
"resample": 3,
"rescale_factor": 0.00392156862745098,
"size": {
"shortest_edge": 1024
}
},
"image_token": "<image>",
"num_additional_image_tokens": 0,
"patch_size": 64,
"processor_class": "LlavaProcessor",
"vision_feature_select_strategy": null
}