mirror of
https://github.com/huggingface/transformers.git
synced 2025-08-01 02:31:11 +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"),
|
("swin", "ViTFeatureExtractor"),
|
||||||
("swinv2", "ViTFeatureExtractor"),
|
("swinv2", "ViTFeatureExtractor"),
|
||||||
("van", "ConvNextFeatureExtractor"),
|
("van", "ConvNextFeatureExtractor"),
|
||||||
("videomae", "ViTFeatureExtractor"),
|
("videomae", "VideoMAEFeatureExtractor"),
|
||||||
("vilt", "ViltFeatureExtractor"),
|
("vilt", "ViltFeatureExtractor"),
|
||||||
("vit", "ViTFeatureExtractor"),
|
("vit", "ViTFeatureExtractor"),
|
||||||
("vit_mae", "ViTFeatureExtractor"),
|
("vit_mae", "ViTFeatureExtractor"),
|
||||||
|
Loading…
Reference in New Issue
Block a user