dima806 commited on
Commit
d8ef03a
1 Parent(s): f4aa2a2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -8,18 +8,18 @@ Detects the skin type (dry, normal, oily) based on facial image.
8
 
9
  See https://www.kaggle.com/code/dima806/skin-types-image-detection-vit for details.
10
 
11
- ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6449300e3adf50d864095b90/gOpiuH8TpY93rwiFO7GwY.png)
12
 
13
  ```
14
  Classification report:
15
 
16
  precision recall f1-score support
17
 
18
- dry 0.6697 0.6607 0.6652 448
19
- normal 0.6638 0.6964 0.6797 448
20
- oily 0.6944 0.6696 0.6818 448
21
 
22
- accuracy 0.6756 1344
23
- macro avg 0.6760 0.6756 0.6756 1344
24
- weighted avg 0.6760 0.6756 0.6756 1344
25
  ```
 
8
 
9
  See https://www.kaggle.com/code/dima806/skin-types-image-detection-vit for details.
10
 
11
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6449300e3adf50d864095b90/6g-0kxPFIKs_pYNZDpbsI.png)
12
 
13
  ```
14
  Classification report:
15
 
16
  precision recall f1-score support
17
 
18
+ dry 0.6829 0.6346 0.6578 509
19
+ normal 0.6414 0.6314 0.6364 510
20
+ oily 0.6390 0.6941 0.6654 510
21
 
22
+ accuracy 0.6534 1529
23
+ macro avg 0.6544 0.6534 0.6532 1529
24
+ weighted avg 0.6544 0.6534 0.6532 1529
25
  ```