Update README.md
Browse files
README.md
CHANGED
@@ -7,6 +7,8 @@ base_model:
|
|
7 |
- google/vit-base-patch16-224-in21k
|
8 |
pipeline_tag: image-classification
|
9 |
library_name: transformers
|
|
|
|
|
10 |
---
|
11 |
Detects age group with about 54% accuracy based on an image.
|
12 |
|
|
|
7 |
- google/vit-base-patch16-224-in21k
|
8 |
pipeline_tag: image-classification
|
9 |
library_name: transformers
|
10 |
+
datasets:
|
11 |
+
- nateraw/fairface
|
12 |
---
|
13 |
Detects age group with about 54% accuracy based on an image.
|
14 |
|