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