CoolFace
Modelpublic

hf-tiny-model-private/tiny-random-LayoutLMv3Model

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes646downloads
preprocessor_config.json27 linesDownload Raw Back to root
1{2  "apply_ocr": true,3  "do_normalize": true,4  "do_rescale": true,5  "do_resize": true,6  "feature_extractor_type": "LayoutLMv3FeatureExtractor",7  "image_mean": [8    0.5,9    0.5,10    0.511  ],12  "image_processor_type": "LayoutLMv3ImageProcessor",13  "image_std": [14    0.5,15    0.5,16    0.517  ],18  "ocr_lang": null,19  "resample": 2,20  "rescale_factor": 0.00392156862745098,21  "size": {22    "height": 224,23    "width": 22424  },25  "tesseract_config": ""26}27