Instructions to use pwk666/Beans_disease_classficationv4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use pwk666/Beans_disease_classficationv4 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="pwk666/Beans_disease_classficationv4") 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("pwk666/Beans_disease_classficationv4") model = AutoModelForImageClassification.from_pretrained("pwk666/Beans_disease_classficationv4") - Notebooks
- Google Colab
- Kaggle
End of training
Browse files
runs/Apr29_08-22-45_b69dd0b3c60f/events.out.tfevents.1714378967.b69dd0b3c60f.712.24
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:fc49a609735ababa6a5ac7523480573d97de6b4bee9cf6f619d1d7a7c7acc3d7
|
| 3 |
+
size 53378
|
runs/Apr29_08-22-45_b69dd0b3c60f/events.out.tfevents.1714379193.b69dd0b3c60f.712.26
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d3cf6dca9d8e7f2855ebfe1f4ec7415239a9cb3d3995999646fd08d444928a96
|
| 3 |
+
size 405
|