pietrolesci commited on
Commit
1b0c508
·
verified ·
1 Parent(s): 6f94734

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -5,6 +5,15 @@ language:
5
  - en
6
  size_categories:
7
  - 100B<n<1T
 
 
 
 
 
 
 
 
 
8
  ---
9
 
10
  This dataset contains the fully prepared data, which has been tokenized and pre-shuffled, used to train the Pythia (deduplicated) models.
 
5
  - en
6
  size_categories:
7
  - 100B<n<1T
8
+ configs:
9
+ - config_name: default
10
+ data_files:
11
+ - split: train
12
+ path: data/*.parquet
13
+ - config_name: detokenized
14
+ data_files:
15
+ - split: train
16
+ path: detokenized/*.parquet
17
  ---
18
 
19
  This dataset contains the fully prepared data, which has been tokenized and pre-shuffled, used to train the Pythia (deduplicated) models.