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