sradc commited on
Commit
36942ec
1 Parent(s): 15d8443

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -12,4 +12,8 @@ dataset_info:
12
  ---
13
  # Dataset Card for "chunked-wikipedia20220301en-bookcorpusopen"
14
 
15
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
12
  ---
13
  # Dataset Card for "chunked-wikipedia20220301en-bookcorpusopen"
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 (such that each item will be at least ~128 tokens).
18
+ The logic only splits on spaces, so the chunks are likely to be slightly larger than 820 chars. The dataset has been normalized into lower case, removing accents a non-english characters.
19
+ Items with less than 200 chars are removed, or more than 1000.