llm-jp-4-vl-9b-mlx-4bit / processor_config.json
aipib's picture
Upload folder using huggingface_hub
56f9b45 verified
Raw
History Blame Contribute Delete
735 Bytes
{
"auto_map": {
"AutoProcessor": "processing_llmjpvl.LLMjpVLProcessor"
},
"image_processor": {
"auto_map": {
"AutoProcessor": "processing_llmjpvl.LLMjpVLProcessor"
},
"do_convert_rgb": null,
"do_normalize": true,
"do_rescale": true,
"do_resize": true,
"image_mean": [
0.5,
0.5,
0.5
],
"image_processor_type": "SiglipImageProcessor",
"image_std": [
0.5,
0.5,
0.5
],
"resample": 2,
"rescale_factor": 0.00392156862745098,
"size": {
"height": 512,
"width": 512
}
},
"image_seq_length": 256,
"max_dynamic_patch": 12,
"min_dynamic_patch": 1,
"processor_class": "LLMjpVLProcessor",
"use_thumbnail": true
}