CoolFace
Modelpublic

mlx-community/dots.ocr-bf16

sourceHugging Facemitupdated 7mo agoView on Hugging Face
4likes202downloads
preprocessor_config.json23 linesDownload Raw Back to root
1{2  "auto_map": {3        "AutoProcessor": "configuration_dots.DotsVLProcessor"4    },5  "min_pixels": 3136,6  "max_pixels": 11289600,7  "patch_size": 14,8  "temporal_patch_size": 1,9  "merge_size": 2,10  "image_mean": [11    0.48145466,12    0.4578275,13    0.4082107314  ],15  "image_std": [16    0.26862954,17    0.26130258,18    0.2757771119  ],20  "image_processor_type": "Qwen2VLImageProcessor",21  "processor_class": "DotsVLProcessor"22}23