Instructions to use timm/vit_large_patch16_224.mae with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- timm
How to use timm/vit_large_patch16_224.mae with timm:
import timm model = timm.create_model("hf_hub:timm/vit_large_patch16_224.mae", pretrained=True) - Transformers
How to use timm/vit_large_patch16_224.mae with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-feature-extraction", model="timm/vit_large_patch16_224.mae")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("timm/vit_large_patch16_224.mae", dtype="auto") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
c6421a8 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:693769e822a2f947740ef91bed32a2e09df21639911fe68bdad3834c0174ebc2
size 1213316837
|