-
Notifications
You must be signed in to change notification settings - Fork 489
/
OLMo2-7B-stage2-seed42069.yaml
826 lines (780 loc) · 69.7 KB
/
OLMo2-7B-stage2-seed42069.yaml
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
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
run_name: OLMo2-7B-stage2-seed42069
seed: 42069
dry_run: false
model:
d_model: 4096
n_heads: 32
n_layers: 32
mlp_hidden_size: 22016
weight_tying: false
alibi: false
rope: true
rope_theta: 500000
flash_attention: true
attention_dropout: 0.0
include_bias: false
block_type: sequential
layer_norm_type: rms
layer_norm_with_affine: true
layer_norm_eps: 1e-6
bias_for_layer_norm: false
attention_layer_norm: true
attention_layer_norm_with_affine: true
norm_after: true
activation_type: swiglu
residual_dropout: 0.0
embedding_dropout: 0.0
max_sequence_length: 4096
vocab_size: 100278
embedding_size: 100352
eos_token_id: 100257
pad_token_id: 100277
init_device: meta
init_fn: normal
init_std: 0.02
init_cutoff_factor: 3
softmax_auxiliary_loss: true
auxiliary_loss_multiplier: 1e-5
fused_loss: true
compile: null
optimizer:
name: adamw
learning_rate: 0.000061499
weight_decay: 0.1
eps: 1e-8
decay_norm_and_bias: true
decay_embeddings: false
betas:
- 0.9
- 0.95
metrics_log_interval: 1
scheduler:
name: linear_with_warmup
t_warmup: 0
alpha_f: 0
tokenizer:
identifier: tokenizers/allenai_dolma2.json
truncate_direction: right
save_overwrite: false
save_interval: 1000
save_interval_ephemeral: 250
save_num_checkpoints_to_keep: -1
sharded_checkpointer: olmo_core
save_interval_unsharded: null
save_num_unsharded_checkpoints_to_keep: -1
load_path: https://olmo-checkpoints.org/ai2-llm/peteish7/step928646-unsharded
restore_dataloader: false
no_pre_train_checkpoint: true
max_duration: 50e9T
stop_at: 11931 # round(50e9 / (1024 * 4096)) + 10
global_train_batch_size: 1024
device_train_microbatch_size: 2
precision: amp_bf16
fsdp:
wrapping_strategy: by_block_and_size
precision: mixed
max_grad_norm: 1.0
max_grad_norm_ratio: null
speed_monitor:
window_size: 1
gen1_gc_interval: 1
eval_interval: 1000
eval_subset_num_batches: -1
device_eval_batch_size: ${device_train_microbatch_size}
evaluators:
# - label: all-small-ppl-validation
# data:
# num_workers: 0
# drop_last: true
# # generate_doc_lengths: true
# memmap_dtype: uint32
# datasets:
# c4_en-validation:
# - http://olmo-data.org/eval-data/perplexity/v3_small_dolma2-tokenizer/c4_en/val/part-0-00000.npy
# dolma_books-validation:
# - http://olmo-data.org/eval-data/perplexity/v3_small_dolma2-tokenizer/dolma_books/val/part-0-00000.npy
# dolma_common-crawl-validation:
# - http://olmo-data.org/eval-data/perplexity/v3_small_dolma2-tokenizer/dolma_common-crawl/val/part-0-00000.npy
# dolma_pes2o-validation:
# - http://olmo-data.org/eval-data/perplexity/v3_small_dolma2-tokenizer/dolma_pes2o/val/part-0-00000.npy
# dolma_reddit-validation:
# - http://olmo-data.org/eval-data/perplexity/v3_small_dolma2-tokenizer/dolma_reddit/val/part-0-00000.npy
# dolma_stack-validation:
# - http://olmo-data.org/eval-data/perplexity/v3_small_dolma2-tokenizer/dolma_stack/val/part-0-00000.npy
# dolma_wiki-validation:
# - http://olmo-data.org/eval-data/perplexity/v3_small_dolma2-tokenizer/dolma_wiki/val/part-0-00000.npy
# ice-validation:
# - http://olmo-data.org/eval-data/perplexity/v3_small_dolma2-tokenizer/ice/val/part-0-00000.npy
# m2d2_s2orc-validation:
# - http://olmo-data.org/eval-data/perplexity/v3_small_dolma2-tokenizer/m2d2_s2orc/val/part-0-00000.npy
# pile-validation:
# - http://olmo-data.org/eval-data/perplexity/v3_small_dolma2-tokenizer/pile/val/part-0-00000.npy
# wikitext_103-validation:
# - http://olmo-data.org/eval-data/perplexity/v3_small_dolma2-tokenizer/wikitext_103/val/part-0-00000.npy
##########################
# Downstream evaluations #
##########################
- label: piqa
type: downstream
- label: hellaswag
type: downstream
- label: winogrande
type: downstream
- label: openbook_qa
type: downstream
- label: boolq
type: downstream
- label: sciq
type: downstream
- label: arc_easy
type: downstream
- label: arc_challenge
type: downstream
- label: copa
type: downstream
- label: commonsense_qa
type: downstream
- label: social_iqa
type: downstream
- label: mmlu_stem_var
type: downstream
- label: mmlu_humanities_var
type: downstream
- label: mmlu_social_sciences_var
type: downstream
- label: mmlu_other_var
type: downstream
- label: mmlu_stem_mc_5shot
type: downstream
- label: mmlu_humanities_mc_5shot
type: downstream
- label: mmlu_social_sciences_mc_5shot
type: downstream
- label: mmlu_other_mc_5shot
type: downstream
- label: mmlu_stem_mc_5shot_test
type: downstream
- label: mmlu_humanities_mc_5shot_test
type: downstream
- label: mmlu_social_sciences_mc_5shot_test
type: downstream
- label: mmlu_other_mc_5shot_test
type: downstream
- label: basic_arithmetic
type: downstream
- label: trivia_qa_wiki_ppl
type: downstream
- label: natural_qs_open_ppl
type: downstream
- label: arc_easy_ppl
type: downstream
data:
pad_direction: right
# generate_doc_lengths: true
num_workers: 32
drop_last: true
pin_memory: true
prefetch_factor: 8
persistent_workers: true
memmap_dtype: uint32
timeout: 0
instance_filter:
repetition_max_period: 13
repetition_min_period: 1
repetition_max_count: 32
paths:
#SOURCE: http://olmo-data.org/preprocessed/personahub_math_v5_regen_149960/dolma2-tokenizer/ (191.58MT)
- http://olmo-data.org/preprocessed/personahub_math_v5_regen_149960/dolma2-tokenizer/part-00-00000.npy
- http://olmo-data.org/preprocessed/personahub_math_v5_regen_149960/dolma2-tokenizer/part-12-00000.npy
- http://olmo-data.org/preprocessed/personahub_math_v5_regen_149960/dolma2-tokenizer/part-06-00000.npy
- http://olmo-data.org/preprocessed/personahub_math_v5_regen_149960/dolma2-tokenizer/part-04-00000.npy
- http://olmo-data.org/preprocessed/personahub_math_v5_regen_149960/dolma2-tokenizer/part-11-00000.npy
- http://olmo-data.org/preprocessed/personahub_math_v5_regen_149960/dolma2-tokenizer/part-05-00000.npy
- http://olmo-data.org/preprocessed/personahub_math_v5_regen_149960/dolma2-tokenizer/part-13-00000.npy
- http://olmo-data.org/preprocessed/personahub_math_v5_regen_149960/dolma2-tokenizer/part-08-00000.npy
- http://olmo-data.org/preprocessed/personahub_math_v5_regen_149960/dolma2-tokenizer/part-02-00000.npy
- http://olmo-data.org/preprocessed/personahub_math_v5_regen_149960/dolma2-tokenizer/part-09-00000.npy
- http://olmo-data.org/preprocessed/personahub_math_v5_regen_149960/dolma2-tokenizer/part-03-00000.npy
- http://olmo-data.org/preprocessed/personahub_math_v5_regen_149960/dolma2-tokenizer/part-07-00000.npy
- http://olmo-data.org/preprocessed/personahub_math_v5_regen_149960/dolma2-tokenizer/part-10-00000.npy
- http://olmo-data.org/preprocessed/personahub_math_v5_regen_149960/dolma2-tokenizer/part-01-00000.npy
- http://olmo-data.org/preprocessed/personahub_math_v5_regen_149960/dolma2-tokenizer/part-14-00000.npy
#SOURCE: http://olmo-data.org/preprocessed/basic_math_mj/dolma2-tokenizer (9.03MT)
- http://olmo-data.org/preprocessed/basic_math_mj/dolma2-tokenizer/part-27-00000.npy
- http://olmo-data.org/preprocessed/basic_math_mj/dolma2-tokenizer/part-17-00000.npy
- http://olmo-data.org/preprocessed/basic_math_mj/dolma2-tokenizer/part-12-00000.npy
- http://olmo-data.org/preprocessed/basic_math_mj/dolma2-tokenizer/part-01-00000.npy
- http://olmo-data.org/preprocessed/basic_math_mj/dolma2-tokenizer/part-15-00000.npy
- http://olmo-data.org/preprocessed/basic_math_mj/dolma2-tokenizer/part-35-00000.npy
- http://olmo-data.org/preprocessed/basic_math_mj/dolma2-tokenizer/part-09-00000.npy
- http://olmo-data.org/preprocessed/basic_math_mj/dolma2-tokenizer/part-05-00000.npy
- http://olmo-data.org/preprocessed/basic_math_mj/dolma2-tokenizer/part-25-00000.npy
- http://olmo-data.org/preprocessed/basic_math_mj/dolma2-tokenizer/part-33-00000.npy
- http://olmo-data.org/preprocessed/basic_math_mj/dolma2-tokenizer/part-04-00000.npy
- http://olmo-data.org/preprocessed/basic_math_mj/dolma2-tokenizer/part-10-00000.npy
- http://olmo-data.org/preprocessed/basic_math_mj/dolma2-tokenizer/part-11-00000.npy
- http://olmo-data.org/preprocessed/basic_math_mj/dolma2-tokenizer/part-07-00000.npy
- http://olmo-data.org/preprocessed/basic_math_mj/dolma2-tokenizer/part-21-00000.npy
- http://olmo-data.org/preprocessed/basic_math_mj/dolma2-tokenizer/part-30-00000.npy
- http://olmo-data.org/preprocessed/basic_math_mj/dolma2-tokenizer/part-20-00000.npy
- http://olmo-data.org/preprocessed/basic_math_mj/dolma2-tokenizer/part-06-00000.npy
- http://olmo-data.org/preprocessed/basic_math_mj/dolma2-tokenizer/part-18-00000.npy
- http://olmo-data.org/preprocessed/basic_math_mj/dolma2-tokenizer/part-14-00000.npy
- http://olmo-data.org/preprocessed/basic_math_mj/dolma2-tokenizer/part-03-00000.npy
- http://olmo-data.org/preprocessed/basic_math_mj/dolma2-tokenizer/part-13-00000.npy
- http://olmo-data.org/preprocessed/basic_math_mj/dolma2-tokenizer/part-34-00000.npy
- http://olmo-data.org/preprocessed/basic_math_mj/dolma2-tokenizer/part-02-00000.npy
- http://olmo-data.org/preprocessed/basic_math_mj/dolma2-tokenizer/part-26-00000.npy
- http://olmo-data.org/preprocessed/basic_math_mj/dolma2-tokenizer/part-32-00000.npy
- http://olmo-data.org/preprocessed/basic_math_mj/dolma2-tokenizer/part-00-00000.npy
- http://olmo-data.org/preprocessed/basic_math_mj/dolma2-tokenizer/part-29-00000.npy
- http://olmo-data.org/preprocessed/basic_math_mj/dolma2-tokenizer/part-24-00000.npy
- http://olmo-data.org/preprocessed/basic_math_mj/dolma2-tokenizer/part-31-00000.npy
- http://olmo-data.org/preprocessed/basic_math_mj/dolma2-tokenizer/part-23-00000.npy
- http://olmo-data.org/preprocessed/basic_math_mj/dolma2-tokenizer/part-22-00000.npy
- http://olmo-data.org/preprocessed/basic_math_mj/dolma2-tokenizer/part-19-00000.npy
- http://olmo-data.org/preprocessed/basic_math_mj/dolma2-tokenizer/part-28-00000.npy
- http://olmo-data.org/preprocessed/basic_math_mj/dolma2-tokenizer/part-08-00000.npy
- http://olmo-data.org/preprocessed/basic_math_mj/dolma2-tokenizer/part-16-00000.npy
#SOURCE: http://olmo-data.org/preprocessed/gsm8k-synth/resample_v1_6x/dolma2-tokenizer/ (1.08MT)
- http://olmo-data.org/preprocessed/gsm8k-synth/resample_v1_6x/dolma2-tokenizer/part-0-00000.npy
#SOURCE: http://olmo-data.org/preprocessed/gsm_MIND/clean_stop/dolma2-tokenizer/ (17.06MT)
- http://olmo-data.org/preprocessed/gsm_MIND/clean_stop/dolma2-tokenizer/part-41-00000.npy
- http://olmo-data.org/preprocessed/gsm_MIND/clean_stop/dolma2-tokenizer/part-59-00000.npy
- http://olmo-data.org/preprocessed/gsm_MIND/clean_stop/dolma2-tokenizer/part-36-00000.npy
- http://olmo-data.org/preprocessed/gsm_MIND/clean_stop/dolma2-tokenizer/part-18-00000.npy
- http://olmo-data.org/preprocessed/gsm_MIND/clean_stop/dolma2-tokenizer/part-16-00000.npy
- http://olmo-data.org/preprocessed/gsm_MIND/clean_stop/dolma2-tokenizer/part-20-00000.npy
- http://olmo-data.org/preprocessed/gsm_MIND/clean_stop/dolma2-tokenizer/part-22-00000.npy
- http://olmo-data.org/preprocessed/gsm_MIND/clean_stop/dolma2-tokenizer/part-46-00000.npy
- http://olmo-data.org/preprocessed/gsm_MIND/clean_stop/dolma2-tokenizer/part-50-00000.npy
- http://olmo-data.org/preprocessed/gsm_MIND/clean_stop/dolma2-tokenizer/part-86-00000.npy
- http://olmo-data.org/preprocessed/gsm_MIND/clean_stop/dolma2-tokenizer/part-07-00000.npy
- http://olmo-data.org/preprocessed/gsm_MIND/clean_stop/dolma2-tokenizer/part-39-00000.npy
- http://olmo-data.org/preprocessed/gsm_MIND/clean_stop/dolma2-tokenizer/part-81-00000.npy
- http://olmo-data.org/preprocessed/gsm_MIND/clean_stop/dolma2-tokenizer/part-21-00000.npy
- http://olmo-data.org/preprocessed/gsm_MIND/clean_stop/dolma2-tokenizer/part-11-00000.npy
- http://olmo-data.org/preprocessed/gsm_MIND/clean_stop/dolma2-tokenizer/part-75-00000.npy
- http://olmo-data.org/preprocessed/gsm_MIND/clean_stop/dolma2-tokenizer/part-72-00000.npy
- http://olmo-data.org/preprocessed/gsm_MIND/clean_stop/dolma2-tokenizer/part-91-00000.npy
- http://olmo-data.org/preprocessed/gsm_MIND/clean_stop/dolma2-tokenizer/part-31-00000.npy
- http://olmo-data.org/preprocessed/gsm_MIND/clean_stop/dolma2-tokenizer/part-03-00000.npy
- http://olmo-data.org/preprocessed/gsm_MIND/clean_stop/dolma2-tokenizer/part-82-00000.npy
- http://olmo-data.org/preprocessed/gsm_MIND/clean_stop/dolma2-tokenizer/part-83-00000.npy
- http://olmo-data.org/preprocessed/gsm_MIND/clean_stop/dolma2-tokenizer/part-27-00000.npy
- http://olmo-data.org/preprocessed/gsm_MIND/clean_stop/dolma2-tokenizer/part-53-00000.npy
- http://olmo-data.org/preprocessed/gsm_MIND/clean_stop/dolma2-tokenizer/part-54-00000.npy
- http://olmo-data.org/preprocessed/gsm_MIND/clean_stop/dolma2-tokenizer/part-56-00000.npy
- http://olmo-data.org/preprocessed/gsm_MIND/clean_stop/dolma2-tokenizer/part-37-00000.npy
- http://olmo-data.org/preprocessed/gsm_MIND/clean_stop/dolma2-tokenizer/part-02-00000.npy
- http://olmo-data.org/preprocessed/gsm_MIND/clean_stop/dolma2-tokenizer/part-80-00000.npy
- http://olmo-data.org/preprocessed/gsm_MIND/clean_stop/dolma2-tokenizer/part-23-00000.npy
- http://olmo-data.org/preprocessed/gsm_MIND/clean_stop/dolma2-tokenizer/part-10-00000.npy
- http://olmo-data.org/preprocessed/gsm_MIND/clean_stop/dolma2-tokenizer/part-48-00000.npy
- http://olmo-data.org/preprocessed/gsm_MIND/clean_stop/dolma2-tokenizer/part-55-00000.npy
- http://olmo-data.org/preprocessed/gsm_MIND/clean_stop/dolma2-tokenizer/part-45-00000.npy
- http://olmo-data.org/preprocessed/gsm_MIND/clean_stop/dolma2-tokenizer/part-85-00000.npy
- http://olmo-data.org/preprocessed/gsm_MIND/clean_stop/dolma2-tokenizer/part-77-00000.npy
- http://olmo-data.org/preprocessed/gsm_MIND/clean_stop/dolma2-tokenizer/part-79-00000.npy
- http://olmo-data.org/preprocessed/gsm_MIND/clean_stop/dolma2-tokenizer/part-71-00000.npy
- http://olmo-data.org/preprocessed/gsm_MIND/clean_stop/dolma2-tokenizer/part-47-00000.npy
- http://olmo-data.org/preprocessed/gsm_MIND/clean_stop/dolma2-tokenizer/part-89-00000.npy
- http://olmo-data.org/preprocessed/gsm_MIND/clean_stop/dolma2-tokenizer/part-66-00000.npy
- http://olmo-data.org/preprocessed/gsm_MIND/clean_stop/dolma2-tokenizer/part-14-00000.npy
- http://olmo-data.org/preprocessed/gsm_MIND/clean_stop/dolma2-tokenizer/part-04-00000.npy
- http://olmo-data.org/preprocessed/gsm_MIND/clean_stop/dolma2-tokenizer/part-26-00000.npy
- http://olmo-data.org/preprocessed/gsm_MIND/clean_stop/dolma2-tokenizer/part-28-00000.npy
- http://olmo-data.org/preprocessed/gsm_MIND/clean_stop/dolma2-tokenizer/part-12-00000.npy
- http://olmo-data.org/preprocessed/gsm_MIND/clean_stop/dolma2-tokenizer/part-32-00000.npy
- http://olmo-data.org/preprocessed/gsm_MIND/clean_stop/dolma2-tokenizer/part-15-00000.npy
- http://olmo-data.org/preprocessed/gsm_MIND/clean_stop/dolma2-tokenizer/part-84-00000.npy
- http://olmo-data.org/preprocessed/gsm_MIND/clean_stop/dolma2-tokenizer/part-40-00000.npy
- http://olmo-data.org/preprocessed/gsm_MIND/clean_stop/dolma2-tokenizer/part-90-00000.npy
- http://olmo-data.org/preprocessed/gsm_MIND/clean_stop/dolma2-tokenizer/part-76-00000.npy
- http://olmo-data.org/preprocessed/gsm_MIND/clean_stop/dolma2-tokenizer/part-69-00000.npy
- http://olmo-data.org/preprocessed/gsm_MIND/clean_stop/dolma2-tokenizer/part-00-00000.npy
- http://olmo-data.org/preprocessed/gsm_MIND/clean_stop/dolma2-tokenizer/part-34-00000.npy
- http://olmo-data.org/preprocessed/gsm_MIND/clean_stop/dolma2-tokenizer/part-60-00000.npy
- http://olmo-data.org/preprocessed/gsm_MIND/clean_stop/dolma2-tokenizer/part-78-00000.npy
- http://olmo-data.org/preprocessed/gsm_MIND/clean_stop/dolma2-tokenizer/part-73-00000.npy
- http://olmo-data.org/preprocessed/gsm_MIND/clean_stop/dolma2-tokenizer/part-43-00000.npy
- http://olmo-data.org/preprocessed/gsm_MIND/clean_stop/dolma2-tokenizer/part-25-00000.npy
- http://olmo-data.org/preprocessed/gsm_MIND/clean_stop/dolma2-tokenizer/part-42-00000.npy
- http://olmo-data.org/preprocessed/gsm_MIND/clean_stop/dolma2-tokenizer/part-38-00000.npy
- http://olmo-data.org/preprocessed/gsm_MIND/clean_stop/dolma2-tokenizer/part-64-00000.npy
- http://olmo-data.org/preprocessed/gsm_MIND/clean_stop/dolma2-tokenizer/part-51-00000.npy
- http://olmo-data.org/preprocessed/gsm_MIND/clean_stop/dolma2-tokenizer/part-68-00000.npy
- http://olmo-data.org/preprocessed/gsm_MIND/clean_stop/dolma2-tokenizer/part-01-00000.npy
- http://olmo-data.org/preprocessed/gsm_MIND/clean_stop/dolma2-tokenizer/part-58-00000.npy
- http://olmo-data.org/preprocessed/gsm_MIND/clean_stop/dolma2-tokenizer/part-49-00000.npy
- http://olmo-data.org/preprocessed/gsm_MIND/clean_stop/dolma2-tokenizer/part-06-00000.npy
- http://olmo-data.org/preprocessed/gsm_MIND/clean_stop/dolma2-tokenizer/part-24-00000.npy
- http://olmo-data.org/preprocessed/gsm_MIND/clean_stop/dolma2-tokenizer/part-09-00000.npy
- http://olmo-data.org/preprocessed/gsm_MIND/clean_stop/dolma2-tokenizer/part-57-00000.npy
- http://olmo-data.org/preprocessed/gsm_MIND/clean_stop/dolma2-tokenizer/part-87-00000.npy
- http://olmo-data.org/preprocessed/gsm_MIND/clean_stop/dolma2-tokenizer/part-33-00000.npy
- http://olmo-data.org/preprocessed/gsm_MIND/clean_stop/dolma2-tokenizer/part-74-00000.npy
- http://olmo-data.org/preprocessed/gsm_MIND/clean_stop/dolma2-tokenizer/part-35-00000.npy
- http://olmo-data.org/preprocessed/gsm_MIND/clean_stop/dolma2-tokenizer/part-29-00000.npy
- http://olmo-data.org/preprocessed/gsm_MIND/clean_stop/dolma2-tokenizer/part-44-00000.npy
- http://olmo-data.org/preprocessed/gsm_MIND/clean_stop/dolma2-tokenizer/part-52-00000.npy
- http://olmo-data.org/preprocessed/gsm_MIND/clean_stop/dolma2-tokenizer/part-67-00000.npy
- http://olmo-data.org/preprocessed/gsm_MIND/clean_stop/dolma2-tokenizer/part-08-00000.npy
- http://olmo-data.org/preprocessed/gsm_MIND/clean_stop/dolma2-tokenizer/part-30-00000.npy
- http://olmo-data.org/preprocessed/gsm_MIND/clean_stop/dolma2-tokenizer/part-63-00000.npy
- http://olmo-data.org/preprocessed/gsm_MIND/clean_stop/dolma2-tokenizer/part-05-00000.npy
- http://olmo-data.org/preprocessed/gsm_MIND/clean_stop/dolma2-tokenizer/part-62-00000.npy
- http://olmo-data.org/preprocessed/gsm_MIND/clean_stop/dolma2-tokenizer/part-13-00000.npy
- http://olmo-data.org/preprocessed/gsm_MIND/clean_stop/dolma2-tokenizer/part-88-00000.npy
- http://olmo-data.org/preprocessed/gsm_MIND/clean_stop/dolma2-tokenizer/part-65-00000.npy
- http://olmo-data.org/preprocessed/gsm_MIND/clean_stop/dolma2-tokenizer/part-19-00000.npy
- http://olmo-data.org/preprocessed/gsm_MIND/clean_stop/dolma2-tokenizer/part-17-00000.npy
- http://olmo-data.org/preprocessed/gsm_MIND/clean_stop/dolma2-tokenizer/part-70-00000.npy
- http://olmo-data.org/preprocessed/gsm_MIND/clean_stop/dolma2-tokenizer/part-61-00000.npy
#SOURCE: http://olmo-data.org/preprocessed/gsm8k/v0_main_train/allenai/dolma2-tokenizer/ (1.23MT)
- http://olmo-data.org/preprocessed/gsm8k/v0_main_train/allenai/dolma2-tokenizer/part-0-00000.npy
#SOURCE: http://olmo-data.org/preprocessed/gsm8k/v0_socratic_train/allenai/dolma2-tokenizer/ (1.51MT)
- http://olmo-data.org/preprocessed/gsm8k/v0_socratic_train/allenai/dolma2-tokenizer/part-0-00000.npy
#SOURCE: http://olmo-data.org/preprocessed/owm-filtered-math/metamath/ (84.22MT)
- http://olmo-data.org/preprocessed/owm-filtered-math/metamath/part-0-00000.npy
#SOURCE: http://olmo-data.org/preprocessed/basic_math_mj/multiadd/dolma2-tokenizer/ (2.21MT)
- http://olmo-data.org/preprocessed/basic_math_mj/multiadd/dolma2-tokenizer/part-4-00000.npy
- http://olmo-data.org/preprocessed/basic_math_mj/multiadd/dolma2-tokenizer/part-5-00000.npy
- http://olmo-data.org/preprocessed/basic_math_mj/multiadd/dolma2-tokenizer/part-2-00000.npy
- http://olmo-data.org/preprocessed/basic_math_mj/multiadd/dolma2-tokenizer/part-3-00000.npy
- http://olmo-data.org/preprocessed/basic_math_mj/multiadd/dolma2-tokenizer/part-0-00000.npy
- http://olmo-data.org/preprocessed/basic_math_mj/multiadd/dolma2-tokenizer/part-1-00000.npy
#SOURCE: http://olmo-data.org/preprocessed/mathcoder2-synthmath/ajibawa-2023/dolma2-tokenizer/ (782.58MT)
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/ajibawa-2023/dolma2-tokenizer/part-06-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/ajibawa-2023/dolma2-tokenizer/part-02-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/ajibawa-2023/dolma2-tokenizer/part-05-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/ajibawa-2023/dolma2-tokenizer/part-07-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/ajibawa-2023/dolma2-tokenizer/part-01-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/ajibawa-2023/dolma2-tokenizer/part-09-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/ajibawa-2023/dolma2-tokenizer/part-00-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/ajibawa-2023/dolma2-tokenizer/part-04-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/ajibawa-2023/dolma2-tokenizer/part-03-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/ajibawa-2023/dolma2-tokenizer/part-08-00000.npy
#SOURCE: http://olmo-data.org/preprocessed/mathcoder2-synthmath/mathcoder2-synthmath/filtered-math/dolma2-tokenizer/ (3.09BT)
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/mathcoder2-synthmath/filtered-math/dolma2-tokenizer/part-32-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/mathcoder2-synthmath/filtered-math/dolma2-tokenizer/part-40-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/mathcoder2-synthmath/filtered-math/dolma2-tokenizer/part-54-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/mathcoder2-synthmath/filtered-math/dolma2-tokenizer/part-07-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/mathcoder2-synthmath/filtered-math/dolma2-tokenizer/part-24-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/mathcoder2-synthmath/filtered-math/dolma2-tokenizer/part-48-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/mathcoder2-synthmath/filtered-math/dolma2-tokenizer/part-71-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/mathcoder2-synthmath/filtered-math/dolma2-tokenizer/part-62-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/mathcoder2-synthmath/filtered-math/dolma2-tokenizer/part-78-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/mathcoder2-synthmath/filtered-math/dolma2-tokenizer/part-52-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/mathcoder2-synthmath/filtered-math/dolma2-tokenizer/part-05-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/mathcoder2-synthmath/filtered-math/dolma2-tokenizer/part-73-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/mathcoder2-synthmath/filtered-math/dolma2-tokenizer/part-88-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/mathcoder2-synthmath/filtered-math/dolma2-tokenizer/part-20-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/mathcoder2-synthmath/filtered-math/dolma2-tokenizer/part-16-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/mathcoder2-synthmath/filtered-math/dolma2-tokenizer/part-91-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/mathcoder2-synthmath/filtered-math/dolma2-tokenizer/part-25-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/mathcoder2-synthmath/filtered-math/dolma2-tokenizer/part-28-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/mathcoder2-synthmath/filtered-math/dolma2-tokenizer/part-49-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/mathcoder2-synthmath/filtered-math/dolma2-tokenizer/part-23-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/mathcoder2-synthmath/filtered-math/dolma2-tokenizer/part-41-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/mathcoder2-synthmath/filtered-math/dolma2-tokenizer/part-89-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/mathcoder2-synthmath/filtered-math/dolma2-tokenizer/part-44-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/mathcoder2-synthmath/filtered-math/dolma2-tokenizer/part-70-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/mathcoder2-synthmath/filtered-math/dolma2-tokenizer/part-67-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/mathcoder2-synthmath/filtered-math/dolma2-tokenizer/part-35-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/mathcoder2-synthmath/filtered-math/dolma2-tokenizer/part-33-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/mathcoder2-synthmath/filtered-math/dolma2-tokenizer/part-30-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/mathcoder2-synthmath/filtered-math/dolma2-tokenizer/part-08-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/mathcoder2-synthmath/filtered-math/dolma2-tokenizer/part-19-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/mathcoder2-synthmath/filtered-math/dolma2-tokenizer/part-10-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/mathcoder2-synthmath/filtered-math/dolma2-tokenizer/part-02-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/mathcoder2-synthmath/filtered-math/dolma2-tokenizer/part-82-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/mathcoder2-synthmath/filtered-math/dolma2-tokenizer/part-53-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/mathcoder2-synthmath/filtered-math/dolma2-tokenizer/part-68-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/mathcoder2-synthmath/filtered-math/dolma2-tokenizer/part-03-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/mathcoder2-synthmath/filtered-math/dolma2-tokenizer/part-66-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/mathcoder2-synthmath/filtered-math/dolma2-tokenizer/part-37-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/mathcoder2-synthmath/filtered-math/dolma2-tokenizer/part-61-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/mathcoder2-synthmath/filtered-math/dolma2-tokenizer/part-15-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/mathcoder2-synthmath/filtered-math/dolma2-tokenizer/part-57-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/mathcoder2-synthmath/filtered-math/dolma2-tokenizer/part-75-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/mathcoder2-synthmath/filtered-math/dolma2-tokenizer/part-46-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/mathcoder2-synthmath/filtered-math/dolma2-tokenizer/part-09-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/mathcoder2-synthmath/filtered-math/dolma2-tokenizer/part-72-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/mathcoder2-synthmath/filtered-math/dolma2-tokenizer/part-65-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/mathcoder2-synthmath/filtered-math/dolma2-tokenizer/part-00-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/mathcoder2-synthmath/filtered-math/dolma2-tokenizer/part-80-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/mathcoder2-synthmath/filtered-math/dolma2-tokenizer/part-59-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/mathcoder2-synthmath/filtered-math/dolma2-tokenizer/part-81-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/mathcoder2-synthmath/filtered-math/dolma2-tokenizer/part-27-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/mathcoder2-synthmath/filtered-math/dolma2-tokenizer/part-11-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/mathcoder2-synthmath/filtered-math/dolma2-tokenizer/part-38-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/mathcoder2-synthmath/filtered-math/dolma2-tokenizer/part-63-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/mathcoder2-synthmath/filtered-math/dolma2-tokenizer/part-42-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/mathcoder2-synthmath/filtered-math/dolma2-tokenizer/part-76-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/mathcoder2-synthmath/filtered-math/dolma2-tokenizer/part-34-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/mathcoder2-synthmath/filtered-math/dolma2-tokenizer/part-43-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/mathcoder2-synthmath/filtered-math/dolma2-tokenizer/part-79-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/mathcoder2-synthmath/filtered-math/dolma2-tokenizer/part-45-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/mathcoder2-synthmath/filtered-math/dolma2-tokenizer/part-87-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/mathcoder2-synthmath/filtered-math/dolma2-tokenizer/part-84-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/mathcoder2-synthmath/filtered-math/dolma2-tokenizer/part-13-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/mathcoder2-synthmath/filtered-math/dolma2-tokenizer/part-77-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/mathcoder2-synthmath/filtered-math/dolma2-tokenizer/part-74-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/mathcoder2-synthmath/filtered-math/dolma2-tokenizer/part-69-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/mathcoder2-synthmath/filtered-math/dolma2-tokenizer/part-90-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/mathcoder2-synthmath/filtered-math/dolma2-tokenizer/part-06-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/mathcoder2-synthmath/filtered-math/dolma2-tokenizer/part-14-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/mathcoder2-synthmath/filtered-math/dolma2-tokenizer/part-31-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/mathcoder2-synthmath/filtered-math/dolma2-tokenizer/part-86-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/mathcoder2-synthmath/filtered-math/dolma2-tokenizer/part-83-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/mathcoder2-synthmath/filtered-math/dolma2-tokenizer/part-55-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/mathcoder2-synthmath/filtered-math/dolma2-tokenizer/part-29-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/mathcoder2-synthmath/filtered-math/dolma2-tokenizer/part-85-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/mathcoder2-synthmath/filtered-math/dolma2-tokenizer/part-17-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/mathcoder2-synthmath/filtered-math/dolma2-tokenizer/part-26-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/mathcoder2-synthmath/filtered-math/dolma2-tokenizer/part-01-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/mathcoder2-synthmath/filtered-math/dolma2-tokenizer/part-21-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/mathcoder2-synthmath/filtered-math/dolma2-tokenizer/part-36-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/mathcoder2-synthmath/filtered-math/dolma2-tokenizer/part-56-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/mathcoder2-synthmath/filtered-math/dolma2-tokenizer/part-39-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/mathcoder2-synthmath/filtered-math/dolma2-tokenizer/part-50-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/mathcoder2-synthmath/filtered-math/dolma2-tokenizer/part-51-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/mathcoder2-synthmath/filtered-math/dolma2-tokenizer/part-47-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/mathcoder2-synthmath/filtered-math/dolma2-tokenizer/part-18-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/mathcoder2-synthmath/filtered-math/dolma2-tokenizer/part-22-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/mathcoder2-synthmath/filtered-math/dolma2-tokenizer/part-12-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/mathcoder2-synthmath/filtered-math/dolma2-tokenizer/part-64-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/mathcoder2-synthmath/filtered-math/dolma2-tokenizer/part-58-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/mathcoder2-synthmath/filtered-math/dolma2-tokenizer/part-04-00000.npy
- http://olmo-data.org/preprocessed/mathcoder2-synthmath/mathcoder2-synthmath/filtered-math/dolma2-tokenizer/part-60-00000.npy
#SOURCE: http://olmo-data.org/preprocessed/tinyGSM/mind/dolma2-tokenizer/ (3.06BT)
- http://olmo-data.org/preprocessed/tinyGSM/mind/dolma2-tokenizer/part-16-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind/dolma2-tokenizer/part-07-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind/dolma2-tokenizer/part-27-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind/dolma2-tokenizer/part-41-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind/dolma2-tokenizer/part-03-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind/dolma2-tokenizer/part-61-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind/dolma2-tokenizer/part-82-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind/dolma2-tokenizer/part-60-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind/dolma2-tokenizer/part-44-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind/dolma2-tokenizer/part-11-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind/dolma2-tokenizer/part-68-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind/dolma2-tokenizer/part-08-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind/dolma2-tokenizer/part-90-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind/dolma2-tokenizer/part-29-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind/dolma2-tokenizer/part-33-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind/dolma2-tokenizer/part-43-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind/dolma2-tokenizer/part-52-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind/dolma2-tokenizer/part-72-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind/dolma2-tokenizer/part-78-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind/dolma2-tokenizer/part-65-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind/dolma2-tokenizer/part-87-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind/dolma2-tokenizer/part-32-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind/dolma2-tokenizer/part-01-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind/dolma2-tokenizer/part-91-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind/dolma2-tokenizer/part-69-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind/dolma2-tokenizer/part-80-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind/dolma2-tokenizer/part-77-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind/dolma2-tokenizer/part-14-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind/dolma2-tokenizer/part-36-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind/dolma2-tokenizer/part-58-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind/dolma2-tokenizer/part-26-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind/dolma2-tokenizer/part-74-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind/dolma2-tokenizer/part-47-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind/dolma2-tokenizer/part-75-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind/dolma2-tokenizer/part-88-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind/dolma2-tokenizer/part-17-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind/dolma2-tokenizer/part-57-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind/dolma2-tokenizer/part-38-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind/dolma2-tokenizer/part-56-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind/dolma2-tokenizer/part-30-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind/dolma2-tokenizer/part-66-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind/dolma2-tokenizer/part-55-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind/dolma2-tokenizer/part-25-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind/dolma2-tokenizer/part-05-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind/dolma2-tokenizer/part-28-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind/dolma2-tokenizer/part-04-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind/dolma2-tokenizer/part-21-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind/dolma2-tokenizer/part-73-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind/dolma2-tokenizer/part-83-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind/dolma2-tokenizer/part-09-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind/dolma2-tokenizer/part-31-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind/dolma2-tokenizer/part-86-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind/dolma2-tokenizer/part-51-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind/dolma2-tokenizer/part-53-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind/dolma2-tokenizer/part-59-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind/dolma2-tokenizer/part-64-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind/dolma2-tokenizer/part-62-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind/dolma2-tokenizer/part-71-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind/dolma2-tokenizer/part-20-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind/dolma2-tokenizer/part-12-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind/dolma2-tokenizer/part-81-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind/dolma2-tokenizer/part-67-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind/dolma2-tokenizer/part-15-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind/dolma2-tokenizer/part-85-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind/dolma2-tokenizer/part-49-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind/dolma2-tokenizer/part-34-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind/dolma2-tokenizer/part-84-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind/dolma2-tokenizer/part-79-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind/dolma2-tokenizer/part-24-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind/dolma2-tokenizer/part-22-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind/dolma2-tokenizer/part-76-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind/dolma2-tokenizer/part-48-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind/dolma2-tokenizer/part-23-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind/dolma2-tokenizer/part-40-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind/dolma2-tokenizer/part-35-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind/dolma2-tokenizer/part-00-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind/dolma2-tokenizer/part-45-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind/dolma2-tokenizer/part-46-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind/dolma2-tokenizer/part-37-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind/dolma2-tokenizer/part-54-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind/dolma2-tokenizer/part-70-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind/dolma2-tokenizer/part-06-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind/dolma2-tokenizer/part-02-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind/dolma2-tokenizer/part-89-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind/dolma2-tokenizer/part-19-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind/dolma2-tokenizer/part-63-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind/dolma2-tokenizer/part-18-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind/dolma2-tokenizer/part-13-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind/dolma2-tokenizer/part-10-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind/dolma2-tokenizer/part-50-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind/dolma2-tokenizer/part-39-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind/dolma2-tokenizer/part-42-00000.npy
#SOURCE: http://olmo-data.org/preprocessed/tinyGSM/mind-2students/ (3.41BT)
- http://olmo-data.org/preprocessed/tinyGSM/mind-2students/dolma2-tokenizer/part-80-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind-2students/dolma2-tokenizer/part-13-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind-2students/dolma2-tokenizer/part-67-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind-2students/dolma2-tokenizer/part-84-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind-2students/dolma2-tokenizer/part-91-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind-2students/dolma2-tokenizer/part-48-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind-2students/dolma2-tokenizer/part-83-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind-2students/dolma2-tokenizer/part-16-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind-2students/dolma2-tokenizer/part-73-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind-2students/dolma2-tokenizer/part-14-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind-2students/dolma2-tokenizer/part-53-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind-2students/dolma2-tokenizer/part-76-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind-2students/dolma2-tokenizer/part-03-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind-2students/dolma2-tokenizer/part-42-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind-2students/dolma2-tokenizer/part-64-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind-2students/dolma2-tokenizer/part-37-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind-2students/dolma2-tokenizer/part-68-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind-2students/dolma2-tokenizer/part-77-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind-2students/dolma2-tokenizer/part-81-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind-2students/dolma2-tokenizer/part-75-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind-2students/dolma2-tokenizer/part-49-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind-2students/dolma2-tokenizer/part-18-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind-2students/dolma2-tokenizer/part-60-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind-2students/dolma2-tokenizer/part-20-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind-2students/dolma2-tokenizer/part-10-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind-2students/dolma2-tokenizer/part-46-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind-2students/dolma2-tokenizer/part-39-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind-2students/dolma2-tokenizer/part-31-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind-2students/dolma2-tokenizer/part-00-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind-2students/dolma2-tokenizer/part-06-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind-2students/dolma2-tokenizer/part-01-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind-2students/dolma2-tokenizer/part-35-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind-2students/dolma2-tokenizer/part-90-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind-2students/dolma2-tokenizer/part-59-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind-2students/dolma2-tokenizer/part-41-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind-2students/dolma2-tokenizer/part-25-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind-2students/dolma2-tokenizer/part-69-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind-2students/dolma2-tokenizer/part-33-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind-2students/dolma2-tokenizer/part-58-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind-2students/dolma2-tokenizer/part-07-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind-2students/dolma2-tokenizer/part-51-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind-2students/dolma2-tokenizer/part-21-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind-2students/dolma2-tokenizer/part-63-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind-2students/dolma2-tokenizer/part-70-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind-2students/dolma2-tokenizer/part-24-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind-2students/dolma2-tokenizer/part-54-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind-2students/dolma2-tokenizer/part-30-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind-2students/dolma2-tokenizer/part-05-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind-2students/dolma2-tokenizer/part-52-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind-2students/dolma2-tokenizer/part-45-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind-2students/dolma2-tokenizer/part-86-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind-2students/dolma2-tokenizer/part-08-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind-2students/dolma2-tokenizer/part-12-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind-2students/dolma2-tokenizer/part-22-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind-2students/dolma2-tokenizer/part-85-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind-2students/dolma2-tokenizer/part-29-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind-2students/dolma2-tokenizer/part-38-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind-2students/dolma2-tokenizer/part-82-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind-2students/dolma2-tokenizer/part-32-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind-2students/dolma2-tokenizer/part-65-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind-2students/dolma2-tokenizer/part-28-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind-2students/dolma2-tokenizer/part-15-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind-2students/dolma2-tokenizer/part-44-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind-2students/dolma2-tokenizer/part-19-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind-2students/dolma2-tokenizer/part-43-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind-2students/dolma2-tokenizer/part-40-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind-2students/dolma2-tokenizer/part-09-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind-2students/dolma2-tokenizer/part-61-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind-2students/dolma2-tokenizer/part-36-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind-2students/dolma2-tokenizer/part-88-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind-2students/dolma2-tokenizer/part-17-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind-2students/dolma2-tokenizer/part-34-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind-2students/dolma2-tokenizer/part-87-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind-2students/dolma2-tokenizer/part-04-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind-2students/dolma2-tokenizer/part-72-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind-2students/dolma2-tokenizer/part-27-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind-2students/dolma2-tokenizer/part-78-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind-2students/dolma2-tokenizer/part-57-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind-2students/dolma2-tokenizer/part-79-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind-2students/dolma2-tokenizer/part-55-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind-2students/dolma2-tokenizer/part-56-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind-2students/dolma2-tokenizer/part-26-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind-2students/dolma2-tokenizer/part-50-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind-2students/dolma2-tokenizer/part-71-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind-2students/dolma2-tokenizer/part-62-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind-2students/dolma2-tokenizer/part-11-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind-2students/dolma2-tokenizer/part-47-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind-2students/dolma2-tokenizer/part-74-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind-2students/dolma2-tokenizer/part-02-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind-2students/dolma2-tokenizer/part-23-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind-2students/dolma2-tokenizer/part-66-00000.npy
- http://olmo-data.org/preprocessed/tinyGSM/mind-2students/dolma2-tokenizer/part-89-00000.npy
#SOURCE: http://olmo-data.org/preprocessed/stackexchange/v1_dedupe/allenai/dolma2-tokenizer/ (1.26BT)
- http://olmo-data.org/preprocessed/stackexchange/v1_dedupe/allenai/dolma2-tokenizer/part-14-00000.npy
- http://olmo-data.org/preprocessed/stackexchange/v1_dedupe/allenai/dolma2-tokenizer/part-02-00000.npy
- http://olmo-data.org/preprocessed/stackexchange/v1_dedupe/allenai/dolma2-tokenizer/part-00-00000.npy
- http://olmo-data.org/preprocessed/stackexchange/v1_dedupe/allenai/dolma2-tokenizer/part-11-00000.npy
- http://olmo-data.org/preprocessed/stackexchange/v1_dedupe/allenai/dolma2-tokenizer/part-05-00000.npy
- http://olmo-data.org/preprocessed/stackexchange/v1_dedupe/allenai/dolma2-tokenizer/part-12-00000.npy
- http://olmo-data.org/preprocessed/stackexchange/v1_dedupe/allenai/dolma2-tokenizer/part-15-00000.npy
- http://olmo-data.org/preprocessed/stackexchange/v1_dedupe/allenai/dolma2-tokenizer/part-03-00000.npy
- http://olmo-data.org/preprocessed/stackexchange/v1_dedupe/allenai/dolma2-tokenizer/part-13-00000.npy
- http://olmo-data.org/preprocessed/stackexchange/v1_dedupe/allenai/dolma2-tokenizer/part-09-00000.npy
- http://olmo-data.org/preprocessed/stackexchange/v1_dedupe/allenai/dolma2-tokenizer/part-06-00000.npy
- http://olmo-data.org/preprocessed/stackexchange/v1_dedupe/allenai/dolma2-tokenizer/part-10-00000.npy
- http://olmo-data.org/preprocessed/stackexchange/v1_dedupe/allenai/dolma2-tokenizer/part-08-00000.npy
- http://olmo-data.org/preprocessed/stackexchange/v1_dedupe/allenai/dolma2-tokenizer/part-04-00000.npy
- http://olmo-data.org/preprocessed/stackexchange/v1_dedupe/allenai/dolma2-tokenizer/part-01-00000.npy
- http://olmo-data.org/preprocessed/stackexchange/v1_dedupe/allenai/dolma2-tokenizer/part-07-00000.npy
#SOURCE: http://olmo-data.org/preprocessed/olmo-mix/danyh-compiled-v1_7/documents/wiki/allenai/dolma2-tokenizer/ (3.66BT)
- http://olmo-data.org/preprocessed/olmo-mix/danyh-compiled-v1_7/documents/wiki/allenai/dolma2-tokenizer/part-1-00000.npy
- http://olmo-data.org/preprocessed/olmo-mix/danyh-compiled-v1_7/documents/wiki/allenai/dolma2-tokenizer/part-0-00000.npy
#SOURCE: http://olmo-data.org/preprocessed/tulu-3-sft-personas-math-grade/dolma2-tokenizer/ (21.80MT)
- http://olmo-data.org/preprocessed/tulu-3-sft-personas-math-grade/dolma2-tokenizer/part-2-00000.npy
- http://olmo-data.org/preprocessed/tulu-3-sft-personas-math-grade/dolma2-tokenizer/part-0-00000.npy
- http://olmo-data.org/preprocessed/tulu-3-sft-personas-math-grade/dolma2-tokenizer/part-3-00000.npy
- http://olmo-data.org/preprocessed/tulu-3-sft-personas-math-grade/dolma2-tokenizer/part-4-00000.npy
- http://olmo-data.org/preprocessed/tulu-3-sft-personas-math-grade/dolma2-tokenizer/part-1-00000.npy
#SOURCE: http://olmo-data.org/preprocessed/tulu_v3.9_personahub_math_interm_algebra_20k/dolma2-tokenizer/ (19.74MT)
- http://olmo-data.org/preprocessed/tulu_v3.9_personahub_math_interm_algebra_20k/dolma2-tokenizer/part-0-00000.npy
- http://olmo-data.org/preprocessed/tulu_v3.9_personahub_math_interm_algebra_20k/dolma2-tokenizer/part-1-00000.npy
#SOURCE: http://olmo-data.org/preprocessed/tulu_flan/v1-FULLDECON-HARD-TRAIN-60M-shots_all-upweight_1-dialog_false-sep_rulebased/allenai/dolma2-tokenizer/ (8.54BT)
- http://olmo-data.org/preprocessed/tulu_flan/v1-FULLDECON-HARD-TRAIN-60M-shots_all-upweight_1-dialog_false-sep_rulebased/allenai/dolma2-tokenizer/part-07-00000.npy
- http://olmo-data.org/preprocessed/tulu_flan/v1-FULLDECON-HARD-TRAIN-60M-shots_all-upweight_1-dialog_false-sep_rulebased/allenai/dolma2-tokenizer/part-45-00000.npy
- http://olmo-data.org/preprocessed/tulu_flan/v1-FULLDECON-HARD-TRAIN-60M-shots_all-upweight_1-dialog_false-sep_rulebased/allenai/dolma2-tokenizer/part-70-00000.npy
- http://olmo-data.org/preprocessed/tulu_flan/v1-FULLDECON-HARD-TRAIN-60M-shots_all-upweight_1-dialog_false-sep_rulebased/allenai/dolma2-tokenizer/part-61-00000.npy
- http://olmo-data.org/preprocessed/tulu_flan/v1-FULLDECON-HARD-TRAIN-60M-shots_all-upweight_1-dialog_false-sep_rulebased/allenai/dolma2-tokenizer/part-56-00000.npy
- http://olmo-data.org/preprocessed/tulu_flan/v1-FULLDECON-HARD-TRAIN-60M-shots_all-upweight_1-dialog_false-sep_rulebased/allenai/dolma2-tokenizer/part-78-00000.npy
- http://olmo-data.org/preprocessed/tulu_flan/v1-FULLDECON-HARD-TRAIN-60M-shots_all-upweight_1-dialog_false-sep_rulebased/allenai/dolma2-tokenizer/part-69-00000.npy
- http://olmo-data.org/preprocessed/tulu_flan/v1-FULLDECON-HARD-TRAIN-60M-shots_all-upweight_1-dialog_false-sep_rulebased/allenai/dolma2-tokenizer/part-79-00000.npy
- http://olmo-data.org/preprocessed/tulu_flan/v1-FULLDECON-HARD-TRAIN-60M-shots_all-upweight_1-dialog_false-sep_rulebased/allenai/dolma2-tokenizer/part-24-00000.npy
- http://olmo-data.org/preprocessed/tulu_flan/v1-FULLDECON-HARD-TRAIN-60M-shots_all-upweight_1-dialog_false-sep_rulebased/allenai/dolma2-tokenizer/part-81-00000.npy
- http://olmo-data.org/preprocessed/tulu_flan/v1-FULLDECON-HARD-TRAIN-60M-shots_all-upweight_1-dialog_false-sep_rulebased/allenai/dolma2-tokenizer/part-74-00000.npy
- http://olmo-data.org/preprocessed/tulu_flan/v1-FULLDECON-HARD-TRAIN-60M-shots_all-upweight_1-dialog_false-sep_rulebased/allenai/dolma2-tokenizer/part-35-00000.npy
- http://olmo-data.org/preprocessed/tulu_flan/v1-FULLDECON-HARD-TRAIN-60M-shots_all-upweight_1-dialog_false-sep_rulebased/allenai/dolma2-tokenizer/part-75-00000.npy
- http://olmo-data.org/preprocessed/tulu_flan/v1-FULLDECON-HARD-TRAIN-60M-shots_all-upweight_1-dialog_false-sep_rulebased/allenai/dolma2-tokenizer/part-60-00000.npy
- http://olmo-data.org/preprocessed/tulu_flan/v1-FULLDECON-HARD-TRAIN-60M-shots_all-upweight_1-dialog_false-sep_rulebased/allenai/dolma2-tokenizer/part-32-00000.npy
- http://olmo-data.org/preprocessed/tulu_flan/v1-FULLDECON-HARD-TRAIN-60M-shots_all-upweight_1-dialog_false-sep_rulebased/allenai/dolma2-tokenizer/part-39-00000.npy
- http://olmo-data.org/preprocessed/tulu_flan/v1-FULLDECON-HARD-TRAIN-60M-shots_all-upweight_1-dialog_false-sep_rulebased/allenai/dolma2-tokenizer/part-15-00000.npy
- http://olmo-data.org/preprocessed/tulu_flan/v1-FULLDECON-HARD-TRAIN-60M-shots_all-upweight_1-dialog_false-sep_rulebased/allenai/dolma2-tokenizer/part-08-00000.npy
- http://olmo-data.org/preprocessed/tulu_flan/v1-FULLDECON-HARD-TRAIN-60M-shots_all-upweight_1-dialog_false-sep_rulebased/allenai/dolma2-tokenizer/part-58-00000.npy
- http://olmo-data.org/preprocessed/tulu_flan/v1-FULLDECON-HARD-TRAIN-60M-shots_all-upweight_1-dialog_false-sep_rulebased/allenai/dolma2-tokenizer/part-02-00000.npy
- http://olmo-data.org/preprocessed/tulu_flan/v1-FULLDECON-HARD-TRAIN-60M-shots_all-upweight_1-dialog_false-sep_rulebased/allenai/dolma2-tokenizer/part-68-00000.npy
- http://olmo-data.org/preprocessed/tulu_flan/v1-FULLDECON-HARD-TRAIN-60M-shots_all-upweight_1-dialog_false-sep_rulebased/allenai/dolma2-tokenizer/part-17-00000.npy
- http://olmo-data.org/preprocessed/tulu_flan/v1-FULLDECON-HARD-TRAIN-60M-shots_all-upweight_1-dialog_false-sep_rulebased/allenai/dolma2-tokenizer/part-09-00000.npy
- http://olmo-data.org/preprocessed/tulu_flan/v1-FULLDECON-HARD-TRAIN-60M-shots_all-upweight_1-dialog_false-sep_rulebased/allenai/dolma2-tokenizer/part-52-00000.npy
- http://olmo-data.org/preprocessed/tulu_flan/v1-FULLDECON-HARD-TRAIN-60M-shots_all-upweight_1-dialog_false-sep_rulebased/allenai/dolma2-tokenizer/part-87-00000.npy
- http://olmo-data.org/preprocessed/tulu_flan/v1-FULLDECON-HARD-TRAIN-60M-shots_all-upweight_1-dialog_false-sep_rulebased/allenai/dolma2-tokenizer/part-25-00000.npy
- http://olmo-data.org/preprocessed/tulu_flan/v1-FULLDECON-HARD-TRAIN-60M-shots_all-upweight_1-dialog_false-sep_rulebased/allenai/dolma2-tokenizer/part-41-00000.npy
- http://olmo-data.org/preprocessed/tulu_flan/v1-FULLDECON-HARD-TRAIN-60M-shots_all-upweight_1-dialog_false-sep_rulebased/allenai/dolma2-tokenizer/part-55-00000.npy
- http://olmo-data.org/preprocessed/tulu_flan/v1-FULLDECON-HARD-TRAIN-60M-shots_all-upweight_1-dialog_false-sep_rulebased/allenai/dolma2-tokenizer/part-46-00000.npy
- http://olmo-data.org/preprocessed/tulu_flan/v1-FULLDECON-HARD-TRAIN-60M-shots_all-upweight_1-dialog_false-sep_rulebased/allenai/dolma2-tokenizer/part-64-00000.npy
- http://olmo-data.org/preprocessed/tulu_flan/v1-FULLDECON-HARD-TRAIN-60M-shots_all-upweight_1-dialog_false-sep_rulebased/allenai/dolma2-tokenizer/part-48-00000.npy
- http://olmo-data.org/preprocessed/tulu_flan/v1-FULLDECON-HARD-TRAIN-60M-shots_all-upweight_1-dialog_false-sep_rulebased/allenai/dolma2-tokenizer/part-22-00000.npy
- http://olmo-data.org/preprocessed/tulu_flan/v1-FULLDECON-HARD-TRAIN-60M-shots_all-upweight_1-dialog_false-sep_rulebased/allenai/dolma2-tokenizer/part-89-00000.npy
- http://olmo-data.org/preprocessed/tulu_flan/v1-FULLDECON-HARD-TRAIN-60M-shots_all-upweight_1-dialog_false-sep_rulebased/allenai/dolma2-tokenizer/part-44-00000.npy
- http://olmo-data.org/preprocessed/tulu_flan/v1-FULLDECON-HARD-TRAIN-60M-shots_all-upweight_1-dialog_false-sep_rulebased/allenai/dolma2-tokenizer/part-14-00000.npy
- http://olmo-data.org/preprocessed/tulu_flan/v1-FULLDECON-HARD-TRAIN-60M-shots_all-upweight_1-dialog_false-sep_rulebased/allenai/dolma2-tokenizer/part-31-00000.npy
- http://olmo-data.org/preprocessed/tulu_flan/v1-FULLDECON-HARD-TRAIN-60M-shots_all-upweight_1-dialog_false-sep_rulebased/allenai/dolma2-tokenizer/part-53-00000.npy
- http://olmo-data.org/preprocessed/tulu_flan/v1-FULLDECON-HARD-TRAIN-60M-shots_all-upweight_1-dialog_false-sep_rulebased/allenai/dolma2-tokenizer/part-18-00000.npy
- http://olmo-data.org/preprocessed/tulu_flan/v1-FULLDECON-HARD-TRAIN-60M-shots_all-upweight_1-dialog_false-sep_rulebased/allenai/dolma2-tokenizer/part-26-00000.npy
- http://olmo-data.org/preprocessed/tulu_flan/v1-FULLDECON-HARD-TRAIN-60M-shots_all-upweight_1-dialog_false-sep_rulebased/allenai/dolma2-tokenizer/part-71-00000.npy
- http://olmo-data.org/preprocessed/tulu_flan/v1-FULLDECON-HARD-TRAIN-60M-shots_all-upweight_1-dialog_false-sep_rulebased/allenai/dolma2-tokenizer/part-49-00000.npy
- http://olmo-data.org/preprocessed/tulu_flan/v1-FULLDECON-HARD-TRAIN-60M-shots_all-upweight_1-dialog_false-sep_rulebased/allenai/dolma2-tokenizer/part-13-00000.npy
- http://olmo-data.org/preprocessed/tulu_flan/v1-FULLDECON-HARD-TRAIN-60M-shots_all-upweight_1-dialog_false-sep_rulebased/allenai/dolma2-tokenizer/part-43-00000.npy
- http://olmo-data.org/preprocessed/tulu_flan/v1-FULLDECON-HARD-TRAIN-60M-shots_all-upweight_1-dialog_false-sep_rulebased/allenai/dolma2-tokenizer/part-72-00000.npy
- http://olmo-data.org/preprocessed/tulu_flan/v1-FULLDECON-HARD-TRAIN-60M-shots_all-upweight_1-dialog_false-sep_rulebased/allenai/dolma2-tokenizer/part-88-00000.npy
- http://olmo-data.org/preprocessed/tulu_flan/v1-FULLDECON-HARD-TRAIN-60M-shots_all-upweight_1-dialog_false-sep_rulebased/allenai/dolma2-tokenizer/part-38-00000.npy
#SOURCE: http://olmo-data.org/preprocessed/pes2o/allenai/dolma2-tokenizer/ (3.01BT)
- http://olmo-data.org/preprocessed/pes2o/allenai/dolma2-tokenizer/part-10-00000.npy
#SOURCE: http://olmo-data.org/preprocessed/dclm/v0_rep32_ft7percentile_fw2 (24.31BT)
- http://olmo-data.org/preprocessed/dclm/v0_rep32_ft7percentile_fw2/documents/allenai/dolma2-tokenizer/0013/part-15-00000.npy
- http://olmo-data.org/preprocessed/dclm/v0_rep32_ft7percentile_fw2/documents/allenai/dolma2-tokenizer/0027/part-24-00000.npy
- http://olmo-data.org/preprocessed/dclm/v0_rep32_ft7percentile_fw2/documents/allenai/dolma2-tokenizer/0028/part-14-00000.npy
- http://olmo-data.org/preprocessed/dclm/v0_rep32_ft7percentile_fw2/documents/allenai/dolma2-tokenizer/0008/part-10-00000.npy
- http://olmo-data.org/preprocessed/dclm/v0_rep32_ft7percentile_fw2/documents/allenai/dolma2-tokenizer/0013/part-48-00000.npy
- http://olmo-data.org/preprocessed/dclm/v0_rep32_ft7percentile_fw2/documents/allenai/dolma2-tokenizer/0000/part-17-00000.npy
- http://olmo-data.org/preprocessed/dclm/v0_rep32_ft7percentile_fw2/documents/allenai/dolma2-tokenizer/0015/part-19-00000.npy
- http://olmo-data.org/preprocessed/dclm/v0_rep32_ft7percentile_fw2/documents/allenai/dolma2-tokenizer/0002/part-51-00000.npy
- http://olmo-data.org/preprocessed/dclm/v0_rep32_ft7percentile_fw2/documents/allenai/dolma2-tokenizer/0007/part-48-00000.npy
- http://olmo-data.org/preprocessed/dclm/v0_rep32_ft7percentile_fw2/documents/allenai/dolma2-tokenizer/0014/part-16-00000.npy
- http://olmo-data.org/preprocessed/dclm/v0_rep32_ft7percentile_fw2/documents/allenai/dolma2-tokenizer/0009/part-17-00000.npy
- http://olmo-data.org/preprocessed/dclm/v0_rep32_ft7percentile_fw2/documents/allenai/dolma2-tokenizer/0009/part-53-00000.npy
- http://olmo-data.org/preprocessed/dclm/v0_rep32_ft7percentile_fw2/documents/allenai/dolma2-tokenizer/0030/part-19-00000.npy
- http://olmo-data.org/preprocessed/dclm/v0_rep32_ft7percentile_fw2/documents/allenai/dolma2-tokenizer/0006/part-11-00000.npy
- http://olmo-data.org/preprocessed/dclm/v0_rep32_ft7percentile_fw2/documents/allenai/dolma2-tokenizer/0002/part-2-00000.npy
- http://olmo-data.org/preprocessed/dclm/v0_rep32_ft7percentile_fw2/documents/allenai/dolma2-tokenizer/0016/part-51-00000.npy
- http://olmo-data.org/preprocessed/dclm/v0_rep32_ft7percentile_fw2/documents/allenai/dolma2-tokenizer/0030/part-30-00000.npy
- http://olmo-data.org/preprocessed/dclm/v0_rep32_ft7percentile_fw2/documents/allenai/dolma2-tokenizer/0002/part-61-00000.npy
- http://olmo-data.org/preprocessed/dclm/v0_rep32_ft7percentile_fw2/documents/allenai/dolma2-tokenizer/0022/part-06-00000.npy
- http://olmo-data.org/preprocessed/dclm/v0_rep32_ft7percentile_fw2/documents/allenai/dolma2-tokenizer/0013/part-55-00000.npy
- http://olmo-data.org/preprocessed/dclm/v0_rep32_ft7percentile_fw2/documents/allenai/dolma2-tokenizer/0027/part-08-00000.npy
- http://olmo-data.org/preprocessed/dclm/v0_rep32_ft7percentile_fw2/documents/allenai/dolma2-tokenizer/0006/part-27-00000.npy
- http://olmo-data.org/preprocessed/dclm/v0_rep32_ft7percentile_fw2/documents/allenai/dolma2-tokenizer/0028/part-04-00000.npy
- http://olmo-data.org/preprocessed/dclm/v0_rep32_ft7percentile_fw2/documents/allenai/dolma2-tokenizer/0004/part-54-00000.npy
- http://olmo-data.org/preprocessed/dclm/v0_rep32_ft7percentile_fw2/documents/allenai/dolma2-tokenizer/0000/part-26-00000.npy
- http://olmo-data.org/preprocessed/dclm/v0_rep32_ft7percentile_fw2/documents/allenai/dolma2-tokenizer/0020/part-10-00000.npy
- http://olmo-data.org/preprocessed/dclm/v0_rep32_ft7percentile_fw2/documents/allenai/dolma2-tokenizer/0014/part-59-00000.npy
- http://olmo-data.org/preprocessed/dclm/v0_rep32_ft7percentile_fw2/documents/allenai/dolma2-tokenizer/0002/part-09-00000.npy
- http://olmo-data.org/preprocessed/dclm/v0_rep32_ft7percentile_fw2/documents/allenai/dolma2-tokenizer/0008/part-27-00000.npy
- http://olmo-data.org/preprocessed/dclm/v0_rep32_ft7percentile_fw2/documents/allenai/dolma2-tokenizer/0006/part-34-00000.npy
- http://olmo-data.org/preprocessed/dclm/v0_rep32_ft7percentile_fw2/documents/allenai/dolma2-tokenizer/0009/part-55-00000.npy
- http://olmo-data.org/preprocessed/dclm/v0_rep32_ft7percentile_fw2/documents/allenai/dolma2-tokenizer/0002/part-22-00000.npy
- http://olmo-data.org/preprocessed/dclm/v0_rep32_ft7percentile_fw2/documents/allenai/dolma2-tokenizer/0014/part-44-00000.npy
- http://olmo-data.org/preprocessed/dclm/v0_rep32_ft7percentile_fw2/documents/allenai/dolma2-tokenizer/0001/part-27-00000.npy
- http://olmo-data.org/preprocessed/dclm/v0_rep32_ft7percentile_fw2/documents/allenai/dolma2-tokenizer/0029/part-45-00000.npy
- http://olmo-data.org/preprocessed/dclm/v0_rep32_ft7percentile_fw2/documents/allenai/dolma2-tokenizer/0026/part-57-00000.npy
- http://olmo-data.org/preprocessed/dclm/v0_rep32_ft7percentile_fw2/documents/allenai/dolma2-tokenizer/0026/part-32-00000.npy
- http://olmo-data.org/preprocessed/dclm/v0_rep32_ft7percentile_fw2/documents/allenai/dolma2-tokenizer/0017/part-61-00000.npy
- http://olmo-data.org/preprocessed/dclm/v0_rep32_ft7percentile_fw2/documents/allenai/dolma2-tokenizer/0004/part-09-00000.npy
- http://olmo-data.org/preprocessed/dclm/v0_rep32_ft7percentile_fw2/documents/allenai/dolma2-tokenizer/0015/part-63-00000.npy
- http://olmo-data.org/preprocessed/dclm/v0_rep32_ft7percentile_fw2/documents/allenai/dolma2-tokenizer/0018/part-36-00000.npy
- http://olmo-data.org/preprocessed/dclm/v0_rep32_ft7percentile_fw2/documents/allenai/dolma2-tokenizer/0007/part-18-00000.npy
- http://olmo-data.org/preprocessed/dclm/v0_rep32_ft7percentile_fw2/documents/allenai/dolma2-tokenizer/0024/part-22-00000.npy
- http://olmo-data.org/preprocessed/dclm/v0_rep32_ft7percentile_fw2/documents/allenai/dolma2-tokenizer/0024/part-14-00000.npy
- http://olmo-data.org/preprocessed/dclm/v0_rep32_ft7percentile_fw2/documents/allenai/dolma2-tokenizer/0018/part-05-00000.npy
- http://olmo-data.org/preprocessed/dclm/v0_rep32_ft7percentile_fw2/documents/allenai/dolma2-tokenizer/0010/part-41-00000.npy
- http://olmo-data.org/preprocessed/dclm/v0_rep32_ft7percentile_fw2/documents/allenai/dolma2-tokenizer/0002/part-19-00000.npy
- http://olmo-data.org/preprocessed/dclm/v0_rep32_ft7percentile_fw2/documents/allenai/dolma2-tokenizer/0010/part-04-00000.npy
- http://olmo-data.org/preprocessed/dclm/v0_rep32_ft7percentile_fw2/documents/allenai/dolma2-tokenizer/0008/part-51-00000.npy
- http://olmo-data.org/preprocessed/dclm/v0_rep32_ft7percentile_fw2/documents/allenai/dolma2-tokenizer/0013/part-40-00000.npy
- http://olmo-data.org/preprocessed/dclm/v0_rep32_ft7percentile_fw2/documents/allenai/dolma2-tokenizer/0003/part-28-00000.npy
- http://olmo-data.org/preprocessed/dclm/v0_rep32_ft7percentile_fw2/documents/allenai/dolma2-tokenizer/0028/part-42-00000.npy
- http://olmo-data.org/preprocessed/dclm/v0_rep32_ft7percentile_fw2/documents/allenai/dolma2-tokenizer/0013/part-46-00000.npy
- http://olmo-data.org/preprocessed/dclm/v0_rep32_ft7percentile_fw2/documents/allenai/dolma2-tokenizer/0028/part-28-00000.npy
- http://olmo-data.org/preprocessed/dclm/v0_rep32_ft7percentile_fw2/documents/allenai/dolma2-tokenizer/0004/part-39-00000.npy
- http://olmo-data.org/preprocessed/dclm/v0_rep32_ft7percentile_fw2/documents/allenai/dolma2-tokenizer/0028/part-35-00000.npy
- http://olmo-data.org/preprocessed/dclm/v0_rep32_ft7percentile_fw2/documents/allenai/dolma2-tokenizer/0027/part-44-00000.npy
- http://olmo-data.org/preprocessed/dclm/v0_rep32_ft7percentile_fw2/documents/allenai/dolma2-tokenizer/0003/part-48-00000.npy
- http://olmo-data.org/preprocessed/dclm/v0_rep32_ft7percentile_fw2/documents/allenai/dolma2-tokenizer/0013/part-32-00000.npy
- http://olmo-data.org/preprocessed/dclm/v0_rep32_ft7percentile_fw2/documents/allenai/dolma2-tokenizer/0004/part-60-00000.npy
- http://olmo-data.org/preprocessed/dclm/v0_rep32_ft7percentile_fw2/documents/allenai/dolma2-tokenizer/0018/part-56-00000.npy
- http://olmo-data.org/preprocessed/dclm/v0_rep32_ft7percentile_fw2/documents/allenai/dolma2-tokenizer/0005/part-13-00000.npy
- http://olmo-data.org/preprocessed/dclm/v0_rep32_ft7percentile_fw2/documents/allenai/dolma2-tokenizer/0008/part-09-00000.npy
- http://olmo-data.org/preprocessed/dclm/v0_rep32_ft7percentile_fw2/documents/allenai/dolma2-tokenizer/0017/part-07-00000.npy
- http://olmo-data.org/preprocessed/dclm/v0_rep32_ft7percentile_fw2/documents/allenai/dolma2-tokenizer/0007/part-07-00000.npy