Instructions to use capofwesh20/bean_leaf_classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use capofwesh20/bean_leaf_classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="capofwesh20/bean_leaf_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("capofwesh20/bean_leaf_classifier") model = AutoModelForImageClassification.from_pretrained("capofwesh20/bean_leaf_classifier") - Notebooks
- Google Colab
- Kaggle
Commit ·
5e0f0ee
1
Parent(s): 58282ab
Upload training_args.bin
Browse files- training_args.bin +3 -0
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f09536524e6f28a65f0fe5f9bb6416978debd0c9328cef94c1ddddda9c1ea907
|
| 3 |
+
size 3375
|