pietrolesci commited on
Commit
27a5768
·
verified ·
1 Parent(s): f99690e

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ These are the idx files used by the `MMapIndexedDataset` used to load the memory-mapped Pile dataset.
2
+ To load the dataset, you can follow the instructions in the [README.md](https://github.com/EleutherAI/pythia/tree/main?tab=readme-ov-file#reproducing-training)
3
+ file in the Pythia GitHub repo. Then, for each seed, you can simply pass the paths to the idx files. The `dataset.py` file provides an example of how to do that.