Update README.md
Browse files
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
|
|
|
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.
|