tasinhoque
commited on
Commit
•
c595f7f
1
Parent(s):
6b6ceb5
Update README.md
Browse files
README.md
CHANGED
@@ -10,8 +10,8 @@ model-index:
|
|
10 |
- name: text-classification-goemotions
|
11 |
results:
|
12 |
- task:
|
13 |
-
type: text-classification
|
14 |
name: Text Classification
|
|
|
15 |
dataset:
|
16 |
name: go_emotions
|
17 |
type: multilabel_classification
|
@@ -19,29 +19,9 @@ model-index:
|
|
19 |
split: test
|
20 |
args: simplified
|
21 |
metrics:
|
22 |
-
-
|
23 |
-
|
24 |
-
|
25 |
-
- task:
|
26 |
-
type: text-classification
|
27 |
-
name: Text Classification
|
28 |
-
dataset:
|
29 |
-
name: go_emotions
|
30 |
-
type: go_emotions
|
31 |
-
split: test
|
32 |
-
metrics:
|
33 |
-
- type: accuracy
|
34 |
-
value: 0.42491247466371845
|
35 |
-
name: Accuracy
|
36 |
-
- type: precision
|
37 |
-
value: 0.4713507652461902
|
38 |
-
name: Precision
|
39 |
-
- type: recall
|
40 |
-
value: 0.5143053762709339
|
41 |
-
name: Recall
|
42 |
-
- type: f1
|
43 |
-
value: 0.4688874422518838
|
44 |
-
name: F1
|
45 |
---
|
46 |
|
47 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
10 |
- name: text-classification-goemotions
|
11 |
results:
|
12 |
- task:
|
|
|
13 |
name: Text Classification
|
14 |
+
type: text-classification
|
15 |
dataset:
|
16 |
name: go_emotions
|
17 |
type: multilabel_classification
|
|
|
19 |
split: test
|
20 |
args: simplified
|
21 |
metrics:
|
22 |
+
- name: F1
|
23 |
+
type: f1
|
24 |
+
value: 0.53
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|