Instructions to use platzi/platzi-vit-model-einoa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use platzi/platzi-vit-model-einoa with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="platzi/platzi-vit-model-einoa") 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("platzi/platzi-vit-model-einoa") model = AutoModelForImageClassification.from_pretrained("platzi/platzi-vit-model-einoa") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
08986fd | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:7330215e64523e9e1b2da14c0f2f527f4adc2480eb6c7a7442f2532d6471fda5
size 5240
|