CoolFace
Modelpublic

ashishscapsitech123/LightOnOCR-2-ft-iam

sourceHugging Faceapache-2.0updated 7mo agoView on Hugging Face
0likes13downloads
processor_config.json31 linesDownload Raw Back to root
1{2  "image_processor": {3    "data_format": "channels_first",4    "default_to_square": true,5    "do_convert_rgb": true,6    "do_normalize": true,7    "do_rescale": true,8    "do_resize": true,9    "image_mean": [10      0.48145466,11      0.4578275,12      0.4082107313    ],14    "image_processor_type": "PixtralImageProcessorFast",15    "image_std": [16      0.26862954,17      0.26130258,18      0.2757771119    ],20    "patch_size": 14,21    "resample": 3,22    "rescale_factor": 0.00392156862745098,23    "size": {24      "longest_edge": 154025    }26  },27  "patch_size": 14,28  "processor_class": "LightOnOcrProcessor",29  "spatial_merge_size": 230}31