Shotaro30678
commited on
Commit
•
9cc262f
1
Parent(s):
d74299e
Update README.md
Browse files
README.md
CHANGED
@@ -6,6 +6,46 @@ tags: []
|
|
6 |
# Model Card for Model ID
|
7 |
|
8 |
<!-- Provide a quick summary of what the model is/does. -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
|
10 |
|
11 |
|
|
|
6 |
# Model Card for Model ID
|
7 |
|
8 |
<!-- Provide a quick summary of what the model is/does. -->
|
9 |
+
```
|
10 |
+
precision recall f1-score support
|
11 |
+
|
12 |
+
neutral 0.89 0.24 0.38 5454
|
13 |
+
anger 0.06 0.17 0.09 102
|
14 |
+
disgust 0.02 0.20 0.04 41
|
15 |
+
fear 0.01 0.71 0.01 14
|
16 |
+
happiness 0.23 0.53 0.32 927
|
17 |
+
sadness 0.03 0.12 0.05 94
|
18 |
+
surprise 0.04 0.18 0.06 108
|
19 |
+
|
20 |
+
accuracy 0.28 6740
|
21 |
+
macro avg 0.18 0.31 0.14 6740
|
22 |
+
weighted avg 0.75 0.28 0.35 6740
|
23 |
+
|
24 |
+
Accuracy 0.27819
|
25 |
+
Balanced_Accuracy 0.30592
|
26 |
+
F1-score 0.35445
|
27 |
+
```
|
28 |
+
|
29 |
+
[original one](https://huggingface.co/Shotaro30678/archive_emotion_predictor_for_emotion_chat_bot/settings):
|
30 |
+
```
|
31 |
+
precision recall f1-score support
|
32 |
+
|
33 |
+
neutral 0.84 0.91 0.87 5454
|
34 |
+
anger 0.17 0.09 0.12 102
|
35 |
+
disgust 0.00 0.00 0.00 41
|
36 |
+
fear 0.00 0.00 0.00 14
|
37 |
+
happiness 0.36 0.30 0.33 927
|
38 |
+
sadness 0.00 0.00 0.00 94
|
39 |
+
surprise 0.00 0.00 0.00 108
|
40 |
+
|
41 |
+
accuracy 0.78 6740
|
42 |
+
macro avg 0.20 0.19 0.19 6740
|
43 |
+
weighted avg 0.73 0.78 0.75 6740
|
44 |
+
|
45 |
+
Accuracy 0.77982
|
46 |
+
Balanced_Accuracy 0.18522
|
47 |
+
F1-score 0.7538
|
48 |
+
```
|
49 |
|
50 |
|
51 |
|