Update README.md
Browse files
README.md
CHANGED
@@ -28,3 +28,5 @@ The data has not been shuffled (you can either use `dataset.shuffle(...)`,
|
|
28 |
or download the shuffled version [here](https://huggingface.co/datasets/sradc/chunked-shuffled-wikipedia20220301en-bookcorpusopen),
|
29 |
which will be faster to iterate over).
|
30 |
|
|
|
|
|
|
28 |
or download the shuffled version [here](https://huggingface.co/datasets/sradc/chunked-shuffled-wikipedia20220301en-bookcorpusopen),
|
29 |
which will be faster to iterate over).
|
30 |
|
31 |
+
This dataset is processed for convenience, at the expense of losing some percentage of the tokens due to truncation,
|
32 |
+
(assuming the training minibatches are truncated to 128 tokens).
|