Add evaluation results on the default config of emotion
#2
by
autoevaluator
HF staff
- opened
README.md
CHANGED
@@ -23,6 +23,59 @@ model-index:
|
|
23 |
- name: F1
|
24 |
type: f1
|
25 |
value: 0.9295613935787139
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
23 |
- name: F1
|
24 |
type: f1
|
25 |
value: 0.9295613935787139
|
26 |
+
- task:
|
27 |
+
type: text-classification
|
28 |
+
name: Text Classification
|
29 |
+
dataset:
|
30 |
+
name: emotion
|
31 |
+
type: emotion
|
32 |
+
config: default
|
33 |
+
split: test
|
34 |
+
metrics:
|
35 |
+
- name: Accuracy
|
36 |
+
type: accuracy
|
37 |
+
value: 0.925
|
38 |
+
verified: true
|
39 |
+
- name: Precision Macro
|
40 |
+
type: precision
|
41 |
+
value: 0.8722017563353339
|
42 |
+
verified: true
|
43 |
+
- name: Precision Micro
|
44 |
+
type: precision
|
45 |
+
value: 0.925
|
46 |
+
verified: true
|
47 |
+
- name: Precision Weighted
|
48 |
+
type: precision
|
49 |
+
value: 0.9283646705517916
|
50 |
+
verified: true
|
51 |
+
- name: Recall Macro
|
52 |
+
type: recall
|
53 |
+
value: 0.8982480793145559
|
54 |
+
verified: true
|
55 |
+
- name: Recall Micro
|
56 |
+
type: recall
|
57 |
+
value: 0.925
|
58 |
+
verified: true
|
59 |
+
- name: Recall Weighted
|
60 |
+
type: recall
|
61 |
+
value: 0.925
|
62 |
+
verified: true
|
63 |
+
- name: F1 Macro
|
64 |
+
type: f1
|
65 |
+
value: 0.883488774573809
|
66 |
+
verified: true
|
67 |
+
- name: F1 Micro
|
68 |
+
type: f1
|
69 |
+
value: 0.925
|
70 |
+
verified: true
|
71 |
+
- name: F1 Weighted
|
72 |
+
type: f1
|
73 |
+
value: 0.9259820821054494
|
74 |
+
verified: true
|
75 |
+
- name: loss
|
76 |
+
type: loss
|
77 |
+
value: 0.18158096075057983
|
78 |
+
verified: true
|
79 |
---
|
80 |
|
81 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|