FrankCCCCC commited on
Commit
0199c0e
·
verified ·
1 Parent(s): cc0adb7

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +45 -0
README.md ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - text-generation
5
+ - fill-mask
6
+ language:
7
+ - en
8
+ size_categories:
9
+ - 1B<n<10B
10
+ ---
11
+
12
+ # LM1B - One Billion Word Benchmark
13
+
14
+ ## Dataset Description
15
+
16
+ The One Billion Word Benchmark is a large language modeling dataset.
17
+ It contains approximately one billion words of training data derived from news articles.
18
+
19
+ ## Dataset Structure
20
+
21
+ ### Data Fields
22
+
23
+ - `text`: A string containing the text content
24
+
25
+ ### Data Splits
26
+
27
+ | Split | Examples |
28
+ |-------|----------|
29
+ | train | 30,301,028 |
30
+ | test | 306,688 |
31
+
32
+ ## Citation
33
+
34
+ ```bibtex
35
+ @inproceedings{chelba2013one,
36
+ title={One billion word benchmark for measuring progress in statistical language modeling},
37
+ author={Chelba, Ciprian and Mikolov, Tomas and Schuster, Mike and Ge, Qi and Brants, Thorsten and Koehn, Phillipp and Robinson, Tony},
38
+ booktitle={Interspeech},
39
+ year={2014}
40
+ }
41
+ ```
42
+
43
+ ## License
44
+
45
+ Apache 2.0