Image Classification
Transformers
PyTorch
Safetensors
vit
Generated from Trainer
Eval Results (legacy)
Instructions to use johnnydevriese/vit_beans with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use johnnydevriese/vit_beans with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="johnnydevriese/vit_beans") 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("johnnydevriese/vit_beans") model = AutoModelForImageClassification.from_pretrained("johnnydevriese/vit_beans") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 36b808cce9501e254788cb1b0c08e3507aea7563ffbf5b725fb1d2182e87b5ed
- Size of remote file:
- 343 MB
- SHA256:
- cdeae16f21e2cca4e874e226c8197b0ca10c2096fb9ebcff05c4b04f9f0dc857
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.