File size: 15,314 Bytes
50c8136
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
---
configs:
- config_name: default
  data_files:
  - split: split_000
    path: data/split_000-*
  - split: split_001
    path: data/split_001-*
  - split: split_002
    path: data/split_002-*
  - split: split_003
    path: data/split_003-*
  - split: split_004
    path: data/split_004-*
  - split: split_005
    path: data/split_005-*
  - split: split_006
    path: data/split_006-*
  - split: split_007
    path: data/split_007-*
  - split: split_008
    path: data/split_008-*
  - split: split_009
    path: data/split_009-*
  - split: split_010
    path: data/split_010-*
  - split: split_011
    path: data/split_011-*
  - split: split_012
    path: data/split_012-*
  - split: split_013
    path: data/split_013-*
  - split: split_014
    path: data/split_014-*
  - split: split_015
    path: data/split_015-*
  - split: split_016
    path: data/split_016-*
  - split: split_017
    path: data/split_017-*
  - split: split_018
    path: data/split_018-*
  - split: split_019
    path: data/split_019-*
  - split: split_020
    path: data/split_020-*
  - split: split_021
    path: data/split_021-*
  - split: split_022
    path: data/split_022-*
  - split: split_023
    path: data/split_023-*
  - split: split_024
    path: data/split_024-*
  - split: split_025
    path: data/split_025-*
  - split: split_026
    path: data/split_026-*
  - split: split_027
    path: data/split_027-*
  - split: split_028
    path: data/split_028-*
  - split: split_029
    path: data/split_029-*
  - split: split_030
    path: data/split_030-*
  - split: split_031
    path: data/split_031-*
  - split: split_032
    path: data/split_032-*
  - split: split_033
    path: data/split_033-*
  - split: split_034
    path: data/split_034-*
  - split: split_035
    path: data/split_035-*
  - split: split_036
    path: data/split_036-*
  - split: split_037
    path: data/split_037-*
  - split: split_038
    path: data/split_038-*
  - split: split_039
    path: data/split_039-*
  - split: split_040
    path: data/split_040-*
  - split: split_041
    path: data/split_041-*
  - split: split_042
    path: data/split_042-*
  - split: split_043
    path: data/split_043-*
  - split: split_044
    path: data/split_044-*
  - split: split_045
    path: data/split_045-*
  - split: split_046
    path: data/split_046-*
  - split: split_047
    path: data/split_047-*
  - split: split_048
    path: data/split_048-*
  - split: split_049
    path: data/split_049-*
  - split: split_050
    path: data/split_050-*
  - split: split_051
    path: data/split_051-*
  - split: split_052
    path: data/split_052-*
  - split: split_053
    path: data/split_053-*
  - split: split_054
    path: data/split_054-*
  - split: split_055
    path: data/split_055-*
  - split: split_056
    path: data/split_056-*
  - split: split_057
    path: data/split_057-*
  - split: split_058
    path: data/split_058-*
  - split: split_059
    path: data/split_059-*
  - split: split_060
    path: data/split_060-*
  - split: split_061
    path: data/split_061-*
  - split: split_062
    path: data/split_062-*
  - split: split_063
    path: data/split_063-*
  - split: split_064
    path: data/split_064-*
  - split: split_065
    path: data/split_065-*
  - split: split_066
    path: data/split_066-*
  - split: split_067
    path: data/split_067-*
  - split: split_068
    path: data/split_068-*
  - split: split_069
    path: data/split_069-*
  - split: split_070
    path: data/split_070-*
  - split: split_071
    path: data/split_071-*
  - split: split_072
    path: data/split_072-*
  - split: split_073
    path: data/split_073-*
  - split: split_074
    path: data/split_074-*
  - split: split_075
    path: data/split_075-*
  - split: split_076
    path: data/split_076-*
  - split: split_077
    path: data/split_077-*
  - split: split_078
    path: data/split_078-*
  - split: split_079
    path: data/split_079-*
  - split: split_080
    path: data/split_080-*
  - split: split_081
    path: data/split_081-*
  - split: split_082
    path: data/split_082-*
  - split: split_083
    path: data/split_083-*
  - split: split_084
    path: data/split_084-*
  - split: split_085
    path: data/split_085-*
  - split: split_086
    path: data/split_086-*
  - split: split_087
    path: data/split_087-*
  - split: split_088
    path: data/split_088-*
  - split: split_089
    path: data/split_089-*
  - split: split_090
    path: data/split_090-*
  - split: split_091
    path: data/split_091-*
  - split: split_092
    path: data/split_092-*
  - split: split_093
    path: data/split_093-*
  - split: split_094
    path: data/split_094-*
  - split: split_095
    path: data/split_095-*
  - split: split_096
    path: data/split_096-*
  - split: split_097
    path: data/split_097-*
  - split: split_098
    path: data/split_098-*
  - split: split_099
    path: data/split_099-*
  - split: split_100
    path: data/split_100-*
  - split: split_101
    path: data/split_101-*
  - split: split_102
    path: data/split_102-*
  - split: split_103
    path: data/split_103-*
  - split: split_104
    path: data/split_104-*
  - split: split_105
    path: data/split_105-*
  - split: split_106
    path: data/split_106-*
  - split: split_107
    path: data/split_107-*
  - split: split_108
    path: data/split_108-*
  - split: split_109
    path: data/split_109-*
  - split: split_110
    path: data/split_110-*
  - split: split_111
    path: data/split_111-*
  - split: split_112
    path: data/split_112-*
  - split: split_113
    path: data/split_113-*
  - split: split_114
    path: data/split_114-*
  - split: split_115
    path: data/split_115-*
  - split: split_116
    path: data/split_116-*
  - split: split_117
    path: data/split_117-*
  - split: split_118
    path: data/split_118-*
  - split: split_119
    path: data/split_119-*
  - split: split_120
    path: data/split_120-*
  - split: split_121
    path: data/split_121-*
  - split: split_122
    path: data/split_122-*
  - split: split_123
    path: data/split_123-*
  - split: split_124
    path: data/split_124-*
  - split: split_125
    path: data/split_125-*
  - split: split_126
    path: data/split_126-*
  - split: split_127
    path: data/split_127-*
dataset_info:
  features:
  - name: text
    dtype: string
  - name: length
    dtype: int64
  splits:
  - name: split_000
    num_bytes: 226685629
    num_examples: 100000
  - name: split_001
    num_bytes: 243942787
    num_examples: 100000
  - name: split_002
    num_bytes: 266085279
    num_examples: 100000
  - name: split_003
    num_bytes: 271280353
    num_examples: 100000
  - name: split_004
    num_bytes: 222674967
    num_examples: 100000
  - name: split_005
    num_bytes: 250936749
    num_examples: 100000
  - name: split_006
    num_bytes: 273070296
    num_examples: 100000
  - name: split_007
    num_bytes: 245354107
    num_examples: 100000
  - name: split_008
    num_bytes: 232776779
    num_examples: 100000
  - name: split_009
    num_bytes: 264755441
    num_examples: 100000
  - name: split_010
    num_bytes: 266990598
    num_examples: 100000
  - name: split_011
    num_bytes: 223966999
    num_examples: 100000
  - name: split_012
    num_bytes: 256202060
    num_examples: 100000
  - name: split_013
    num_bytes: 273274334
    num_examples: 100000
  - name: split_014
    num_bytes: 222977264
    num_examples: 100000
  - name: split_015
    num_bytes: 254766952
    num_examples: 100000
  - name: split_016
    num_bytes: 272183672
    num_examples: 100000
  - name: split_017
    num_bytes: 221994504
    num_examples: 100000
  - name: split_018
    num_bytes: 256779216
    num_examples: 100000
  - name: split_019
    num_bytes: 262918165
    num_examples: 100000
  - name: split_020
    num_bytes: 226642743
    num_examples: 100000
  - name: split_021
    num_bytes: 264798571
    num_examples: 100000
  - name: split_022
    num_bytes: 245579372
    num_examples: 100000
  - name: split_023
    num_bytes: 239969478
    num_examples: 100000
  - name: split_024
    num_bytes: 271516064
    num_examples: 100000
  - name: split_025
    num_bytes: 226632217
    num_examples: 100000
  - name: split_026
    num_bytes: 259183765
    num_examples: 100000
  - name: split_027
    num_bytes: 250861580
    num_examples: 100000
  - name: split_028
    num_bytes: 239234154
    num_examples: 100000
  - name: split_029
    num_bytes: 268742095
    num_examples: 100000
  - name: split_030
    num_bytes: 225160745
    num_examples: 100000
  - name: split_031
    num_bytes: 264867869
    num_examples: 100000
  - name: split_032
    num_bytes: 232096056
    num_examples: 100000
  - name: split_033
    num_bytes: 258886810
    num_examples: 100000
  - name: split_034
    num_bytes: 240068664
    num_examples: 100000
  - name: split_035
    num_bytes: 250479367
    num_examples: 100000
  - name: split_036
    num_bytes: 248039753
    num_examples: 100000
  - name: split_037
    num_bytes: 246901445
    num_examples: 100000
  - name: split_038
    num_bytes: 249565594
    num_examples: 100000
  - name: split_039
    num_bytes: 247413522
    num_examples: 100000
  - name: split_040
    num_bytes: 248457302
    num_examples: 100000
  - name: split_041
    num_bytes: 250192474
    num_examples: 100000
  - name: split_042
    num_bytes: 245156370
    num_examples: 100000
  - name: split_043
    num_bytes: 254690617
    num_examples: 100000
  - name: split_044
    num_bytes: 238928850
    num_examples: 100000
  - name: split_045
    num_bytes: 263477698
    num_examples: 100000
  - name: split_046
    num_bytes: 233732503
    num_examples: 100000
  - name: split_047
    num_bytes: 261808372
    num_examples: 100000
  - name: split_048
    num_bytes: 237489264
    num_examples: 100000
  - name: split_049
    num_bytes: 247506211
    num_examples: 100000
  - name: split_050
    num_bytes: 254832809
    num_examples: 100000
  - name: split_051
    num_bytes: 239540574
    num_examples: 100000
  - name: split_052
    num_bytes: 258578405
    num_examples: 100000
  - name: split_053
    num_bytes: 243391167
    num_examples: 100000
  - name: split_054
    num_bytes: 243604294
    num_examples: 100000
  - name: split_055
    num_bytes: 261926009
    num_examples: 100000
  - name: split_056
    num_bytes: 240882090
    num_examples: 100000
  - name: split_057
    num_bytes: 244673465
    num_examples: 100000
  - name: split_058
    num_bytes: 258215838
    num_examples: 100000
  - name: split_059
    num_bytes: 245144516
    num_examples: 100000
  - name: split_060
    num_bytes: 242791061
    num_examples: 100000
  - name: split_061
    num_bytes: 249894533
    num_examples: 100000
  - name: split_062
    num_bytes: 259146816
    num_examples: 100000
  - name: split_063
    num_bytes: 237087926
    num_examples: 100000
  - name: split_064
    num_bytes: 252835385
    num_examples: 100000
  - name: split_065
    num_bytes: 256380356
    num_examples: 100000
  - name: split_066
    num_bytes: 242515087
    num_examples: 100000
  - name: split_067
    num_bytes: 244420255
    num_examples: 100000
  - name: split_068
    num_bytes: 248344889
    num_examples: 100000
  - name: split_069
    num_bytes: 251094831
    num_examples: 100000
  - name: split_070
    num_bytes: 255313460
    num_examples: 100000
  - name: split_071
    num_bytes: 248900596
    num_examples: 100000
  - name: split_072
    num_bytes: 245392320
    num_examples: 100000
  - name: split_073
    num_bytes: 247244577
    num_examples: 100000
  - name: split_074
    num_bytes: 248963971
    num_examples: 100000
  - name: split_075
    num_bytes: 248612019
    num_examples: 100000
  - name: split_076
    num_bytes: 249880024
    num_examples: 100000
  - name: split_077
    num_bytes: 249562884
    num_examples: 100000
  - name: split_078
    num_bytes: 249805658
    num_examples: 100000
  - name: split_079
    num_bytes: 249654067
    num_examples: 100000
  - name: split_080
    num_bytes: 250878514
    num_examples: 100000
  - name: split_081
    num_bytes: 249303055
    num_examples: 100000
  - name: split_082
    num_bytes: 249156834
    num_examples: 100000
  - name: split_083
    num_bytes: 249268811
    num_examples: 100000
  - name: split_084
    num_bytes: 250187527
    num_examples: 100000
  - name: split_085
    num_bytes: 250486528
    num_examples: 100000
  - name: split_086
    num_bytes: 251360127
    num_examples: 100000
  - name: split_087
    num_bytes: 252358790
    num_examples: 100000
  - name: split_088
    num_bytes: 251000989
    num_examples: 100000
  - name: split_089
    num_bytes: 246698738
    num_examples: 100000
  - name: split_090
    num_bytes: 248021386
    num_examples: 100000
  - name: split_091
    num_bytes: 249152512
    num_examples: 100000
  - name: split_092
    num_bytes: 251608728
    num_examples: 100000
  - name: split_093
    num_bytes: 254710132
    num_examples: 100000
  - name: split_094
    num_bytes: 246192618
    num_examples: 100000
  - name: split_095
    num_bytes: 253027670
    num_examples: 100000
  - name: split_096
    num_bytes: 249303838
    num_examples: 100000
  - name: split_097
    num_bytes: 254007896
    num_examples: 100000
  - name: split_098
    num_bytes: 247977132
    num_examples: 100000
  - name: split_099
    num_bytes: 250154306
    num_examples: 100000
  - name: split_100
    num_bytes: 255099637
    num_examples: 100000
  - name: split_101
    num_bytes: 247851669
    num_examples: 100000
  - name: split_102
    num_bytes: 254303917
    num_examples: 100000
  - name: split_103
    num_bytes: 248121240
    num_examples: 100000
  - name: split_104
    num_bytes: 254467351
    num_examples: 100000
  - name: split_105
    num_bytes: 247563518
    num_examples: 100000
  - name: split_106
    num_bytes: 253789409
    num_examples: 100000
  - name: split_107
    num_bytes: 249815685
    num_examples: 100000
  - name: split_108
    num_bytes: 250918353
    num_examples: 100000
  - name: split_109
    num_bytes: 253034124
    num_examples: 100000
  - name: split_110
    num_bytes: 249513229
    num_examples: 100000
  - name: split_111
    num_bytes: 252425077
    num_examples: 100000
  - name: split_112
    num_bytes: 252888251
    num_examples: 100000
  - name: split_113
    num_bytes: 252999541
    num_examples: 100000
  - name: split_114
    num_bytes: 250147252
    num_examples: 100000
  - name: split_115
    num_bytes: 250817600
    num_examples: 100000
  - name: split_116
    num_bytes: 253499910
    num_examples: 100000
  - name: split_117
    num_bytes: 253709907
    num_examples: 100000
  - name: split_118
    num_bytes: 252659070
    num_examples: 100000
  - name: split_119
    num_bytes: 252089319
    num_examples: 100000
  - name: split_120
    num_bytes: 253453015
    num_examples: 100000
  - name: split_121
    num_bytes: 251638968
    num_examples: 100000
  - name: split_122
    num_bytes: 252362353
    num_examples: 100000
  - name: split_123
    num_bytes: 252868504
    num_examples: 100000
  - name: split_124
    num_bytes: 252294222
    num_examples: 100000
  - name: split_125
    num_bytes: 252493836
    num_examples: 100000
  - name: split_126
    num_bytes: 254216427
    num_examples: 100000
  - name: split_127
    num_bytes: 9544333
    num_examples: 3751
  download_size: 18847367132
  dataset_size: 31735767406
---