tasinhoque
commited on
Commit
·
695a95a
1
Parent(s):
394fc4f
Update README.md
Browse files
README.md
CHANGED
@@ -21,7 +21,20 @@ model-index:
|
|
21 |
metrics:
|
22 |
- name: F1
|
23 |
type: f1
|
24 |
-
value: 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -30,6 +43,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
30 |
# Text Classification GoEmotions
|
31 |
|
32 |
This model is a fine-tuned version of [roberta-large](https://huggingface.co/roberta-large) on the [go_emotions](https://huggingface.co/datasets/go_emotions) dataset.
|
|
|
|
|
|
|
|
|
|
|
33 |
|
34 |
## Model description
|
35 |
|
|
|
21 |
metrics:
|
22 |
- name: F1
|
23 |
type: f1
|
24 |
+
value: 0.5102
|
25 |
+
- task:
|
26 |
+
name: Text Classification
|
27 |
+
type: text-classification
|
28 |
+
dataset:
|
29 |
+
name: go_emotions
|
30 |
+
type: multilabel_classification
|
31 |
+
config: simplified
|
32 |
+
split: validation
|
33 |
+
args: simplified
|
34 |
+
metrics:
|
35 |
+
- name: F1
|
36 |
+
type: f1
|
37 |
+
value: 0.5227
|
38 |
---
|
39 |
|
40 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
43 |
# Text Classification GoEmotions
|
44 |
|
45 |
This model is a fine-tuned version of [roberta-large](https://huggingface.co/roberta-large) on the [go_emotions](https://huggingface.co/datasets/go_emotions) dataset.
|
46 |
+
It achieves the following results on the test set (with a threshold of 0.15):
|
47 |
+
- Accuracy: 0.4175
|
48 |
+
- Precision: 0.4934
|
49 |
+
- Recall: 0.5621
|
50 |
+
- F1: 0.5102
|
51 |
|
52 |
## Model description
|
53 |
|