Instructions to use RKoops/BeanLeafClassifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use RKoops/BeanLeafClassifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="RKoops/BeanLeafClassifier") 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("RKoops/BeanLeafClassifier") model = AutoModelForImageClassification.from_pretrained("RKoops/BeanLeafClassifier") - Notebooks
- Google Colab
- Kaggle
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:f4a3f616426a00f0941c104a40758ba6723e3ed5f2846eb7dc0fc94665dcc3db
|
| 3 |
+
size 3375
|