Image Classification
Transformers
PyTorch
TensorBoard
vit
Generated from Trainer
Eval Results (legacy)
Instructions to use nickmuchi/vit-base-beans with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nickmuchi/vit-base-beans with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="nickmuchi/vit-base-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("nickmuchi/vit-base-beans") model = AutoModelForImageClassification.from_pretrained("nickmuchi/vit-base-beans") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -5,6 +5,13 @@ tags:
|
|
| 5 |
- generated_from_trainer
|
| 6 |
datasets:
|
| 7 |
- beans
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
metrics:
|
| 9 |
- accuracy
|
| 10 |
model-index:
|
|
|
|
| 5 |
- generated_from_trainer
|
| 6 |
datasets:
|
| 7 |
- beans
|
| 8 |
+
widget:
|
| 9 |
+
- src: https://huggingface.co/nateraw/vit-base-beans/resolve/main/healthy.jpeg
|
| 10 |
+
example_title: Healthy
|
| 11 |
+
- src: https://huggingface.co/nateraw/vit-base-beans/resolve/main/angular_leaf_spot.jpeg
|
| 12 |
+
example_title: Angular Leaf Spot
|
| 13 |
+
- src: https://huggingface.co/nateraw/vit-base-beans/resolve/main/bean_rust.jpeg
|
| 14 |
+
example_title: Bean Rust
|
| 15 |
metrics:
|
| 16 |
- accuracy
|
| 17 |
model-index:
|