dima806 commited on
Commit
2500482
1 Parent(s): 67b0add

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -8,18 +8,18 @@ Returns lemon quality given an image.
8
 
9
  See https://www.kaggle.com/code/dima806/lemon-quality-image-detection-vit for more details.
10
 
11
- ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6449300e3adf50d864095b90/qqLZ4FaCxnCn6YCI1U8Cz.png)
12
 
13
  ```
14
  Classification report:
15
 
16
  precision recall f1-score support
17
 
18
- good_quality 0.9978 1.0000 0.9989 450
19
- empty_background 1.0000 0.9945 0.9972 181
20
- bad_quality 1.0000 1.0000 1.0000 381
21
 
22
- accuracy 0.9990 1012
23
- macro avg 0.9993 0.9982 0.9987 1012
24
- weighted avg 0.9990 0.9990 0.9990 1012
25
  ```
 
8
 
9
  See https://www.kaggle.com/code/dima806/lemon-quality-image-detection-vit for more details.
10
 
11
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6449300e3adf50d864095b90/o2ADVcNtFbTjQB2FUbdmv.png)
12
 
13
  ```
14
  Classification report:
15
 
16
  precision recall f1-score support
17
 
18
+ good_quality 1.0000 1.0000 1.0000 450
19
+ empty_background 1.0000 1.0000 1.0000 450
20
+ bad_quality 1.0000 1.0000 1.0000 450
21
 
22
+ accuracy 1.0000 1350
23
+ macro avg 1.0000 1.0000 1.0000 1350
24
+ weighted avg 1.0000 1.0000 1.0000 1350
25
  ```