dima806 commited on
Commit
ecab793
·
verified ·
1 Parent(s): e862c67

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -6,21 +6,21 @@ metrics:
6
  base_model:
7
  - google/vit-base-patch16-224-in21k
8
  ---
9
- Returns with about 98.6% 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/QUMfzNPpEgDlpUpVTQQYW.png)
14
 
15
  ```
16
  Classification report:
17
 
18
  precision recall f1-score support
19
 
20
- man 0.9880 0.9835 0.9858 51062
21
- woman 0.9836 0.9881 0.9858 51062
22
 
23
- accuracy 0.9858 102124
24
- macro avg 0.9858 0.9858 0.9858 102124
25
- weighted avg 0.9858 0.9858 0.9858 102124
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
  ```