lhoestq HF staff commited on
Commit
1562b55
1 Parent(s): 7308bef

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +272 -0
README.md CHANGED
@@ -40,6 +40,278 @@ configs:
40
  - ynat
41
  tags:
42
  - relation-extraction
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
43
  ---
44
 
45
  # Dataset Card for KLUE
40
  - ynat
41
  tags:
42
  - relation-extraction
43
+ dataset_info:
44
+ - config_name: ynat
45
+ features:
46
+ - name: guid
47
+ dtype: string
48
+ - name: title
49
+ dtype: string
50
+ - name: label
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
64
+ dtype: string
65
+ splits:
66
+ - name: train
67
+ num_bytes: 10109664
68
+ num_examples: 45678
69
+ - name: validation
70
+ num_bytes: 2039197
71
+ num_examples: 9107
72
+ download_size: 4932555
73
+ dataset_size: 12148861
74
+ - config_name: sts
75
+ features:
76
+ - name: guid
77
+ dtype: string
78
+ - name: source
79
+ dtype: string
80
+ - name: sentence1
81
+ dtype: string
82
+ - name: sentence2
83
+ dtype: string
84
+ - name: labels
85
+ struct:
86
+ - name: label
87
+ dtype: float64
88
+ - name: real-label
89
+ dtype: float64
90
+ - name: binary-label
91
+ dtype:
92
+ class_label:
93
+ names:
94
+ 0: negative
95
+ 1: positive
96
+ splits:
97
+ - name: train
98
+ num_bytes: 2832921
99
+ num_examples: 11668
100
+ - name: validation
101
+ num_bytes: 122657
102
+ num_examples: 519
103
+ download_size: 1349875
104
+ dataset_size: 2955578
105
+ - config_name: nli
106
+ features:
107
+ - name: guid
108
+ dtype: string
109
+ - name: source
110
+ dtype: string
111
+ - name: premise
112
+ dtype: string
113
+ - name: hypothesis
114
+ dtype: string
115
+ - name: label
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
125
+ num_examples: 24998
126
+ - name: validation
127
+ num_bytes: 673276
128
+ num_examples: 3000
129
+ download_size: 1257374
130
+ dataset_size: 6393206
131
+ - config_name: ner
132
+ features:
133
+ - name: sentence
134
+ dtype: string
135
+ - name: tokens
136
+ sequence: string
137
+ - name: ner_tags
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
157
+ num_examples: 21008
158
+ - name: validation
159
+ num_bytes: 4937579
160
+ num_examples: 5000
161
+ download_size: 4308644
162
+ dataset_size: 24829532
163
+ - config_name: re
164
+ features:
165
+ - name: guid
166
+ dtype: string
167
+ - name: sentence
168
+ dtype: string
169
+ - name: subject_entity
170
+ struct:
171
+ - name: word
172
+ dtype: string
173
+ - name: start_idx
174
+ dtype: int32
175
+ - name: end_idx
176
+ dtype: int32
177
+ - name: type
178
+ dtype: string
179
+ - name: object_entity
180
+ struct:
181
+ - name: word
182
+ dtype: string
183
+ - name: start_idx
184
+ dtype: int32
185
+ - name: end_idx
186
+ dtype: int32
187
+ - name: type
188
+ dtype: string
189
+ - name: label
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:
226
+ - name: train
227
+ num_bytes: 11145538
228
+ num_examples: 32470
229
+ - name: validation
230
+ num_bytes: 2559300
231
+ num_examples: 7765
232
+ download_size: 5669259
233
+ dataset_size: 13704838
234
+ - config_name: dp
235
+ features:
236
+ - name: sentence
237
+ dtype: string
238
+ - name: index
239
+ list: int32
240
+ - name: word_form
241
+ list: string
242
+ - name: lemma
243
+ list: string
244
+ - name: pos
245
+ list: string
246
+ - name: head
247
+ list: int32
248
+ - name: deprel
249
+ list: string
250
+ splits:
251
+ - name: train
252
+ num_bytes: 7900009
253
+ num_examples: 10000
254
+ - name: validation
255
+ num_bytes: 1557506
256
+ num_examples: 2000
257
+ download_size: 2033461
258
+ dataset_size: 9457515
259
+ - config_name: mrc
260
+ features:
261
+ - name: title
262
+ dtype: string
263
+ - name: context
264
+ dtype: string
265
+ - name: news_category
266
+ dtype: string
267
+ - name: source
268
+ dtype: string
269
+ - name: guid
270
+ dtype: string
271
+ - name: is_impossible
272
+ dtype: bool
273
+ - name: question_type
274
+ dtype: int32
275
+ - name: question
276
+ dtype: string
277
+ - name: answers
278
+ sequence:
279
+ - name: answer_start
280
+ dtype: int32
281
+ - name: text
282
+ dtype: string
283
+ splits:
284
+ - name: train
285
+ num_bytes: 46505665
286
+ num_examples: 17554
287
+ - name: validation
288
+ num_bytes: 15583053
289
+ num_examples: 5841
290
+ download_size: 19218422
291
+ dataset_size: 62088718
292
+ - config_name: wos
293
+ features:
294
+ - name: guid
295
+ dtype: string
296
+ - name: domains
297
+ list: string
298
+ - name: dialogue
299
+ list:
300
+ - name: role
301
+ dtype: string
302
+ - name: text
303
+ dtype: string
304
+ - name: state
305
+ list: string
306
+ splits:
307
+ - name: train
308
+ num_bytes: 26677002
309
+ num_examples: 8000
310
+ - name: validation
311
+ num_bytes: 3488943
312
+ num_examples: 1000
313
+ download_size: 4785657
314
+ dataset_size: 30165945
315
  ---
316
 
317
  # Dataset Card for KLUE