mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-30 01:32:23 +06:00
fix a possible typo in auto feature extraction (#18779)
This commit is contained in:
parent
5f06a09b9f
commit
b10a3b3760
@ -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"),
|
||||
|
Loading…
Reference in New Issue
Block a user