dima806 commited on
Commit
db3bbe4
·
verified ·
1 Parent(s): 7ab6949

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -14
README.md CHANGED
@@ -8,28 +8,28 @@ base_model:
8
  pipeline_tag: image-classification
9
  library_name: transformers
10
  ---
11
- Detects age group with about 18% accuracy based on an image.
12
 
13
  See https://www.kaggle.com/code/dima806/age-group-image-classification-vit for details.
14
 
15
- ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6449300e3adf50d864095b90/sG1GZFgo5TlzzFqal5obl.png)
16
 
17
  ```
18
  Classification report:
19
 
20
  precision recall f1-score support
21
 
22
- 0-2 0.0000 0.0000 0.0000 0
23
- 3-9 0.1667 0.2500 0.2000 8
24
- 10-19 0.1667 0.0769 0.1053 13
25
- 20-29 0.4000 0.3243 0.3582 37
26
- 30-39 0.0000 0.0000 0.0000 18
27
- 40-49 0.0000 0.0000 0.0000 13
28
- 50-59 0.1579 0.5000 0.2400 6
29
- 60-69 0.0000 0.0000 0.0000 3
30
- more than 70 0.0000 0.0000 0.0000 2
31
 
32
- accuracy 0.1800 100
33
- macro avg 0.0990 0.1279 0.1004 100
34
- weighted avg 0.1925 0.1800 0.1766 100
35
  ```
 
8
  pipeline_tag: image-classification
9
  library_name: transformers
10
  ---
11
+ Detects age group with about 54% accuracy based on an image.
12
 
13
  See https://www.kaggle.com/code/dima806/age-group-image-classification-vit for details.
14
 
15
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6449300e3adf50d864095b90/t7CULANhb4ZcnhdcrE6FG.png)
16
 
17
  ```
18
  Classification report:
19
 
20
  precision recall f1-score support
21
 
22
+ 0-2 0.0000 0.0000 0.0000 180
23
+ 3-9 0.6799 0.8623 0.7603 1249
24
+ 10-19 0.4928 0.2201 0.3043 1086
25
+ 20-29 0.5780 0.7852 0.6658 3026
26
+ 30-39 0.4461 0.4202 0.4328 2099
27
+ 40-49 0.4589 0.3740 0.4121 1238
28
+ 50-59 0.4213 0.4800 0.4487 725
29
+ 60-69 0.0000 0.0000 0.0000 286
30
+ more than 70 0.0000 0.0000 0.0000 111
31
 
32
+ accuracy 0.5385 10000
33
+ macro avg 0.3419 0.3491 0.3360 10000
34
+ weighted avg 0.4943 0.5385 0.5039 10000
35
  ```