GLM-OCR-mlx / processor_config.json
hermeschen-ezcon's picture
Upload folder using huggingface_hub
b168310 verified
Raw
History Blame Contribute Delete
607 Bytes
{
"image_processor": {
"_transformers_image_processor": null,
"do_convert_rgb": true,
"do_normalize": true,
"do_rescale": true,
"image_mean": [
0.48145466,
0.4578275,
0.40821073
],
"image_processor_type": "Glm46VImageProcessor",
"image_std": [
0.26862954,
0.26130258,
0.27577711
],
"max_pixels": 9633792,
"merge_size": 2,
"min_pixels": 12544,
"patch_size": 14,
"rescale_factor": 0.00392156862745098,
"temporal_patch_size": 2,
"use_transformers_backend": true
},
"processor_class": "GlmOcrProcessor"
}