ValueError: Unrecognized feature extractor in microsoft/trocr-base-handwritten. Should have a `feature_extractor_type` key in its preprocessor_config.json of config.json, or one of the following `model_type` keys in its {CONFIG_NAME}: {', '.join(c for c in FEATURE_EXTRACTOR_MAPPING_NAMES.keys())}
#7
by
ram1813
- opened
No description provided.
ValueError: Unrecognized feature extractor in microsoft/trocr-base-handwritten. Should have a `feature_extractor_type` key in its preprocessor_config.json of config.json, or one of the following `model_type` keys in its {CONFIG_NAME}: {', '.join(c for c in FEATURE_EXTRACTOR_MAPPING_NAMES.keys())}f9cfe125
f"Unrecognized feature extractor in {pretrained_model_name_or_path}. Should have a "
ValueError: Unrecognized feature extractor in microsoft/trocr-large-handwritten. Should have a feature_extractor_type
key in its preprocessor_config.json of config.json, or one of the following model_type
keys in its {CONFIG_NAME}: {', '.join(c for c in FEATURE_EXTRACTOR_MAPPING_NAMES.keys())}
I am still getting this error.