lhoestq HF staff commited on
Commit
ad3f7b2
1 Parent(s): 0acb373

fix task_ids

Browse files
Files changed (1) hide show
  1. README.md +41 -40
README.md CHANGED
@@ -18,7 +18,6 @@ task_categories:
18
  - text-classification
19
  task_ids:
20
  - multi-class-classification
21
- - text-classification-other-emotion-classification
22
  paperswithcode_id: emotion
23
  train-eval-index:
24
  - config: default
@@ -31,44 +30,46 @@ train-eval-index:
31
  text: text
32
  label: target
33
  metrics:
34
- - type: accuracy
35
- name: Accuracy
36
- - type: f1
37
- name: F1 macro
38
- args:
39
- average: macro
40
- - type: f1
41
- name: F1 micro
42
- args:
43
- average: micro
44
- - type: f1
45
- name: F1 weighted
46
- args:
47
- average: weighted
48
- - type: precision
49
- name: Precision macro
50
- args:
51
- average: macro
52
- - type: precision
53
- name: Precision micro
54
- args:
55
- average: micro
56
- - type: precision
57
- name: Precision weighted
58
- args:
59
- average: weighted
60
- - type: recall
61
- name: Recall macro
62
- args:
63
- average: macro
64
- - type: recall
65
- name: Recall micro
66
- args:
67
- average: micro
68
- - type: recall
69
- name: Recall weighted
70
- args:
71
- average: weighted
 
 
72
  ---
73
 
74
  # Dataset Card for "emotion"
@@ -247,4 +248,4 @@ The data fields are the same among all splits.
247
 
248
  ### Contributions
249
 
250
- Thanks to [@lhoestq](https://github.com/lhoestq), [@thomwolf](https://github.com/thomwolf), [@lewtun](https://github.com/lewtun) for adding this dataset.
 
18
  - text-classification
19
  task_ids:
20
  - multi-class-classification
 
21
  paperswithcode_id: emotion
22
  train-eval-index:
23
  - config: default
 
30
  text: text
31
  label: target
32
  metrics:
33
+ - type: accuracy
34
+ name: Accuracy
35
+ - type: f1
36
+ name: F1 macro
37
+ args:
38
+ average: macro
39
+ - type: f1
40
+ name: F1 micro
41
+ args:
42
+ average: micro
43
+ - type: f1
44
+ name: F1 weighted
45
+ args:
46
+ average: weighted
47
+ - type: precision
48
+ name: Precision macro
49
+ args:
50
+ average: macro
51
+ - type: precision
52
+ name: Precision micro
53
+ args:
54
+ average: micro
55
+ - type: precision
56
+ name: Precision weighted
57
+ args:
58
+ average: weighted
59
+ - type: recall
60
+ name: Recall macro
61
+ args:
62
+ average: macro
63
+ - type: recall
64
+ name: Recall micro
65
+ args:
66
+ average: micro
67
+ - type: recall
68
+ name: Recall weighted
69
+ args:
70
+ average: weighted
71
+ tags:
72
+ - emotion-classification
73
  ---
74
 
75
  # Dataset Card for "emotion"
 
248
 
249
  ### Contributions
250
 
251
+ Thanks to [@lhoestq](https://github.com/lhoestq), [@thomwolf](https://github.com/thomwolf), [@lewtun](https://github.com/lewtun) for adding this dataset.