Image Classification
Transformers
PyTorch
TensorBoard
English
vit
Generated from Trainer
Eval Results (legacy)
Instructions to use nateraw/vit-base-beans with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nateraw/vit-base-beans with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="nateraw/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("nateraw/vit-base-beans") model = AutoModelForImageClassification.from_pretrained("nateraw/vit-base-beans") - Notebooks
- Google Colab
- Kaggle
Librarian Bot: Add base_model information to model
#6
by librarian-bot - opened
README.md
CHANGED
|
@@ -15,6 +15,7 @@ widget:
|
|
| 15 |
example_title: Angular Leaf Spot
|
| 16 |
- src: https://huggingface.co/nateraw/vit-base-beans/resolve/main/bean_rust.jpeg
|
| 17 |
example_title: Bean Rust
|
|
|
|
| 18 |
model-index:
|
| 19 |
- name: vit-base-beans
|
| 20 |
results:
|
|
|
|
| 15 |
example_title: Angular Leaf Spot
|
| 16 |
- src: https://huggingface.co/nateraw/vit-base-beans/resolve/main/bean_rust.jpeg
|
| 17 |
example_title: Bean Rust
|
| 18 |
+
base_model: google/vit-base-patch16-224-in21k
|
| 19 |
model-index:
|
| 20 |
- name: vit-base-beans
|
| 21 |
results:
|