Upload README.md with huggingface_hub
Browse files
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
|
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 |
|