eligapris commited on
Commit
89d0e8e
·
verified ·
1 Parent(s): 6bcf434
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -3,6 +3,7 @@ tags:
3
  - autotrain
4
  - image-classification
5
  - eligapris
 
6
  base_model: microsoft/resnet-152
7
  widget:
8
  - src: https://huggingface.co/datasets/mishig/sample_images/resolve/main/tiger.jpg
@@ -108,4 +109,4 @@ The model was trained using AutoTrain for image classification. Here's a breakdo
108
 
109
  3. **Performance on Majority vs Minority Classes**: The higher micro and weighted scores compared to macro scores indicate that the model performs better on more frequent classes. This is likely due to the class imbalance, with the model potentially struggling more with the Gray_Leaf_Spot class.
110
 
111
- 4. **Overall Performance**: With an accuracy of 85.85%, the model shows good overall performance. However, there's room for improvement, especially in handling the class imbalance.
 
3
  - autotrain
4
  - image-classification
5
  - eligapris
6
+ - vision
7
  base_model: microsoft/resnet-152
8
  widget:
9
  - src: https://huggingface.co/datasets/mishig/sample_images/resolve/main/tiger.jpg
 
109
 
110
  3. **Performance on Majority vs Minority Classes**: The higher micro and weighted scores compared to macro scores indicate that the model performs better on more frequent classes. This is likely due to the class imbalance, with the model potentially struggling more with the Gray_Leaf_Spot class.
111
 
112
+ 4. **Overall Performance**: With an accuracy of 85.85%, the model shows good overall performance. However, there's room for improvement, especially in handling the class imbalance.