glm-ocr-receipt-ocr-mlx-4bit / processor_config.json
zk0hf's picture
MLX 4-bit conversion of the CORD-v2 GLM-OCR receipt fine-tune
cc2dc2d 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"
}