Update README.md
Browse files
README.md
CHANGED
@@ -6,21 +6,21 @@ metrics:
|
|
6 |
base_model:
|
7 |
- google/vit-base-patch16-224-in21k
|
8 |
---
|
9 |
-
Returns with about 98.
|
10 |
|
11 |
See https://www.kaggle.com/code/dima806/man-woman-face-image-detection-vit for more details.
|
12 |
|
13 |
-
![image/png](https://cdn-uploads.huggingface.co/production/uploads/6449300e3adf50d864095b90/
|
14 |
|
15 |
```
|
16 |
Classification report:
|
17 |
|
18 |
precision recall f1-score support
|
19 |
|
20 |
-
man 0.
|
21 |
-
woman 0.
|
22 |
|
23 |
-
accuracy 0.
|
24 |
-
macro avg 0.
|
25 |
-
weighted avg 0.
|
26 |
```
|
|
|
6 |
base_model:
|
7 |
- google/vit-base-patch16-224-in21k
|
8 |
---
|
9 |
+
Returns with about 98.7% accuracy whether the face belongs to man or woman based on face image.
|
10 |
|
11 |
See https://www.kaggle.com/code/dima806/man-woman-face-image-detection-vit for more details.
|
12 |
|
13 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/6449300e3adf50d864095b90/t9MgehgAAZEJAXOebhfjO.png)
|
14 |
|
15 |
```
|
16 |
Classification report:
|
17 |
|
18 |
precision recall f1-score support
|
19 |
|
20 |
+
man 0.9885 0.9857 0.9871 51062
|
21 |
+
woman 0.9857 0.9885 0.9871 51062
|
22 |
|
23 |
+
accuracy 0.9871 102124
|
24 |
+
macro avg 0.9871 0.9871 0.9871 102124
|
25 |
+
weighted avg 0.9871 0.9871 0.9871 102124
|
26 |
```
|