File tree Expand file tree Collapse file tree 1 file changed +25
-1
lines changed
src/transformers/models/auto Expand file tree Collapse file tree 1 file changed +25
-1
lines changed Original file line number Diff line number Diff line change 911911
912912# This is tied to the processing `-` -> `_` in `model_type_to_module_name`. For example, instead of putting
913913# `transfo-xl` (as in `CONFIG_MAPPING_NAMES`), we should use `transfo_xl`.
914- DEPRECATED_MODELS = []
914+ DEPRECATED_MODELS = [
915+ "deta" ,
916+ "efficientformer" ,
917+ "ernie_m" ,
918+ "gptsan_japanese" ,
919+ "graphormer" ,
920+ "jukebox" ,
921+ "mctct" ,
922+ "mega" ,
923+ "mmbt" ,
924+ "nat" ,
925+ "nezha" ,
926+ "open_llama" ,
927+ "qdqbert" ,
928+ "realm" ,
929+ "retribert" ,
930+ "speech_to_text_2" ,
931+ "tapex" ,
932+ "trajectory_transformer" ,
933+ "transfo_xl" ,
934+ "tvlt" ,
935+ "van" ,
936+ "vit_hybrid" ,
937+ "xlm_prophetnet" ,
938+ ]
915939
916940SPECIAL_MODEL_TYPE_TO_MODULE_NAME = OrderedDict [str , str ](
917941 [
You can’t perform that action at this time.
0 commit comments