SmolVLM2-256M-Video-Instruct-mlx / preprocessor_config.json
pcuenq's picture
pcuenq HF staff
Upload folder using huggingface_hub
ab17085 verified
raw
history blame contribute delete
599 Bytes
{
"do_convert_rgb": true,
"do_image_splitting": true,
"do_normalize": true,
"do_pad": true,
"do_rescale": true,
"do_resize": true,
"image_mean": [
0.5,
0.5,
0.5
],
"image_processor_type": "SmolVLMImageProcessor",
"image_std": [
0.5,
0.5,
0.5
],
"max_image_size": {
"longest_edge": 512
},
"processor_class": "SmolVLMProcessor",
"resample": 1,
"rescale_factor": 0.00392156862745098,
"size": {
"longest_edge": 2048
},
"video_sampling": {
"fps": 1,
"max_frames": 64,
"video_size": {
"longest_edge": 512
}
}
}