Unverified Commit bc6fe6fb authored by Yih-Dar's avatar Yih-Dar Committed by GitHub
Browse files

Change to FlavaProcessor in PROCESSOR_MAPPING_NAMES (#18213)


Co-authored-by: default avatarydshieh <ydshieh@users.noreply.github.com>
parent dcec4c43
......@@ -38,7 +38,7 @@ logger = logging.get_logger(__name__)
PROCESSOR_MAPPING_NAMES = OrderedDict(
[
("clip", "CLIPProcessor"),
("flava", "FLAVAProcessor"),
("flava", "FlavaProcessor"),
("groupvit", "CLIPProcessor"),
("layoutlmv2", "LayoutLMv2Processor"),
("layoutlmv3", "LayoutLMv3Processor"),
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment