Update README.md
Browse files
README.md
CHANGED
@@ -14,6 +14,8 @@ dataset_info:
|
|
14 |
|
15 |
|
16 |
This dataset combines [wikipedia20220301.en](https://huggingface.co/datasets/wikipedia) and [bookcorpusopen](https://huggingface.co/datasets/bookcorpusopen),
|
17 |
-
and splits the data into smaller chunks, of size ~820 chars
|
18 |
-
|
|
|
|
|
19 |
Items with less than 200 chars or more than 1000 chars have been removed.
|
|
|
14 |
|
15 |
|
16 |
This dataset combines [wikipedia20220301.en](https://huggingface.co/datasets/wikipedia) and [bookcorpusopen](https://huggingface.co/datasets/bookcorpusopen),
|
17 |
+
and splits the data into smaller chunks, of size ~820 chars
|
18 |
+
(such that each item will be at least ~128 tokens for the average tokenizer).
|
19 |
+
The logic only splits on spaces, so the chunks are likely to be slightly larger than 820 chars.
|
20 |
+
The dataset has been normalized into lower case, removing accents and non-english characters.
|
21 |
Items with less than 200 chars or more than 1000 chars have been removed.
|