Update README.md
Browse files
README.md
CHANGED
@@ -7,6 +7,24 @@ tags:
|
|
7 |
- Emotion Classification
|
8 |
language:
|
9 |
- en
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
|
11 |
---
|
12 |
# Model Card for Model ID
|
|
|
7 |
- Emotion Classification
|
8 |
language:
|
9 |
- en
|
10 |
+
model-index:
|
11 |
+
- name: Roberta on emotion dataset
|
12 |
+
results:
|
13 |
+
- task:
|
14 |
+
type: text-classification
|
15 |
+
name: Emotion Classification
|
16 |
+
dataset:
|
17 |
+
type: emotion
|
18 |
+
name: emotion
|
19 |
+
split: test
|
20 |
+
revision: 01ad4ad271976c5258b9ed9b910469a806ff3288
|
21 |
+
metrics:
|
22 |
+
- type: f1
|
23 |
+
value: 0.8093994778067886
|
24 |
+
name: F1
|
25 |
+
- type: accuracy
|
26 |
+
value: 0.8546048601184398
|
27 |
+
name: Accuracy
|
28 |
|
29 |
---
|
30 |
# Model Card for Model ID
|