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