Update README.md
Browse files
README.md
CHANGED
@@ -4,21 +4,21 @@ metrics:
|
|
4 |
- accuracy
|
5 |
- f1
|
6 |
---
|
7 |
-
Returns with about 99% accuracy whether the face belongs to man or woman based on face image.
|
8 |
|
9 |
See https://www.kaggle.com/code/dima806/man-woman-face-image-detection-vit for more details.
|
10 |
|
11 |
-
![image/png](https://cdn-uploads.huggingface.co/production/uploads/6449300e3adf50d864095b90/
|
12 |
|
13 |
```
|
14 |
Classification report:
|
15 |
|
16 |
precision recall f1-score support
|
17 |
|
18 |
-
man 0.
|
19 |
-
woman 0.
|
20 |
|
21 |
-
accuracy 0.
|
22 |
-
macro avg 0.
|
23 |
-
weighted avg 0.
|
24 |
```
|
|
|
4 |
- accuracy
|
5 |
- f1
|
6 |
---
|
7 |
+
Returns with about 99.2% accuracy whether the face belongs to man or woman based on face image.
|
8 |
|
9 |
See https://www.kaggle.com/code/dima806/man-woman-face-image-detection-vit for more details.
|
10 |
|
11 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/6449300e3adf50d864095b90/jFvQNwdQhfI7e6zSXAQg1.png)
|
12 |
|
13 |
```
|
14 |
Classification report:
|
15 |
|
16 |
precision recall f1-score support
|
17 |
|
18 |
+
man 0.9919 0.9921 0.9920 7071
|
19 |
+
woman 0.9921 0.9919 0.9920 7072
|
20 |
|
21 |
+
accuracy 0.9920 14143
|
22 |
+
macro avg 0.9920 0.9920 0.9920 14143
|
23 |
+
weighted avg 0.9920 0.9920 0.9920 14143
|
24 |
```
|