dima806 commited on
Commit
a7fdb4e
·
verified ·
1 Parent(s): c7e3ed8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -1
README.md CHANGED
@@ -4,4 +4,20 @@ metrics:
4
  - accuracy
5
  - f1
6
  ---
7
- See https://www.kaggle.com/code/dima806/age-group-image-detection-vit for more details.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  - accuracy
5
  - f1
6
  ---
7
+ Returns age group 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
+ ```