bousejin autoevaluator HF staff commited on
Commit
890b56e
1 Parent(s): 84d53d1

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 (ab74ed63f413bc38f644bb52a0898474d5d149e5)


Co-authored-by: Evaluation Bot <autoevaluator@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +53 -0
README.md CHANGED
@@ -24,6 +24,59 @@ model-index:
24
  - name: F1
25
  type: f1
26
  value: 0.925169929474641
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
27
  ---
28
 
29
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
24
  - name: F1
25
  type: f1
26
  value: 0.925169929474641
27
+ - task:
28
+ type: text-classification
29
+ name: Text Classification
30
+ dataset:
31
+ name: emotion
32
+ type: emotion
33
+ config: default
34
+ split: test
35
+ metrics:
36
+ - name: Accuracy
37
+ type: accuracy
38
+ value: 0.9185
39
+ verified: true
40
+ - name: Precision Macro
41
+ type: precision
42
+ value: 0.8812304360487162
43
+ verified: true
44
+ - name: Precision Micro
45
+ type: precision
46
+ value: 0.9185
47
+ verified: true
48
+ - name: Precision Weighted
49
+ type: precision
50
+ value: 0.9186256759712246
51
+ verified: true
52
+ - name: Recall Macro
53
+ type: recall
54
+ value: 0.8685675449036236
55
+ verified: true
56
+ - name: Recall Micro
57
+ type: recall
58
+ value: 0.9185
59
+ verified: true
60
+ - name: Recall Weighted
61
+ type: recall
62
+ value: 0.9185
63
+ verified: true
64
+ - name: F1 Macro
65
+ type: f1
66
+ value: 0.8737330835692586
67
+ verified: true
68
+ - name: F1 Micro
69
+ type: f1
70
+ value: 0.9185
71
+ verified: true
72
+ - name: F1 Weighted
73
+ type: f1
74
+ value: 0.9182854700791021
75
+ verified: true
76
+ - name: loss
77
+ type: loss
78
+ value: 0.2216690629720688
79
+ verified: true
80
  ---
81
 
82
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You