albertvillanova HF staff commited on
Commit
f52105d
1 Parent(s): 1562b55

Replace YAML keys from int to str (#1)

Browse files

- Replace YAML keys from int to str (35ae02cbf55cf46e0d8c585fb8be3b2e5ad3f5d6)

Files changed (1) hide show
  1. README.md +56 -56
README.md CHANGED
@@ -1,5 +1,4 @@
1
  ---
2
- pretty_name: KLUE
3
  annotations_creators:
4
  - expert-generated
5
  language_creators:
@@ -29,6 +28,7 @@ task_ids:
29
  - text-scoring
30
  - topic-classification
31
  paperswithcode_id: klue
 
32
  configs:
33
  - dp
34
  - mrc
@@ -51,13 +51,13 @@ dataset_info:
51
  dtype:
52
  class_label:
53
  names:
54
- 0: IT과학
55
- 1: 경제
56
- 2: 사회
57
- 3: 생활문화
58
- 4: 세계
59
- 5: 스포츠
60
- 6: 정치
61
  - name: url
62
  dtype: string
63
  - name: date
@@ -91,8 +91,8 @@ dataset_info:
91
  dtype:
92
  class_label:
93
  names:
94
- 0: negative
95
- 1: positive
96
  splits:
97
  - name: train
98
  num_bytes: 2832921
@@ -116,9 +116,9 @@ dataset_info:
116
  dtype:
117
  class_label:
118
  names:
119
- 0: entailment
120
- 1: neutral
121
- 2: contradiction
122
  splits:
123
  - name: train
124
  num_bytes: 5719930
@@ -138,19 +138,19 @@ dataset_info:
138
  sequence:
139
  class_label:
140
  names:
141
- 0: B-DT
142
- 1: I-DT
143
- 2: B-LC
144
- 3: I-LC
145
- 4: B-OG
146
- 5: I-OG
147
- 6: B-PS
148
- 7: I-PS
149
- 8: B-QT
150
- 9: I-QT
151
- 10: B-TI
152
- 11: I-TI
153
- 12: O
154
  splits:
155
  - name: train
156
  num_bytes: 19891953
@@ -190,36 +190,36 @@ dataset_info:
190
  dtype:
191
  class_label:
192
  names:
193
- 0: no_relation
194
- 1: org:dissolved
195
- 2: org:founded
196
- 3: org:place_of_headquarters
197
- 4: org:alternate_names
198
- 5: org:member_of
199
- 6: org:members
200
- 7: org:political/religious_affiliation
201
- 8: org:product
202
- 9: org:founded_by
203
- 10: org:top_members/employees
204
- 11: org:number_of_employees/members
205
- 12: per:date_of_birth
206
- 13: per:date_of_death
207
- 14: per:place_of_birth
208
- 15: per:place_of_death
209
- 16: per:place_of_residence
210
- 17: per:origin
211
- 18: per:employee_of
212
- 19: per:schools_attended
213
- 20: per:alternate_names
214
- 21: per:parents
215
- 22: per:children
216
- 23: per:siblings
217
- 24: per:spouse
218
- 25: per:other_family
219
- 26: per:colleagues
220
- 27: per:product
221
- 28: per:religion
222
- 29: per:title
223
  - name: source
224
  dtype: string
225
  splits:
1
  ---
 
2
  annotations_creators:
3
  - expert-generated
4
  language_creators:
28
  - text-scoring
29
  - topic-classification
30
  paperswithcode_id: klue
31
+ pretty_name: KLUE
32
  configs:
33
  - dp
34
  - mrc
51
  dtype:
52
  class_label:
53
  names:
54
+ '0': IT과학
55
+ '1': 경제
56
+ '2': 사회
57
+ '3': 생활문화
58
+ '4': 세계
59
+ '5': 스포츠
60
+ '6': 정치
61
  - name: url
62
  dtype: string
63
  - name: date
91
  dtype:
92
  class_label:
93
  names:
94
+ '0': negative
95
+ '1': positive
96
  splits:
97
  - name: train
98
  num_bytes: 2832921
116
  dtype:
117
  class_label:
118
  names:
119
+ '0': entailment
120
+ '1': neutral
121
+ '2': contradiction
122
  splits:
123
  - name: train
124
  num_bytes: 5719930
138
  sequence:
139
  class_label:
140
  names:
141
+ '0': B-DT
142
+ '1': I-DT
143
+ '2': B-LC
144
+ '3': I-LC
145
+ '4': B-OG
146
+ '5': I-OG
147
+ '6': B-PS
148
+ '7': I-PS
149
+ '8': B-QT
150
+ '9': I-QT
151
+ '10': B-TI
152
+ '11': I-TI
153
+ '12': O
154
  splits:
155
  - name: train
156
  num_bytes: 19891953
190
  dtype:
191
  class_label:
192
  names:
193
+ '0': no_relation
194
+ '1': org:dissolved
195
+ '2': org:founded
196
+ '3': org:place_of_headquarters
197
+ '4': org:alternate_names
198
+ '5': org:member_of
199
+ '6': org:members
200
+ '7': org:political/religious_affiliation
201
+ '8': org:product
202
+ '9': org:founded_by
203
+ '10': org:top_members/employees
204
+ '11': org:number_of_employees/members
205
+ '12': per:date_of_birth
206
+ '13': per:date_of_death
207
+ '14': per:place_of_birth
208
+ '15': per:place_of_death
209
+ '16': per:place_of_residence
210
+ '17': per:origin
211
+ '18': per:employee_of
212
+ '19': per:schools_attended
213
+ '20': per:alternate_names
214
+ '21': per:parents
215
+ '22': per:children
216
+ '23': per:siblings
217
+ '24': per:spouse
218
+ '25': per:other_family
219
+ '26': per:colleagues
220
+ '27': per:product
221
+ '28': per:religion
222
+ '29': per:title
223
  - name: source
224
  dtype: string
225
  splits: