Datasets:
Update dataset_infos.json
Browse files- dataset_infos.json +39 -1
dataset_infos.json
CHANGED
|
@@ -1 +1,39 @@
|
|
| 1 |
-
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"rendered-wikipedia-english": {
|
| 3 |
+
"description": "Dataset containing the full English Wikipedia from February 1, 2018, rendered into images of 16x8464 resolution.\nThe original text dataset was built from a Wikipedia dump\n(https://dumps.wikimedia.org/). Each example in the text dataset contained the content of one full Wikipedia article with cleaning to strip\nmarkdown and unwanted sections (references, etc.).\nEach rendered example contains a subset of one full article.\nThe rendered English Wikipedia was used to train the PIXEL model introduced in the paper 'Language Modelling with Pixels' by Rust et al. (2022).",
|
| 4 |
+
"citation": "@article{rust-etal-2022-pixel,\ntitle={Language Modelling with Pixels},\nauthor={Phillip Rust and Jonas F. Lotz and Emanuele Bugliarello and Elizabeth Salesky and Miryam de Lhoneux and Desmond Elliott},\njournal={arXiv preprint},\nyear={2022},\nurl={https://arxiv.org/abs/2207.06991}\n}",
|
| 5 |
+
"homepage": "https://github.com/xplip/pixel",
|
| 6 |
+
"license": "",
|
| 7 |
+
"features": {
|
| 8 |
+
"pixel_values": {
|
| 9 |
+
"decode": true,
|
| 10 |
+
"id": null,
|
| 11 |
+
"_type": "Image"
|
| 12 |
+
},
|
| 13 |
+
"num_patches": {
|
| 14 |
+
"dtype": "int64",
|
| 15 |
+
"id": null,
|
| 16 |
+
"_type": "Value"
|
| 17 |
+
}
|
| 18 |
+
},
|
| 19 |
+
"post_processed": null,
|
| 20 |
+
"supervised_keys": null,
|
| 21 |
+
"task_templates": null,
|
| 22 |
+
"builder_name": null,
|
| 23 |
+
"config_name": null,
|
| 24 |
+
"version": null,
|
| 25 |
+
"splits": {
|
| 26 |
+
"train": {
|
| 27 |
+
"name": "train",
|
| 28 |
+
"num_bytes": 125559260280.125,
|
| 29 |
+
"num_examples": 11446535,
|
| 30 |
+
"dataset_name": "rendered-wikipedia-english"
|
| 31 |
+
}
|
| 32 |
+
},
|
| 33 |
+
"download_checksums": null,
|
| 34 |
+
"download_size": 125659430966,
|
| 35 |
+
"post_processing_size": null,
|
| 36 |
+
"dataset_size": 125559260280.125,
|
| 37 |
+
"size_in_bytes": 251218691246.125
|
| 38 |
+
}
|
| 39 |
+
}
|