PaulPauls commited on
Commit
f618d7c
·
verified ·
1 Parent(s): aef0365

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +35 -0
README.md CHANGED
@@ -1,4 +1,7 @@
1
  ---
 
 
 
2
  language:
3
  - en
4
  dataset_info:
@@ -17,3 +20,35 @@ configs:
17
  - split: train
18
  path: data/train-*
19
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ pretty_name: OpenWebText-Sentences
3
+ license:
4
+ - cc0-1.0
5
  language:
6
  - en
7
  dataset_info:
 
20
  - split: train
21
  path: data/train-*
22
  ---
23
+
24
+ # OpenWebText-Sentences Dataset
25
+
26
+ ## Overview
27
+ This dataset is derived from the popular OpenWebText dataset ([see here](https://huggingface.co/datasets/Skylion007/openwebtext)). It contains the same text content as the original OpenWebText, but split into individual sentences.
28
+
29
+ ## Key Features
30
+ - Content: All text from the original OpenWebText dataset
31
+ - Format: Sentences are stored individually now in parquet format for faster access
32
+ - Order: Maintains all original OpenWebText text and the order thereof
33
+ - Tokenization: Sentences were split using NLTK 3.9.1 pre-trained "Punkt" tokenizer for English ([see here](https://www.nltk.org/api/nltk.tokenize.punkt.html))
34
+
35
+ ## OpenWebText-Sentences Information
36
+ - Size: 25.7 GB (generated dataset)
37
+ - Number of sentences: 307,432,490
38
+ - Language: English
39
+
40
+ ## OpenWebText Information
41
+ - Size: 41.70 GB (generated dataset)
42
+ - Number of documents: 8,013,769
43
+ - Language: English
44
+
45
+ ## Citation
46
+ When using this dataset, please cite the original OpenWebText corpus:
47
+
48
+ ```bibtex
49
+ @misc{Gokaslan2019OpenWeb,
50
+ title={OpenWebText Corpus},
51
+ author={Gokaslan, Aaron and Cohen, Vanya and Pavlick, Ellie and Tellex, Stefanie},
52
+ howpublished={\url{http://Skylion007.github.io/OpenWebTextCorpus}},
53
+ year={2019}
54
+ }