add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -24,6 +24,403 @@ configs:
|
|
24 |
- discoverysmall
|
25 |
tags:
|
26 |
- discourse-marker-prediction
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
---
|
28 |
|
29 |
|
|
|
24 |
- discoverysmall
|
25 |
tags:
|
26 |
- discourse-marker-prediction
|
27 |
+
dataset_info:
|
28 |
+
- config_name: discovery
|
29 |
+
features:
|
30 |
+
- name: sentence1
|
31 |
+
dtype: string
|
32 |
+
- name: sentence2
|
33 |
+
dtype: string
|
34 |
+
- name: label
|
35 |
+
dtype:
|
36 |
+
class_label:
|
37 |
+
names:
|
38 |
+
0: '[no-conn]'
|
39 |
+
1: absolutely,
|
40 |
+
2: accordingly
|
41 |
+
3: actually,
|
42 |
+
4: additionally
|
43 |
+
5: admittedly,
|
44 |
+
6: afterward
|
45 |
+
7: again,
|
46 |
+
8: already,
|
47 |
+
9: also,
|
48 |
+
10: alternately,
|
49 |
+
11: alternatively
|
50 |
+
12: although,
|
51 |
+
13: altogether,
|
52 |
+
14: amazingly,
|
53 |
+
15: and
|
54 |
+
16: anyway,
|
55 |
+
17: apparently,
|
56 |
+
18: arguably,
|
57 |
+
19: as_a_result,
|
58 |
+
20: basically,
|
59 |
+
21: because_of_that
|
60 |
+
22: because_of_this
|
61 |
+
23: besides,
|
62 |
+
24: but
|
63 |
+
25: by_comparison,
|
64 |
+
26: by_contrast,
|
65 |
+
27: by_doing_this,
|
66 |
+
28: by_then
|
67 |
+
29: certainly,
|
68 |
+
30: clearly,
|
69 |
+
31: coincidentally,
|
70 |
+
32: collectively,
|
71 |
+
33: consequently
|
72 |
+
34: conversely
|
73 |
+
35: curiously,
|
74 |
+
36: currently,
|
75 |
+
37: elsewhere,
|
76 |
+
38: especially,
|
77 |
+
39: essentially,
|
78 |
+
40: eventually,
|
79 |
+
41: evidently,
|
80 |
+
42: finally,
|
81 |
+
43: first,
|
82 |
+
44: firstly,
|
83 |
+
45: for_example
|
84 |
+
46: for_instance
|
85 |
+
47: fortunately,
|
86 |
+
48: frankly,
|
87 |
+
49: frequently,
|
88 |
+
50: further,
|
89 |
+
51: furthermore
|
90 |
+
52: generally,
|
91 |
+
53: gradually,
|
92 |
+
54: happily,
|
93 |
+
55: hence,
|
94 |
+
56: here,
|
95 |
+
57: historically,
|
96 |
+
58: honestly,
|
97 |
+
59: hopefully,
|
98 |
+
60: however
|
99 |
+
61: ideally,
|
100 |
+
62: immediately,
|
101 |
+
63: importantly,
|
102 |
+
64: in_contrast,
|
103 |
+
65: in_fact,
|
104 |
+
66: in_other_words
|
105 |
+
67: in_particular,
|
106 |
+
68: in_short,
|
107 |
+
69: in_sum,
|
108 |
+
70: in_the_end,
|
109 |
+
71: in_the_meantime,
|
110 |
+
72: in_turn,
|
111 |
+
73: incidentally,
|
112 |
+
74: increasingly,
|
113 |
+
75: indeed,
|
114 |
+
76: inevitably,
|
115 |
+
77: initially,
|
116 |
+
78: instead,
|
117 |
+
79: interestingly,
|
118 |
+
80: ironically,
|
119 |
+
81: lastly,
|
120 |
+
82: lately,
|
121 |
+
83: later,
|
122 |
+
84: likewise,
|
123 |
+
85: locally,
|
124 |
+
86: luckily,
|
125 |
+
87: maybe,
|
126 |
+
88: meaning,
|
127 |
+
89: meantime,
|
128 |
+
90: meanwhile,
|
129 |
+
91: moreover
|
130 |
+
92: mostly,
|
131 |
+
93: namely,
|
132 |
+
94: nationally,
|
133 |
+
95: naturally,
|
134 |
+
96: nevertheless
|
135 |
+
97: next,
|
136 |
+
98: nonetheless
|
137 |
+
99: normally,
|
138 |
+
100: notably,
|
139 |
+
101: now,
|
140 |
+
102: obviously,
|
141 |
+
103: occasionally,
|
142 |
+
104: oddly,
|
143 |
+
105: often,
|
144 |
+
106: on_the_contrary,
|
145 |
+
107: on_the_other_hand
|
146 |
+
108: once,
|
147 |
+
109: only,
|
148 |
+
110: optionally,
|
149 |
+
111: or,
|
150 |
+
112: originally,
|
151 |
+
113: otherwise,
|
152 |
+
114: overall,
|
153 |
+
115: particularly,
|
154 |
+
116: perhaps,
|
155 |
+
117: personally,
|
156 |
+
118: plus,
|
157 |
+
119: preferably,
|
158 |
+
120: presently,
|
159 |
+
121: presumably,
|
160 |
+
122: previously,
|
161 |
+
123: probably,
|
162 |
+
124: rather,
|
163 |
+
125: realistically,
|
164 |
+
126: really,
|
165 |
+
127: recently,
|
166 |
+
128: regardless,
|
167 |
+
129: remarkably,
|
168 |
+
130: sadly,
|
169 |
+
131: second,
|
170 |
+
132: secondly,
|
171 |
+
133: separately,
|
172 |
+
134: seriously,
|
173 |
+
135: significantly,
|
174 |
+
136: similarly,
|
175 |
+
137: simultaneously
|
176 |
+
138: slowly,
|
177 |
+
139: so,
|
178 |
+
140: sometimes,
|
179 |
+
141: soon,
|
180 |
+
142: specifically,
|
181 |
+
143: still,
|
182 |
+
144: strangely,
|
183 |
+
145: subsequently,
|
184 |
+
146: suddenly,
|
185 |
+
147: supposedly,
|
186 |
+
148: surely,
|
187 |
+
149: surprisingly,
|
188 |
+
150: technically,
|
189 |
+
151: thankfully,
|
190 |
+
152: then,
|
191 |
+
153: theoretically,
|
192 |
+
154: thereafter,
|
193 |
+
155: thereby,
|
194 |
+
156: therefore
|
195 |
+
157: third,
|
196 |
+
158: thirdly,
|
197 |
+
159: this,
|
198 |
+
160: though,
|
199 |
+
161: thus,
|
200 |
+
162: together,
|
201 |
+
163: traditionally,
|
202 |
+
164: truly,
|
203 |
+
165: truthfully,
|
204 |
+
166: typically,
|
205 |
+
167: ultimately,
|
206 |
+
168: undoubtedly,
|
207 |
+
169: unfortunately,
|
208 |
+
170: unsurprisingly,
|
209 |
+
171: usually,
|
210 |
+
172: well,
|
211 |
+
173: yet,
|
212 |
+
- name: idx
|
213 |
+
dtype: int32
|
214 |
+
splits:
|
215 |
+
- name: test
|
216 |
+
num_bytes: 18615474
|
217 |
+
num_examples: 87000
|
218 |
+
- name: train
|
219 |
+
num_bytes: 334809726
|
220 |
+
num_examples: 1566000
|
221 |
+
- name: validation
|
222 |
+
num_bytes: 18607661
|
223 |
+
num_examples: 87000
|
224 |
+
download_size: 146233621
|
225 |
+
dataset_size: 372032861
|
226 |
+
- config_name: discoverysmall
|
227 |
+
features:
|
228 |
+
- name: sentence1
|
229 |
+
dtype: string
|
230 |
+
- name: sentence2
|
231 |
+
dtype: string
|
232 |
+
- name: label
|
233 |
+
dtype:
|
234 |
+
class_label:
|
235 |
+
names:
|
236 |
+
0: '[no-conn]'
|
237 |
+
1: absolutely,
|
238 |
+
2: accordingly
|
239 |
+
3: actually,
|
240 |
+
4: additionally
|
241 |
+
5: admittedly,
|
242 |
+
6: afterward
|
243 |
+
7: again,
|
244 |
+
8: already,
|
245 |
+
9: also,
|
246 |
+
10: alternately,
|
247 |
+
11: alternatively
|
248 |
+
12: although,
|
249 |
+
13: altogether,
|
250 |
+
14: amazingly,
|
251 |
+
15: and
|
252 |
+
16: anyway,
|
253 |
+
17: apparently,
|
254 |
+
18: arguably,
|
255 |
+
19: as_a_result,
|
256 |
+
20: basically,
|
257 |
+
21: because_of_that
|
258 |
+
22: because_of_this
|
259 |
+
23: besides,
|
260 |
+
24: but
|
261 |
+
25: by_comparison,
|
262 |
+
26: by_contrast,
|
263 |
+
27: by_doing_this,
|
264 |
+
28: by_then
|
265 |
+
29: certainly,
|
266 |
+
30: clearly,
|
267 |
+
31: coincidentally,
|
268 |
+
32: collectively,
|
269 |
+
33: consequently
|
270 |
+
34: conversely
|
271 |
+
35: curiously,
|
272 |
+
36: currently,
|
273 |
+
37: elsewhere,
|
274 |
+
38: especially,
|
275 |
+
39: essentially,
|
276 |
+
40: eventually,
|
277 |
+
41: evidently,
|
278 |
+
42: finally,
|
279 |
+
43: first,
|
280 |
+
44: firstly,
|
281 |
+
45: for_example
|
282 |
+
46: for_instance
|
283 |
+
47: fortunately,
|
284 |
+
48: frankly,
|
285 |
+
49: frequently,
|
286 |
+
50: further,
|
287 |
+
51: furthermore
|
288 |
+
52: generally,
|
289 |
+
53: gradually,
|
290 |
+
54: happily,
|
291 |
+
55: hence,
|
292 |
+
56: here,
|
293 |
+
57: historically,
|
294 |
+
58: honestly,
|
295 |
+
59: hopefully,
|
296 |
+
60: however
|
297 |
+
61: ideally,
|
298 |
+
62: immediately,
|
299 |
+
63: importantly,
|
300 |
+
64: in_contrast,
|
301 |
+
65: in_fact,
|
302 |
+
66: in_other_words
|
303 |
+
67: in_particular,
|
304 |
+
68: in_short,
|
305 |
+
69: in_sum,
|
306 |
+
70: in_the_end,
|
307 |
+
71: in_the_meantime,
|
308 |
+
72: in_turn,
|
309 |
+
73: incidentally,
|
310 |
+
74: increasingly,
|
311 |
+
75: indeed,
|
312 |
+
76: inevitably,
|
313 |
+
77: initially,
|
314 |
+
78: instead,
|
315 |
+
79: interestingly,
|
316 |
+
80: ironically,
|
317 |
+
81: lastly,
|
318 |
+
82: lately,
|
319 |
+
83: later,
|
320 |
+
84: likewise,
|
321 |
+
85: locally,
|
322 |
+
86: luckily,
|
323 |
+
87: maybe,
|
324 |
+
88: meaning,
|
325 |
+
89: meantime,
|
326 |
+
90: meanwhile,
|
327 |
+
91: moreover
|
328 |
+
92: mostly,
|
329 |
+
93: namely,
|
330 |
+
94: nationally,
|
331 |
+
95: naturally,
|
332 |
+
96: nevertheless
|
333 |
+
97: next,
|
334 |
+
98: nonetheless
|
335 |
+
99: normally,
|
336 |
+
100: notably,
|
337 |
+
101: now,
|
338 |
+
102: obviously,
|
339 |
+
103: occasionally,
|
340 |
+
104: oddly,
|
341 |
+
105: often,
|
342 |
+
106: on_the_contrary,
|
343 |
+
107: on_the_other_hand
|
344 |
+
108: once,
|
345 |
+
109: only,
|
346 |
+
110: optionally,
|
347 |
+
111: or,
|
348 |
+
112: originally,
|
349 |
+
113: otherwise,
|
350 |
+
114: overall,
|
351 |
+
115: particularly,
|
352 |
+
116: perhaps,
|
353 |
+
117: personally,
|
354 |
+
118: plus,
|
355 |
+
119: preferably,
|
356 |
+
120: presently,
|
357 |
+
121: presumably,
|
358 |
+
122: previously,
|
359 |
+
123: probably,
|
360 |
+
124: rather,
|
361 |
+
125: realistically,
|
362 |
+
126: really,
|
363 |
+
127: recently,
|
364 |
+
128: regardless,
|
365 |
+
129: remarkably,
|
366 |
+
130: sadly,
|
367 |
+
131: second,
|
368 |
+
132: secondly,
|
369 |
+
133: separately,
|
370 |
+
134: seriously,
|
371 |
+
135: significantly,
|
372 |
+
136: similarly,
|
373 |
+
137: simultaneously
|
374 |
+
138: slowly,
|
375 |
+
139: so,
|
376 |
+
140: sometimes,
|
377 |
+
141: soon,
|
378 |
+
142: specifically,
|
379 |
+
143: still,
|
380 |
+
144: strangely,
|
381 |
+
145: subsequently,
|
382 |
+
146: suddenly,
|
383 |
+
147: supposedly,
|
384 |
+
148: surely,
|
385 |
+
149: surprisingly,
|
386 |
+
150: technically,
|
387 |
+
151: thankfully,
|
388 |
+
152: then,
|
389 |
+
153: theoretically,
|
390 |
+
154: thereafter,
|
391 |
+
155: thereby,
|
392 |
+
156: therefore
|
393 |
+
157: third,
|
394 |
+
158: thirdly,
|
395 |
+
159: this,
|
396 |
+
160: though,
|
397 |
+
161: thus,
|
398 |
+
162: together,
|
399 |
+
163: traditionally,
|
400 |
+
164: truly,
|
401 |
+
165: truthfully,
|
402 |
+
166: typically,
|
403 |
+
167: ultimately,
|
404 |
+
168: undoubtedly,
|
405 |
+
169: unfortunately,
|
406 |
+
170: unsurprisingly,
|
407 |
+
171: usually,
|
408 |
+
172: well,
|
409 |
+
173: yet,
|
410 |
+
- name: idx
|
411 |
+
dtype: int32
|
412 |
+
splits:
|
413 |
+
- name: test
|
414 |
+
num_bytes: 187471
|
415 |
+
num_examples: 869
|
416 |
+
- name: train
|
417 |
+
num_bytes: 3355192
|
418 |
+
num_examples: 15662
|
419 |
+
- name: validation
|
420 |
+
num_bytes: 185296
|
421 |
+
num_examples: 871
|
422 |
+
download_size: 146233621
|
423 |
+
dataset_size: 3727959
|
424 |
---
|
425 |
|
426 |
|