Instructions to use timm/vit_base_patch16_224.orig_in21k with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- timm
How to use timm/vit_base_patch16_224.orig_in21k with timm:
import timm model = timm.create_model("hf_hub:timm/vit_base_patch16_224.orig_in21k", pretrained=True) - Transformers
How to use timm/vit_base_patch16_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_base_patch16_224.orig_in21k")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("timm/vit_base_patch16_224.orig_in21k", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 677f7d8
Update model config and README 2034f54
Add model 00b0a93
Update README.md 39f2666
Add model 2e13465
initial commit e7fd059
Ross Wightman commited on