Datasets:

Modalities:
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
Dask
vijetadeshpande commited on
Commit
7fa3985
1 Parent(s): 22ee7ea

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -6
README.md CHANGED
@@ -48,7 +48,7 @@ The vocabulary is then used to filter the widely used text corpora,
48
  - Simplified-Wikipedia: https://simple.wikipedia.org/wiki/Main_Page,
49
  - Children's Book Test Corpus: https://arxiv.org/abs/1511.02301
50
 
51
- From the above corpora, only those spans are included that contain words only from the predefined vocabulary. The dataset includes 44 million sentences (~6 million sequences of ~128 tokens) and 3 million contiguous spans with approximately 128 tokens.
52
 
53
  ### Languages
54
 
@@ -56,11 +56,7 @@ The dataset contains the English language only.
56
 
57
  ## Dataset Structure
58
 
59
- The dataset is available in the arrow dataset format with three splits namely, train, validation and test.
60
-
61
- ### Data Instances
62
-
63
- Every data instance has only one key "Text" that included a text span of approximately 128 tokens.
64
 
65
  ### Citation Information
66
 
 
48
  - Simplified-Wikipedia: https://simple.wikipedia.org/wiki/Main_Page,
49
  - Children's Book Test Corpus: https://arxiv.org/abs/1511.02301
50
 
51
+ From the above corpora, only those spans are included that contain words only from the predefined vocabulary. The dataset includes 44 million sentences (~6 million sequences of ~128 tokens) and 3 million contiguous spans with approximately 128 tokens. Refer to Table 1 of the paper for data distribution over different corpora.
52
 
53
  ### Languages
54
 
 
56
 
57
  ## Dataset Structure
58
 
59
+ The dataset is available in the arrow dataset format with three splits namely, train, validation, and test. Every data instance has only one key "Text" that included a text span of approximately 128 tokens.
 
 
 
 
60
 
61
  ### Citation Information
62