gabrielagc commited on
Commit
5d5bea5
·
verified ·
1 Parent(s): ba24593

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -21,4 +21,4 @@ configs:
21
  - split: train
22
  path: data/train-*
23
  ---
24
- Samples from the FineWeb-Edu dataset divided into chunks of 512 tokens. The beginning of each sequence and is prepended to the subsequent chunks to maintain continuity. Only samples with a token count greater than 80% of 512 (i.e., more than 409 tokens) have been included in the final dataset.
 
21
  - split: train
22
  path: data/train-*
23
  ---
24
+ Samples from the FineWeb-Edu dataset divided into chunks of 512 tokens. The beginning of each sequence is prepended to the subsequent chunks to maintain continuity. Only samples with a token count greater than 80% of 512 have been included in the final dataset.