Update README.md
Browse files
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
|
| 12 |
|
| 13 |
See https://www.kaggle.com/code/dima806/age-group-image-classification-vit for details.
|
| 14 |
|
| 15 |
-

|
| 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 |
```
|