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") 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") - Notebooks
- Google Colab
- Kaggle
Commit ·
2bfb50a
1
Parent(s): 0ec026a
Training in progress, epoch 4
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:236dd35d4d4fa4be2d4cb549fb4d0c1e841c0104c86e18aaa6482add51a55c1e
|
| 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:cb822ab30dca42309bcba205e178a285c9b77e0397c01dcfe8dd60a891ccc988
|
| 3 |
+
size 25748
|