Create README.md
Browse files
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.
|