vGiacomov commited on
Commit
728f1e6
·
1 Parent(s): d4c560c

Add trained model and evaluation artifacts

Browse files
Files changed (1) hide show
  1. README.md +16 -2
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/AI-Lab-Makerere/beans)
7
 
8
- ### Classes:
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