lewtun HF staff commited on
Commit
dce439f
1 Parent(s): 3e04807

Add evaluation results on the default config and test split of emotion

Browse files

Beep boop, I am a bot from Hugging Face's automatic model evaluator 👋!\
Your model has been evaluated on the default config and test split of the [emotion](https://huggingface.co/datasets/emotion) dataset by

@morenolq

, using the predictions stored [here](https://huggingface.co/datasets/autoevaluate/autoeval-eval-emotion-default-2be497-1508254837).\
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/model-evaluator?dataset=emotion).

Files changed (1) hide show
  1. README.md +53 -0
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