ukr-htr-convtext / preprocessor_config.json
Valerii Sielikhov
Add auto_map configuration for HTRProcessor in preprocessor_config.json
962e061
raw
history blame contribute delete
241 Bytes
{
"processor_class": "HTRProcessor",
"auto_map": {
"AutoProcessor": "processing_htr.HTRProcessor"
},
"vocab_file": "alphabet.json",
"image_height": 64,
"image_max_width": 3072,
"width_stride": 32,
"resample": "bilinear"
}