FastLFM2.5-VL-0.5B / processor_config.json
irotem98's picture
Upload FastLFM2.5-VL-0.5B model
dac3306
Raw
History Blame Contribute Delete
669 Bytes
{
"image_processor": {
"crop_size": {
"height": 512,
"width": 512
},
"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": 512
}
},
"image_token": "<image>",
"num_additional_image_tokens": 0,
"patch_size": 64,
"processor_class": "LlavaProcessor",
"vision_feature_select_strategy": "full"
}