dima806 commited on
Commit
36c744f
·
verified ·
1 Parent(s): e18389c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -7
README.md CHANGED
@@ -4,20 +4,22 @@ metrics:
4
  - accuracy
5
  - f1
6
  ---
7
- Returns age group with about 90% accuracy based on facial image.
8
 
9
  See https://www.kaggle.com/code/dima806/age-group-image-detection-vit for more details.
10
 
 
 
11
  ```
12
  Classification report:
13
 
14
  precision recall f1-score support
15
 
16
- MIDDLE 0.8162 0.9250 0.8672 1080
17
- YOUNG 0.9583 0.8511 0.9015 1081
18
- OLD 0.9537 0.9334 0.9434 1081
19
 
20
- accuracy 0.9031 3242
21
- macro avg 0.9094 0.9032 0.9040 3242
22
- weighted avg 0.9094 0.9031 0.9041 3242
23
  ```
 
4
  - accuracy
5
  - f1
6
  ---
7
+ Returns age group with about 91% accuracy based on facial image.
8
 
9
  See https://www.kaggle.com/code/dima806/age-group-image-detection-vit for more details.
10
 
11
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6449300e3adf50d864095b90/Fp88lO_Z8KNt1JNzHyg1s.png)
12
+
13
  ```
14
  Classification report:
15
 
16
  precision recall f1-score support
17
 
18
+ MIDDLE 0.8316 0.9278 0.8771 4321
19
+ YOUNG 0.9598 0.8563 0.9051 4322
20
+ OLD 0.9552 0.9477 0.9515 4322
21
 
22
+ accuracy 0.9106 12965
23
+ macro avg 0.9155 0.9106 0.9112 12965
24
+ weighted avg 0.9155 0.9106 0.9112 12965
25
  ```