lewtun HF staff commited on
Commit
2d2c095
·
1 Parent(s): 88eec43

Add evaluation results on the default config 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 of the [emotion](https://huggingface.co/datasets/emotion) dataset by

@jsoutherland
, using the predictions stored [here](https://huggingface.co/datasets/autoevaluate/autoeval-staging-eval-project-emotion-21f117d5-11035480).\
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 +56 -0
README.md CHANGED
@@ -21,6 +21,62 @@ model_index:
21
  name: F1
22
  type: f1
23
  value: 0.9327347950817506
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  ---
25
 
26
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
21
  name: F1
22
  type: f1
23
  value: 0.9327347950817506
24
+ model-index:
25
+ - name: jsoutherland/distilbert-base-uncased-finetuned-emotion
26
+ results:
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.925
39
+ verified: true
40
+ - name: Precision Macro
41
+ type: precision
42
+ value: 0.8954208010579672
43
+ verified: true
44
+ - name: Precision Micro
45
+ type: precision
46
+ value: 0.925
47
+ verified: true
48
+ - name: Precision Weighted
49
+ type: precision
50
+ value: 0.9256567173431012
51
+ verified: true
52
+ - name: Recall Macro
53
+ type: recall
54
+ value: 0.8711059962680445
55
+ verified: true
56
+ - name: Recall Micro
57
+ type: recall
58
+ value: 0.925
59
+ verified: true
60
+ - name: Recall Weighted
61
+ type: recall
62
+ value: 0.925
63
+ verified: true
64
+ - name: F1 Macro
65
+ type: f1
66
+ value: 0.8794773714607985
67
+ verified: true
68
+ - name: F1 Micro
69
+ type: f1
70
+ value: 0.925
71
+ verified: true
72
+ - name: F1 Weighted
73
+ type: f1
74
+ value: 0.9244781949774824
75
+ verified: true
76
+ - name: loss
77
+ type: loss
78
+ value: 0.17752596735954285
79
+ verified: true
80
  ---
81
 
82
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You