Instructions to use SmartPy/plant-disease-severity with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SmartPy/plant-disease-severity with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="SmartPy/plant-disease-severity") 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("SmartPy/plant-disease-severity") model = AutoModelForImageClassification.from_pretrained("SmartPy/plant-disease-severity", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 0
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343310400
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d71bfafef769fc70d47491c81c9699df29b4d50ab2729b0948f3685e29c3d3b1
|
| 3 |
size 343310400
|
runs/Apr06_20-39-18_c23hpda1/events.out.tfevents.1712428759.c23hpda1.4045362.7
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3198c4df049a64884d05e097a0c056858880a80bbfb6d9e91469407ce76d58fa
|
| 3 |
+
size 5751
|
runs/Apr06_20-40-05_c23hpda1/events.out.tfevents.1712428806.c23hpda1.4045362.8
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:270c48c53b44a41e8fe0e07d98863eac353f406192e586f259b7d3ef406b159e
|
| 3 |
+
size 6068
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4475
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:83cb25d3478b05e4be18d8ee4e9b5d3c2926753f413bd4c6690ca437f800aa52
|
| 3 |
size 4475
|