CoolFace
Modelpublic

mlx-community/LightOnOCR-2-1B-4bit

sourceHugging Faceapache-2.0updated 8mo agoView on Hugging Face
1likes141downloads
processor_config.json34 linesDownload Raw Back to root
1{2  "image_break_token": "<|vision_pad|>",3  "image_end_token": "<|vision_end|>",4  "image_processor": {5    "data_format": "channels_first",6    "default_to_square": true,7    "do_convert_rgb": true,8    "do_normalize": true,9    "do_rescale": true,10    "do_resize": true,11    "image_mean": [12      0.48145466,13      0.4578275,14      0.4082107315    ],16    "image_processor_type": "PixtralImageProcessorFast",17    "image_std": [18      0.26862954,19      0.26130258,20      0.2757771121    ],22    "patch_size": 14,23    "resample": 3,24    "rescale_factor": 0.00392156862745098,25    "size": {26      "longest_edge": 154027    }28  },29  "image_token": "<|image_pad|>",30  "patch_size": 14,31  "processor_class": "PixtralProcessor",32  "spatial_merge_size": 233}34