Image Classification
Transformers
PyTorch
Safetensors
vit
Generated from Trainer
Eval Results (legacy)
Instructions to use RaymundoSGlz/vit_model_beans with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use RaymundoSGlz/vit_model_beans with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="RaymundoSGlz/vit_model_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("RaymundoSGlz/vit_model_beans") model = AutoModelForImageClassification.from_pretrained("RaymundoSGlz/vit_model_beans", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Librarian Bot: Update Hugging Face dataset ID
#3
by librarian-bot - opened
README.md
CHANGED
|
@@ -4,7 +4,7 @@ tags:
|
|
| 4 |
- image-classification
|
| 5 |
- generated_from_trainer
|
| 6 |
datasets:
|
| 7 |
-
- beans
|
| 8 |
metrics:
|
| 9 |
- accuracy
|
| 10 |
widget:
|
|
|
|
| 4 |
- image-classification
|
| 5 |
- generated_from_trainer
|
| 6 |
datasets:
|
| 7 |
+
- AI-Lab-Makerere/beans
|
| 8 |
metrics:
|
| 9 |
- accuracy
|
| 10 |
widget:
|