Commit
•
082f4cb
1
Parent(s):
7a6581a
Add evaluation results on the default config and test split of emotion (#2)
Browse files- Add evaluation results on the default config and test split of emotion (2e74d97216866a45a1a9a5863e1c4824203395df)
Co-authored-by: Evaluation Bot <[email protected]>
README.md
CHANGED
@@ -20,6 +20,59 @@ model-index:
|
|
20 |
- name: Accuracy
|
21 |
type: accuracy
|
22 |
value: 0.945
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
---
|
24 |
|
25 |
# bertweet-emotion-base
|
|
|
20 |
- name: Accuracy
|
21 |
type: accuracy
|
22 |
value: 0.945
|
23 |
+
- task:
|
24 |
+
type: text-classification
|
25 |
+
name: Text Classification
|
26 |
+
dataset:
|
27 |
+
name: emotion
|
28 |
+
type: emotion
|
29 |
+
config: default
|
30 |
+
split: test
|
31 |
+
metrics:
|
32 |
+
- name: Accuracy
|
33 |
+
type: accuracy
|
34 |
+
value: 0.9285
|
35 |
+
verified: true
|
36 |
+
- name: Precision Macro
|
37 |
+
type: precision
|
38 |
+
value: 0.8884219402987917
|
39 |
+
verified: true
|
40 |
+
- name: Precision Micro
|
41 |
+
type: precision
|
42 |
+
value: 0.9285
|
43 |
+
verified: true
|
44 |
+
- name: Precision Weighted
|
45 |
+
type: precision
|
46 |
+
value: 0.9294663182278102
|
47 |
+
verified: true
|
48 |
+
- name: Recall Macro
|
49 |
+
type: recall
|
50 |
+
value: 0.8859392810987465
|
51 |
+
verified: true
|
52 |
+
- name: Recall Micro
|
53 |
+
type: recall
|
54 |
+
value: 0.9285
|
55 |
+
verified: true
|
56 |
+
- name: Recall Weighted
|
57 |
+
type: recall
|
58 |
+
value: 0.9285
|
59 |
+
verified: true
|
60 |
+
- name: F1 Macro
|
61 |
+
type: f1
|
62 |
+
value: 0.8863603878501328
|
63 |
+
verified: true
|
64 |
+
- name: F1 Micro
|
65 |
+
type: f1
|
66 |
+
value: 0.9285
|
67 |
+
verified: true
|
68 |
+
- name: F1 Weighted
|
69 |
+
type: f1
|
70 |
+
value: 0.9284728367890772
|
71 |
+
verified: true
|
72 |
+
- name: loss
|
73 |
+
type: loss
|
74 |
+
value: 0.1349370777606964
|
75 |
+
verified: true
|
76 |
---
|
77 |
|
78 |
# bertweet-emotion-base
|