CoolFace
Modelpublic

microsoft/layoutlmv3-base

sourceHugging Facecc-by-nc-sa-4.0updated 2y agoView on Hugging Face
510likes1.1mdownloads
preprocessor_config.json19 linesDownload Raw Back to root
1{2  "apply_ocr": true,3  "do_normalize": true,4  "do_resize": true,5  "feature_extractor_type": "LayoutLMv3FeatureExtractor",6  "image_mean": [7    0.5,8    0.5,9    0.510  ],11  "image_std": [12    0.5,13    0.5,14    0.515  ],16  "ocr_lang": null,17  "resample": 2,18  "size": 22419}