Datasets:
Upload metadata.json with huggingface_hub
Browse files- metadata.json +26 -0
metadata.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "lm1b",
|
| 3 |
+
"description": "One Billion Word Benchmark for Language Modeling. A benchmark corpus for measuring progress in statistical language modeling.",
|
| 4 |
+
"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}",
|
| 5 |
+
"homepage": "https://www.statmt.org/lm-benchmark/",
|
| 6 |
+
"license": "Apache-2.0",
|
| 7 |
+
"features": {
|
| 8 |
+
"text": "string - The text content of each example"
|
| 9 |
+
},
|
| 10 |
+
"splits": {
|
| 11 |
+
"train": {
|
| 12 |
+
"num_examples": 30301028
|
| 13 |
+
},
|
| 14 |
+
"test": {
|
| 15 |
+
"num_examples": 306688
|
| 16 |
+
}
|
| 17 |
+
},
|
| 18 |
+
"task_categories": [
|
| 19 |
+
"text-generation",
|
| 20 |
+
"fill-mask"
|
| 21 |
+
],
|
| 22 |
+
"language": [
|
| 23 |
+
"en"
|
| 24 |
+
],
|
| 25 |
+
"size_category": "1B<n<10B"
|
| 26 |
+
}
|