Datasets:

Formats:
parquet
Libraries:
Datasets
Dask
License:
jwkirchenbauer commited on
Commit
c32af14
·
verified ·
1 Parent(s): 9817649

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -14,7 +14,7 @@ The data is encoded using the Pythia tokenizer: https://huggingface.co/EleutherA
14
 
15
  **Disclaimer:** this is an approximation of the dataset used to train the Gemstones model suite.
16
  Due to the randomized and sharded nature of the distributed training code, the only way to perfectly
17
- reproduce the training batches across the gpus is/was the run the training code.
18
  This repo is the result of an attempt to simulate the way in which the training code loaded the data and
19
  stream it out to a portable file format for use in downstream analyses of the model suite.
20
 
 
14
 
15
  **Disclaimer:** this is an approximation of the dataset used to train the Gemstones model suite.
16
  Due to the randomized and sharded nature of the distributed training code, the only way to perfectly
17
+ reproduce the training batches across the gpus is to run the training code.
18
  This repo is the result of an attempt to simulate the way in which the training code loaded the data and
19
  stream it out to a portable file format for use in downstream analyses of the model suite.
20