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

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 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.
 
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 (first 20 tokens) is prepended to the subsequent chunks. Only samples with a token count greater than 80% of 512 have been included in the final dataset.