lewtun HF staff commited on
Commit
3f95ef3
1 Parent(s): 0674dee

Add evaluation results on emotion

Browse files

Beep boop, I am a bot from Hugging Face's automatic evaluation service! Your model has been evaluated on the [emotion](https://huggingface.co/datasets/emotion) dataset. Accept this pull request to see the results displayed on the [Hub leaderboard](https://huggingface.co/spaces/autoevaluate/leaderboards?dataset=emotion). Evaluate your model on more datasets [here](https://huggingface.co/spaces/autoevaluate/autoevaluate?dataset=emotion).

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