Instructions to use timm/vit_large_patch32_224.orig_in21k with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- timm
How to use timm/vit_large_patch32_224.orig_in21k with timm:
import timm model = timm.create_model("hf_hub:timm/vit_large_patch32_224.orig_in21k", pretrained=True) - Transformers
How to use timm/vit_large_patch32_224.orig_in21k with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-feature-extraction", model="timm/vit_large_patch32_224.orig_in21k")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("timm/vit_large_patch32_224.orig_in21k", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 872a9b3
Update model config and README 43cf172
Add model 0bc18a1
Update model config and README ab8a47f
Add model efd5bc1
initial commit 442ab25
Ross Wightman commited on