Instructions to use timm/deit_tiny_distilled_patch16_224.fb_in1k with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- timm
How to use timm/deit_tiny_distilled_patch16_224.fb_in1k with timm:
import timm model = timm.create_model("hf_hub:timm/deit_tiny_distilled_patch16_224.fb_in1k", pretrained=True) - Transformers
How to use timm/deit_tiny_distilled_patch16_224.fb_in1k with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="timm/deit_tiny_distilled_patch16_224.fb_in1k") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("timm/deit_tiny_distilled_patch16_224.fb_in1k", dtype="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 6d7c26b9161ab8616fb648d2f37b7296e6dbf5348feb9f3e7631187522216a53
- Size of remote file:
- 23.7 MB
- SHA256:
- 06a694aa4fcf7f01fe90cd23c64d1d4616d542ce425b224078a1af0c308f15e0
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.