Add evaluation results on emotion
Browse filesBeep 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).
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 |
+
- task:
|
| 24 |
+
name: Text Classification
|
| 25 |
+
type: text-classification
|
| 26 |
+
dataset:
|
| 27 |
+
type: emotion
|
| 28 |
+
name: emotion
|
| 29 |
+
config: default
|
| 30 |
+
split: test
|
| 31 |
+
metrics:
|
| 32 |
+
- name: Accuracy
|
| 33 |
+
type: accuracy
|
| 34 |
+
value: 0.9185
|
| 35 |
+
verified: true
|
| 36 |
+
- name: Precision Macro
|
| 37 |
+
type: precision
|
| 38 |
+
value: 0.8738350796775306
|
| 39 |
+
verified: true
|
| 40 |
+
- name: Precision Micro
|
| 41 |
+
type: precision
|
| 42 |
+
value: 0.9185
|
| 43 |
+
verified: true
|
| 44 |
+
- name: Precision Weighted
|
| 45 |
+
type: precision
|
| 46 |
+
value: 0.9179425177997311
|
| 47 |
+
verified: true
|
| 48 |
+
- name: Recall Macro
|
| 49 |
+
type: recall
|
| 50 |
+
value: 0.8650962919021573
|
| 51 |
+
verified: true
|
| 52 |
+
- name: Recall Micro
|
| 53 |
+
type: recall
|
| 54 |
+
value: 0.9185
|
| 55 |
+
verified: true
|
| 56 |
+
- name: Recall Weighted
|
| 57 |
+
type: recall
|
| 58 |
+
value: 0.9185
|
| 59 |
+
verified: true
|
| 60 |
+
- name: F1 Macro
|
| 61 |
+
type: f1
|
| 62 |
+
value: 0.8692821860210945
|
| 63 |
+
verified: true
|
| 64 |
+
- name: F1 Micro
|
| 65 |
+
type: f1
|
| 66 |
+
value: 0.9185
|
| 67 |
+
verified: true
|
| 68 |
+
- name: F1 Weighted
|
| 69 |
+
type: f1
|
| 70 |
+
value: 0.9181177508591364
|
| 71 |
+
verified: true
|
| 72 |
---
|
| 73 |
|
| 74 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|