juniorjukeko commited on
Commit
7e72bfc
1 Parent(s): e5f34a6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -3
README.md CHANGED
@@ -34,17 +34,20 @@ It achieves the following results on the evaluation set:
34
  - Accuracy: 0.9986
35
 
36
  ## Model description
37
-
38
- More information needed
 
39
 
40
  ## Intended uses & limitations
41
 
42
  More information needed
43
 
44
  ## Training and evaluation data
45
- Traning and evaluation data are from this Kaggle dataset (Mango🥭 Leaf🍃🍂 Disease Dataset)[https://www.kaggle.com/datasets/aryashah2k/mango-leaf-disease-dataset]
 
46
 
47
  ## Training procedure
 
48
 
49
  ### Training hyperparameters
50
 
 
34
  - Accuracy: 0.9986
35
 
36
  ## Model description
37
+ Multiclass image classification model based on [swin-tiny-patch4-window7-224](https://huggingface.co/microsoft/swin-tiny-patch4-window7-224) and fine-tuned with Mango🥭 Leaf🍃🍂 Disease Dataset.
38
+ Trained on 8 classes based on mango leaves health :
39
+ Anthracnose, Bacterial Canker, Cutting Weevil, Die Back, Gall Midge, Powdery Mildew, Sooty Mould, Healthy
40
 
41
  ## Intended uses & limitations
42
 
43
  More information needed
44
 
45
  ## Training and evaluation data
46
+ Traning and evaluation data are from this Kaggle dataset [Mango🥭 Leaf🍃🍂 Disease Dataset](https://www.kaggle.com/datasets/aryashah2k/mango-leaf-disease-dataset).
47
+ Amount of images used is 90% of total images (3600 of 4000, 450 images from each class).
48
 
49
  ## Training procedure
50
+ Dataset split : 75% train set, 20% validation set, 5% test set.
51
 
52
  ### Training hyperparameters
53