Instructions to use Prachi1234/corn_leaf_detector with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Prachi1234/corn_leaf_detector with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="Prachi1234/corn_leaf_detector", device_map="auto") 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("Prachi1234/corn_leaf_detector") model = AutoModelForImageClassification.from_pretrained("Prachi1234/corn_leaf_detector", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
0ec026a
1
Parent(s): a1b9e4f
Training in progress, epoch 3
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 347329005
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3ae9010f857a4963446e89fd4f82f207edf1524c0ef3910207194e90bd4d708c
|
| 3 |
size 347329005
|
runs/Jan25_19-14-15_7ee09a66e095/events.out.tfevents.1674674062.7ee09a66e095.149.4
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:726987068a00d2d06b91e27713828e8d7e3679be90db82a2fe3a90bdb507d2cb
|
| 3 |
+
size 25123
|