Add instructions on how to use this with timm (i.e. show timm model tag)
#1
by
gaunernst
- opened
Hugging Face hub is great for model discovery. It will be good if the model card can be updated with how to use it with timm directly i.e.
import timm
model = timm.create_model("vit_base_patch16_clip_224.datacompxl", pretrained=True)
I usually have to search in timm source code to find the corresponding model tag. It will be great if it can be shown directly on the HF model card.