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