Datasets:

Formats:
parquet
Libraries:
Datasets
Dask
License:
jwkirchenbauer commited on
Commit
b3789d2
·
verified ·
1 Parent(s): 2457c22

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -10,6 +10,8 @@ Gemstones Training Dataset - Worker sharded version
10
 
11
  This data is a reporcessed version of the first 1B rows of the Dolma v1.7 dataset (https://huggingface.co/datasets/allenai/dolma).
12
 
 
 
13
  **Disclaimer:** this is an approximation of the dataset used to train the Gemstones model suite.
14
  Due to the randomized and sharded nature of the distributed training code, the only way to perfectly
15
  reproduce the training batches across the gpus is/was the run the training code.
 
10
 
11
  This data is a reporcessed version of the first 1B rows of the Dolma v1.7 dataset (https://huggingface.co/datasets/allenai/dolma).
12
 
13
+ The data is encoded using the Pythia tokenizer: https://huggingface.co/EleutherAI/pythia-160m
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.