Upload dataset_infos.json with huggingface_hub
Browse files- dataset_infos.json +13 -12
dataset_infos.json
CHANGED
|
@@ -1,26 +1,27 @@
|
|
| 1 |
{"default": {
|
| 2 |
-
"description": "",
|
| 3 |
-
"citation": "",
|
| 4 |
-
"homepage": "",
|
| 5 |
"license": "",
|
| 6 |
"features": {
|
| 7 |
-
"
|
| 8 |
-
"
|
|
|
|
| 9 |
},
|
| 10 |
-
"
|
| 11 |
-
"dtype": "
|
| 12 |
"_type": "Value"
|
| 13 |
}
|
| 14 |
},
|
| 15 |
"splits": {
|
| 16 |
"train": {
|
| 17 |
"name": "train",
|
| 18 |
-
"num_bytes":
|
| 19 |
-
"num_examples":
|
| 20 |
"dataset_name": "pixelsum_wiki"
|
| 21 |
}
|
| 22 |
},
|
| 23 |
-
"download_size":
|
| 24 |
-
"dataset_size":
|
| 25 |
-
"size_in_bytes":
|
| 26 |
}}
|
|
|
|
| 1 |
{"default": {
|
| 2 |
+
"description": "Wikipedia dataset containing cleaned articles of all languages.\nThe datasets are built from the Wikipedia dump\n(https://dumps.wikimedia.org/) with one split per language. Each example\ncontains the content of one full Wikipedia article with cleaning to strip\nmarkdown and unwanted sections (references, etc.).",
|
| 3 |
+
"citation": "@ONLINE {wikidump,\n author = {Wikimedia Foundation},\n title = {Wikimedia Downloads},\n url = {https://dumps.wikimedia.org}\n}",
|
| 4 |
+
"homepage": "https://dumps.wikimedia.org",
|
| 5 |
"license": "",
|
| 6 |
"features": {
|
| 7 |
+
"example": {
|
| 8 |
+
"dtype": "string",
|
| 9 |
+
"_type": "Value"
|
| 10 |
},
|
| 11 |
+
"summary": {
|
| 12 |
+
"dtype": "string",
|
| 13 |
"_type": "Value"
|
| 14 |
}
|
| 15 |
},
|
| 16 |
"splits": {
|
| 17 |
"train": {
|
| 18 |
"name": "train",
|
| 19 |
+
"num_bytes": 7401808572,
|
| 20 |
+
"num_examples": 6458670,
|
| 21 |
"dataset_name": "pixelsum_wiki"
|
| 22 |
}
|
| 23 |
},
|
| 24 |
+
"download_size": 4591048930,
|
| 25 |
+
"dataset_size": 7401808572,
|
| 26 |
+
"size_in_bytes": 11992857502
|
| 27 |
}}
|