dima806 commited on
Commit
ddf497c
1 Parent(s): 2bd6021

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
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/2DMjXUFunRs57mI-U28Hy.png)
12
 
13
  ```
14
  Classification report:
15
 
16
  precision recall f1-score support
17
 
18
- man 0.9898 0.9908 0.9903 7071
19
- woman 0.9908 0.9898 0.9903 7072
20
 
21
- accuracy 0.9903 14143
22
- macro avg 0.9903 0.9903 0.9903 14143
23
- weighted avg 0.9903 0.9903 0.9903 14143
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
  ```