File size: 899 Bytes
438caec
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
  "name": "lm1b",
  "description": "One Billion Word Benchmark for Language Modeling. A benchmark corpus for measuring progress in statistical language modeling.",
  "citation": "@inproceedings{chelba2013one,\n  title={One billion word benchmark for measuring progress in statistical language modeling},\n  author={Chelba, Ciprian and Mikolov, Tomas and Schuster, Mike and Ge, Qi and Brants, Thorsten and Koehn, Phillipp and Robinson, Tony},\n  booktitle={Interspeech},\n  year={2014}\n}",
  "homepage": "https://www.statmt.org/lm-benchmark/",
  "license": "Apache-2.0",
  "features": {
    "text": "string - The text content of each example"
  },
  "splits": {
    "train": {
      "num_examples": 30301028
    },
    "test": {
      "num_examples": 306688
    }
  },
  "task_categories": [
    "text-generation",
    "fill-mask"
  ],
  "language": [
    "en"
  ],
  "size_category": "1B<n<10B"
}