Commit
•
5d76437
1
Parent(s):
3e04807
Add evaluation results on the default config and test split of emotion (#1)
Browse files- Add evaluation results on the default config and test split of emotion (dce439feb242cfb9511e29aaa09757d70695a965)
Co-authored-by: Evaluation Bot <autoevaluator@users.noreply.huggingface.co>
README.md
CHANGED
@@ -30,6 +30,59 @@ model-index:
|
|
30 |
type: accuracy
|
31 |
value: 0.9235
|
32 |
verified: true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
---
|
34 |
|
35 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
30 |
type: accuracy
|
31 |
value: 0.9235
|
32 |
verified: true
|
33 |
+
- task:
|
34 |
+
type: text-classification
|
35 |
+
name: Text Classification
|
36 |
+
dataset:
|
37 |
+
name: emotion
|
38 |
+
type: emotion
|
39 |
+
config: default
|
40 |
+
split: test
|
41 |
+
metrics:
|
42 |
+
- name: Accuracy
|
43 |
+
type: accuracy
|
44 |
+
value: 0.9235
|
45 |
+
verified: true
|
46 |
+
- name: Precision Macro
|
47 |
+
type: precision
|
48 |
+
value: 0.89608475565062
|
49 |
+
verified: true
|
50 |
+
- name: Precision Micro
|
51 |
+
type: precision
|
52 |
+
value: 0.9235
|
53 |
+
verified: true
|
54 |
+
- name: Precision Weighted
|
55 |
+
type: precision
|
56 |
+
value: 0.9224273416855945
|
57 |
+
verified: true
|
58 |
+
- name: Recall Macro
|
59 |
+
type: recall
|
60 |
+
value: 0.8581097243584549
|
61 |
+
verified: true
|
62 |
+
- name: Recall Micro
|
63 |
+
type: recall
|
64 |
+
value: 0.9235
|
65 |
+
verified: true
|
66 |
+
- name: Recall Weighted
|
67 |
+
type: recall
|
68 |
+
value: 0.9235
|
69 |
+
verified: true
|
70 |
+
- name: F1 Macro
|
71 |
+
type: f1
|
72 |
+
value: 0.8746813002250796
|
73 |
+
verified: true
|
74 |
+
- name: F1 Micro
|
75 |
+
type: f1
|
76 |
+
value: 0.9235
|
77 |
+
verified: true
|
78 |
+
- name: F1 Weighted
|
79 |
+
type: f1
|
80 |
+
value: 0.9217456925724525
|
81 |
+
verified: true
|
82 |
+
- name: loss
|
83 |
+
type: loss
|
84 |
+
value: 0.32714536786079407
|
85 |
+
verified: true
|
86 |
---
|
87 |
|
88 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|