Availability of `*_shuffle_idx.npy`, `*_doc_idx.npy`, `*_sample_idx.npy` to reconstruct `EleutherAI/pile-deduped-pythia-preshuffled`
#1
by
pietrolesci - opened
Hi there,
By any chance, do you have the *_shuffle_idx.npy, *_doc_idx.npy, and *_sample_idx.npy files for this seed? I tried to recreate them following the Pythia README.md, but the resulting dataset does not match the order in EleutherAI/pile-deduped-pythia-preshuffled.
Since megatron randomises both documents and sequences, my goal is to track which sequences an individual document gets packed into.
Thanks a lot in advance for your help!
CC'ing @usvsnsp since you worked on EleutherAI/pile-deduped-pythia-preshuffled.