Update README.md
Browse files
README.md
CHANGED
@@ -23,4 +23,5 @@ and splits the data into smaller chunks, of size ~820 chars
|
|
23 |
(such that each item will be at least ~128 tokens for the average tokenizer).
|
24 |
The logic only splits on spaces, so the chunks are likely to be slightly larger than 820 chars.
|
25 |
The dataset has been normalized into lower case, with accents and non-english characters removed.
|
26 |
-
Items with less than 200 chars or more than 1000 chars have been removed.
|
|
|
|
23 |
(such that each item will be at least ~128 tokens for the average tokenizer).
|
24 |
The logic only splits on spaces, so the chunks are likely to be slightly larger than 820 chars.
|
25 |
The dataset has been normalized into lower case, with accents and non-english characters removed.
|
26 |
+
Items with less than 200 chars or more than 1000 chars have been removed.
|
27 |
+
The data has not been shuffled (you probably want to shuffle before using).
|