Add evaluation results on the default config of emotion

#1
by autoevaluator HF staff - opened
Files changed (1) hide show
  1. README.md +53 -0
README.md CHANGED
@@ -23,6 +23,59 @@ model-index:
23
  - name: F1
24
  type: f1
25
  value: 0.9371
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.9371
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.923
38
+ verified: true
39
+ - name: Precision Macro
40
+ type: precision
41
+ value: 0.8676576686813523
42
+ verified: true
43
+ - name: Precision Micro
44
+ type: precision
45
+ value: 0.923
46
+ verified: true
47
+ - name: Precision Weighted
48
+ type: precision
49
+ value: 0.9268406401714973
50
+ verified: true
51
+ - name: Recall Macro
52
+ type: recall
53
+ value: 0.8945488803260702
54
+ verified: true
55
+ - name: Recall Micro
56
+ type: recall
57
+ value: 0.923
58
+ verified: true
59
+ - name: Recall Weighted
60
+ type: recall
61
+ value: 0.923
62
+ verified: true
63
+ - name: F1 Macro
64
+ type: f1
65
+ value: 0.8798961895301041
66
+ verified: true
67
+ - name: F1 Micro
68
+ type: f1
69
+ value: 0.923
70
+ verified: true
71
+ - name: F1 Weighted
72
+ type: f1
73
+ value: 0.9241278880972197
74
+ verified: true
75
+ - name: loss
76
+ type: loss
77
+ value: 0.24626904726028442
78
+ verified: true
79
  ---
80
 
81
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You