Add trained model and evaluation artifacts
Browse files
README.md
CHANGED
|
@@ -1,11 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
|
| 2 |
# ResNet18 fine-tuned on Beans dataset
|
| 3 |
|
| 4 |
This model was trained in Google Colab using a GPU and tracked with MLflow.
|
| 5 |
|
| 6 |
-
Dataset: [Beans](https://huggingface.co/datasets/
|
| 7 |
|
| 8 |
-
##
|
| 9 |
- Healthy
|
| 10 |
- Bean Rust
|
| 11 |
- Angular Leaf Spot
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
license: apache-2.0
|
| 5 |
+
tags:
|
| 6 |
+
- image-classification
|
| 7 |
+
- pytorch
|
| 8 |
+
- resnet
|
| 9 |
+
- beans
|
| 10 |
+
datasets:
|
| 11 |
+
- beans
|
| 12 |
+
library_name: pytorch
|
| 13 |
+
pipeline_tag: image-classification
|
| 14 |
+
---
|
| 15 |
|
| 16 |
# ResNet18 fine-tuned on Beans dataset
|
| 17 |
|
| 18 |
This model was trained in Google Colab using a GPU and tracked with MLflow.
|
| 19 |
|
| 20 |
+
Dataset: [Beans](https://huggingface.co/datasets/beans)
|
| 21 |
|
| 22 |
+
## Classes:
|
| 23 |
- Healthy
|
| 24 |
- Bean Rust
|
| 25 |
- Angular Leaf Spot
|