CoolFace
Modelpublic

unstructuredio/donut-base-labelstudio-A1.0

sourceHugging Faceupdated 2y agoView on Hugging Face
7likes44downloads
preprocessor_config.json24 linesDownload Raw Back to root
1{2  "do_align_long_axis": false,3  "do_normalize": true,4  "do_pad": true,5  "do_resize": true,6  "do_thumbnail": true,7  "feature_extractor_type": "DonutFeatureExtractor",8  "image_mean": [9    0.5,10    0.5,11    0.512  ],13  "image_std": [14    0.5,15    0.5,16    0.517  ],18  "processor_class": "DonutProcessor",19  "resample": 2,20  "size": [21    720,22    96023  ]24}