Add evaluation results on the default config and test split of emotion
#41
by
lewtun
HF staff
- opened
README.md
CHANGED
@@ -6,6 +6,23 @@ datasets:
|
|
6 |
- emotion
|
7 |
metrics:
|
8 |
- accuracy
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
---
|
10 |
|
11 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
6 |
- emotion
|
7 |
metrics:
|
8 |
- accuracy
|
9 |
+
model-index:
|
10 |
+
- name: autoevaluate/multi-class-classification
|
11 |
+
results:
|
12 |
+
- task:
|
13 |
+
type: text-classification
|
14 |
+
name: Text Classification
|
15 |
+
dataset:
|
16 |
+
name: emotion
|
17 |
+
type: emotion
|
18 |
+
config: default
|
19 |
+
split: test
|
20 |
+
metrics:
|
21 |
+
- type: accuracy
|
22 |
+
value: 0.9185
|
23 |
+
name: Accuracy
|
24 |
+
verified: true
|
25 |
+
verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiZDNlY2I5ZTZkOTBmMTQwMjA0ZTFhYzE4NTdiZGIzYmNiOTkyMjBjMDY0MDJhNGY4ZTBiMGJiZjdhNzk3ODFkZCIsInZlcnNpb24iOjF9.JQbXPplJfzTCXHZrnbQLcSKZJrxvqYQh-BlpYlVMsWL6SSAKAlCb7Srqeoxr6u7byLm7QtufHYUKda7b1dKECw
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|