Image Classification
Transformers
PyTorch
TensorBoard
vit
Generated from Trainer
Eval Results (legacy)
Instructions to use camiloTel0410/bean-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use camiloTel0410/bean-classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="camiloTel0410/bean-classifier") 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("camiloTel0410/bean-classifier") model = AutoModelForImageClassification.from_pretrained("camiloTel0410/bean-classifier", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
09e8992
1
Parent(s): d60c00f
Model save
Browse files
runs/Nov13_18-46-05_b97aed91deee/events.out.tfevents.1699901174.b97aed91deee.1207.2
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6f2da71a661bf352ae007a1d0cad9e5d0c3371c4879ef0c3d2faf1b25cc7dcb8
|
| 3 |
+
size 4983
|