dima806 commited on
Commit
003b0f8
1 Parent(s): af51569

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -1
README.md CHANGED
@@ -4,4 +4,24 @@ metrics:
4
  - accuracy
5
  - f1
6
  ---
7
- See https://www.kaggle.com/code/dima806/facial-emotions-image-detection-vit for more details.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  - accuracy
5
  - f1
6
  ---
7
+ Returns facial emotion based on facial human image.
8
+
9
+ See https://www.kaggle.com/code/dima806/facial-emotions-image-detection-vit for more details.
10
+
11
+ ```
12
+ Classification report:
13
+
14
+ precision recall f1-score support
15
+
16
+ sad 0.7948 0.7948 0.7948 1798
17
+ disgust 0.9923 0.9983 0.9953 1798
18
+ angry 0.8390 0.8576 0.8482 1798
19
+ neutral 0.8141 0.8381 0.8259 1797
20
+ fear 0.8134 0.7953 0.8043 1798
21
+ surprise 0.9421 0.9227 0.9323 1798
22
+ happy 0.9272 0.9132 0.9201 1798
23
+
24
+ accuracy 0.8743 12585
25
+ macro avg 0.8747 0.8743 0.8744 12585
26
+ weighted avg 0.8747 0.8743 0.8744 12585
27
+ ```