sradc commited on
Commit
3b06068
1 Parent(s): 230493b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
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).