Instructions to use pytholic/vit_classification_huggingface with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use pytholic/vit_classification_huggingface with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="pytholic/vit_classification_huggingface") 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("pytholic/vit_classification_huggingface") model = AutoModelForImageClassification.from_pretrained("pytholic/vit_classification_huggingface", device_map="auto") - Notebooks
- Google Colab
- Kaggle

- Xet hash:
- 7f905659dc852a5f08e1d87e2fb7933acae356dbc59ef02c1f3150cfd94c8c42
- Size of remote file:
- 10.7 kB
- SHA256:
- 47fe24fe24110e940203879ce0a3fa940dc0dab157461ba2fa8f1cdebbec4592
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.