North-Micro-Vision-Instruct-8bit / processor_config.json
prince-canuma's picture
Upload MLX 8bit quantization
4980ae4 verified
Raw
History Blame Contribute Delete
603 Bytes
{
"image_processor": {
"do_convert_rgb": true,
"do_normalize": true,
"do_rescale": true,
"do_resize": true,
"image_mean": [
0.5,
0.5,
0.5
],
"image_processor_type": "CohereCompassImageProcessor",
"image_std": [
0.5,
0.5,
0.5
],
"max_pixels": 3868706,
"merge_size": 2,
"min_pixels": 16384,
"patch_size": 16,
"rescale_factor": 0.00392156862745098,
"size": {
"longest_edge": 3868706,
"shortest_edge": 16384
},
"temporal_patch_size": 2
},
"processor_class": "CohereCompassProcessor"
}