Instructions to use facebook/deit-base-patch16-224 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use facebook/deit-base-patch16-224 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="facebook/deit-base-patch16-224") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoImageProcessor, AutoModelForImageClassification processor = AutoImageProcessor.from_pretrained("facebook/deit-base-patch16-224") model = AutoModelForImageClassification.from_pretrained("facebook/deit-base-patch16-224") - Inference
- Notebooks
- Google Colab
- Kaggle
- Xet hash:
- deb26ac5b920594f82abb782e0aadea228f06a3e23756666080b79bc0ba2985b
- Size of remote file:
- 346 MB
- SHA256:
- 9272c1b6a10a5792cfc29423e463f162f6f9293be0f763abc0ec5cbd7ce34294
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.