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 10
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:41b8b320fc79fb2be43af6280339a349fa32cafad0c5f5cd57fb5cb0f72cc6e9
|
| 3 |
size 343310400
|
runs/Apr06_21-22-59_c23hpda1/events.out.tfevents.1712431381.c23hpda1.4065500.0
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:b912ffc7d11114eb9dc5d877397148f5f22f441f1a0c32b05d9f813def31ed0a
|
| 3 |
+
size 13231
|