prithivMLmods commited on
Commit
c5b54df
·
verified ·
1 Parent(s): 2f9cb02

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -3
README.md CHANGED
@@ -1,3 +1,18 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+ ```py
5
+ Classification Report:
6
+ precision recall f1-score support
7
+
8
+ Ahegao 0.9916 0.9801 0.9858 1205
9
+ Angry 0.8633 0.7502 0.8028 1313
10
+ Happy 0.9494 0.9684 0.9588 3740
11
+ Neutral 0.7635 0.8781 0.8168 4027
12
+ Sad 0.8595 0.7794 0.8175 3934
13
+ Surprise 0.9025 0.8104 0.8540 1234
14
+
15
+ accuracy 0.8665 15453
16
+ macro avg 0.8883 0.8611 0.8726 15453
17
+ weighted avg 0.8703 0.8665 0.8663 15453
18
+ ```