wmt16-ro-en-sample / dataset_infos.json
lewtun's picture
lewtun HF Staff
Upload dataset_infos.json with huggingface_hub
079b8bb
{"autoevaluate--wmt16-ro-en-sample": {
"description": "Translation dataset based on the data from statmt.org.\n\nVersions exist for different years using a combination of data\nsources. The base `wmt` allows you to create a custom dataset by choosing\nyour own data/language pair. This can be done as follows:\n\n```python\nfrom datasets import inspect_dataset, load_dataset_builder\n\ninspect_dataset(\"wmt16\", \"path/to/scripts\")\nbuilder = load_dataset_builder(\n \"path/to/scripts/wmt_utils.py\",\n language_pair=(\"fr\", \"de\"),\n subsets={\n datasets.Split.TRAIN: [\"commoncrawl_frde\"],\n datasets.Split.VALIDATION: [\"euelections_dev2019\"],\n },\n)\n\n# Standard version\nbuilder.download_and_prepare()\nds = builder.as_dataset()\n\n# Streamable version\nds = builder.as_streaming_dataset()\n```\n\n",
"citation": "\n@InProceedings{bojar-EtAl:2016:WMT1,\n author = {Bojar, Ond\u000b{r}ej and Chatterjee, Rajen and Federmann, Christian and Graham, Yvette and Haddow, Barry and Huck, Matthias and Jimeno Yepes, Antonio and Koehn, Philipp and Logacheva, Varvara and Monz, Christof and Negri, Matteo and Neveol, Aurelie and Neves, Mariana and Popel, Martin and Post, Matt and Rubino, Raphael and Scarton, Carolina and Specia, Lucia and Turchi, Marco and Verspoor, Karin and Zampieri, Marcos},\n title = {Findings of the 2016 Conference on Machine Translation},\n booktitle = {Proceedings of the First Conference on Machine Translation},\n month = {August},\n year = {2016},\n address = {Berlin, Germany},\n publisher = {Association for Computational Linguistics},\n pages = {131--198},\n url = {http://www.aclweb.org/anthology/W/W16/W16-2301}\n}\n",
"homepage": "http://www.statmt.org/wmt16/translation-task.html",
"license": "",
"features": {
"translation": {
"languages": [
"ro",
"en"
],
"id": null,
"_type": "Translation"
}
},
"post_processed": null,
"supervised_keys": {
"input": "ro",
"output": "en"
},
"task_templates": null,
"builder_name": "wmt16",
"config_name": "ro-en",
"version": {
"version_str": "1.0.0",
"description": null,
"major": 1,
"minor": 0,
"patch": 0
},
"splits": {
"test": {
"name": "test",
"num_bytes": 26973.886943471734,
"num_examples": 100,
"dataset_name": "wmt16-ro-en-sample"
}
},
"download_checksums": null,
"download_size": 23878,
"post_processing_size": null,
"dataset_size": 26973.886943471734,
"size_in_bytes": 50851.886943471734
}}