Instructions to use skyau/dog-breed-classifier-vit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use skyau/dog-breed-classifier-vit with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="skyau/dog-breed-classifier-vit") 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("skyau/dog-breed-classifier-vit") model = AutoModelForImageClassification.from_pretrained("skyau/dog-breed-classifier-vit") - Notebooks
- Google Colab
- Kaggle
Adding ONNX file of this model
#3 opened over 2 years ago
by
proob
Adding `safetensors` variant of this model
#2 opened about 3 years ago
by
SFconvertbot
Request: Which ViT and which dog dataset?
3
#1 opened over 3 years ago
by
5hadytru