create_model.
Signature
Parameters
This function takes no parameters.Returns
List of available model architecture names (strings). Each name corresponds to a model configuration that can be loaded.
Example
Common Model Architectures
The function returns model names including but not limited to:- Vision Transformers:
ViT-B-32,ViT-B-16,ViT-L-14,ViT-L-14-336,ViT-H-14,ViT-g-14,ViT-bigG-14 - ResNet:
RN50,RN101,RN50x4,RN50x16,RN50x64 - ConvNeXt:
convnext_base,convnext_base_w,convnext_large_d,convnext_xxlarge - SigLIP:
ViT-B-16-SigLIP,ViT-L-16-SigLIP-256,ViT-SO400M-14-SigLIP-384 - EVA:
EVA01-g-14,EVA02-B-16,EVA02-L-14,EVA02-E-14 - CoCa:
coca_ViT-B-32,coca_ViT-L-14 - Multilingual:
roberta-ViT-B-32,xlm-roberta-base-ViT-B-32,xlm-roberta-large-ViT-H-14
See Also
- list_pretrained - List available pretrained weight tags for each model
- create_model - Create a model using these architecture names
