Update README.md
Browse files
README.md
CHANGED
|
@@ -8,4 +8,7 @@ metrics:
|
|
| 8 |
base_model:
|
| 9 |
- google/vit-base-patch16-224-in21k
|
| 10 |
pipeline_tag: image-classification
|
| 11 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
base_model:
|
| 9 |
- google/vit-base-patch16-224-in21k
|
| 10 |
pipeline_tag: image-classification
|
| 11 |
+
---
|
| 12 |
+
Detects gender based on an image.
|
| 13 |
+
|
| 14 |
+
See https://www.kaggle.com/code/dima806/gender-image-classification-vit for details.
|