"tests/models/udop/test_tokenization_udop.py" did not exist on "d33dc7966a8c7f04bbca7ae0ced75cbf26c38d9e"
Unverified Commit b10a3b37 authored by fatih's avatar fatih Committed by GitHub
Browse files

fix a possible typo in auto feature extraction (#18779)

parent 5f06a09b
......@@ -69,7 +69,7 @@ FEATURE_EXTRACTOR_MAPPING_NAMES = OrderedDict(
("swin", "ViTFeatureExtractor"),
("swinv2", "ViTFeatureExtractor"),
("van", "ConvNextFeatureExtractor"),
("videomae", "ViTFeatureExtractor"),
("videomae", "VideoMAEFeatureExtractor"),
("vilt", "ViltFeatureExtractor"),
("vit", "ViTFeatureExtractor"),
("vit_mae", "ViTFeatureExtractor"),
......
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