{"cs-en": {"description": "Translate dataset based on the data from statmt.org.\n\nVersions exists for the different years using a combination of multiple data\nsources. The base `wmt_translate` allows you to create your own config to choose\nyour own data/language pair by creating a custom `datasets.translate.wmt.WmtConfig`.\n\n```\nconfig = datasets.wmt.WmtConfig(\n version=\"0.0.1\",\n language_pair=(\"fr\", \"de\"),\n subsets={\n datasets.Split.TRAIN: [\"commoncrawl_frde\"],\n datasets.Split.VALIDATION: [\"euelections_dev2019\"],\n },\n)\nbuilder = datasets.builder(\"wmt_translate\", config=config)\n```\n\n", "citation": "@InProceedings{bojar-EtAl:2018:WMT1,\n author = {Bojar, Ond\u000b{r}ej and Federmann, Christian and Fishel, Mark\n and Graham, Yvette and Haddow, Barry and Huck, Matthias and\n Koehn, Philipp and Monz, Christof},\n title = {Findings of the 2018 Conference on Machine Translation (WMT18)},\n booktitle = {Proceedings of the Third Conference on Machine Translation,\n Volume 2: Shared Task Papers},\n month = {October},\n year = {2018},\n address = {Belgium, Brussels},\n publisher = {Association for Computational Linguistics},\n pages = {272--307},\n url = {http://www.aclweb.org/anthology/W18-6401}\n}\n", "homepage": "http://www.statmt.org/wmt18/translation-task.html", "license": "", "features": {"translation": {"languages": ["cs", "en"], "id": null, "_type": "Translation"}}, "supervised_keys": {"input": "cs", "output": "en"}, "builder_name": "wmt18", "config_name": "cs-en", "version": {"version_str": "1.0.0", "description": null, "datasets_version_to_prepare": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"test": {"name": "test", "num_bytes": 696229, "num_examples": 2983, "dataset_name": "wmt18"}, "train": {"name": "train", "num_bytes": 1461020779, "num_examples": 11046024, "dataset_name": "wmt18"}, "validation": {"name": "validation", "num_bytes": 674430, "num_examples": 3005, "dataset_name": "wmt18"}}, "download_checksums": {"https://huggingface.co/datasets/wmt/wmt13/resolve/main/training-parallel-europarl-v7.tgz": {"num_bytes": 657632379, "checksum": "0224c7c710c8a063dfd893b0cc0830202d61f4c75c17eb8e31836103d27d96e7"}, "https://s3.amazonaws.com/web-language-models/paracrawl/release1/paracrawl-release1.en-cs.zipporah0-dedup-clean.tgz": {"num_bytes": 299052360, "checksum": "221f88bac9f48ed6ef94bad5490890066f508be00e8f102cf19edf2a1413c350"}, "https://huggingface.co/datasets/wmt/wmt13/resolve/main/training-parallel-commoncrawl.tgz": {"num_bytes": 918311367, "checksum": "c7a74e2ea01ac6c920123108627e35278d4ccb5701e15428ffa34de86fa3a9e5"}, "https://huggingface.co/datasets/wmt/wmt18/resolve/main/translation-task/training-parallel-nc-v13.tgz": {"num_bytes": 113157482, "checksum": "17992b7e919cfb754c60f4e754148bc23b80706ad0ed7b34150831a554b40c91"}, "http://ufal.mff.cuni.cz/czeng/download.php?f=convert_czeng16_to_17.pl.zip": {"num_bytes": 2544381, "checksum": "e66466e00aecd392daaf547275590a9264bbc6aed70118c5c7cfd6946daf24ac"}, "https://huggingface.co/datasets/wmt/wmt19/resolve/main/translation-task/dev.tgz": {"num_bytes": 38654961, "checksum": "7a7deccf82ebb05ba508dba5eb21356492224e8f630ec4f992132b029b4b25e7"}}, "download_size": 2029352930, "dataset_size": 1462391438, "size_in_bytes": 3491744368}}