lewtun HF staff commited on
Commit
691c3d8
1 Parent(s): 7a65d9d

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

@bhadresh-savani

, using the predictions stored [here](https://huggingface.co/datasets/autoevaluate/autoeval-staging-eval-project-emotion-48491e5e-10845458).\
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
@@ -23,6 +23,59 @@ model-index:
23
  - name: F1
24
  type: f1
25
  value: 0.9295613935787139
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.9295613935787139
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.925
38
+ verified: true
39
+ - name: Precision Macro
40
+ type: precision
41
+ value: 0.8722017563353339
42
+ verified: true
43
+ - name: Precision Micro
44
+ type: precision
45
+ value: 0.925
46
+ verified: true
47
+ - name: Precision Weighted
48
+ type: precision
49
+ value: 0.9283646705517916
50
+ verified: true
51
+ - name: Recall Macro
52
+ type: recall
53
+ value: 0.8982480793145559
54
+ verified: true
55
+ - name: Recall Micro
56
+ type: recall
57
+ value: 0.925
58
+ verified: true
59
+ - name: Recall Weighted
60
+ type: recall
61
+ value: 0.925
62
+ verified: true
63
+ - name: F1 Macro
64
+ type: f1
65
+ value: 0.883488774573809
66
+ verified: true
67
+ - name: F1 Micro
68
+ type: f1
69
+ value: 0.925
70
+ verified: true
71
+ - name: F1 Weighted
72
+ type: f1
73
+ value: 0.9259820821054494
74
+ verified: true
75
+ - name: loss
76
+ type: loss
77
+ value: 0.18158096075057983
78
+ verified: true
79
  ---
80
 
81
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You