Replace YAML keys from int to str

#3
by albertvillanova HF staff - opened
Files changed (1) hide show
  1. README.md +50 -51
README.md CHANGED
@@ -21,56 +21,7 @@ task_categories:
21
  task_ids:
22
  - coreference-resolution
23
  - fact-checking
24
- paperswithcode_id: null
25
  pretty_name: Adverse Drug Reaction Data v2
26
- train-eval-index:
27
- - config: Ade_corpus_v2_classification
28
- task: text-classification
29
- task_id: multi_class_classification
30
- splits:
31
- train_split: train
32
- col_mapping:
33
- text: text
34
- label: target
35
- metrics:
36
- - type: accuracy
37
- name: Accuracy
38
- - type: f1
39
- name: F1 macro
40
- args:
41
- average: macro
42
- - type: f1
43
- name: F1 micro
44
- args:
45
- average: micro
46
- - type: f1
47
- name: F1 weighted
48
- args:
49
- average: weighted
50
- - type: precision
51
- name: Precision macro
52
- args:
53
- average: macro
54
- - type: precision
55
- name: Precision micro
56
- args:
57
- average: micro
58
- - type: precision
59
- name: Precision weighted
60
- args:
61
- average: weighted
62
- - type: recall
63
- name: Recall macro
64
- args:
65
- average: macro
66
- - type: recall
67
- name: Recall micro
68
- args:
69
- average: micro
70
- - type: recall
71
- name: Recall weighted
72
- args:
73
- average: weighted
74
  configs:
75
  - Ade_corpus_v2_classification
76
  - Ade_corpus_v2_drug_ade_relation
@@ -84,8 +35,8 @@ dataset_info:
84
  dtype:
85
  class_label:
86
  names:
87
- 0: Not-Related
88
- 1: Related
89
  splits:
90
  - name: train
91
  num_bytes: 3403711
@@ -148,6 +99,54 @@ dataset_info:
148
  num_examples: 279
149
  download_size: 3791162
150
  dataset_size: 64725
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
151
  ---
152
 
153
  # Dataset Card for Adverse Drug Reaction Data v2
 
21
  task_ids:
22
  - coreference-resolution
23
  - fact-checking
 
24
  pretty_name: Adverse Drug Reaction Data v2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
  configs:
26
  - Ade_corpus_v2_classification
27
  - Ade_corpus_v2_drug_ade_relation
 
35
  dtype:
36
  class_label:
37
  names:
38
+ '0': Not-Related
39
+ '1': Related
40
  splits:
41
  - name: train
42
  num_bytes: 3403711
 
99
  num_examples: 279
100
  download_size: 3791162
101
  dataset_size: 64725
102
+ train-eval-index:
103
+ - config: Ade_corpus_v2_classification
104
+ task: text-classification
105
+ task_id: multi_class_classification
106
+ splits:
107
+ train_split: train
108
+ col_mapping:
109
+ text: text
110
+ label: target
111
+ metrics:
112
+ - type: accuracy
113
+ name: Accuracy
114
+ - type: f1
115
+ name: F1 macro
116
+ args:
117
+ average: macro
118
+ - type: f1
119
+ name: F1 micro
120
+ args:
121
+ average: micro
122
+ - type: f1
123
+ name: F1 weighted
124
+ args:
125
+ average: weighted
126
+ - type: precision
127
+ name: Precision macro
128
+ args:
129
+ average: macro
130
+ - type: precision
131
+ name: Precision micro
132
+ args:
133
+ average: micro
134
+ - type: precision
135
+ name: Precision weighted
136
+ args:
137
+ average: weighted
138
+ - type: recall
139
+ name: Recall macro
140
+ args:
141
+ average: macro
142
+ - type: recall
143
+ name: Recall micro
144
+ args:
145
+ average: micro
146
+ - type: recall
147
+ name: Recall weighted
148
+ args:
149
+ average: weighted
150
  ---
151
 
152
  # Dataset Card for Adverse Drug Reaction Data v2