lm1b / metadata.json
FrankCCCCC's picture
Upload metadata.json with huggingface_hub
438caec verified
{
"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"
}