diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000000000000000000000000000000000000..91382cc7fb6f9003e1f7ed36187d86d531dbead1
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,51 @@
+*.7z filter=lfs diff=lfs merge=lfs -text
+*.arrow filter=lfs diff=lfs merge=lfs -text
+*.bin filter=lfs diff=lfs merge=lfs -text
+*.bz2 filter=lfs diff=lfs merge=lfs -text
+*.ftz filter=lfs diff=lfs merge=lfs -text
+*.gz filter=lfs diff=lfs merge=lfs -text
+*.h5 filter=lfs diff=lfs merge=lfs -text
+*.joblib filter=lfs diff=lfs merge=lfs -text
+*.lfs.* filter=lfs diff=lfs merge=lfs -text
+*.lz4 filter=lfs diff=lfs merge=lfs -text
+*.model filter=lfs diff=lfs merge=lfs -text
+*.msgpack filter=lfs diff=lfs merge=lfs -text
+*.npy filter=lfs diff=lfs merge=lfs -text
+*.npz filter=lfs diff=lfs merge=lfs -text
+*.onnx filter=lfs diff=lfs merge=lfs -text
+*.ot filter=lfs diff=lfs merge=lfs -text
+*.parquet filter=lfs diff=lfs merge=lfs -text
+*.pb filter=lfs diff=lfs merge=lfs -text
+*.pickle filter=lfs diff=lfs merge=lfs -text
+*.pkl filter=lfs diff=lfs merge=lfs -text
+*.pt filter=lfs diff=lfs merge=lfs -text
+*.pth filter=lfs diff=lfs merge=lfs -text
+*.rar filter=lfs diff=lfs merge=lfs -text
+saved_model/**/* filter=lfs diff=lfs merge=lfs -text
+*.tar.* filter=lfs diff=lfs merge=lfs -text
+*.tflite filter=lfs diff=lfs merge=lfs -text
+*.tgz filter=lfs diff=lfs merge=lfs -text
+*.wasm filter=lfs diff=lfs merge=lfs -text
+*.xz filter=lfs diff=lfs merge=lfs -text
+*.zip filter=lfs diff=lfs merge=lfs -text
+*.zst filter=lfs diff=lfs merge=lfs -text
+*tfevents* filter=lfs diff=lfs merge=lfs -text
+# Audio files - uncompressed
+*.pcm filter=lfs diff=lfs merge=lfs -text
+*.sam filter=lfs diff=lfs merge=lfs -text
+*.raw filter=lfs diff=lfs merge=lfs -text
+# Audio files - compressed
+*.aac filter=lfs diff=lfs merge=lfs -text
+*.flac filter=lfs diff=lfs merge=lfs -text
+*.mp3 filter=lfs diff=lfs merge=lfs -text
+*.ogg filter=lfs diff=lfs merge=lfs -text
+*.wav filter=lfs diff=lfs merge=lfs -text
+# Image files - uncompressed
+*.bmp filter=lfs diff=lfs merge=lfs -text
+*.gif filter=lfs diff=lfs merge=lfs -text
+*.png filter=lfs diff=lfs merge=lfs -text
+*.tiff filter=lfs diff=lfs merge=lfs -text
+# Image files - compressed
+*.jpg filter=lfs diff=lfs merge=lfs -text
+*.jpeg filter=lfs diff=lfs merge=lfs -text
+*.webp filter=lfs diff=lfs merge=lfs -text
diff --git a/README.md b/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..2a9648cea45a2905c180d8c9446924cb96f5c0d4
--- /dev/null
+++ b/README.md
@@ -0,0 +1,200 @@
+---
+duplicated_from: allenai/nllb
+---
+# Dataset Card for No Language Left Behind (NLLB - 200vo)
+
+## Table of Contents
+- [Table of Contents](#table-of-contents)
+- [Dataset Description](#dataset-description)
+ - [Dataset Summary](#dataset-summary)
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
+ - [Languages](#languages)
+- [Dataset Structure](#dataset-structure)
+ - [Data Instances](#data-instances)
+ - [Data Fields](#data-fields)
+ - [Data Splits](#data-splits)
+- [Dataset Creation](#dataset-creation)
+ - [Curation Rationale](#curation-rationale)
+ - [Source Data](#source-data)
+ - [Annotations](#annotations)
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
+- [Considerations for Using the Data](#considerations-for-using-the-data)
+ - [Social Impact of Dataset](#social-impact-of-dataset)
+ - [Discussion of Biases](#discussion-of-biases)
+ - [Other Known Limitations](#other-known-limitations)
+- [Additional Information](#additional-information)
+ - [Dataset Curators](#dataset-curators)
+ - [Licensing Information](#licensing-information)
+ - [Citation Information](#citation-information)
+ - [Contributions](#contributions)
+
+## Dataset Description
+
+- **Homepage:** [Needs More Information]
+- **Repository:** [Needs More Information]
+- **Paper:** https://arxiv.org/pdf/2207.0467
+- **Leaderboard:** [Needs More Information]
+- **Point of Contact:** [Needs More Information]
+
+### Dataset Summary
+
+This dataset was created based on [metadata](https://github.com/facebookresearch/fairseq/tree/nllb) for mined bitext released by Meta AI. It contains bitext for 148 English-centric and 1465 non-English-centric language pairs using the stopes mining library and the LASER3 encoders (Heffernan et al., 2022). The complete dataset is ~450GB.
+
+[CCMatrix](https://opus.nlpl.eu/CCMatrix.php) contains previous versions of mined instructions.
+
+#### How to use the data
+There are two ways to access the data:
+* Via the Hugging Face Python datasets library
+
+For accessing a particular [language pair](https://huggingface.co/datasets/allenai/nllb/blob/main/nllb_lang_pairs.py):
+```
+from datasets import load_dataset
+dataset = load_dataset("allenai/nllb", "ace_Latn-ban_Latn")
+```
+
+* Clone the git repo
+```
+git lfs install
+git clone https://huggingface.co/datasets/allenai/nllb
+```
+
+### Supported Tasks and Leaderboards
+
+N/A
+
+### Languages
+
+Language pairs can be found [here](https://huggingface.co/datasets/allenai/nllb/blob/main/nllb_lang_pairs.py).
+
+## Dataset Structure
+
+The dataset contains gzipped tab delimited text files for each direction. Each text file contains lines with parallel sentences.
+
+
+### Data Instances
+
+The number of instances for each language pair can be found in the [dataset_infos.json](https://huggingface.co/datasets/allenai/nllb/blob/main/dataset_infos.json) file.
+
+### Data Fields
+
+Every instance for a language pair contains the following fields: 'translation' (containing sentence pairs), 'laser_score', 'source_sentence_lid', 'target_sentence_lid', where 'lid' is language classification probability, 'source_sentence_source', 'source_sentence_url', 'target_sentence_source', 'target_sentence_url'.
+
+* Sentence in first language
+* Sentence in second language
+* LASER score
+* Language ID score for first sentence
+* Language ID score for second sentence
+* First sentence source (See [Source Data Table](https://huggingface.co/datasets/allenai/nllb#source-data))
+* First sentence URL if the source is crawl-data/\*; _ otherwise
+* Second sentence source
+* Second sentence URL if the source is crawl-data/\*; _ otherwise
+
+The lines are sorted by LASER3 score in decreasing order.
+
+Example:
+```
+{'translation': {'ace_Latn': 'Gobnyan hana geupeukeucewa gata atawa geutinggai meunan mantong gata."',
+ 'ban_Latn': 'Ida nenten jaga manggayang wiadin ngutang semeton."'},
+ 'laser_score': 1.2499876022338867,
+ 'source_sentence_lid': 1.0000100135803223,
+ 'target_sentence_lid': 0.9991400241851807,
+ 'source_sentence_source': 'paracrawl9_hieu',
+ 'source_sentence_url': '_',
+ 'target_sentence_source': 'crawl-data/CC-MAIN-2020-10/segments/1581875144165.4/wet/CC-MAIN-20200219153707-20200219183707-00232.warc.wet.gz',
+ 'target_sentence_url': 'https://alkitab.mobi/tb/Ula/31/6/\n'}
+```
+
+### Data Splits
+
+The data is not split. Given the noisy nature of the overall process, we recommend using the data only for training and use other datasets like [Flores-200](https://github.com/facebookresearch/flores) for the evaluation. The data includes some development and test sets from other datasets, such as xlsum. In addition, sourcing data from multiple web crawls is likely to produce incidental overlap with other test sets.
+
+
+## Dataset Creation
+
+### Curation Rationale
+
+Data was filtered based on language identification, emoji based filtering, and for some high-resource languages using a language model. For more details on data filtering please refer to Section 5.2 (NLLB Team et al., 2022).
+
+
+### Source Data
+
+
+#### Initial Data Collection and Normalization
+
+Monolingual data was collected from the following sources:
+
+| Name in data | Source |
+|------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
+| afriberta | https://github.com/castorini/afriberta |
+| americasnlp | https://github.com/AmericasNLP/americasnlp2021/ |
+| bho_resources | https://github.com/shashwatup9k/bho-resources |
+| crawl-data/* | WET files from https://commoncrawl.org/the-data/get-started/ |
+| emcorpus | http://lepage-lab.ips.waseda.ac.jp/en/projects/meiteilon-manipuri-language-resources/ |
+| fbseed20220317 | https://github.com/facebookresearch/flores/tree/main/nllb_seed |
+| giossa_mono | https://github.com/sgongora27/giossa-gongora-guarani-2021 |
+| iitguwahati | https://github.com/priyanshu2103/Sanskrit-Hindi-Machine-Translation/tree/main/parallel-corpus |
+| indic | https://indicnlp.ai4bharat.org/corpora/ |
+| lacunaner | https://github.com/masakhane-io/lacuna_pos_ner/tree/main/language_corpus |
+| leipzig | Community corpora from https://wortschatz.uni-leipzig.de/en/download for each year available |
+| lowresmt2020 | https://github.com/panlingua/loresmt-2020 |
+| masakhanener | https://github.com/masakhane-io/masakhane-ner/tree/main/MasakhaNER2.0/data |
+| nchlt | https://repo.sadilar.org/handle/20.500.12185/299
https://repo.sadilar.org/handle/20.500.12185/302
https://repo.sadilar.org/handle/20.500.12185/306
https://repo.sadilar.org/handle/20.500.12185/308
https://repo.sadilar.org/handle/20.500.12185/309
https://repo.sadilar.org/handle/20.500.12185/312
https://repo.sadilar.org/handle/20.500.12185/314
https://repo.sadilar.org/handle/20.500.12185/315
https://repo.sadilar.org/handle/20.500.12185/321
https://repo.sadilar.org/handle/20.500.12185/325
https://repo.sadilar.org/handle/20.500.12185/328
https://repo.sadilar.org/handle/20.500.12185/330
https://repo.sadilar.org/handle/20.500.12185/332
https://repo.sadilar.org/handle/20.500.12185/334
https://repo.sadilar.org/handle/20.500.12185/336
https://repo.sadilar.org/handle/20.500.12185/337
https://repo.sadilar.org/handle/20.500.12185/341
https://repo.sadilar.org/handle/20.500.12185/343
https://repo.sadilar.org/handle/20.500.12185/346
https://repo.sadilar.org/handle/20.500.12185/348
https://repo.sadilar.org/handle/20.500.12185/353
https://repo.sadilar.org/handle/20.500.12185/355
https://repo.sadilar.org/handle/20.500.12185/357
https://repo.sadilar.org/handle/20.500.12185/359
https://repo.sadilar.org/handle/20.500.12185/362
https://repo.sadilar.org/handle/20.500.12185/364 |
+| paracrawl-2022-* | https://data.statmt.org/paracrawl/monolingual/ |
+| paracrawl9* | https://paracrawl.eu/moredata the monolingual release |
+| pmi | https://data.statmt.org/pmindia/ |
+| til | https://github.com/turkic-interlingua/til-mt/tree/master/til_corpus |
+| w2c | https://lindat.mff.cuni.cz/repository/xmlui/handle/11858/00-097C-0000-0022-6133-9 |
+| xlsum | https://github.com/csebuetnlp/xl-sum |
+
+#### Who are the source language producers?
+
+Text was collected from the web and various monolingual data sets, many of which are also web crawls. This may have been written by people, generated by templates, or in some cases be machine translation output.
+
+### Annotations
+
+#### Annotation process
+
+Parallel sentences in the monolingual data were identified using LASER3 encoders. (Heffernan et al., 2022)
+
+#### Who are the annotators?
+
+The data was not human annotated.
+
+### Personal and Sensitive Information
+
+Data may contain personally identifiable information, sensitive content, or toxic content that was publicly shared on the Internet.
+
+## Considerations for Using the Data
+
+### Social Impact of Dataset
+
+This dataset provides data for training machine learning systems for many languages that have low resources available for NLP.
+
+### Discussion of Biases
+
+Biases in the data have not been specifically studied, however as the original source of data is World Wide Web it is likely that the data has biases similar to those prevalent in the Internet. The data may also exhibit biases introduced by language identification and data filtering techniques; lower resource languages generally have lower accuracy.
+
+### Other Known Limitations
+
+Some of the translations are in fact machine translations. While some website machine translation tools are identifiable from HTML source, these tools were not filtered out en mass because raw HTML was not available from some sources and CommonCrawl processing started from WET files.
+
+## Additional Information
+
+### Dataset Curators
+
+The data was not curated.
+
+### Licensing Information
+
+The dataset is released under the terms of [ODC-BY](https://opendatacommons.org/licenses/by/1-0/). By using this, you are also bound to the respective Terms of Use and License of the original source.
+
+
+### Citation Information
+
+Schwenk et al, CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web. ACL https://aclanthology.org/2021.acl-long.507/
+Hefferman et al, Bitext Mining Using Distilled Sentence Representations for Low-Resource Languages. Arxiv https://arxiv.org/abs/2205.12654, 2022.
+NLLB Team et al, No Language Left Behind: Scaling Human-Centered Machine Translation, Arxiv https://arxiv.org/abs/2207.04672, 2022.
+
+### Contributions
+
+We thank the NLLB Meta AI team for open sourcing the meta data and instructions on how to use it with special thanks to Bapi Akula, Pierre Andrews, Onur Çelebi, Sergey Edunov, Kenneth Heafield, Philipp Koehn, Alex Mourachko, Safiyyah Saleem, Holger Schwenk, and Guillaume Wenzek. We also thank the AllenNLP team at AI2 for hosting and releasing this data, including Akshita Bhagia (for engineering efforts to host the data, and create the huggingface dataset), and Jesse Dodge (for organizing the connection).
diff --git a/dataset_infos.json b/dataset_infos.json
new file mode 100644
index 0000000000000000000000000000000000000000..02b2fb7b5a9624c2a919627a49d2c6c858f4c896
--- /dev/null
+++ b/dataset_infos.json
@@ -0,0 +1,5 @@
+{
+"ace_Latn-ban_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ace_Latn", "ban_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ace_Latn-ban_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 21963052, "num_examples": 48087, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ace_Latn-ban_Latn.gz": {"num_bytes": 7287787, "checksum": "b65cd615b05726a8620cec11ae70666165803670254201ca5360e457de439629"}}, "download_size": 7287787, "post_processing_size": null, "dataset_size": 21963052, "size_in_bytes": 29250839}, "ace_Latn-bjn_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ace_Latn", "bjn_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ace_Latn-bjn_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 22681347, "num_examples": 49121, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ace_Latn-bjn_Latn.gz": {"num_bytes": 7873289, "checksum": "9dbfa4268cca10f5032bfded5a9d0a44acb4e28ebbcc460d6d33315dc26a9a8e"}}, "download_size": 7873289, "post_processing_size": null, "dataset_size": 22681347, "size_in_bytes": 30554636}, "ace_Latn-bug_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ace_Latn", "bug_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ace_Latn-bug_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 22250987, "num_examples": 50485, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ace_Latn-bug_Latn.gz": {"num_bytes": 7253605, "checksum": "9cae9defd9e2bfd7df44e08c4dd1b288986a1c0b95535a35d7226193efd3b6cd"}}, "download_size": 7253605, "post_processing_size": null, "dataset_size": 22250987, "size_in_bytes": 29504592}, "ace_Latn-ceb_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ace_Latn", "ceb_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ace_Latn-ceb_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 68578558, "num_examples": 144870, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ace_Latn-ceb_Latn.gz": {"num_bytes": 22841572, "checksum": "9874758b3e7ba5835cae88cc3405b3332cc9691ccf5b371209c3a0d62894da07"}}, "download_size": 22841572, "post_processing_size": null, "dataset_size": 68578558, "size_in_bytes": 91420130}, "ace_Latn-eng_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ace_Latn", "eng_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ace_Latn-eng_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1140338981, "num_examples": 2443442, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ace_Latn-eng_Latn.gz": {"num_bytes": 413148869, "checksum": "3d5714972df6a3946c3dd0b0d1e37f5fd54fdfa23637d054f4aaae12c6e43095"}}, "download_size": 413148869, "post_processing_size": null, "dataset_size": 1140338981, "size_in_bytes": 1553487850}, "ace_Latn-fij_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ace_Latn", "fij_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ace_Latn-fij_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 25134255, "num_examples": 60634, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ace_Latn-fij_Latn.gz": {"num_bytes": 8238046, "checksum": "342cd2e6dbda7b931ce7e2cc6e37f3d8123af84354655cab19aa43c8d1a911ce"}}, "download_size": 8238046, "post_processing_size": null, "dataset_size": 25134255, "size_in_bytes": 33372301}, "ace_Latn-ilo_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ace_Latn", "ilo_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ace_Latn-ilo_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 42717185, "num_examples": 102220, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ace_Latn-ilo_Latn.gz": {"num_bytes": 14297639, "checksum": "141c554c69de3346c2aed045d884b77eeff4e66455d68558b75633af9790932e"}}, "download_size": 14297639, "post_processing_size": null, "dataset_size": 42717185, "size_in_bytes": 57014824}, "ace_Latn-jav_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ace_Latn", "jav_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ace_Latn-jav_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 57442355, "num_examples": 124566, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ace_Latn-jav_Latn.gz": {"num_bytes": 19731231, "checksum": "ba164b333ded3d1f4f6357f7403c6b67b509e58377fcedbec39fd6d90135b8c9"}}, "download_size": 19731231, "post_processing_size": null, "dataset_size": 57442355, "size_in_bytes": 77173586}, "ace_Latn-min_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ace_Latn", "min_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ace_Latn-min_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 16278196, "num_examples": 36362, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ace_Latn-min_Latn.gz": {"num_bytes": 5482065, "checksum": "6b366e734f13ad81eeff7d1613b5b289a2c4cfc53e17182f09384483d5e002b2"}}, "download_size": 5482065, "post_processing_size": null, "dataset_size": 16278196, "size_in_bytes": 21760261}, "ace_Latn-mri_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ace_Latn", "mri_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ace_Latn-mri_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 28470223, "num_examples": 63520, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ace_Latn-mri_Latn.gz": {"num_bytes": 9809709, "checksum": "0261a2bc0b2e8ba9550d3e23d778752e56d293a0ce90cf644435e9b86198021c"}}, "download_size": 9809709, "post_processing_size": null, "dataset_size": 28470223, "size_in_bytes": 38279932}, "ace_Latn-pag_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ace_Latn", "pag_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ace_Latn-pag_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 24543310, "num_examples": 63096, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ace_Latn-pag_Latn.gz": {"num_bytes": 8553828, "checksum": "4660be9666509d12c6df1542d2b4af35a0f661c761bb8ddf7231c8530051ef1a"}}, "download_size": 8553828, "post_processing_size": null, "dataset_size": 24543310, "size_in_bytes": 33097138}, "ace_Latn-plt_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ace_Latn", "plt_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ace_Latn-plt_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 57168554, "num_examples": 123590, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ace_Latn-plt_Latn.gz": {"num_bytes": 19026029, "checksum": "6508c3122f9da2c4c1a3ed4d123481ecf326b94cf9c33dad85d45b56cc6bb070"}}, "download_size": 19026029, "post_processing_size": null, "dataset_size": 57168554, "size_in_bytes": 76194583}, "ace_Latn-smo_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ace_Latn", "smo_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ace_Latn-smo_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 28546310, "num_examples": 63113, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ace_Latn-smo_Latn.gz": {"num_bytes": 9429035, "checksum": "5b1bd4fdb03f296e609d4db472c0078cc33dae17e7e1035fad073b84266fd31b"}}, "download_size": 9429035, "post_processing_size": null, "dataset_size": 28546310, "size_in_bytes": 37975345}, "ace_Latn-sun_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ace_Latn", "sun_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ace_Latn-sun_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 41279073, "num_examples": 89493, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ace_Latn-sun_Latn.gz": {"num_bytes": 14009049, "checksum": "073097add874904149ebe6537637569331c24eda8b06758d77b9cd3ff4feb1ba"}}, "download_size": 14009049, "post_processing_size": null, "dataset_size": 41279073, "size_in_bytes": 55288122}, "ace_Latn-war_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ace_Latn", "war_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ace_Latn-war_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 46441699, "num_examples": 116246, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ace_Latn-war_Latn.gz": {"num_bytes": 16319536, "checksum": "b2bebd6e5b86a16c24fb31a455fe6de4acfdaf579b8c7e923e0fc09b3d1f3c0b"}}, "download_size": 16319536, "post_processing_size": null, "dataset_size": 46441699, "size_in_bytes": 62761235}, "afr_Latn-aka_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["afr_Latn", "aka_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "afr_Latn-aka_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 45251946, "num_examples": 96786, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/afr_Latn-aka_Latn.gz": {"num_bytes": 15247538, "checksum": "d53b2e758ed858997aebedc88eff9297e0f89cc3ce8197ca4ef9f12dd70eca3c"}}, "download_size": 15247538, "post_processing_size": null, "dataset_size": 45251946, "size_in_bytes": 60499484}, "afr_Latn-amh_Ethi": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["afr_Latn", "amh_Ethi"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "afr_Latn-amh_Ethi", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1072318696, "num_examples": 2084061, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/afr_Latn-amh_Ethi.gz": {"num_bytes": 366189831, "checksum": "90e53a57fdb26b0153793caea6d216f27de5e3175e271a51470d982801e23d5a"}}, "download_size": 366189831, "post_processing_size": null, "dataset_size": 1072318696, "size_in_bytes": 1438508527}, "afr_Latn-bam_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["afr_Latn", "bam_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "afr_Latn-bam_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 57281259, "num_examples": 121707, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/afr_Latn-bam_Latn.gz": {"num_bytes": 21862500, "checksum": "632767fe4cd8f9d8fca1d5c736cf0538b802045eb55c80645502ed231cd798ef"}}, "download_size": 21862500, "post_processing_size": null, "dataset_size": 57281259, "size_in_bytes": 79143759}, "afr_Latn-bem_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["afr_Latn", "bem_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "afr_Latn-bem_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 160568921, "num_examples": 340946, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/afr_Latn-bem_Latn.gz": {"num_bytes": 57841563, "checksum": "ded3c0498ee3d8694d1f3b3e5fd16c7048cc5c015e8032e21f677b06da295455"}}, "download_size": 57841563, "post_processing_size": null, "dataset_size": 160568921, "size_in_bytes": 218410484}, "afr_Latn-cjk_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["afr_Latn", "cjk_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "afr_Latn-cjk_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 58569809, "num_examples": 127834, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/afr_Latn-cjk_Latn.gz": {"num_bytes": 20915506, "checksum": "d20584be23a96b55a5e0da06f46056236f0cc0c612716ddeef6e06a58394584d"}}, "download_size": 20915506, "post_processing_size": null, "dataset_size": 58569809, "size_in_bytes": 79485315}, "afr_Latn-dik_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["afr_Latn", "dik_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "afr_Latn-dik_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 51726255, "num_examples": 113793, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/afr_Latn-dik_Latn.gz": {"num_bytes": 19671991, "checksum": "19552111acc1ea2fe416e1a34be6c9daf53d4dfe613021a7820d371ebd29d14c"}}, "download_size": 19671991, "post_processing_size": null, "dataset_size": 51726255, "size_in_bytes": 71398246}, "afr_Latn-dyu_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["afr_Latn", "dyu_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "afr_Latn-dyu_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 56465643, "num_examples": 130823, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/afr_Latn-dyu_Latn.gz": {"num_bytes": 19807290, "checksum": "f5fc778db03fd1ba7408f7ddaaefa161c2905a05dd051e40d862e44e8c445b5c"}}, "download_size": 19807290, "post_processing_size": null, "dataset_size": 56465643, "size_in_bytes": 76272933}, "afr_Latn-eng_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["afr_Latn", "eng_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "afr_Latn-eng_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 19385884682, "num_examples": 39314717, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/afr_Latn-eng_Latn.gz": {"num_bytes": 6948661595, "checksum": "b5ad3af44285b76b3c3f67cb55dfe19efaaa943b7f541878ee6efe436d2d0906"}}, "download_size": 6948661595, "post_processing_size": null, "dataset_size": 19385884682, "size_in_bytes": 26334546277}, "afr_Latn-ewe_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["afr_Latn", "ewe_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "afr_Latn-ewe_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 280826594, "num_examples": 603861, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/afr_Latn-ewe_Latn.gz": {"num_bytes": 98825880, "checksum": "62010b0f787d9d1d7408e2de2cfbfb29eb109f9421dc30c0220bf55bc2795d2d"}}, "download_size": 98825880, "post_processing_size": null, "dataset_size": 280826594, "size_in_bytes": 379652474}, "afr_Latn-fon_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["afr_Latn", "fon_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "afr_Latn-fon_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 114061047, "num_examples": 250256, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/afr_Latn-fon_Latn.gz": {"num_bytes": 42816123, "checksum": "1832d76d82f9804ae0583c1c5967a6627f5d7dd92c6c47617d5448f2959016c8"}}, "download_size": 42816123, "post_processing_size": null, "dataset_size": 114061047, "size_in_bytes": 156877170}, "afr_Latn-fra_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["afr_Latn", "fra_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "afr_Latn-fra_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 4972110201, "num_examples": 9586310, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/afr_Latn-fra_Latn.gz": {"num_bytes": 1813813608, "checksum": "52952069a85aacae3bdf2903ec5a76c9af5a43f35d2f952d1c3c32462063c232"}}, "download_size": 1813813608, "post_processing_size": null, "dataset_size": 4972110201, "size_in_bytes": 6785923809}, "afr_Latn-fuv_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["afr_Latn", "fuv_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "afr_Latn-fuv_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 73145094, "num_examples": 168993, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/afr_Latn-fuv_Latn.gz": {"num_bytes": 26823373, "checksum": "08f4aebcaa5acad13e8334d5dca036271ddb6b0e7ceebba15e08d245b008ffa1"}}, "download_size": 26823373, "post_processing_size": null, "dataset_size": 73145094, "size_in_bytes": 99968467}, "afr_Latn-gaz_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["afr_Latn", "gaz_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "afr_Latn-gaz_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 202059652, "num_examples": 471696, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/afr_Latn-gaz_Latn.gz": {"num_bytes": 75737319, "checksum": "9a8b2f0ebe0e7b73253c96518b85815347b9317a8e7d12fb33e17dc4e28046ff"}}, "download_size": 75737319, "post_processing_size": null, "dataset_size": 202059652, "size_in_bytes": 277796971}, "afr_Latn-hau_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["afr_Latn", "hau_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "afr_Latn-hau_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 861362798, "num_examples": 1915829, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/afr_Latn-hau_Latn.gz": {"num_bytes": 315004883, "checksum": "b6c3bb56720285e9b6fecaaf2f9cf8ace00d7f28f15d50c3647817c35146a141"}}, "download_size": 315004883, "post_processing_size": null, "dataset_size": 861362798, "size_in_bytes": 1176367681}, "afr_Latn-ibo_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["afr_Latn", "ibo_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "afr_Latn-ibo_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 362703606, "num_examples": 820401, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/afr_Latn-ibo_Latn.gz": {"num_bytes": 129387987, "checksum": "d37b648dfd31e5b87d3aeecd20a327065c31e396e8de984678edca9cb0049e11"}}, "download_size": 129387987, "post_processing_size": null, "dataset_size": 362703606, "size_in_bytes": 492091593}, "afr_Latn-kam_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["afr_Latn", "kam_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "afr_Latn-kam_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 48180997, "num_examples": 99195, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/afr_Latn-kam_Latn.gz": {"num_bytes": 15979413, "checksum": "fbcbfd31ac85ed7d97a852c69de802691553419ae56f04f8c4b41041e06bdbd4"}}, "download_size": 15979413, "post_processing_size": null, "dataset_size": 48180997, "size_in_bytes": 64160410}, "afr_Latn-kik_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["afr_Latn", "kik_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "afr_Latn-kik_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 59468139, "num_examples": 127764, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/afr_Latn-kik_Latn.gz": {"num_bytes": 20037677, "checksum": "fc5d3afce7810102be24d88bf1cce6143f79ad19cf6b95a2e0c590a3b9e67918"}}, "download_size": 20037677, "post_processing_size": null, "dataset_size": 59468139, "size_in_bytes": 79505816}, "afr_Latn-kin_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["afr_Latn", "kin_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "afr_Latn-kin_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 503910431, "num_examples": 1042316, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/afr_Latn-kin_Latn.gz": {"num_bytes": 187159322, "checksum": "9e9ae617c1a66f8468a3bdc25e86dbb18c96eeaab5a1f0f9d53610a688c5ba58"}}, "download_size": 187159322, "post_processing_size": null, "dataset_size": 503910431, "size_in_bytes": 691069753}, "afr_Latn-kmb_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["afr_Latn", "kmb_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "afr_Latn-kmb_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 55662167, "num_examples": 115415, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/afr_Latn-kmb_Latn.gz": {"num_bytes": 19132983, "checksum": "b0095115d3d319e88025d9055ad8d5e522c86a8749572cbbe2adc46933a6646d"}}, "download_size": 19132983, "post_processing_size": null, "dataset_size": 55662167, "size_in_bytes": 74795150}, "afr_Latn-knc_Arab": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["afr_Latn", "knc_Arab"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "afr_Latn-knc_Arab", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 905520978, "num_examples": 1516165, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/afr_Latn-knc_Arab.gz": {"num_bytes": 321550354, "checksum": "cf5c974e5a816e133a9f5250073649834702a355ee6b2e308f9d0e433f3c8edd"}}, "download_size": 321550354, "post_processing_size": null, "dataset_size": 905520978, "size_in_bytes": 1227071332}, "afr_Latn-knc_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["afr_Latn", "knc_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "afr_Latn-knc_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 46904108, "num_examples": 101078, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/afr_Latn-knc_Latn.gz": {"num_bytes": 17937149, "checksum": "32eb425d134f365989a5d7fc71f80ee103d4807bead3925743e520602528712b"}}, "download_size": 17937149, "post_processing_size": null, "dataset_size": 46904108, "size_in_bytes": 64841257}, "afr_Latn-kon_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["afr_Latn", "kon_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "afr_Latn-kon_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 89821107, "num_examples": 199797, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/afr_Latn-kon_Latn.gz": {"num_bytes": 31308834, "checksum": "10cc940173cadf44fc7e4700d02f6d0320cab38825a0ce1b1904b12d0bd4a91e"}}, "download_size": 31308834, "post_processing_size": null, "dataset_size": 89821107, "size_in_bytes": 121129941}, "afr_Latn-lin_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["afr_Latn", "lin_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "afr_Latn-lin_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 157530673, "num_examples": 346128, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/afr_Latn-lin_Latn.gz": {"num_bytes": 56325827, "checksum": "a2324ea55b3d3d95226fa38949c4923ed73b9662d6976c58bde2999494a7ce8d"}}, "download_size": 56325827, "post_processing_size": null, "dataset_size": 157530673, "size_in_bytes": 213856500}, "afr_Latn-lua_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["afr_Latn", "lua_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "afr_Latn-lua_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 126229291, "num_examples": 272614, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/afr_Latn-lua_Latn.gz": {"num_bytes": 44532420, "checksum": "7abf9d2de52bb78a66caaf58f2dfd916bdd05816791f818405d83fe1c83bd4e7"}}, "download_size": 44532420, "post_processing_size": null, "dataset_size": 126229291, "size_in_bytes": 170761711}, "afr_Latn-lug_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["afr_Latn", "lug_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "afr_Latn-lug_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 218111554, "num_examples": 477039, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/afr_Latn-lug_Latn.gz": {"num_bytes": 81218898, "checksum": "9f039851cecb93af5bb4b1c057fcd9613f221f26cb2c2c7b4ac7ece03dc96c1b"}}, "download_size": 81218898, "post_processing_size": null, "dataset_size": 218111554, "size_in_bytes": 299330452}, "afr_Latn-luo_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["afr_Latn", "luo_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "afr_Latn-luo_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 140087311, "num_examples": 309309, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/afr_Latn-luo_Latn.gz": {"num_bytes": 50999903, "checksum": "0fc6341abe7ddc3bc053f99558e00ee7a3ef3db2f080005469776b8dd9d78b33"}}, "download_size": 50999903, "post_processing_size": null, "dataset_size": 140087311, "size_in_bytes": 191087214}, "afr_Latn-nso_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["afr_Latn", "nso_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "afr_Latn-nso_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 174567894, "num_examples": 408589, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/afr_Latn-nso_Latn.gz": {"num_bytes": 63136451, "checksum": "09a6674c5ff511a51560b206821ca9a13c2cfdc0c212285690dcfda0cbe86cf8"}}, "download_size": 63136451, "post_processing_size": null, "dataset_size": 174567894, "size_in_bytes": 237704345}, "afr_Latn-nus_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["afr_Latn", "nus_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "afr_Latn-nus_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 22993098, "num_examples": 51337, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/afr_Latn-nus_Latn.gz": {"num_bytes": 8575516, "checksum": "f36f0780222d65d59a9c11913da9ad6f2a016473bb4d1e38c441e47cb973cd65"}}, "download_size": 8575516, "post_processing_size": null, "dataset_size": 22993098, "size_in_bytes": 31568614}, "afr_Latn-nya_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["afr_Latn", "nya_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "afr_Latn-nya_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 563864442, "num_examples": 1149573, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/afr_Latn-nya_Latn.gz": {"num_bytes": 204108614, "checksum": "95c0c766067b166dc335328c5589288e5a93f4f5defa53020df60c5d11f205b6"}}, "download_size": 204108614, "post_processing_size": null, "dataset_size": 563864442, "size_in_bytes": 767973056}, "afr_Latn-run_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["afr_Latn", "run_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "afr_Latn-run_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 261249497, "num_examples": 538952, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/afr_Latn-run_Latn.gz": {"num_bytes": 95288568, "checksum": "fd5856d69b0e30d215b0859ba90cc4b141a4e21724484a2c45170e3853e81133"}}, "download_size": 95288568, "post_processing_size": null, "dataset_size": 261249497, "size_in_bytes": 356538065}, "afr_Latn-sna_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["afr_Latn", "sna_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "afr_Latn-sna_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 634659954, "num_examples": 1293875, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/afr_Latn-sna_Latn.gz": {"num_bytes": 228672213, "checksum": "d293aa664352e533feb690b5e1b352c77ad89fe9cb3d8674a9577faea5e654d8"}}, "download_size": 228672213, "post_processing_size": null, "dataset_size": 634659954, "size_in_bytes": 863332167}, "afr_Latn-som_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["afr_Latn", "som_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "afr_Latn-som_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 609574054, "num_examples": 1432523, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/afr_Latn-som_Latn.gz": {"num_bytes": 231780257, "checksum": "1698b977f5599d8639e5a2c4cc0d07d32b2dedd104e7d0e46cc94e3463d6de63"}}, "download_size": 231780257, "post_processing_size": null, "dataset_size": 609574054, "size_in_bytes": 841354311}, "afr_Latn-sot_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["afr_Latn", "sot_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "afr_Latn-sot_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 601320801, "num_examples": 1233451, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/afr_Latn-sot_Latn.gz": {"num_bytes": 215755891, "checksum": "a7aceaf67632b4bd8a8224ac7e5d0458b79989038815502e5cd212692a5d89e9"}}, "download_size": 215755891, "post_processing_size": null, "dataset_size": 601320801, "size_in_bytes": 817076692}, "afr_Latn-ssw_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["afr_Latn", "ssw_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "afr_Latn-ssw_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 77409003, "num_examples": 184251, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/afr_Latn-ssw_Latn.gz": {"num_bytes": 28299919, "checksum": "b0c9e084d5ce39daf2377e78608a4379650efc061f74daf012a5bf198c5fa9b7"}}, "download_size": 28299919, "post_processing_size": null, "dataset_size": 77409003, "size_in_bytes": 105708922}, "afr_Latn-swh_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["afr_Latn", "swh_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "afr_Latn-swh_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1260100065, "num_examples": 2454143, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/afr_Latn-swh_Latn.gz": {"num_bytes": 453475260, "checksum": "395532a853afb0da5cd39be31d7bdb9d22395463be8ed81ba4ce63bc5c63a16b"}}, "download_size": 453475260, "post_processing_size": null, "dataset_size": 1260100065, "size_in_bytes": 1713575325}, "afr_Latn-tir_Ethi": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["afr_Latn", "tir_Ethi"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "afr_Latn-tir_Ethi", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 251147324, "num_examples": 454330, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/afr_Latn-tir_Ethi.gz": {"num_bytes": 85175609, "checksum": "a8ec1cd8a46c6b343a05ad94adf1af1f5dcd4a1da36fda3916ca3a151687f775"}}, "download_size": 85175609, "post_processing_size": null, "dataset_size": 251147324, "size_in_bytes": 336322933}, "afr_Latn-tsn_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["afr_Latn", "tsn_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "afr_Latn-tsn_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 349093787, "num_examples": 779255, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/afr_Latn-tsn_Latn.gz": {"num_bytes": 125682504, "checksum": "32d0579db132a5e45d43cd49a2ce5fef80b264f7fbd3486994dc28d9450375a1"}}, "download_size": 125682504, "post_processing_size": null, "dataset_size": 349093787, "size_in_bytes": 474776291}, "afr_Latn-tso_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["afr_Latn", "tso_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "afr_Latn-tso_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 260793148, "num_examples": 554518, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/afr_Latn-tso_Latn.gz": {"num_bytes": 92743220, "checksum": "df8717c004ca43397f5d15e95b6a80220ab99525b876890915e880bad49e8a02"}}, "download_size": 92743220, "post_processing_size": null, "dataset_size": 260793148, "size_in_bytes": 353536368}, "afr_Latn-tum_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["afr_Latn", "tum_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "afr_Latn-tum_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 190332200, "num_examples": 407317, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/afr_Latn-tum_Latn.gz": {"num_bytes": 66709519, "checksum": "38ce011275e986ce88a128d174bb86e7d65854c6f381750d352f20c3bca0116d"}}, "download_size": 66709519, "post_processing_size": null, "dataset_size": 190332200, "size_in_bytes": 257041719}, "afr_Latn-twi_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["afr_Latn", "twi_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "afr_Latn-twi_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 256138851, "num_examples": 567621, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/afr_Latn-twi_Latn.gz": {"num_bytes": 92551210, "checksum": "201f16102428012148f21313fa52090f6fbbe54c63ddabb99cb4e4cdd72bc116"}}, "download_size": 92551210, "post_processing_size": null, "dataset_size": 256138851, "size_in_bytes": 348690061}, "afr_Latn-umb_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["afr_Latn", "umb_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "afr_Latn-umb_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 96804136, "num_examples": 205246, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/afr_Latn-umb_Latn.gz": {"num_bytes": 34504695, "checksum": "569aac4b7bf58dfa29887199a50d75cde932a6d99f51a7ba8a00c66329fe802a"}}, "download_size": 34504695, "post_processing_size": null, "dataset_size": 96804136, "size_in_bytes": 131308831}, "afr_Latn-wol_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["afr_Latn", "wol_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "afr_Latn-wol_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 104754500, "num_examples": 237043, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/afr_Latn-wol_Latn.gz": {"num_bytes": 39294122, "checksum": "aae7b069b4d4b2134e563a5e2e5787423f3605820d5fddbcdb681f90a7cf6869"}}, "download_size": 39294122, "post_processing_size": null, "dataset_size": 104754500, "size_in_bytes": 144048622}, "afr_Latn-xho_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["afr_Latn", "xho_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "afr_Latn-xho_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 622810349, "num_examples": 1361566, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/afr_Latn-xho_Latn.gz": {"num_bytes": 230301134, "checksum": "ede5e0743f2eec083e6641ab831fdca547815465d6aa5b43af0caf64866aaff6"}}, "download_size": 230301134, "post_processing_size": null, "dataset_size": 622810349, "size_in_bytes": 853111483}, "afr_Latn-yor_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["afr_Latn", "yor_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "afr_Latn-yor_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 788197926, "num_examples": 1775488, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/afr_Latn-yor_Latn.gz": {"num_bytes": 300236530, "checksum": "c0363da30469a987dcaf7536dbddc6332991c1e99f6d93de2432c65caf0c7112"}}, "download_size": 300236530, "post_processing_size": null, "dataset_size": 788197926, "size_in_bytes": 1088434456}, "afr_Latn-zul_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["afr_Latn", "zul_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "afr_Latn-zul_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 847091095, "num_examples": 1771278, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/afr_Latn-zul_Latn.gz": {"num_bytes": 308228487, "checksum": "a17255f2c8f108460bb264126a8604e2b14335fb910417c8b8bf2bd111bb492c"}}, "download_size": 308228487, "post_processing_size": null, "dataset_size": 847091095, "size_in_bytes": 1155319582}, "aka_Latn-amh_Ethi": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["aka_Latn", "amh_Ethi"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "aka_Latn-amh_Ethi", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 51747510, "num_examples": 101523, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/aka_Latn-amh_Ethi.gz": {"num_bytes": 14883315, "checksum": "b25d089ad56d0d7dc8bddf5eac234f11511d81a1e96a093890def86a10595b18"}}, "download_size": 14883315, "post_processing_size": null, "dataset_size": 51747510, "size_in_bytes": 66630825}, "aka_Latn-bam_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["aka_Latn", "bam_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "aka_Latn-bam_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 7249343, "num_examples": 14267, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/aka_Latn-bam_Latn.gz": {"num_bytes": 2569755, "checksum": "e5c901b13827bea06a9e2c151aaa95fb749da07ada8bac888dd575247de6c61f"}}, "download_size": 2569755, "post_processing_size": null, "dataset_size": 7249343, "size_in_bytes": 9819098}, "aka_Latn-bem_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["aka_Latn", "bem_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "aka_Latn-bem_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 17192948, "num_examples": 34555, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/aka_Latn-bem_Latn.gz": {"num_bytes": 5824422, "checksum": "7c7c835b1407cc7124c2a0ab5084c633e671cc8e6ceb10188a7b35cb795da6f5"}}, "download_size": 5824422, "post_processing_size": null, "dataset_size": 17192948, "size_in_bytes": 23017370}, "aka_Latn-cjk_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["aka_Latn", "cjk_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "aka_Latn-cjk_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 8705129, "num_examples": 17355, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/aka_Latn-cjk_Latn.gz": {"num_bytes": 2976860, "checksum": "212470fa5d89082713313f32b2abdea2c5abe0c44f9dec6c2836ba8b64cd517c"}}, "download_size": 2976860, "post_processing_size": null, "dataset_size": 8705129, "size_in_bytes": 11681989}, "aka_Latn-dik_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["aka_Latn", "dik_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "aka_Latn-dik_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 6564529, "num_examples": 13572, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/aka_Latn-dik_Latn.gz": {"num_bytes": 2280231, "checksum": "9a9ed82078d25021e2632e45f80bd9189add352eb92c7a1a8435c32a77c63f61"}}, "download_size": 2280231, "post_processing_size": null, "dataset_size": 6564529, "size_in_bytes": 8844760}, "aka_Latn-dyu_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["aka_Latn", "dyu_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "aka_Latn-dyu_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 9117056, "num_examples": 19101, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/aka_Latn-dyu_Latn.gz": {"num_bytes": 3010238, "checksum": "23f8ee2c1047e0fd0db1201b520f9948fff037330f69545a8e8c03ff29c97f54"}}, "download_size": 3010238, "post_processing_size": null, "dataset_size": 9117056, "size_in_bytes": 12127294}, "aka_Latn-eng_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["aka_Latn", "eng_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "aka_Latn-eng_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 65085014, "num_examples": 133151, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/aka_Latn-eng_Latn.gz": {"num_bytes": 21338767, "checksum": "b83a378c4caa97bc312be5fd0cb4f8e00200be75458126496afe4fa09d0fab35"}}, "download_size": 21338767, "post_processing_size": null, "dataset_size": 65085014, "size_in_bytes": 86423781}, "aka_Latn-ewe_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["aka_Latn", "ewe_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "aka_Latn-ewe_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 31036422, "num_examples": 64269, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/aka_Latn-ewe_Latn.gz": {"num_bytes": 10383470, "checksum": "db6c3948c430ebd6b43e8b5fb10f9565fb951443bed70f8228e918267978a00e"}}, "download_size": 10383470, "post_processing_size": null, "dataset_size": 31036422, "size_in_bytes": 41419892}, "aka_Latn-fon_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["aka_Latn", "fon_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "aka_Latn-fon_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 20895721, "num_examples": 46382, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/aka_Latn-fon_Latn.gz": {"num_bytes": 6535519, "checksum": "cd45ef63724f0997e543c77ec1ae64af58e538ad666acc0fec2b30bb334a363f"}}, "download_size": 6535519, "post_processing_size": null, "dataset_size": 20895721, "size_in_bytes": 27431240}, "aka_Latn-fra_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["aka_Latn", "fra_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "aka_Latn-fra_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 155405799, "num_examples": 309911, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/aka_Latn-fra_Latn.gz": {"num_bytes": 51597952, "checksum": "42b206add2903eee192e4fcded084c31bee72f774f4684b486995a4fb91f5f76"}}, "download_size": 51597952, "post_processing_size": null, "dataset_size": 155405799, "size_in_bytes": 207003751}, "aka_Latn-fuv_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["aka_Latn", "fuv_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "aka_Latn-fuv_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 6664615, "num_examples": 14234, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/aka_Latn-fuv_Latn.gz": {"num_bytes": 2321299, "checksum": "339adfbe3bab1caa47b955739988d8f337816d3d84ab022004dcae388801a206"}}, "download_size": 2321299, "post_processing_size": null, "dataset_size": 6664615, "size_in_bytes": 8985914}, "aka_Latn-gaz_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["aka_Latn", "gaz_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "aka_Latn-gaz_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 20586294, "num_examples": 47078, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/aka_Latn-gaz_Latn.gz": {"num_bytes": 6987410, "checksum": "e43cc206eff4979ea04552f531907310714520c7612b7e91625943053cea53fb"}}, "download_size": 6987410, "post_processing_size": null, "dataset_size": 20586294, "size_in_bytes": 27573704}, "aka_Latn-hau_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["aka_Latn", "hau_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "aka_Latn-hau_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 44170340, "num_examples": 98876, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/aka_Latn-hau_Latn.gz": {"num_bytes": 15084867, "checksum": "74352ca4023af82548a4705da5a320e00a062bfc87299ee9d114b96aa32dd84f"}}, "download_size": 15084867, "post_processing_size": null, "dataset_size": 44170340, "size_in_bytes": 59255207}, "aka_Latn-ibo_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["aka_Latn", "ibo_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "aka_Latn-ibo_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 17020005, "num_examples": 39244, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/aka_Latn-ibo_Latn.gz": {"num_bytes": 5822798, "checksum": "4667db5c6873e4c457d1b0c4ed101392c3418cfa52fa9e44054ba97c25d532c6"}}, "download_size": 5822798, "post_processing_size": null, "dataset_size": 17020005, "size_in_bytes": 22842803}, "aka_Latn-kam_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["aka_Latn", "kam_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "aka_Latn-kam_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 6461808, "num_examples": 11522, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/aka_Latn-kam_Latn.gz": {"num_bytes": 2060213, "checksum": "5606e18f9ad9d8ac6fe75343759077b7e2ee1f904e52cacdb202ef7ef5c030cf"}}, "download_size": 2060213, "post_processing_size": null, "dataset_size": 6461808, "size_in_bytes": 8522021}, "aka_Latn-kik_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["aka_Latn", "kik_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "aka_Latn-kik_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 7147069, "num_examples": 13930, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/aka_Latn-kik_Latn.gz": {"num_bytes": 2289659, "checksum": "1ac567dae288f1bd305ec7329ec51d6af365938dfa2c94565040bff86403d8cc"}}, "download_size": 2289659, "post_processing_size": null, "dataset_size": 7147069, "size_in_bytes": 9436728}, "aka_Latn-kin_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["aka_Latn", "kin_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "aka_Latn-kin_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 32209224, "num_examples": 67130, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/aka_Latn-kin_Latn.gz": {"num_bytes": 11172709, "checksum": "bfec55ee3086badb089d5c858eb24a29d59d4d0303c9823c377a055c9cffbfe5"}}, "download_size": 11172709, "post_processing_size": null, "dataset_size": 32209224, "size_in_bytes": 43381933}, "aka_Latn-kmb_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["aka_Latn", "kmb_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "aka_Latn-kmb_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 8214205, "num_examples": 15566, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/aka_Latn-kmb_Latn.gz": {"num_bytes": 2723976, "checksum": "a2c76e92bafbfae68d3e038a1fb926b092526fada0dd814c1d80c9faf63992f2"}}, "download_size": 2723976, "post_processing_size": null, "dataset_size": 8214205, "size_in_bytes": 10938181}, "aka_Latn-knc_Arab": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["aka_Latn", "knc_Arab"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "aka_Latn-knc_Arab", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 104951720, "num_examples": 166729, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/aka_Latn-knc_Arab.gz": {"num_bytes": 34042110, "checksum": "fd993d89ebab50ab27630277d7d25a54ea9c0607c6ac9f37d75bbb85b746bef5"}}, "download_size": 34042110, "post_processing_size": null, "dataset_size": 104951720, "size_in_bytes": 138993830}, "aka_Latn-knc_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["aka_Latn", "knc_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "aka_Latn-knc_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 8515255, "num_examples": 17201, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/aka_Latn-knc_Latn.gz": {"num_bytes": 2977929, "checksum": "9496eb22b6777239971f8699b9ea2d17a1128d60a6f32673fe1f5c9d1e190cf7"}}, "download_size": 2977929, "post_processing_size": null, "dataset_size": 8515255, "size_in_bytes": 11493184}, "aka_Latn-kon_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["aka_Latn", "kon_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "aka_Latn-kon_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 11320476, "num_examples": 23039, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/aka_Latn-kon_Latn.gz": {"num_bytes": 3776253, "checksum": "29b73551b523950fd2a4125b4767be0b4ddda4db13db00cc3f191b40cd5aa1d7"}}, "download_size": 3776253, "post_processing_size": null, "dataset_size": 11320476, "size_in_bytes": 15096729}, "aka_Latn-lin_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["aka_Latn", "lin_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "aka_Latn-lin_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 17264189, "num_examples": 36203, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/aka_Latn-lin_Latn.gz": {"num_bytes": 5872063, "checksum": "a2685e822886b2a086e7e56caaaa4db1bb5dac2439588697c9a08e429ee6bfd6"}}, "download_size": 5872063, "post_processing_size": null, "dataset_size": 17264189, "size_in_bytes": 23136252}, "aka_Latn-lua_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["aka_Latn", "lua_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "aka_Latn-lua_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 16395046, "num_examples": 33795, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/aka_Latn-lua_Latn.gz": {"num_bytes": 5442206, "checksum": "039c89c5e6d26fe181dae07c1a114c87ea461e29b2f124e15167f03e64d92645"}}, "download_size": 5442206, "post_processing_size": null, "dataset_size": 16395046, "size_in_bytes": 21837252}, "aka_Latn-lug_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["aka_Latn", "lug_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "aka_Latn-lug_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 21688541, "num_examples": 45950, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/aka_Latn-lug_Latn.gz": {"num_bytes": 7467755, "checksum": "f6aa84fcd162cc183bf3f9a86a2ee938c712bef0d8d40adbd82dcf6342fea3e8"}}, "download_size": 7467755, "post_processing_size": null, "dataset_size": 21688541, "size_in_bytes": 29156296}, "aka_Latn-luo_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["aka_Latn", "luo_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "aka_Latn-luo_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 15877073, "num_examples": 32769, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/aka_Latn-luo_Latn.gz": {"num_bytes": 5453176, "checksum": "671c7152363cad4649e86c5693d94be939cb890aee6ec9cfbab77693c1b31996"}}, "download_size": 5453176, "post_processing_size": null, "dataset_size": 15877073, "size_in_bytes": 21330249}, "aka_Latn-nso_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["aka_Latn", "nso_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "aka_Latn-nso_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 20977195, "num_examples": 46138, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/aka_Latn-nso_Latn.gz": {"num_bytes": 6994609, "checksum": "18a6948a32317de8cf28e6d107583806eea4f3d549e968f094d068dfab264ae9"}}, "download_size": 6994609, "post_processing_size": null, "dataset_size": 20977195, "size_in_bytes": 27971804}, "aka_Latn-nus_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["aka_Latn", "nus_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "aka_Latn-nus_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 4280176, "num_examples": 8534, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/aka_Latn-nus_Latn.gz": {"num_bytes": 1475670, "checksum": "997daa4e8fa0c5310dbb00cb5f31c72134063288da38b943206153168b602aa1"}}, "download_size": 1475670, "post_processing_size": null, "dataset_size": 4280176, "size_in_bytes": 5755846}, "aka_Latn-nya_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["aka_Latn", "nya_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "aka_Latn-nya_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 25562526, "num_examples": 52335, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/aka_Latn-nya_Latn.gz": {"num_bytes": 8653872, "checksum": "8cd3d0ab1ff53802a32525196c43ebd4eb8ab3f704e91acde7919b63970c3537"}}, "download_size": 8653872, "post_processing_size": null, "dataset_size": 25562526, "size_in_bytes": 34216398}, "aka_Latn-run_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["aka_Latn", "run_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "aka_Latn-run_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 23784586, "num_examples": 47706, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/aka_Latn-run_Latn.gz": {"num_bytes": 8215896, "checksum": "c6c68fb02b9234a51e15e52f64737426b05d3b7c2025cf7fe992b25a1203de24"}}, "download_size": 8215896, "post_processing_size": null, "dataset_size": 23784586, "size_in_bytes": 32000482}, "aka_Latn-sna_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["aka_Latn", "sna_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "aka_Latn-sna_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 32521711, "num_examples": 68092, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/aka_Latn-sna_Latn.gz": {"num_bytes": 10939947, "checksum": "7b80f7607bceb0bf3313452d020e1fe13a39d89b78c0e72307fd2bfb24e26363"}}, "download_size": 10939947, "post_processing_size": null, "dataset_size": 32521711, "size_in_bytes": 43461658}, "aka_Latn-som_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["aka_Latn", "som_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "aka_Latn-som_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 33729129, "num_examples": 78259, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/aka_Latn-som_Latn.gz": {"num_bytes": 11663526, "checksum": "07df7a1d0f4cd10e9644931688b498a8167fc374f78906d899278e050e15cc6b"}}, "download_size": 11663526, "post_processing_size": null, "dataset_size": 33729129, "size_in_bytes": 45392655}, "aka_Latn-sot_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["aka_Latn", "sot_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "aka_Latn-sot_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 28735008, "num_examples": 61113, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/aka_Latn-sot_Latn.gz": {"num_bytes": 9704662, "checksum": "9f58120a623b056cdb87179714340ac2c3249a166ff0c40ee4edfba36a10cde8"}}, "download_size": 9704662, "post_processing_size": null, "dataset_size": 28735008, "size_in_bytes": 38439670}, "aka_Latn-ssw_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["aka_Latn", "ssw_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "aka_Latn-ssw_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 8694426, "num_examples": 19251, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/aka_Latn-ssw_Latn.gz": {"num_bytes": 2939865, "checksum": "34490a6043710011af28c99142c2c28b3ca7e908565d97f3526d5bbead73c3db"}}, "download_size": 2939865, "post_processing_size": null, "dataset_size": 8694426, "size_in_bytes": 11634291}, "aka_Latn-swh_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["aka_Latn", "swh_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "aka_Latn-swh_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 80207392, "num_examples": 165350, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/aka_Latn-swh_Latn.gz": {"num_bytes": 26235765, "checksum": "3ae2241ebdaf2e7d8d6a0c8c9719faeeab14b0012c27ff8fd78630a8e0efa887"}}, "download_size": 26235765, "post_processing_size": null, "dataset_size": 80207392, "size_in_bytes": 106443157}, "aka_Latn-tir_Ethi": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["aka_Latn", "tir_Ethi"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "aka_Latn-tir_Ethi", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 19523449, "num_examples": 33956, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/aka_Latn-tir_Ethi.gz": {"num_bytes": 6218864, "checksum": "7bd57ff4b410565f52bb853c9b90b7187c32fc8ec7fb72e7a097e1301a3b1078"}}, "download_size": 6218864, "post_processing_size": null, "dataset_size": 19523449, "size_in_bytes": 25742313}, "aka_Latn-tsn_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["aka_Latn", "tsn_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "aka_Latn-tsn_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 25534655, "num_examples": 54079, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/aka_Latn-tsn_Latn.gz": {"num_bytes": 8591993, "checksum": "e89f2aca5c5718e32b03e10ad668dcb651c58cceeaa00ea24432b0dc06e8f768"}}, "download_size": 8591993, "post_processing_size": null, "dataset_size": 25534655, "size_in_bytes": 34126648}, "aka_Latn-tso_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["aka_Latn", "tso_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "aka_Latn-tso_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 24781880, "num_examples": 51276, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/aka_Latn-tso_Latn.gz": {"num_bytes": 8322881, "checksum": "6c4fbc193a9214b06346a39d4f3953edb988e409561e6e3772a679e1b1b8ad6d"}}, "download_size": 8322881, "post_processing_size": null, "dataset_size": 24781880, "size_in_bytes": 33104761}, "aka_Latn-tum_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["aka_Latn", "tum_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "aka_Latn-tum_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 18106019, "num_examples": 36800, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/aka_Latn-tum_Latn.gz": {"num_bytes": 6043781, "checksum": "1200d1927015966eda390c3394e6a4b7f4a915099cbd1695252550b19583c03c"}}, "download_size": 6043781, "post_processing_size": null, "dataset_size": 18106019, "size_in_bytes": 24149800}, "aka_Latn-twi_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["aka_Latn", "twi_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "aka_Latn-twi_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 36460606, "num_examples": 76664, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/aka_Latn-twi_Latn.gz": {"num_bytes": 12200865, "checksum": "f6d307c62679fe7ba67b25c864b7a2d508735b5e2cede3a250a6396cf5d20a1a"}}, "download_size": 12200865, "post_processing_size": null, "dataset_size": 36460606, "size_in_bytes": 48661471}, "aka_Latn-umb_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["aka_Latn", "umb_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "aka_Latn-umb_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 11481202, "num_examples": 22651, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/aka_Latn-umb_Latn.gz": {"num_bytes": 3954253, "checksum": "f06a49b7c1157086fad6170b3ac4085baba68de1352dffa41b9cbc58fb337961"}}, "download_size": 3954253, "post_processing_size": null, "dataset_size": 11481202, "size_in_bytes": 15435455}, "aka_Latn-wol_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["aka_Latn", "wol_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "aka_Latn-wol_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 18026289, "num_examples": 39021, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/aka_Latn-wol_Latn.gz": {"num_bytes": 5790648, "checksum": "188850df42c5836c9bf431eb8003a1dceeacf6a12b040d68027c0754c342def2"}}, "download_size": 5790648, "post_processing_size": null, "dataset_size": 18026289, "size_in_bytes": 23816937}, "aka_Latn-xho_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["aka_Latn", "xho_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "aka_Latn-xho_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 32272299, "num_examples": 70562, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/aka_Latn-xho_Latn.gz": {"num_bytes": 11199918, "checksum": "31cc055f5dee2edf18fc270b34d01900627dfafce44b9d65675bf7b41f330e0a"}}, "download_size": 11199918, "post_processing_size": null, "dataset_size": 32272299, "size_in_bytes": 43472217}, "aka_Latn-yor_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["aka_Latn", "yor_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "aka_Latn-yor_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 48602649, "num_examples": 113776, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/aka_Latn-yor_Latn.gz": {"num_bytes": 16329988, "checksum": "31d2f7c64f5e93cb3b987e05cac8877087e65b89f5147415b6b723b2dfb20b48"}}, "download_size": 16329988, "post_processing_size": null, "dataset_size": 48602649, "size_in_bytes": 64932637}, "aka_Latn-zul_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["aka_Latn", "zul_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "aka_Latn-zul_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 38375966, "num_examples": 82123, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/aka_Latn-zul_Latn.gz": {"num_bytes": 12990367, "checksum": "5941661b3b8599a3cdeed7c5190abf1fa0d7380a42057c17e24967d019ac2859"}}, "download_size": 12990367, "post_processing_size": null, "dataset_size": 38375966, "size_in_bytes": 51366333}, "amh_Ethi-bam_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["amh_Ethi", "bam_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "amh_Ethi-bam_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 24325486, "num_examples": 51635, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/amh_Ethi-bam_Latn.gz": {"num_bytes": 7912416, "checksum": "4bc0d4c0b48b7a44c2ae71e0214c5ae500c9241e83c8d8d31c0e1e500d8ab4f4"}}, "download_size": 7912416, "post_processing_size": null, "dataset_size": 24325486, "size_in_bytes": 32237902}, "amh_Ethi-bem_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["amh_Ethi", "bem_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "amh_Ethi-bem_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 102179869, "num_examples": 171640, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/amh_Ethi-bem_Latn.gz": {"num_bytes": 30524091, "checksum": "1817726b2085f0eb9a82be9ad2cb4a888665f0c577b747105ff7e7f7d11fe812"}}, "download_size": 30524091, "post_processing_size": null, "dataset_size": 102179869, "size_in_bytes": 132703960}, "amh_Ethi-cjk_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["amh_Ethi", "cjk_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "amh_Ethi-cjk_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 38683641, "num_examples": 69533, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/amh_Ethi-cjk_Latn.gz": {"num_bytes": 11299893, "checksum": "dcabccfda87c0b092069baf771a4901d631b5f74833c51b7982cfe1b50a64c0c"}}, "download_size": 11299893, "post_processing_size": null, "dataset_size": 38683641, "size_in_bytes": 49983534}, "amh_Ethi-dik_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["amh_Ethi", "dik_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "amh_Ethi-dik_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 19856714, "num_examples": 45791, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/amh_Ethi-dik_Latn.gz": {"num_bytes": 6281629, "checksum": "811a233b6f9cd63848154cce1f40106c1d3392a2e0d47b186af5cb74a0d3274b"}}, "download_size": 6281629, "post_processing_size": null, "dataset_size": 19856714, "size_in_bytes": 26138343}, "amh_Ethi-dyu_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["amh_Ethi", "dyu_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "amh_Ethi-dyu_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 48331301, "num_examples": 99334, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/amh_Ethi-dyu_Latn.gz": {"num_bytes": 14463871, "checksum": "fd05ff14803fe627c13e3564acc6b05f0d4a480c9e539df4dca8b820963793c2"}}, "download_size": 14463871, "post_processing_size": null, "dataset_size": 48331301, "size_in_bytes": 62795172}, "amh_Ethi-eng_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["amh_Ethi", "eng_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "amh_Ethi-eng_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 8273948926, "num_examples": 16137053, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/amh_Ethi-eng_Latn.gz": {"num_bytes": 2826324700, "checksum": "c4051144ae794b320b3edb27a449f233101a8271da1428e9c62e9ef04ed6da29"}}, "download_size": 2826324700, "post_processing_size": null, "dataset_size": 8273948926, "size_in_bytes": 11100273626}, "amh_Ethi-ewe_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["amh_Ethi", "ewe_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "amh_Ethi-ewe_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 148583619, "num_examples": 245623, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/amh_Ethi-ewe_Latn.gz": {"num_bytes": 40886458, "checksum": "022853573b3de87a961e1e7fe0870b6cecc68eed4c021decfeeecb7d03a528e5"}}, "download_size": 40886458, "post_processing_size": null, "dataset_size": 148583619, "size_in_bytes": 189470077}, "amh_Ethi-fon_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["amh_Ethi", "fon_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "amh_Ethi-fon_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 54280588, "num_examples": 95259, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/amh_Ethi-fon_Latn.gz": {"num_bytes": 15604463, "checksum": "7d5b889e79bfc7c8a98f6dc4f84df3b317550e8bddece635410872e5d7cedd3f"}}, "download_size": 15604463, "post_processing_size": null, "dataset_size": 54280588, "size_in_bytes": 69885051}, "amh_Ethi-fra_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["amh_Ethi", "fra_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "amh_Ethi-fra_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 2492728946, "num_examples": 4460952, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/amh_Ethi-fra_Latn.gz": {"num_bytes": 872551491, "checksum": "16d831fa72edaa0f86bf148203a8a4576dd8f3eeda080996f6c60c3a1efa3aa4"}}, "download_size": 872551491, "post_processing_size": null, "dataset_size": 2492728946, "size_in_bytes": 3365280437}, "amh_Ethi-fuv_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["amh_Ethi", "fuv_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "amh_Ethi-fuv_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 201995758, "num_examples": 435048, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/amh_Ethi-fuv_Latn.gz": {"num_bytes": 67402230, "checksum": "61cedeb52f02295f4068f2042f982abb986cf5034cbc147c9e8b476c9757d029"}}, "download_size": 67402230, "post_processing_size": null, "dataset_size": 201995758, "size_in_bytes": 269397988}, "amh_Ethi-gaz_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["amh_Ethi", "gaz_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "amh_Ethi-gaz_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 44670643, "num_examples": 109805, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/amh_Ethi-gaz_Latn.gz": {"num_bytes": 14940891, "checksum": "5b88cdb9485ec3a5f4903158496c81e28202da2b6cbb19436ea1f4950c46f097"}}, "download_size": 14940891, "post_processing_size": null, "dataset_size": 44670643, "size_in_bytes": 59611534}, "amh_Ethi-hau_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["amh_Ethi", "hau_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "amh_Ethi-hau_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 408150735, "num_examples": 751953, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/amh_Ethi-hau_Latn.gz": {"num_bytes": 135543905, "checksum": "471722bed96adf2d404ea1c4d38f446e3341eca7a73ab8f31dc01074e4510b9f"}}, "download_size": 135543905, "post_processing_size": null, "dataset_size": 408150735, "size_in_bytes": 543694640}, "amh_Ethi-ibo_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["amh_Ethi", "ibo_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "amh_Ethi-ibo_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 220652198, "num_examples": 419692, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/amh_Ethi-ibo_Latn.gz": {"num_bytes": 71177960, "checksum": "454387d12f8052d74785aa4386ed1deb7f690119e35bffe65696a67435443783"}}, "download_size": 71177960, "post_processing_size": null, "dataset_size": 220652198, "size_in_bytes": 291830158}, "amh_Ethi-kam_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["amh_Ethi", "kam_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "amh_Ethi-kam_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 49137206, "num_examples": 81295, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/amh_Ethi-kam_Latn.gz": {"num_bytes": 13315421, "checksum": "eb11a448d29f81bdc140ade73db3af1b7a58564432029a81b4257844498f9643"}}, "download_size": 13315421, "post_processing_size": null, "dataset_size": 49137206, "size_in_bytes": 62452627}, "amh_Ethi-kik_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["amh_Ethi", "kik_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "amh_Ethi-kik_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 50874823, "num_examples": 97726, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/amh_Ethi-kik_Latn.gz": {"num_bytes": 14438158, "checksum": "3fae76a5f4ef8ea124e3223b10894a67852bdad77915fe215ad2a05887054531"}}, "download_size": 14438158, "post_processing_size": null, "dataset_size": 50874823, "size_in_bytes": 65312981}, "amh_Ethi-kin_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["amh_Ethi", "kin_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "amh_Ethi-kin_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 158268389, "num_examples": 304469, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/amh_Ethi-kin_Latn.gz": {"num_bytes": 51142130, "checksum": "503e21b5313b308097487bf651a0b338d138561a50da06f69ccda7e0e0c0e726"}}, "download_size": 51142130, "post_processing_size": null, "dataset_size": 158268389, "size_in_bytes": 209410519}, "amh_Ethi-kmb_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["amh_Ethi", "kmb_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "amh_Ethi-kmb_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 38361548, "num_examples": 64624, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/amh_Ethi-kmb_Latn.gz": {"num_bytes": 10565626, "checksum": "1268e659e7646fb9fce23699c2bc376c3e8a117e59fc3aa8d0947c71164db191"}}, "download_size": 10565626, "post_processing_size": null, "dataset_size": 38361548, "size_in_bytes": 48927174}, "amh_Ethi-knc_Arab": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["amh_Ethi", "knc_Arab"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "amh_Ethi-knc_Arab", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 180518634, "num_examples": 283652, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/amh_Ethi-knc_Arab.gz": {"num_bytes": 58499796, "checksum": "80bc319d1686639b4a1ddac6747006164c5113b96eed442894f3f83ec4298354"}}, "download_size": 58499796, "post_processing_size": null, "dataset_size": 180518634, "size_in_bytes": 239018430}, "amh_Ethi-knc_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["amh_Ethi", "knc_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "amh_Ethi-knc_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 5915167, "num_examples": 14028, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/amh_Ethi-knc_Latn.gz": {"num_bytes": 2015049, "checksum": "48f20be627082fafc59a6933a37e17cd97a3bcd91378b10315c42870f1943690"}}, "download_size": 2015049, "post_processing_size": null, "dataset_size": 5915167, "size_in_bytes": 7930216}, "amh_Ethi-kon_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["amh_Ethi", "kon_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "amh_Ethi-kon_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 56055572, "num_examples": 109426, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/amh_Ethi-kon_Latn.gz": {"num_bytes": 16223867, "checksum": "1441d865609bfcbbdab0f33553ddf709592da511d20010b6dcee4fbab526f3f2"}}, "download_size": 16223867, "post_processing_size": null, "dataset_size": 56055572, "size_in_bytes": 72279439}, "amh_Ethi-lin_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["amh_Ethi", "lin_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "amh_Ethi-lin_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 88926101, "num_examples": 155816, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/amh_Ethi-lin_Latn.gz": {"num_bytes": 25613518, "checksum": "9eae9820c6028c7161d63f45250b367137d235640fab78918049ff3c10672f05"}}, "download_size": 25613518, "post_processing_size": null, "dataset_size": 88926101, "size_in_bytes": 114539619}, "amh_Ethi-lua_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["amh_Ethi", "lua_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "amh_Ethi-lua_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 96886185, "num_examples": 160078, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/amh_Ethi-lua_Latn.gz": {"num_bytes": 27622694, "checksum": "b68e06d417ac3826e62fea17439da0c0e1308180a45a2501dc02bce8baddf44e"}}, "download_size": 27622694, "post_processing_size": null, "dataset_size": 96886185, "size_in_bytes": 124508879}, "amh_Ethi-lug_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["amh_Ethi", "lug_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "amh_Ethi-lug_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 90869058, "num_examples": 179444, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/amh_Ethi-lug_Latn.gz": {"num_bytes": 29026938, "checksum": "a185b76cb09ded820154a8ecf391de033416181c0268d302dcb6cb4ea93be0fe"}}, "download_size": 29026938, "post_processing_size": null, "dataset_size": 90869058, "size_in_bytes": 119895996}, "amh_Ethi-luo_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["amh_Ethi", "luo_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "amh_Ethi-luo_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 79940365, "num_examples": 143809, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/amh_Ethi-luo_Latn.gz": {"num_bytes": 23859105, "checksum": "9d6252661340779bbc8c46a3f430031560ef9d73cedca7cf3ed0815ceebd0edd"}}, "download_size": 23859105, "post_processing_size": null, "dataset_size": 79940365, "size_in_bytes": 103799470}, "amh_Ethi-nso_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["amh_Ethi", "nso_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "amh_Ethi-nso_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 67900904, "num_examples": 147780, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/amh_Ethi-nso_Latn.gz": {"num_bytes": 21439447, "checksum": "921caebbee964d62940383e4cf059bb4d2d1ef512d9cb5b92b102e699ce905f8"}}, "download_size": 21439447, "post_processing_size": null, "dataset_size": 67900904, "size_in_bytes": 89340351}, "amh_Ethi-nus_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["amh_Ethi", "nus_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "amh_Ethi-nus_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 16229044, "num_examples": 35192, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/amh_Ethi-nus_Latn.gz": {"num_bytes": 4830615, "checksum": "c44af2b47dbacdaf5698d71851ad952ad67336e6d46ea9da8b25704bb07abbea"}}, "download_size": 4830615, "post_processing_size": null, "dataset_size": 16229044, "size_in_bytes": 21059659}, "amh_Ethi-nya_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["amh_Ethi", "nya_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "amh_Ethi-nya_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 437607761, "num_examples": 725008, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/amh_Ethi-nya_Latn.gz": {"num_bytes": 142527556, "checksum": "eb99c9ed72854e92206bf4727e148fc673a24c7e71aa8cc9155cbe19d4de16c1"}}, "download_size": 142527556, "post_processing_size": null, "dataset_size": 437607761, "size_in_bytes": 580135317}, "amh_Ethi-run_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["amh_Ethi", "run_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "amh_Ethi-run_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 162183717, "num_examples": 259185, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/amh_Ethi-run_Latn.gz": {"num_bytes": 48630371, "checksum": "a1d4165f7cd828290ebe2f29b9a4c8806d6c840e833ea89cdfa8a3ed9dfee263"}}, "download_size": 48630371, "post_processing_size": null, "dataset_size": 162183717, "size_in_bytes": 210814088}, "amh_Ethi-sna_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["amh_Ethi", "sna_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "amh_Ethi-sna_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 516641765, "num_examples": 856816, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/amh_Ethi-sna_Latn.gz": {"num_bytes": 167367050, "checksum": "7365fb2f60a415132e23fccc39b1c0986c2c794087ef7b9d81e2034783db6984"}}, "download_size": 167367050, "post_processing_size": null, "dataset_size": 516641765, "size_in_bytes": 684008815}, "amh_Ethi-som_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["amh_Ethi", "som_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "amh_Ethi-som_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 267082358, "num_examples": 516987, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/amh_Ethi-som_Latn.gz": {"num_bytes": 92492782, "checksum": "d503bdac0c5bfceb1c601d53b9e35a192703258baaedc4b3c43a46a3c2932f9e"}}, "download_size": 92492782, "post_processing_size": null, "dataset_size": 267082358, "size_in_bytes": 359575140}, "amh_Ethi-sot_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["amh_Ethi", "sot_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "amh_Ethi-sot_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 430458356, "num_examples": 746659, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/amh_Ethi-sot_Latn.gz": {"num_bytes": 141589742, "checksum": "22ccea9d092acd8372858706eb219bed215534374f61fa456242692a7074863d"}}, "download_size": 141589742, "post_processing_size": null, "dataset_size": 430458356, "size_in_bytes": 572048098}, "amh_Ethi-ssw_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["amh_Ethi", "ssw_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "amh_Ethi-ssw_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 29600457, "num_examples": 66047, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/amh_Ethi-ssw_Latn.gz": {"num_bytes": 9226185, "checksum": "626525a4d58b132128a9592cf5af72c2d11f1ec10bd292fb32c0135c04127233"}}, "download_size": 9226185, "post_processing_size": null, "dataset_size": 29600457, "size_in_bytes": 38826642}, "amh_Ethi-swh_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["amh_Ethi", "swh_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "amh_Ethi-swh_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 584548264, "num_examples": 1030476, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/amh_Ethi-swh_Latn.gz": {"num_bytes": 189663918, "checksum": "25aaf84e810a1929f8b1bd3313d75de5c7553dac3d2a074acedfe284f76d4761"}}, "download_size": 189663918, "post_processing_size": null, "dataset_size": 584548264, "size_in_bytes": 774212182}, "amh_Ethi-tir_Ethi": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["amh_Ethi", "tir_Ethi"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "amh_Ethi-tir_Ethi", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 203499344, "num_examples": 300472, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/amh_Ethi-tir_Ethi.gz": {"num_bytes": 52954721, "checksum": "86a0351ec47f967645b08cda57f5e31fd5467d5c033ecbfcb363a9089d72c6e7"}}, "download_size": 52954721, "post_processing_size": null, "dataset_size": 203499344, "size_in_bytes": 256454065}, "amh_Ethi-tsn_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["amh_Ethi", "tsn_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "amh_Ethi-tsn_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 138970748, "num_examples": 278272, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/amh_Ethi-tsn_Latn.gz": {"num_bytes": 43682889, "checksum": "8bd315e39ab8163958f58269c93a27de98c4626c3a7265f2f1a0099f45a1ee1e"}}, "download_size": 43682889, "post_processing_size": null, "dataset_size": 138970748, "size_in_bytes": 182653637}, "amh_Ethi-tso_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["amh_Ethi", "tso_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "amh_Ethi-tso_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 152696651, "num_examples": 251293, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/amh_Ethi-tso_Latn.gz": {"num_bytes": 44622988, "checksum": "ab034f2adff47f74ed28dd31f2391bdb9c431f569ff1c6bc4920501715636ab6"}}, "download_size": 44622988, "post_processing_size": null, "dataset_size": 152696651, "size_in_bytes": 197319639}, "amh_Ethi-tum_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["amh_Ethi", "tum_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "amh_Ethi-tum_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 155545316, "num_examples": 256776, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/amh_Ethi-tum_Latn.gz": {"num_bytes": 44061250, "checksum": "693931169e1e35de257d0b24bf13ca21eee72da29b3d48e6f92ad34d44a5a78a"}}, "download_size": 44061250, "post_processing_size": null, "dataset_size": 155545316, "size_in_bytes": 199606566}, "amh_Ethi-twi_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["amh_Ethi", "twi_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "amh_Ethi-twi_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 129918717, "num_examples": 224561, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/amh_Ethi-twi_Latn.gz": {"num_bytes": 38219945, "checksum": "6bb3455aa46167ab71ec4b7e25d03b26927bee0abf3b72b71ccf5d82013c5f51"}}, "download_size": 38219945, "post_processing_size": null, "dataset_size": 129918717, "size_in_bytes": 168138662}, "amh_Ethi-umb_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["amh_Ethi", "umb_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "amh_Ethi-umb_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 61730424, "num_examples": 102087, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/amh_Ethi-umb_Latn.gz": {"num_bytes": 17773483, "checksum": "cce269605f93b4648032d51ede77b11456bfe3f705bc7b916288327543263788"}}, "download_size": 17773483, "post_processing_size": null, "dataset_size": 61730424, "size_in_bytes": 79503907}, "amh_Ethi-wol_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["amh_Ethi", "wol_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "amh_Ethi-wol_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 29053718, "num_examples": 66465, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/amh_Ethi-wol_Latn.gz": {"num_bytes": 9502337, "checksum": "3ffdb03c771b5a407d2798a12cb624470ac8d645a94f9cef35405c32654e276f"}}, "download_size": 9502337, "post_processing_size": null, "dataset_size": 29053718, "size_in_bytes": 38556055}, "amh_Ethi-xho_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["amh_Ethi", "xho_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "amh_Ethi-xho_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 288563567, "num_examples": 520514, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/amh_Ethi-xho_Latn.gz": {"num_bytes": 93460195, "checksum": "c81f72404b7e02cc662eb5e67560bfee5e262299906e96e743f7fe713a065873"}}, "download_size": 93460195, "post_processing_size": null, "dataset_size": 288563567, "size_in_bytes": 382023762}, "amh_Ethi-yor_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["amh_Ethi", "yor_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "amh_Ethi-yor_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 221248123, "num_examples": 422785, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/amh_Ethi-yor_Latn.gz": {"num_bytes": 74127366, "checksum": "b96e33234c493e4e391c78eb572e527f663e075906ebdfd73054e52dde019492"}}, "download_size": 74127366, "post_processing_size": null, "dataset_size": 221248123, "size_in_bytes": 295375489}, "amh_Ethi-zul_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["amh_Ethi", "zul_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "amh_Ethi-zul_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 549660903, "num_examples": 938790, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/amh_Ethi-zul_Latn.gz": {"num_bytes": 180380900, "checksum": "41705d673ebf466ef2bc44a9a6e9effeb9611d998f894b723741762c70ec0f7c"}}, "download_size": 180380900, "post_processing_size": null, "dataset_size": 549660903, "size_in_bytes": 730041803}, "arb_Arab-ckb_Arab": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["arb_Arab", "ckb_Arab"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "arb_Arab-ckb_Arab", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1801485856, "num_examples": 2785544, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/arb_Arab-ckb_Arab.gz": {"num_bytes": 583186597, "checksum": "2b29feda2d9ff97b8b11e3fffad49b12dca396c8075d4b33146efc5011e149f6"}}, "download_size": 583186597, "post_processing_size": null, "dataset_size": 1801485856, "size_in_bytes": 2384672453}, "arb_Arab-crh_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["arb_Arab", "crh_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "arb_Arab-crh_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 271785241, "num_examples": 453876, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/arb_Arab-crh_Latn.gz": {"num_bytes": 96679232, "checksum": "2ef20d8970ed4e77f8644d7a7e42343b58cfbc58da1cfe603924fecde7304624"}}, "download_size": 96679232, "post_processing_size": null, "dataset_size": 271785241, "size_in_bytes": 368464473}, "arb_Arab-dik_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["arb_Arab", "dik_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "arb_Arab-dik_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 92536213, "num_examples": 173953, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/arb_Arab-dik_Latn.gz": {"num_bytes": 33486072, "checksum": "8dec68afa2a28cee75e223ee92aa59d4a0cb23786aa90dd60e9c304b6d8ca361"}}, "download_size": 33486072, "post_processing_size": null, "dataset_size": 92536213, "size_in_bytes": 126022285}, "arb_Arab-diq_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["arb_Arab", "diq_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "arb_Arab-diq_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 225449087, "num_examples": 414851, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/arb_Arab-diq_Latn.gz": {"num_bytes": 81109897, "checksum": "9f3e0b63b80bbad8054dc5a138586cb66bab175431b5a87b774bbf3118aa4f26"}}, "download_size": 81109897, "post_processing_size": null, "dataset_size": 225449087, "size_in_bytes": 306558984}, "arb_Arab-fuv_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["arb_Arab", "fuv_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "arb_Arab-fuv_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 169042964, "num_examples": 337697, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/arb_Arab-fuv_Latn.gz": {"num_bytes": 58325541, "checksum": "368e1090c48805caee8b4b5823b6afbf7ed6fc720a0366578a2c013ee8179d86"}}, "download_size": 58325541, "post_processing_size": null, "dataset_size": 169042964, "size_in_bytes": 227368505}, "arb_Arab-kmr_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["arb_Arab", "kmr_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "arb_Arab-kmr_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 289555738, "num_examples": 645543, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/arb_Arab-kmr_Latn.gz": {"num_bytes": 99938419, "checksum": "4da5b3307d25fc1a48fe2c8f7485ea6d22b9adcab2ae7ec457832746f17d95ef"}}, "download_size": 99938419, "post_processing_size": null, "dataset_size": 289555738, "size_in_bytes": 389494157}, "arb_Arab-knc_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["arb_Arab", "knc_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "arb_Arab-knc_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 80136047, "num_examples": 148360, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/arb_Arab-knc_Latn.gz": {"num_bytes": 28993724, "checksum": "7f8d51fdab531ea6806ad98d13fc13d69d766d50470d23a027d4b0e0f6ab019c"}}, "download_size": 28993724, "post_processing_size": null, "dataset_size": 80136047, "size_in_bytes": 109129771}, "arb_Arab-nus_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["arb_Arab", "nus_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "arb_Arab-nus_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 49196422, "num_examples": 94315, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/arb_Arab-nus_Latn.gz": {"num_bytes": 17012474, "checksum": "5d79641b1f51fec36bb651bb22560d5373005ff2992b9af1c72e58dda0d0dc24"}}, "download_size": 17012474, "post_processing_size": null, "dataset_size": 49196422, "size_in_bytes": 66208896}, "arb_Arab-som_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["arb_Arab", "som_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "arb_Arab-som_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1379268538, "num_examples": 2645032, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/arb_Arab-som_Latn.gz": {"num_bytes": 486853075, "checksum": "25168446769dc927db1c9bf1baa494e14690339cbd905504cba04d6b96d7a64e"}}, "download_size": 486853075, "post_processing_size": null, "dataset_size": 1379268538, "size_in_bytes": 1866121613}, "arb_Arab-tat_Cyrl": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["arb_Arab", "tat_Cyrl"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "arb_Arab-tat_Cyrl", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1249355399, "num_examples": 2080360, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/arb_Arab-tat_Cyrl.gz": {"num_bytes": 431954982, "checksum": "76e1f9864c9e0c6e79139a03227b2f2ec8c173cb36d2d0e8e95d0c4ee5f21e89"}}, "download_size": 431954982, "post_processing_size": null, "dataset_size": 1249355399, "size_in_bytes": 1681310381}, "arb_Arab-tzm_Tfng": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["arb_Arab", "tzm_Tfng"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "arb_Arab-tzm_Tfng", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 54580436, "num_examples": 85997, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/arb_Arab-tzm_Tfng.gz": {"num_bytes": 15292742, "checksum": "7f5bd6a3eb8ece3f1d4dd385c1c4714811f84acf8528efb4d87cfa23e29bcdef"}}, "download_size": 15292742, "post_processing_size": null, "dataset_size": 54580436, "size_in_bytes": 69873178}, "arb_Arab-urd_Arab": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["arb_Arab", "urd_Arab"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "arb_Arab-urd_Arab", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 3235484923, "num_examples": 4926599, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/arb_Arab-urd_Arab.gz": {"num_bytes": 1055777629, "checksum": "def25787872e84f30440e26094499933b9558a70334510905b22484dd66a5f4a"}}, "download_size": 1055777629, "post_processing_size": null, "dataset_size": 3235484923, "size_in_bytes": 4291262552}, "arb_Arab-wol_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["arb_Arab", "wol_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "arb_Arab-wol_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 152540755, "num_examples": 302140, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/arb_Arab-wol_Latn.gz": {"num_bytes": 54988559, "checksum": "95ecd2287a19e61c8afa3fd810b17e80b55cc863068f074944e18488c0edeed3"}}, "download_size": 54988559, "post_processing_size": null, "dataset_size": 152540755, "size_in_bytes": 207529314}, "asm_Beng-awa_Deva": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["asm_Beng", "awa_Deva"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "asm_Beng-awa_Deva", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 41573283, "num_examples": 61195, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/asm_Beng-awa_Deva.gz": {"num_bytes": 11189072, "checksum": "700bc02d3289cc12cfc8736cb1cf8c08bb15008a3b0654a5e9b1f22b30069a6e"}}, "download_size": 11189072, "post_processing_size": null, "dataset_size": 41573283, "size_in_bytes": 52762355}, "asm_Beng-ben_Beng": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["asm_Beng", "ben_Beng"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "asm_Beng-ben_Beng", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 707516143, "num_examples": 1045522, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/asm_Beng-ben_Beng.gz": {"num_bytes": 192589162, "checksum": "15076966261a3063ea7e08ea417023e908d89760857951d9a9dcaa966da4bea5"}}, "download_size": 192589162, "post_processing_size": null, "dataset_size": 707516143, "size_in_bytes": 900105305}, "asm_Beng-bho_Deva": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["asm_Beng", "bho_Deva"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "asm_Beng-bho_Deva", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 51443076, "num_examples": 83992, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/asm_Beng-bho_Deva.gz": {"num_bytes": 14546405, "checksum": "b7cc0dc4967649af9bec53b2df214473d62346e76dc6cf2f54d2ae1cdcf2a32b"}}, "download_size": 14546405, "post_processing_size": null, "dataset_size": 51443076, "size_in_bytes": 65989481}, "asm_Beng-eng_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["asm_Beng", "eng_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "asm_Beng-eng_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 2854865580, "num_examples": 5161159, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/asm_Beng-eng_Latn.gz": {"num_bytes": 931947115, "checksum": "04ab4310ef4609bc7f2f794446620e231c84c6bd9c82756e887d40077c3d3b6d"}}, "download_size": 931947115, "post_processing_size": null, "dataset_size": 2854865580, "size_in_bytes": 3786812695}, "asm_Beng-guj_Gujr": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["asm_Beng", "guj_Gujr"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "asm_Beng-guj_Gujr", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 348689952, "num_examples": 594368, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/asm_Beng-guj_Gujr.gz": {"num_bytes": 102347868, "checksum": "89bd5a3ed4ff6b8174165422b331c742b73c8a76a6fadc6abc2413cbc2b56de0"}}, "download_size": 102347868, "post_processing_size": null, "dataset_size": 348689952, "size_in_bytes": 451037820}, "asm_Beng-hin_Deva": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["asm_Beng", "hin_Deva"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "asm_Beng-hin_Deva", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 305927970, "num_examples": 495746, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/asm_Beng-hin_Deva.gz": {"num_bytes": 94259543, "checksum": "3180a6cc82ff16d3d17d8c71d6e799cadccb235d90284f3438425542063b8fb3"}}, "download_size": 94259543, "post_processing_size": null, "dataset_size": 305927970, "size_in_bytes": 400187513}, "asm_Beng-hne_Deva": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["asm_Beng", "hne_Deva"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "asm_Beng-hne_Deva", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 23246688, "num_examples": 37228, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/asm_Beng-hne_Deva.gz": {"num_bytes": 6658867, "checksum": "14c86941382894aa94b0c84fa3ff12975581893f069bf812f054ef89758c074a"}}, "download_size": 6658867, "post_processing_size": null, "dataset_size": 23246688, "size_in_bytes": 29905555}, "asm_Beng-kan_Knda": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["asm_Beng", "kan_Knda"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "asm_Beng-kan_Knda", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 469963473, "num_examples": 784537, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/asm_Beng-kan_Knda.gz": {"num_bytes": 134496751, "checksum": "94df4ae63da1eff90941e3e4113660d5b35aa64881b4e7b0b787283f71e2c187"}}, "download_size": 134496751, "post_processing_size": null, "dataset_size": 469963473, "size_in_bytes": 604460224}, "asm_Beng-kas_Arab": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["asm_Beng", "kas_Arab"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "asm_Beng-kas_Arab", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 10521267, "num_examples": 19089, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/asm_Beng-kas_Arab.gz": {"num_bytes": 3189320, "checksum": "875fa93b52704a62f0a3b99e4fad4567ac17345d9c0c41b719eb245249da1f5c"}}, "download_size": 3189320, "post_processing_size": null, "dataset_size": 10521267, "size_in_bytes": 13710587}, "asm_Beng-kas_Deva": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["asm_Beng", "kas_Deva"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "asm_Beng-kas_Deva", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 25581794, "num_examples": 42008, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/asm_Beng-kas_Deva.gz": {"num_bytes": 7759223, "checksum": "a41d64106831dffdf43d8cfad2ec1b1b003ebaa003c318ddb5d1af6df39f6265"}}, "download_size": 7759223, "post_processing_size": null, "dataset_size": 25581794, "size_in_bytes": 33341017}, "asm_Beng-mag_Deva": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["asm_Beng", "mag_Deva"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "asm_Beng-mag_Deva", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 41574183, "num_examples": 72239, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/asm_Beng-mag_Deva.gz": {"num_bytes": 12215317, "checksum": "3fa5b1a9c305c8fc2633582cb4c1b745e305b2666107fd8e643ad90f1027d2e5"}}, "download_size": 12215317, "post_processing_size": null, "dataset_size": 41574183, "size_in_bytes": 53789500}, "asm_Beng-mai_Deva": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["asm_Beng", "mai_Deva"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "asm_Beng-mai_Deva", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 96465467, "num_examples": 157351, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/asm_Beng-mai_Deva.gz": {"num_bytes": 27929604, "checksum": "61b8cc7f5afaf600c01a539798e64456aafba84ac61c0df84fa05b22ee4e9da8"}}, "download_size": 27929604, "post_processing_size": null, "dataset_size": 96465467, "size_in_bytes": 124395071}, "asm_Beng-mal_Mlym": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["asm_Beng", "mal_Mlym"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "asm_Beng-mal_Mlym", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 543304516, "num_examples": 877745, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/asm_Beng-mal_Mlym.gz": {"num_bytes": 155765089, "checksum": "9f23b9edb292837e6ac3fdd92cc5a2c20eb50e71726d1c6dd731867785d26891"}}, "download_size": 155765089, "post_processing_size": null, "dataset_size": 543304516, "size_in_bytes": 699069605}, "asm_Beng-mar_Deva": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["asm_Beng", "mar_Deva"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "asm_Beng-mar_Deva", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 324499866, "num_examples": 597238, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/asm_Beng-mar_Deva.gz": {"num_bytes": 94449801, "checksum": "c4e9eef1aba8be5902ff21076090a7f890f4453f67016ec4b9872473e302fc15"}}, "download_size": 94449801, "post_processing_size": null, "dataset_size": 324499866, "size_in_bytes": 418949667}, "asm_Beng-npi_Deva": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["asm_Beng", "npi_Deva"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "asm_Beng-npi_Deva", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 318102719, "num_examples": 502924, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/asm_Beng-npi_Deva.gz": {"num_bytes": 91192111, "checksum": "c7a804f90c2c1b50a7adf9aa031c874ded7310acddd35504aaf2fe8b10758696"}}, "download_size": 91192111, "post_processing_size": null, "dataset_size": 318102719, "size_in_bytes": 409294830}, "asm_Beng-ory_Orya": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["asm_Beng", "ory_Orya"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "asm_Beng-ory_Orya", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 363169288, "num_examples": 601161, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/asm_Beng-ory_Orya.gz": {"num_bytes": 104498036, "checksum": "3d7f82929a5165d2d00b6803681262521123af761c06180d13647bfb97dcb8cc"}}, "download_size": 104498036, "post_processing_size": null, "dataset_size": 363169288, "size_in_bytes": 467667324}, "asm_Beng-pan_Guru": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["asm_Beng", "pan_Guru"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "asm_Beng-pan_Guru", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 175902937, "num_examples": 275201, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/asm_Beng-pan_Guru.gz": {"num_bytes": 51004712, "checksum": "56c660287a9ba4cefc8ea86a1dff6d47187c8de520ec44569aecd1e05b50bc21"}}, "download_size": 51004712, "post_processing_size": null, "dataset_size": 175902937, "size_in_bytes": 226907649}, "asm_Beng-san_Deva": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["asm_Beng", "san_Deva"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "asm_Beng-san_Deva", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 95170301, "num_examples": 146456, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/asm_Beng-san_Deva.gz": {"num_bytes": 26219606, "checksum": "42e14cf1b0fb79d5b1aa1f85e5ba03d3c40a613b6a5a08282838c25df24b074f"}}, "download_size": 26219606, "post_processing_size": null, "dataset_size": 95170301, "size_in_bytes": 121389907}, "asm_Beng-sat_Beng": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["asm_Beng", "sat_Beng"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "asm_Beng-sat_Beng", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 3288598, "num_examples": 5053, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/asm_Beng-sat_Beng.gz": {"num_bytes": 797085, "checksum": "ac2adef32068148418052088dce71e5170f34a11571b8f241dfaa28c78ca4aa0"}}, "download_size": 797085, "post_processing_size": null, "dataset_size": 3288598, "size_in_bytes": 4085683}, "asm_Beng-sin_Sinh": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["asm_Beng", "sin_Sinh"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "asm_Beng-sin_Sinh", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 176473647, "num_examples": 330087, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/asm_Beng-sin_Sinh.gz": {"num_bytes": 48578060, "checksum": "b5bf2d404b1c6ec971ea371421661905043e7751e821502c89617f56981dc20f"}}, "download_size": 48578060, "post_processing_size": null, "dataset_size": 176473647, "size_in_bytes": 225051707}, "asm_Beng-snd_Arab": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["asm_Beng", "snd_Arab"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "asm_Beng-snd_Arab", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 111208326, "num_examples": 191231, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/asm_Beng-snd_Arab.gz": {"num_bytes": 32305668, "checksum": "27e47c664d611f0be09c25ca4ec5402cc96930e991bbe1ef2105303d046ef911"}}, "download_size": 32305668, "post_processing_size": null, "dataset_size": 111208326, "size_in_bytes": 143513994}, "asm_Beng-tam_Taml": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["asm_Beng", "tam_Taml"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "asm_Beng-tam_Taml", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 485257445, "num_examples": 710002, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/asm_Beng-tam_Taml.gz": {"num_bytes": 136368507, "checksum": "f308a640ea826c73c23a55246eb5112dfc46dc15783179ac8fce682510bb3c07"}}, "download_size": 136368507, "post_processing_size": null, "dataset_size": 485257445, "size_in_bytes": 621625952}, "asm_Beng-tel_Telu": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["asm_Beng", "tel_Telu"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "asm_Beng-tel_Telu", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 593936003, "num_examples": 955571, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/asm_Beng-tel_Telu.gz": {"num_bytes": 173519874, "checksum": "7cdfbc569566a498faf7a4b66251cb7e1ff3c0cab880dd19a117bde6c8354df6"}}, "download_size": 173519874, "post_processing_size": null, "dataset_size": 593936003, "size_in_bytes": 767455877}, "asm_Beng-urd_Arab": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["asm_Beng", "urd_Arab"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "asm_Beng-urd_Arab", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 368834343, "num_examples": 574523, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/asm_Beng-urd_Arab.gz": {"num_bytes": 113261502, "checksum": "b4982584e4b490f5da0a78fb683eaf1e90a9d537ab217af882cedcf46fdf49a9"}}, "download_size": 113261502, "post_processing_size": null, "dataset_size": 368834343, "size_in_bytes": 482095845}, "awa_Deva-ben_Beng": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["awa_Deva", "ben_Beng"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "awa_Deva-ben_Beng", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 257423738, "num_examples": 376419, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/awa_Deva-ben_Beng.gz": {"num_bytes": 74008245, "checksum": "d680f3b075bc1dc9abfce378fc1ad68065ddf9fdd3891db5b858dd630a557601"}}, "download_size": 74008245, "post_processing_size": null, "dataset_size": 257423738, "size_in_bytes": 331431983}, "awa_Deva-bho_Deva": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["awa_Deva", "bho_Deva"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "awa_Deva-bho_Deva", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 15679399, "num_examples": 23906, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/awa_Deva-bho_Deva.gz": {"num_bytes": 4371574, "checksum": "f5100d428fa6ec4f94b8be0f07a75453aead250cd3e5f1685a268324871f55a2"}}, "download_size": 4371574, "post_processing_size": null, "dataset_size": 15679399, "size_in_bytes": 20050973}, "awa_Deva-eng_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["awa_Deva", "eng_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "awa_Deva-eng_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1309437470, "num_examples": 2198989, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/awa_Deva-eng_Latn.gz": {"num_bytes": 405605056, "checksum": "14155d3ddb05799295561dd9099734a0ade7d3f786d574a18d349b78c12d9ea6"}}, "download_size": 405605056, "post_processing_size": null, "dataset_size": 1309437470, "size_in_bytes": 1715042526}, "awa_Deva-guj_Gujr": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["awa_Deva", "guj_Gujr"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "awa_Deva-guj_Gujr", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 182000874, "num_examples": 253415, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/awa_Deva-guj_Gujr.gz": {"num_bytes": 43449580, "checksum": "1a04de26009e059a1fdee851bcbac4b2c3ce1fd94c27193f583212d3e162a14a"}}, "download_size": 43449580, "post_processing_size": null, "dataset_size": 182000874, "size_in_bytes": 225450454}, "awa_Deva-hin_Deva": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["awa_Deva", "hin_Deva"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "awa_Deva-hin_Deva", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 128649237, "num_examples": 204743, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/awa_Deva-hin_Deva.gz": {"num_bytes": 36552725, "checksum": "93eb75f0c9ad6a0849c02171ad4fa8d0c9185bcd4a325fa04d8a01d0bd01c5e6"}}, "download_size": 36552725, "post_processing_size": null, "dataset_size": 128649237, "size_in_bytes": 165201962}, "awa_Deva-hne_Deva": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["awa_Deva", "hne_Deva"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "awa_Deva-hne_Deva", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 11728347, "num_examples": 17149, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/awa_Deva-hne_Deva.gz": {"num_bytes": 2713871, "checksum": "ac0b2662cf7c361d7c28d4d7c42b62b1dcc179f0b2fd8c2029d77dc35805827d"}}, "download_size": 2713871, "post_processing_size": null, "dataset_size": 11728347, "size_in_bytes": 14442218}, "awa_Deva-kan_Knda": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["awa_Deva", "kan_Knda"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "awa_Deva-kan_Knda", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 155951997, "num_examples": 250188, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/awa_Deva-kan_Knda.gz": {"num_bytes": 44193168, "checksum": "3535161e63e0e94e9877a93931ea8fdfe022ccfdcc8dc095774e943e68ee2990"}}, "download_size": 44193168, "post_processing_size": null, "dataset_size": 155951997, "size_in_bytes": 200145165}, "awa_Deva-kas_Arab": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["awa_Deva", "kas_Arab"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "awa_Deva-kas_Arab", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 2414336, "num_examples": 3843, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/awa_Deva-kas_Arab.gz": {"num_bytes": 750549, "checksum": "64c074b22e31f21f3ce6b194268613221411f57a234d539ba81e3eec82a72e2f"}}, "download_size": 750549, "post_processing_size": null, "dataset_size": 2414336, "size_in_bytes": 3164885}, "awa_Deva-kas_Deva": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["awa_Deva", "kas_Deva"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "awa_Deva-kas_Deva", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 8181020, "num_examples": 12185, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/awa_Deva-kas_Deva.gz": {"num_bytes": 2442952, "checksum": "3c3c514a88ba2efbe71f8b77c91938bce0d2f441a24db53739e7292cfd60cfc0"}}, "download_size": 2442952, "post_processing_size": null, "dataset_size": 8181020, "size_in_bytes": 10623972}, "awa_Deva-mag_Deva": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["awa_Deva", "mag_Deva"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "awa_Deva-mag_Deva", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 8762600, "num_examples": 13676, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/awa_Deva-mag_Deva.gz": {"num_bytes": 2557467, "checksum": "ad777f26cff630a7b479061d579911313f318ac35984e15cf49584db24f42579"}}, "download_size": 2557467, "post_processing_size": null, "dataset_size": 8762600, "size_in_bytes": 11320067}, "awa_Deva-mai_Deva": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["awa_Deva", "mai_Deva"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "awa_Deva-mai_Deva", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 25170194, "num_examples": 39900, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/awa_Deva-mai_Deva.gz": {"num_bytes": 7149752, "checksum": "cb08e6018382f101862f764951b5811b1ba5b8e8e9cbfaad423373a9cd74380a"}}, "download_size": 7149752, "post_processing_size": null, "dataset_size": 25170194, "size_in_bytes": 32319946}, "awa_Deva-mal_Mlym": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["awa_Deva", "mal_Mlym"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "awa_Deva-mal_Mlym", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 210233318, "num_examples": 327347, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/awa_Deva-mal_Mlym.gz": {"num_bytes": 59861201, "checksum": "3f60763a2205cf2a8b4118a2017712320f8a50fc39c055f7543b49dce3fb7f04"}}, "download_size": 59861201, "post_processing_size": null, "dataset_size": 210233318, "size_in_bytes": 270094519}, "awa_Deva-mar_Deva": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["awa_Deva", "mar_Deva"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "awa_Deva-mar_Deva", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 106144040, "num_examples": 182457, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/awa_Deva-mar_Deva.gz": {"num_bytes": 30348532, "checksum": "6907d17b2f81bb8868e51c3dbaae2fd941dc768ce74ea69265133fb3fcc63427"}}, "download_size": 30348532, "post_processing_size": null, "dataset_size": 106144040, "size_in_bytes": 136492572}, "awa_Deva-npi_Deva": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["awa_Deva", "npi_Deva"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "awa_Deva-npi_Deva", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 167343959, "num_examples": 239137, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/awa_Deva-npi_Deva.gz": {"num_bytes": 47438113, "checksum": "72a8d83750dd3d0032883bd7ce341f870d1975c0323aedbf16fc662a3cc3ea74"}}, "download_size": 47438113, "post_processing_size": null, "dataset_size": 167343959, "size_in_bytes": 214782072}, "awa_Deva-ory_Orya": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["awa_Deva", "ory_Orya"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "awa_Deva-ory_Orya", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 78357173, "num_examples": 124862, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/awa_Deva-ory_Orya.gz": {"num_bytes": 22623835, "checksum": "48d8070a8d0c88133d4e86800124fd7f3ff62c48ce67cfea7a3713d87909669e"}}, "download_size": 22623835, "post_processing_size": null, "dataset_size": 78357173, "size_in_bytes": 100981008}, "awa_Deva-pan_Guru": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["awa_Deva", "pan_Guru"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "awa_Deva-pan_Guru", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 85139000, "num_examples": 122744, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/awa_Deva-pan_Guru.gz": {"num_bytes": 19735893, "checksum": "f5fe9e00fd19c9f8259d5b5ee9945de2efb0f2a4ba566c8da60f5adc36160e91"}}, "download_size": 19735893, "post_processing_size": null, "dataset_size": 85139000, "size_in_bytes": 104874893}, "awa_Deva-san_Deva": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["awa_Deva", "san_Deva"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "awa_Deva-san_Deva", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 52703281, "num_examples": 80318, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/awa_Deva-san_Deva.gz": {"num_bytes": 14195182, "checksum": "61ed34e6cbc0d1467b667b5a2f44040ac009ee1331a577c05123348b61bc93ca"}}, "download_size": 14195182, "post_processing_size": null, "dataset_size": 52703281, "size_in_bytes": 66898463}, "awa_Deva-sat_Beng": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["awa_Deva", "sat_Beng"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "awa_Deva-sat_Beng", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 2849587, "num_examples": 3737, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/awa_Deva-sat_Beng.gz": {"num_bytes": 616401, "checksum": "1c8fbb673fdb5bef2f302b4899dea68dbb170b07c5aac622198f9dcfbd63f5c0"}}, "download_size": 616401, "post_processing_size": null, "dataset_size": 2849587, "size_in_bytes": 3465988}, "awa_Deva-sin_Sinh": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["awa_Deva", "sin_Sinh"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "awa_Deva-sin_Sinh", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 107589015, "num_examples": 177472, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/awa_Deva-sin_Sinh.gz": {"num_bytes": 30035216, "checksum": "dbea50c42f91320c346ff2f274b62cad4ad348a5e2ed51e5fe6345632629722d"}}, "download_size": 30035216, "post_processing_size": null, "dataset_size": 107589015, "size_in_bytes": 137624231}, "awa_Deva-snd_Arab": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["awa_Deva", "snd_Arab"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "awa_Deva-snd_Arab", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 64739394, "num_examples": 100425, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/awa_Deva-snd_Arab.gz": {"num_bytes": 19224946, "checksum": "cd6aeea6be950d5e937a80523ab9886a3a17cc3f73fd047cb782005524ab6c10"}}, "download_size": 19224946, "post_processing_size": null, "dataset_size": 64739394, "size_in_bytes": 83964340}, "awa_Deva-tam_Taml": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["awa_Deva", "tam_Taml"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "awa_Deva-tam_Taml", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 275973424, "num_examples": 388716, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/awa_Deva-tam_Taml.gz": {"num_bytes": 76106242, "checksum": "ce4018c5eff500a2e0db1f2f49ae839d06debec2a0c82f4ac30966957c30676a"}}, "download_size": 76106242, "post_processing_size": null, "dataset_size": 275973424, "size_in_bytes": 352079666}, "awa_Deva-tel_Telu": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["awa_Deva", "tel_Telu"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "awa_Deva-tel_Telu", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 266017071, "num_examples": 412318, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/awa_Deva-tel_Telu.gz": {"num_bytes": 76490204, "checksum": "e0fa36e3dd18d29ed9acbb93789d8f60e87e30a8adc3a4879516cc12eafc45e6"}}, "download_size": 76490204, "post_processing_size": null, "dataset_size": 266017071, "size_in_bytes": 342507275}, "awa_Deva-urd_Arab": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["awa_Deva", "urd_Arab"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "awa_Deva-urd_Arab", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 149606370, "num_examples": 227920, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/awa_Deva-urd_Arab.gz": {"num_bytes": 45249655, "checksum": "fc6744dfe71072e4e4ad469f9dab8e4e7afd3fc70d7d37b5f2a016fe50b41a5a"}}, "download_size": 45249655, "post_processing_size": null, "dataset_size": 149606370, "size_in_bytes": 194856025}, "ayr_Latn-eng_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ayr_Latn", "eng_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ayr_Latn-eng_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 615975913, "num_examples": 1250158, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ayr_Latn-eng_Latn.gz": {"num_bytes": 206673916, "checksum": "6ad3eb5bb3560d44824377caf17784a34afc07e76d58749e8b2918dff102e291"}}, "download_size": 206673916, "post_processing_size": null, "dataset_size": 615975913, "size_in_bytes": 822649829}, "ayr_Latn-spa_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ayr_Latn", "spa_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ayr_Latn-spa_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 166882175, "num_examples": 336982, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ayr_Latn-spa_Latn.gz": {"num_bytes": 56486084, "checksum": "5dfa8b7cc0635eb738b32bc40b08f547c211f47af485a18ffd56bdef0bdbb4d8"}}, "download_size": 56486084, "post_processing_size": null, "dataset_size": 166882175, "size_in_bytes": 223368259}, "azb_Arab-eng_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["azb_Arab", "eng_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "azb_Arab-eng_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 3855486780, "num_examples": 7442944, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/azb_Arab-eng_Latn.gz": {"num_bytes": 1341858354, "checksum": "272799fc5e946675859c0ea8bc4b3c94e0f36fa9de153c493a2cf359e76fc546"}}, "download_size": 1341858354, "post_processing_size": null, "dataset_size": 3855486780, "size_in_bytes": 5197345134}, "azj_Latn-eng_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["azj_Latn", "eng_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "azj_Latn-eng_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 37976055366, "num_examples": 74519429, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/azj_Latn-eng_Latn.gz": {"num_bytes": 13934994590, "checksum": "692b07987b624b75efd8183c72bb11fa4a9d5b6ab16d8f990b2aa32ca429c741"}}, "download_size": 13934994590, "post_processing_size": null, "dataset_size": 37976055366, "size_in_bytes": 51911049956}, "azj_Latn-rus_Cyrl": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["azj_Latn", "rus_Cyrl"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "azj_Latn-rus_Cyrl", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 13356658587, "num_examples": 22060883, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/azj_Latn-rus_Cyrl.gz": {"num_bytes": 4935720399, "checksum": "609321d7aa3e6f7676d9b9ee705dc647b3e09f4cd3d31aca040ef4c47a611e21"}}, "download_size": 4935720399, "post_processing_size": null, "dataset_size": 13356658587, "size_in_bytes": 18292378986}, "bak_Cyrl-crh_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bak_Cyrl", "crh_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bak_Cyrl-crh_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 22979975, "num_examples": 48277, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bak_Cyrl-crh_Latn.gz": {"num_bytes": 7912202, "checksum": "3fb42e99a155ec65ca8e2cf5a4117ec52a8aa215dc98d6a91be3fd336ee2d84e"}}, "download_size": 7912202, "post_processing_size": null, "dataset_size": 22979975, "size_in_bytes": 30892177}, "bak_Cyrl-eng_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bak_Cyrl", "eng_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bak_Cyrl-eng_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 4121292140, "num_examples": 8186263, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bak_Cyrl-eng_Latn.gz": {"num_bytes": 1473114144, "checksum": "b108b481998478891557f077321154db2001e63325bd96efebdca1e8dfa7d733"}}, "download_size": 1473114144, "post_processing_size": null, "dataset_size": 4121292140, "size_in_bytes": 5594406284}, "bak_Cyrl-kir_Cyrl": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bak_Cyrl", "kir_Cyrl"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bak_Cyrl-kir_Cyrl", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 115021427, "num_examples": 228480, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bak_Cyrl-kir_Cyrl.gz": {"num_bytes": 36956758, "checksum": "7dfb47c24c13d9292b9a56a5a6c330ced0c70f57bee4848755d497e3a6ef2d13"}}, "download_size": 36956758, "post_processing_size": null, "dataset_size": 115021427, "size_in_bytes": 151978185}, "bak_Cyrl-rus_Cyrl": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bak_Cyrl", "rus_Cyrl"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bak_Cyrl-rus_Cyrl", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1465825563, "num_examples": 2523123, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bak_Cyrl-rus_Cyrl.gz": {"num_bytes": 506401647, "checksum": "ed4f71713e79db34aae6ce9ad8c3e6d9ec6e46bc0b319deacb12fb46807946a7"}}, "download_size": 506401647, "post_processing_size": null, "dataset_size": 1465825563, "size_in_bytes": 1972227210}, "bak_Cyrl-tat_Cyrl": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bak_Cyrl", "tat_Cyrl"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bak_Cyrl-tat_Cyrl", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 232429090, "num_examples": 458385, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bak_Cyrl-tat_Cyrl.gz": {"num_bytes": 74568706, "checksum": "0a1b365b3ff0e8e7877678955bb33e283eb29b8f68827daeebf2b84840b883de"}}, "download_size": 74568706, "post_processing_size": null, "dataset_size": 232429090, "size_in_bytes": 306997796}, "bak_Cyrl-tuk_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bak_Cyrl", "tuk_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bak_Cyrl-tuk_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 7850202, "num_examples": 16474, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bak_Cyrl-tuk_Latn.gz": {"num_bytes": 1695254, "checksum": "912fc5a6f22e7dd7d62e082856392098f9d5dd263c16e78dd9b75101ebd2dbfa"}}, "download_size": 1695254, "post_processing_size": null, "dataset_size": 7850202, "size_in_bytes": 9545456}, "bak_Cyrl-uig_Arab": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bak_Cyrl", "uig_Arab"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bak_Cyrl-uig_Arab", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 58417398, "num_examples": 110537, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bak_Cyrl-uig_Arab.gz": {"num_bytes": 18000553, "checksum": "92319749d98e1e47c5e92095ac258e61afd79e6c31cf5ae521cc739d0eac15e6"}}, "download_size": 18000553, "post_processing_size": null, "dataset_size": 58417398, "size_in_bytes": 76417951}, "bak_Cyrl-uzn_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bak_Cyrl", "uzn_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bak_Cyrl-uzn_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 95746363, "num_examples": 196217, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bak_Cyrl-uzn_Latn.gz": {"num_bytes": 32891189, "checksum": "eecbae9b2d5291ff4383971255181071e00ada3a8169ecaba78719b52263d62a"}}, "download_size": 32891189, "post_processing_size": null, "dataset_size": 95746363, "size_in_bytes": 128637552}, "bam_Latn-bem_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bam_Latn", "bem_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bam_Latn-bem_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 14214944, "num_examples": 30898, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bam_Latn-bem_Latn.gz": {"num_bytes": 5057926, "checksum": "b8f523d951ca8b1b46b52d79db68a1094995a0340516c54847e4bc72eb82d98b"}}, "download_size": 5057926, "post_processing_size": null, "dataset_size": 14214944, "size_in_bytes": 19272870}, "bam_Latn-cjk_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bam_Latn", "cjk_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bam_Latn-cjk_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 6463950, "num_examples": 14428, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bam_Latn-cjk_Latn.gz": {"num_bytes": 2274254, "checksum": "ff3454304cd18c4f4b932c29b49a121a4dd885db1e8f788dfd36f41d1efde677"}}, "download_size": 2274254, "post_processing_size": null, "dataset_size": 6463950, "size_in_bytes": 8738204}, "bam_Latn-dik_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bam_Latn", "dik_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bam_Latn-dik_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 5308455, "num_examples": 13957, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bam_Latn-dik_Latn.gz": {"num_bytes": 2057772, "checksum": "f3a679b893e36fcde104a6170a7a9d464d2ce9950f39aee54135846a81bdc794"}}, "download_size": 2057772, "post_processing_size": null, "dataset_size": 5308455, "size_in_bytes": 7366227}, "bam_Latn-dyu_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bam_Latn", "dyu_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bam_Latn-dyu_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 9752623, "num_examples": 23483, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bam_Latn-dyu_Latn.gz": {"num_bytes": 3189808, "checksum": "fd7650c68b0342cc623e4e35fe6ce097b48c721cf216f94e1224365494322432"}}, "download_size": 3189808, "post_processing_size": null, "dataset_size": 9752623, "size_in_bytes": 12942431}, "bam_Latn-eng_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bam_Latn", "eng_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bam_Latn-eng_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 84039458, "num_examples": 180936, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bam_Latn-eng_Latn.gz": {"num_bytes": 30958708, "checksum": "7c90accadcf3253682b63da50e862f1270ba4740e1bd69abe80e12dc5ebaae73"}}, "download_size": 30958708, "post_processing_size": null, "dataset_size": 84039458, "size_in_bytes": 114998166}, "bam_Latn-ewe_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bam_Latn", "ewe_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bam_Latn-ewe_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 16521192, "num_examples": 35521, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bam_Latn-ewe_Latn.gz": {"num_bytes": 5575320, "checksum": "970e7f7d3e68aa931bb8856d34cc59134546668236287dbf7eff5098a34ca542"}}, "download_size": 5575320, "post_processing_size": null, "dataset_size": 16521192, "size_in_bytes": 22096512}, "bam_Latn-fon_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bam_Latn", "fon_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bam_Latn-fon_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 12123247, "num_examples": 25524, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bam_Latn-fon_Latn.gz": {"num_bytes": 4237968, "checksum": "4828c0c25b8e22ec7e3a0598cb4fc873dd9b03b1ecdb96eac72547c8153f44ed"}}, "download_size": 4237968, "post_processing_size": null, "dataset_size": 12123247, "size_in_bytes": 16361215}, "bam_Latn-fra_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bam_Latn", "fra_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bam_Latn-fra_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 148741125, "num_examples": 307529, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bam_Latn-fra_Latn.gz": {"num_bytes": 54732986, "checksum": "02272e5713ff7a89317405aa4ef5b4dfd57168506a942d4af3f2c63eebc70fb3"}}, "download_size": 54732986, "post_processing_size": null, "dataset_size": 148741125, "size_in_bytes": 203474111}, "bam_Latn-fuv_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bam_Latn", "fuv_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bam_Latn-fuv_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 15917051, "num_examples": 38120, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bam_Latn-fuv_Latn.gz": {"num_bytes": 6191118, "checksum": "9a4c7376945e205e31c0d5f64faf73dca2a6d90b1da4394cb104cefd4169d69c"}}, "download_size": 6191118, "post_processing_size": null, "dataset_size": 15917051, "size_in_bytes": 22108169}, "bam_Latn-gaz_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bam_Latn", "gaz_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bam_Latn-gaz_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 12110862, "num_examples": 30266, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bam_Latn-gaz_Latn.gz": {"num_bytes": 4357472, "checksum": "7ae2de9e0c8e9a411dc53b47c798b6eb44fefc90a15dbe548e3dde7bd7334eee"}}, "download_size": 4357472, "post_processing_size": null, "dataset_size": 12110862, "size_in_bytes": 16468334}, "bam_Latn-hau_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bam_Latn", "hau_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bam_Latn-hau_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 31777836, "num_examples": 76985, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bam_Latn-hau_Latn.gz": {"num_bytes": 11343555, "checksum": "af035bc69a1f49d069e915faefa5117e454ef76851b1f405f855c6df7fbe6d36"}}, "download_size": 11343555, "post_processing_size": null, "dataset_size": 31777836, "size_in_bytes": 43121391}, "bam_Latn-ibo_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bam_Latn", "ibo_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bam_Latn-ibo_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 14800688, "num_examples": 37302, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bam_Latn-ibo_Latn.gz": {"num_bytes": 5298227, "checksum": "65337f57fd23d0050288bdae32452bcc3c3a1c593f705de818ca41449e6e72e6"}}, "download_size": 5298227, "post_processing_size": null, "dataset_size": 14800688, "size_in_bytes": 20098915}, "bam_Latn-kam_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bam_Latn", "kam_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bam_Latn-kam_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 5950445, "num_examples": 12455, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bam_Latn-kam_Latn.gz": {"num_bytes": 1991518, "checksum": "65b7ea06874715d44ee6ebbc8cc8d43ecb420e6bc3da943eabd9dcd238f103bf"}}, "download_size": 1991518, "post_processing_size": null, "dataset_size": 5950445, "size_in_bytes": 7941963}, "bam_Latn-kik_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bam_Latn", "kik_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bam_Latn-kik_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 7821235, "num_examples": 16932, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bam_Latn-kik_Latn.gz": {"num_bytes": 2579534, "checksum": "fe00819aafc7951d4dac761a5294064a0a2891c668fff9fd08ea744afed00664"}}, "download_size": 2579534, "post_processing_size": null, "dataset_size": 7821235, "size_in_bytes": 10400769}, "bam_Latn-kin_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bam_Latn", "kin_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bam_Latn-kin_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 24308832, "num_examples": 56300, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bam_Latn-kin_Latn.gz": {"num_bytes": 8807203, "checksum": "38f78155f72a7da61b0c7362ce0da7aac2a4c05ba77b2c6cf531ce0a012ee827"}}, "download_size": 8807203, "post_processing_size": null, "dataset_size": 24308832, "size_in_bytes": 33116035}, "bam_Latn-kmb_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bam_Latn", "kmb_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bam_Latn-kmb_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 6369767, "num_examples": 13259, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bam_Latn-kmb_Latn.gz": {"num_bytes": 2114967, "checksum": "382203e73710b50aee83ad37328f7f6b7eb525b894f5eb65546548fd1b506ed1"}}, "download_size": 2114967, "post_processing_size": null, "dataset_size": 6369767, "size_in_bytes": 8484734}, "bam_Latn-knc_Arab": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bam_Latn", "knc_Arab"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bam_Latn-knc_Arab", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 79574764, "num_examples": 123823, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bam_Latn-knc_Arab.gz": {"num_bytes": 26843489, "checksum": "3b1367f9a85b9ce56f6e0b98e3d33575832c186ffb0978e2ddc8d0e8ed5c3741"}}, "download_size": 26843489, "post_processing_size": null, "dataset_size": 79574764, "size_in_bytes": 106418253}, "bam_Latn-knc_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bam_Latn", "knc_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bam_Latn-knc_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 3948531, "num_examples": 9512, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bam_Latn-knc_Latn.gz": {"num_bytes": 1570567, "checksum": "f0229232c51504fe5823889440bdcb0a09a74e1d2b3b5420403a2dd947017489"}}, "download_size": 1570567, "post_processing_size": null, "dataset_size": 3948531, "size_in_bytes": 5519098}, "bam_Latn-kon_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bam_Latn", "kon_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bam_Latn-kon_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 10897532, "num_examples": 24662, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bam_Latn-kon_Latn.gz": {"num_bytes": 3799164, "checksum": "8f7db4646d55a0b6716d50b97df1e842142d21d7afae34473d36b6fa0fcfb758"}}, "download_size": 3799164, "post_processing_size": null, "dataset_size": 10897532, "size_in_bytes": 14696696}, "bam_Latn-lin_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bam_Latn", "lin_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bam_Latn-lin_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 14335848, "num_examples": 32699, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bam_Latn-lin_Latn.gz": {"num_bytes": 4935414, "checksum": "62e36d5a0a7a43e2ce559e72c5897aa68ede68fd4804d7e3d9f197c182c9eb90"}}, "download_size": 4935414, "post_processing_size": null, "dataset_size": 14335848, "size_in_bytes": 19271262}, "bam_Latn-lua_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bam_Latn", "lua_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bam_Latn-lua_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 12998399, "num_examples": 28537, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bam_Latn-lua_Latn.gz": {"num_bytes": 4523194, "checksum": "7cec60ca7430b34a9be16fafa8e430279ae61384fefdd3aae0bdf752ab4399e0"}}, "download_size": 4523194, "post_processing_size": null, "dataset_size": 12998399, "size_in_bytes": 17521593}, "bam_Latn-lug_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bam_Latn", "lug_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bam_Latn-lug_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 18812284, "num_examples": 43061, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bam_Latn-lug_Latn.gz": {"num_bytes": 6916096, "checksum": "7298c24b578c071c742ce7c58e469332cb28949eea29ac9daac92a326943f773"}}, "download_size": 6916096, "post_processing_size": null, "dataset_size": 18812284, "size_in_bytes": 25728380}, "bam_Latn-luo_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bam_Latn", "luo_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bam_Latn-luo_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 13853648, "num_examples": 31406, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bam_Latn-luo_Latn.gz": {"num_bytes": 4843320, "checksum": "d883f18cf8f607d7febd170d024005e710d4621c40e30c2b1c75ed115fa8dcb4"}}, "download_size": 4843320, "post_processing_size": null, "dataset_size": 13853648, "size_in_bytes": 18696968}, "bam_Latn-nso_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bam_Latn", "nso_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bam_Latn-nso_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 14869569, "num_examples": 34981, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bam_Latn-nso_Latn.gz": {"num_bytes": 5209871, "checksum": "e1a9d724cf173decf20debb2c89ed170ecc3b19c5e21da71ff24eecb89cbb323"}}, "download_size": 5209871, "post_processing_size": null, "dataset_size": 14869569, "size_in_bytes": 20079440}, "bam_Latn-nus_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bam_Latn", "nus_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bam_Latn-nus_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 5102728, "num_examples": 12783, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bam_Latn-nus_Latn.gz": {"num_bytes": 1944723, "checksum": "250f7c1a6a64bed2413d3e8b3027cc866cb9dcae78131ef191d4efae63cab280"}}, "download_size": 1944723, "post_processing_size": null, "dataset_size": 5102728, "size_in_bytes": 7047451}, "bam_Latn-nya_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bam_Latn", "nya_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bam_Latn-nya_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 23034115, "num_examples": 52883, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bam_Latn-nya_Latn.gz": {"num_bytes": 8090014, "checksum": "37aba341a122b19609831a11d1f9d864106a2fb3f7ae627a82c6bffa90dda835"}}, "download_size": 8090014, "post_processing_size": null, "dataset_size": 23034115, "size_in_bytes": 31124129}, "bam_Latn-run_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bam_Latn", "run_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bam_Latn-run_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 18754574, "num_examples": 39695, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bam_Latn-run_Latn.gz": {"num_bytes": 6667109, "checksum": "85da87a589441c8e28316c70f8d6fd7ddc55ed99feb0b829cb4277fa1c6ac43b"}}, "download_size": 6667109, "post_processing_size": null, "dataset_size": 18754574, "size_in_bytes": 25421683}, "bam_Latn-sna_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bam_Latn", "sna_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bam_Latn-sna_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 25398701, "num_examples": 57466, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bam_Latn-sna_Latn.gz": {"num_bytes": 8855305, "checksum": "3ff96b5384bd0988febaf291c59058d8a1388999d64cb4f8e9977dcc1c143149"}}, "download_size": 8855305, "post_processing_size": null, "dataset_size": 25398701, "size_in_bytes": 34254006}, "bam_Latn-som_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bam_Latn", "som_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bam_Latn-som_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 28327955, "num_examples": 71328, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bam_Latn-som_Latn.gz": {"num_bytes": 10462414, "checksum": "608ff658405a0c2d549d0f1566720284fe5ee6788e9eed42bc251434b82defc6"}}, "download_size": 10462414, "post_processing_size": null, "dataset_size": 28327955, "size_in_bytes": 38790369}, "bam_Latn-sot_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bam_Latn", "sot_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bam_Latn-sot_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 21594369, "num_examples": 48608, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bam_Latn-sot_Latn.gz": {"num_bytes": 7590883, "checksum": "1e8e258182c8d2ca708593d2efb22632b193da25780117a1663c059f27cd3a2f"}}, "download_size": 7590883, "post_processing_size": null, "dataset_size": 21594369, "size_in_bytes": 29185252}, "bam_Latn-ssw_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bam_Latn", "ssw_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bam_Latn-ssw_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 6396206, "num_examples": 15606, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bam_Latn-ssw_Latn.gz": {"num_bytes": 2257535, "checksum": "5cf282883daba6a44a90fe3e8161ddfb53e526f287ff6ea0ae26e4ea50bb61f8"}}, "download_size": 2257535, "post_processing_size": null, "dataset_size": 6396206, "size_in_bytes": 8653741}, "bam_Latn-swh_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bam_Latn", "swh_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bam_Latn-swh_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 66611055, "num_examples": 146216, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bam_Latn-swh_Latn.gz": {"num_bytes": 23137973, "checksum": "e99a920070c4d25cbf3fed6383184cdf666de5a86fe1491715cdc9303c30aaad"}}, "download_size": 23137973, "post_processing_size": null, "dataset_size": 66611055, "size_in_bytes": 89749028}, "bam_Latn-tir_Ethi": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bam_Latn", "tir_Ethi"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bam_Latn-tir_Ethi", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 15214448, "num_examples": 28791, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bam_Latn-tir_Ethi.gz": {"num_bytes": 4931463, "checksum": "4dec9e8cc3eb36eaac3b4da457afae0295caa4d7c689788b10b5afb40ca75dac"}}, "download_size": 4931463, "post_processing_size": null, "dataset_size": 15214448, "size_in_bytes": 20145911}, "bam_Latn-tsn_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bam_Latn", "tsn_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bam_Latn-tsn_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 24208930, "num_examples": 55244, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bam_Latn-tsn_Latn.gz": {"num_bytes": 8571661, "checksum": "048615f9dbdc006a252594e343ac7e99bc601eb2fa88af6da11e3b792f53dfcb"}}, "download_size": 8571661, "post_processing_size": null, "dataset_size": 24208930, "size_in_bytes": 32780591}, "bam_Latn-tso_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bam_Latn", "tso_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bam_Latn-tso_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 18938782, "num_examples": 41624, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bam_Latn-tso_Latn.gz": {"num_bytes": 6632771, "checksum": "37e26af4b30f07acc8b971ad12959a3f3dfabdd4a30706214f6a557858ac9082"}}, "download_size": 6632771, "post_processing_size": null, "dataset_size": 18938782, "size_in_bytes": 25571553}, "bam_Latn-tum_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bam_Latn", "tum_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bam_Latn-tum_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 16562515, "num_examples": 35385, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bam_Latn-tum_Latn.gz": {"num_bytes": 5582184, "checksum": "f582cfac0a33cb17840de93d368fc7129f63e1028e45b247f25ba680b580a4cb"}}, "download_size": 5582184, "post_processing_size": null, "dataset_size": 16562515, "size_in_bytes": 22144699}, "bam_Latn-twi_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bam_Latn", "twi_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bam_Latn-twi_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 20440404, "num_examples": 44143, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bam_Latn-twi_Latn.gz": {"num_bytes": 7201692, "checksum": "bd3fc96163aa8c12851881010ba1a0f2d02cb01aebf572726d6a301829ed160d"}}, "download_size": 7201692, "post_processing_size": null, "dataset_size": 20440404, "size_in_bytes": 27642096}, "bam_Latn-umb_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bam_Latn", "umb_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bam_Latn-umb_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 9385507, "num_examples": 20037, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bam_Latn-umb_Latn.gz": {"num_bytes": 3308493, "checksum": "09abeba788eb86c6446c347914d779917629d6d85bea9e98873d9be343936461"}}, "download_size": 3308493, "post_processing_size": null, "dataset_size": 9385507, "size_in_bytes": 12694000}, "bam_Latn-wol_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bam_Latn", "wol_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bam_Latn-wol_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 8304241, "num_examples": 20330, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bam_Latn-wol_Latn.gz": {"num_bytes": 3111020, "checksum": "1ff1d485680f26e1b4fbd4d07fc7c97bb3d1c64346693e2c4840379db1a841e5"}}, "download_size": 3111020, "post_processing_size": null, "dataset_size": 8304241, "size_in_bytes": 11415261}, "bam_Latn-xho_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bam_Latn", "xho_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bam_Latn-xho_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 19808083, "num_examples": 47406, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bam_Latn-xho_Latn.gz": {"num_bytes": 7126383, "checksum": "2d0443bb32319ce122ac0e1377cab23373c4dcc5fdc71b1212db57e5a7d4cf44"}}, "download_size": 7126383, "post_processing_size": null, "dataset_size": 19808083, "size_in_bytes": 26934466}, "bam_Latn-yor_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bam_Latn", "yor_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bam_Latn-yor_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 25136257, "num_examples": 61947, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bam_Latn-yor_Latn.gz": {"num_bytes": 9181459, "checksum": "ebc3ab3f77a8558f4247a390659f7247fa47de6a6a5987f126cc9052217e8b2f"}}, "download_size": 9181459, "post_processing_size": null, "dataset_size": 25136257, "size_in_bytes": 34317716}, "bam_Latn-zul_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bam_Latn", "zul_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bam_Latn-zul_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 28096978, "num_examples": 66613, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bam_Latn-zul_Latn.gz": {"num_bytes": 9964258, "checksum": "3a3d886eb1284805c729989b0087dab01945ffe376a02d0707fc2338e72bcec5"}}, "download_size": 9964258, "post_processing_size": null, "dataset_size": 28096978, "size_in_bytes": 38061236}, "ban_Latn-bjn_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ban_Latn", "bjn_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ban_Latn-bjn_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 16223121, "num_examples": 34787, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ban_Latn-bjn_Latn.gz": {"num_bytes": 5582920, "checksum": "823e83f8d447da0f2299d400767be96f5e76599834944eddd5cb4f3238e9aa33"}}, "download_size": 5582920, "post_processing_size": null, "dataset_size": 16223121, "size_in_bytes": 21806041}, "ban_Latn-bug_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ban_Latn", "bug_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ban_Latn-bug_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 18452602, "num_examples": 38582, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ban_Latn-bug_Latn.gz": {"num_bytes": 6063269, "checksum": "dc2210efed695124dd3313d4e202eb4b3f69d6096972f5fd70dcf14f2d74fa74"}}, "download_size": 6063269, "post_processing_size": null, "dataset_size": 18452602, "size_in_bytes": 24515871}, "ban_Latn-ceb_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ban_Latn", "ceb_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ban_Latn-ceb_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 55473716, "num_examples": 105976, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ban_Latn-ceb_Latn.gz": {"num_bytes": 17884019, "checksum": "606b623c330419f68ec4852b3ed4be3955feafd20e3234d785ff184bf384e3ba"}}, "download_size": 17884019, "post_processing_size": null, "dataset_size": 55473716, "size_in_bytes": 73357735}, "ban_Latn-eng_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ban_Latn", "eng_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ban_Latn-eng_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 160736507, "num_examples": 324936, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ban_Latn-eng_Latn.gz": {"num_bytes": 57537608, "checksum": "32a2c13b61eb6926509f4955c681f4d6a2c7d72451e920d6824737c8f6275332"}}, "download_size": 57537608, "post_processing_size": null, "dataset_size": 160736507, "size_in_bytes": 218274115}, "ban_Latn-fij_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ban_Latn", "fij_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ban_Latn-fij_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 21522724, "num_examples": 46184, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ban_Latn-fij_Latn.gz": {"num_bytes": 7085741, "checksum": "74afddca1bfcf50b1868a9007a8bf7a602f53382ca5b1560a17757aad768e6ad"}}, "download_size": 7085741, "post_processing_size": null, "dataset_size": 21522724, "size_in_bytes": 28608465}, "ban_Latn-ilo_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ban_Latn", "ilo_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ban_Latn-ilo_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 37532656, "num_examples": 80567, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ban_Latn-ilo_Latn.gz": {"num_bytes": 12473675, "checksum": "e56889ecff6a718a18ecf6df10d9c6b4e78e40b468984b1111f0d896262f1d44"}}, "download_size": 12473675, "post_processing_size": null, "dataset_size": 37532656, "size_in_bytes": 50006331}, "ban_Latn-jav_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ban_Latn", "jav_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ban_Latn-jav_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 55382043, "num_examples": 110664, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ban_Latn-jav_Latn.gz": {"num_bytes": 18149830, "checksum": "134058200ca0ca06185e951c0df7257adb9b9e3344e5276447c047f737baf566"}}, "download_size": 18149830, "post_processing_size": null, "dataset_size": 55382043, "size_in_bytes": 73531873}, "ban_Latn-min_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ban_Latn", "min_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ban_Latn-min_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 9395566, "num_examples": 19823, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ban_Latn-min_Latn.gz": {"num_bytes": 3083287, "checksum": "c7fa88035f4dbbca9d0c85e5d025f28c17ea9451fe46dbdbba827b8042fb0c9d"}}, "download_size": 3083287, "post_processing_size": null, "dataset_size": 9395566, "size_in_bytes": 12478853}, "ban_Latn-mri_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ban_Latn", "mri_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ban_Latn-mri_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 25110787, "num_examples": 52136, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ban_Latn-mri_Latn.gz": {"num_bytes": 8569535, "checksum": "191026142abc0edc03a8c5ec869889995670f985a88bfd90a70456ced658ef53"}}, "download_size": 8569535, "post_processing_size": null, "dataset_size": 25110787, "size_in_bytes": 33680322}, "ban_Latn-pag_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ban_Latn", "pag_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ban_Latn-pag_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 17243959, "num_examples": 39883, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ban_Latn-pag_Latn.gz": {"num_bytes": 5857752, "checksum": "7c4c42d53b4cfd43129d564f4f6d5b5e0cd1125acbabd4d178ae0875fbf854cd"}}, "download_size": 5857752, "post_processing_size": null, "dataset_size": 17243959, "size_in_bytes": 23101711}, "ban_Latn-plt_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ban_Latn", "plt_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ban_Latn-plt_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 50982899, "num_examples": 98117, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ban_Latn-plt_Latn.gz": {"num_bytes": 16415777, "checksum": "c8e2ae7dfbf978e1c487c153295ce21fb52a53320afae39b96b637a87acea318"}}, "download_size": 16415777, "post_processing_size": null, "dataset_size": 50982899, "size_in_bytes": 67398676}, "ban_Latn-smo_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ban_Latn", "smo_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ban_Latn-smo_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 22141856, "num_examples": 45320, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ban_Latn-smo_Latn.gz": {"num_bytes": 7279585, "checksum": "6eef28461b712e100e3214bb614db4ee279b02f7d3eda030fc96b96a75faa46f"}}, "download_size": 7279585, "post_processing_size": null, "dataset_size": 22141856, "size_in_bytes": 29421441}, "ban_Latn-sun_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ban_Latn", "sun_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ban_Latn-sun_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 32903880, "num_examples": 65709, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ban_Latn-sun_Latn.gz": {"num_bytes": 10708060, "checksum": "d032671221eb690140da525c9bba393c09a55f7fc4ac404c188db9b781c7f609"}}, "download_size": 10708060, "post_processing_size": null, "dataset_size": 32903880, "size_in_bytes": 43611940}, "ban_Latn-war_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ban_Latn", "war_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ban_Latn-war_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 38237873, "num_examples": 87779, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ban_Latn-war_Latn.gz": {"num_bytes": 13290746, "checksum": "969c60d3c5c817559330ca1d678b04ec4560a905c09154dc1b639e0d7fc736d6"}}, "download_size": 13290746, "post_processing_size": null, "dataset_size": 38237873, "size_in_bytes": 51528619}, "bel_Cyrl-eng_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bel_Cyrl", "eng_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bel_Cyrl-eng_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 24107067567, "num_examples": 44635616, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bel_Cyrl-eng_Latn.gz": {"num_bytes": 8686423502, "checksum": "6a27f11bf64ba0e48fe3d81610400b53d9afce1882f2d9be2ccef44dc9048026"}}, "download_size": 8686423502, "post_processing_size": null, "dataset_size": 24107067567, "size_in_bytes": 32793491069}, "bel_Cyrl-rus_Cyrl": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bel_Cyrl", "rus_Cyrl"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bel_Cyrl-rus_Cyrl", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 13372145948, "num_examples": 19519355, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bel_Cyrl-rus_Cyrl.gz": {"num_bytes": 4650315552, "checksum": "5e43ede14baa7373f86d3bedde5c97160cbb248ab45b105177f71459166c7875"}}, "download_size": 4650315552, "post_processing_size": null, "dataset_size": 13372145948, "size_in_bytes": 18022461500}, "bem_Latn-cjk_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bem_Latn", "cjk_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bem_Latn-cjk_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 36610291, "num_examples": 73273, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bem_Latn-cjk_Latn.gz": {"num_bytes": 11893591, "checksum": "40ae8499534bb84c788c8e26de5e34e8286aeb2cbeb49e8d60ac3e9a59aa5936"}}, "download_size": 11893591, "post_processing_size": null, "dataset_size": 36610291, "size_in_bytes": 48503882}, "bem_Latn-dik_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bem_Latn", "dik_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bem_Latn-dik_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 7911718, "num_examples": 18134, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bem_Latn-dik_Latn.gz": {"num_bytes": 2856122, "checksum": "d8530d2b98540bd4fd5bf44bdd0a816ef6b38194e2f706bc24c23b0624887467"}}, "download_size": 2856122, "post_processing_size": null, "dataset_size": 7911718, "size_in_bytes": 10767840}, "bem_Latn-dyu_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bem_Latn", "dyu_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bem_Latn-dyu_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 25027225, "num_examples": 56182, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bem_Latn-dyu_Latn.gz": {"num_bytes": 8328616, "checksum": "e59c5ef79a0b8be90cd04d2e12261ff3cc0bd69307b6ca842453e3d30c5ef4e4"}}, "download_size": 8328616, "post_processing_size": null, "dataset_size": 25027225, "size_in_bytes": 33355841}, "bem_Latn-eng_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bem_Latn", "eng_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bem_Latn-eng_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 208395825, "num_examples": 427159, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bem_Latn-eng_Latn.gz": {"num_bytes": 73606979, "checksum": "7033d05844683463fac25c25862e8f7c5684e494dcb3eea8166030cf62eac02b"}}, "download_size": 73606979, "post_processing_size": null, "dataset_size": 208395825, "size_in_bytes": 282002804}, "bem_Latn-ewe_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bem_Latn", "ewe_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bem_Latn-ewe_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 94437172, "num_examples": 169160, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bem_Latn-ewe_Latn.gz": {"num_bytes": 30094791, "checksum": "a13d964cc5ce168da4c29dcaf519b95edbf85834c0dd1510691fbd2259b44267"}}, "download_size": 30094791, "post_processing_size": null, "dataset_size": 94437172, "size_in_bytes": 124531963}, "bem_Latn-fon_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bem_Latn", "fon_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bem_Latn-fon_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 46879513, "num_examples": 86130, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bem_Latn-fon_Latn.gz": {"num_bytes": 15361604, "checksum": "dd8f8ea5c8bd20099643bc4f4a78fbbfa24ab16d99c89f6bbeee019af9ece98c"}}, "download_size": 15361604, "post_processing_size": null, "dataset_size": 46879513, "size_in_bytes": 62241117}, "bem_Latn-fra_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bem_Latn", "fra_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bem_Latn-fra_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 355000573, "num_examples": 701043, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bem_Latn-fra_Latn.gz": {"num_bytes": 127059501, "checksum": "6de4126731bf576e9849c7c27d97e214b0b189b913c736faa250b0287502700f"}}, "download_size": 127059501, "post_processing_size": null, "dataset_size": 355000573, "size_in_bytes": 482060074}, "bem_Latn-fuv_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bem_Latn", "fuv_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bem_Latn-fuv_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 21677250, "num_examples": 48062, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bem_Latn-fuv_Latn.gz": {"num_bytes": 7931587, "checksum": "dee6002b33d7423f41b59036e8b77f78945e5ed2344d34d0aaa85c098b920662"}}, "download_size": 7931587, "post_processing_size": null, "dataset_size": 21677250, "size_in_bytes": 29608837}, "bem_Latn-gaz_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bem_Latn", "gaz_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bem_Latn-gaz_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 28134395, "num_examples": 67775, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bem_Latn-gaz_Latn.gz": {"num_bytes": 9961313, "checksum": "4f0195a2881755a6654ad70ab33698c10cebb0b639059fba41e6883483086e08"}}, "download_size": 9961313, "post_processing_size": null, "dataset_size": 28134395, "size_in_bytes": 38095708}, "bem_Latn-hau_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bem_Latn", "hau_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bem_Latn-hau_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 76701434, "num_examples": 180646, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bem_Latn-hau_Latn.gz": {"num_bytes": 26681741, "checksum": "c03fd9bc2ea1c7d93454386742752fbfedd21d704c87cfe2091c1f4953051a23"}}, "download_size": 26681741, "post_processing_size": null, "dataset_size": 76701434, "size_in_bytes": 103383175}, "bem_Latn-ibo_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bem_Latn", "ibo_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bem_Latn-ibo_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 37267870, "num_examples": 89452, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bem_Latn-ibo_Latn.gz": {"num_bytes": 12991418, "checksum": "3d25726130f6b9399df07d1e06e4d351befe91ebc27efcaef877ff4203c8e46a"}}, "download_size": 12991418, "post_processing_size": null, "dataset_size": 37267870, "size_in_bytes": 50259288}, "bem_Latn-kam_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bem_Latn", "kam_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bem_Latn-kam_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 42441006, "num_examples": 76200, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bem_Latn-kam_Latn.gz": {"num_bytes": 13018453, "checksum": "fd4357f51e39a4807dfaacda95020789005017f9ebcbd8ca272b5863caf698f9"}}, "download_size": 13018453, "post_processing_size": null, "dataset_size": 42441006, "size_in_bytes": 55459459}, "bem_Latn-kik_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bem_Latn", "kik_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bem_Latn-kik_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 21421023, "num_examples": 46655, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bem_Latn-kik_Latn.gz": {"num_bytes": 6910868, "checksum": "92c3435f4dacc855ca165306449601c551137c4f0e1dc54508f05f8334f1c537"}}, "download_size": 6910868, "post_processing_size": null, "dataset_size": 21421023, "size_in_bytes": 28331891}, "bem_Latn-kin_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bem_Latn", "kin_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bem_Latn-kin_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 99448287, "num_examples": 197886, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bem_Latn-kin_Latn.gz": {"num_bytes": 33832828, "checksum": "d3f9ebe4b4cd924660eacda66a4af74551cc4330dec0fde1c7fa251e5fbe89d8"}}, "download_size": 33832828, "post_processing_size": null, "dataset_size": 99448287, "size_in_bytes": 133281115}, "bem_Latn-kmb_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bem_Latn", "kmb_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bem_Latn-kmb_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 39734838, "num_examples": 73364, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bem_Latn-kmb_Latn.gz": {"num_bytes": 12185879, "checksum": "f32036eb61b80bf0762a1faee5bd017f382ea5d92893a0d012a56617b084d6d0"}}, "download_size": 12185879, "post_processing_size": null, "dataset_size": 39734838, "size_in_bytes": 51920717}, "bem_Latn-knc_Arab": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bem_Latn", "knc_Arab"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bem_Latn-knc_Arab", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 134498831, "num_examples": 201919, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bem_Latn-knc_Arab.gz": {"num_bytes": 45013868, "checksum": "0893a9696dabecb754dba5f22ab4685975fa5e4d2974c5a6976691daf9ce98cc"}}, "download_size": 45013868, "post_processing_size": null, "dataset_size": 134498831, "size_in_bytes": 179512699}, "bem_Latn-knc_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bem_Latn", "knc_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bem_Latn-knc_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 5826263, "num_examples": 12767, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bem_Latn-knc_Latn.gz": {"num_bytes": 2116625, "checksum": "11477e1c902c18cb78213fd1e94f806deab8f4aa80f0e2c4b0d6f5edbd61ed96"}}, "download_size": 2116625, "post_processing_size": null, "dataset_size": 5826263, "size_in_bytes": 7942888}, "bem_Latn-kon_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bem_Latn", "kon_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bem_Latn-kon_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 43816836, "num_examples": 88200, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bem_Latn-kon_Latn.gz": {"num_bytes": 14053952, "checksum": "555532018f2837b4832e512e3b1484761e71812c677c9d0be98f7b1a6ff9e2fc"}}, "download_size": 14053952, "post_processing_size": null, "dataset_size": 43816836, "size_in_bytes": 57870788}, "bem_Latn-lin_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bem_Latn", "lin_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bem_Latn-lin_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 72620282, "num_examples": 140378, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bem_Latn-lin_Latn.gz": {"num_bytes": 23457480, "checksum": "02fd2931733c4fb48fbb8e5d137c09db28b1acb0261fb2b73b8c5ee8af48653b"}}, "download_size": 23457480, "post_processing_size": null, "dataset_size": 72620282, "size_in_bytes": 96077762}, "bem_Latn-lua_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bem_Latn", "lua_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bem_Latn-lua_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 76669734, "num_examples": 138899, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bem_Latn-lua_Latn.gz": {"num_bytes": 24118743, "checksum": "ba2f5b0eb7bcd5bccc9c89c307ae14c3d4fd6630f4bb9c16936e7717f10b0ed2"}}, "download_size": 24118743, "post_processing_size": null, "dataset_size": 76669734, "size_in_bytes": 100788477}, "bem_Latn-lug_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bem_Latn", "lug_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bem_Latn-lug_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 58118791, "num_examples": 120534, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bem_Latn-lug_Latn.gz": {"num_bytes": 20149178, "checksum": "a638cb794f78b901881be6e585ae9ce33ce91b7db5f2a872226ac930a5ab909a"}}, "download_size": 20149178, "post_processing_size": null, "dataset_size": 58118791, "size_in_bytes": 78267969}, "bem_Latn-luo_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bem_Latn", "luo_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bem_Latn-luo_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 52276670, "num_examples": 104285, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bem_Latn-luo_Latn.gz": {"num_bytes": 17602148, "checksum": "682f14a41cfc9c1598ad6c86700a6703b102d11fd47ac896cdf04d1eadc0d19b"}}, "download_size": 17602148, "post_processing_size": null, "dataset_size": 52276670, "size_in_bytes": 69878818}, "bem_Latn-nso_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bem_Latn", "nso_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bem_Latn-nso_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 43101424, "num_examples": 101403, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bem_Latn-nso_Latn.gz": {"num_bytes": 15058756, "checksum": "50d731d7fe95d7b137b75cd8aa041624a1b79e94eb4434f5eb5bb0360f02b0bb"}}, "download_size": 15058756, "post_processing_size": null, "dataset_size": 43101424, "size_in_bytes": 58160180}, "bem_Latn-nus_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bem_Latn", "nus_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bem_Latn-nus_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 7254854, "num_examples": 16278, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bem_Latn-nus_Latn.gz": {"num_bytes": 2476080, "checksum": "8d02ba3df6c710e4ce6e79d7e6c0fbbe2463dda94fd6f377946a5928e1957935"}}, "download_size": 2476080, "post_processing_size": null, "dataset_size": 7254854, "size_in_bytes": 9730934}, "bem_Latn-nya_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bem_Latn", "nya_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bem_Latn-nya_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 121003696, "num_examples": 224465, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bem_Latn-nya_Latn.gz": {"num_bytes": 40120487, "checksum": "31ab98eb2185ae259fb311037b1e0275c864fe8b8634a1a7d143a0c53b21da00"}}, "download_size": 40120487, "post_processing_size": null, "dataset_size": 121003696, "size_in_bytes": 161124183}, "bem_Latn-run_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bem_Latn", "run_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bem_Latn-run_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 115757246, "num_examples": 208681, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bem_Latn-run_Latn.gz": {"num_bytes": 37952833, "checksum": "4cbbb50ebe4f12777ca403ebe2cd491935d271021b5da9bffec8cc9c955ad605"}}, "download_size": 37952833, "post_processing_size": null, "dataset_size": 115757246, "size_in_bytes": 153710079}, "bem_Latn-sna_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bem_Latn", "sna_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bem_Latn-sna_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 133826795, "num_examples": 245336, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bem_Latn-sna_Latn.gz": {"num_bytes": 43862469, "checksum": "d90cb9cf0827e83a9054175f3e9ea55f8e08a5a5b78a9948c3940fd08102d63c"}}, "download_size": 43862469, "post_processing_size": null, "dataset_size": 133826795, "size_in_bytes": 177689264}, "bem_Latn-som_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bem_Latn", "som_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bem_Latn-som_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 53576230, "num_examples": 125817, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bem_Latn-som_Latn.gz": {"num_bytes": 19096867, "checksum": "31fa9a34f5dca70ebbb82d3526020a7e91eb69ed8531aa94e715638277bfc1f0"}}, "download_size": 19096867, "post_processing_size": null, "dataset_size": 53576230, "size_in_bytes": 72673097}, "bem_Latn-sot_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bem_Latn", "sot_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bem_Latn-sot_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 75041302, "num_examples": 156281, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bem_Latn-sot_Latn.gz": {"num_bytes": 25459107, "checksum": "1fb1d0cb1a35abb0dd9f7eac906e60d0b432b9621b74953030c23880df9cb026"}}, "download_size": 25459107, "post_processing_size": null, "dataset_size": 75041302, "size_in_bytes": 100500409}, "bem_Latn-ssw_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bem_Latn", "ssw_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bem_Latn-ssw_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 23135209, "num_examples": 55154, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bem_Latn-ssw_Latn.gz": {"num_bytes": 7954808, "checksum": "5b1172e5c915900dcc7a6599a998d88f805cf1609ee8c9d0da9d09b40d8a9254"}}, "download_size": 7954808, "post_processing_size": null, "dataset_size": 23135209, "size_in_bytes": 31090017}, "bem_Latn-swh_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bem_Latn", "swh_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bem_Latn-swh_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 211471584, "num_examples": 398331, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bem_Latn-swh_Latn.gz": {"num_bytes": 70504933, "checksum": "c0b5b3084cbba57d70662aa157ab83a9e9885182a9348a01b313cb00e649b866"}}, "download_size": 70504933, "post_processing_size": null, "dataset_size": 211471584, "size_in_bytes": 281976517}, "bem_Latn-tir_Ethi": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bem_Latn", "tir_Ethi"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bem_Latn-tir_Ethi", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 79848874, "num_examples": 113617, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bem_Latn-tir_Ethi.gz": {"num_bytes": 22997648, "checksum": "6b915fdd226a72e15b0676d5f922b2a5d091c182cb4534b97cbf0d15dc5fb722"}}, "download_size": 22997648, "post_processing_size": null, "dataset_size": 79848874, "size_in_bytes": 102846522}, "bem_Latn-tsn_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bem_Latn", "tsn_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bem_Latn-tsn_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 81404570, "num_examples": 169805, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bem_Latn-tsn_Latn.gz": {"num_bytes": 27504241, "checksum": "528ebdd4985e836ec625ad8921210fb1f2dd5e04d42ab0bd4a3969e5cbe0337a"}}, "download_size": 27504241, "post_processing_size": null, "dataset_size": 81404570, "size_in_bytes": 108908811}, "bem_Latn-tso_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bem_Latn", "tso_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bem_Latn-tso_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 110206734, "num_examples": 204918, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bem_Latn-tso_Latn.gz": {"num_bytes": 36571822, "checksum": "1caca555082c4d95eb7dda9cd7cca45ffe60a540fee2f05b6c3fb04cdf52c6c0"}}, "download_size": 36571822, "post_processing_size": null, "dataset_size": 110206734, "size_in_bytes": 146778556}, "bem_Latn-tum_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bem_Latn", "tum_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bem_Latn-tum_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 92912972, "num_examples": 167288, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bem_Latn-tum_Latn.gz": {"num_bytes": 28839888, "checksum": "d685224ddcc6c57eb7df28e92b2ac1adc4d192d337c5b190d912d001d9f4933c"}}, "download_size": 28839888, "post_processing_size": null, "dataset_size": 92912972, "size_in_bytes": 121752860}, "bem_Latn-twi_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bem_Latn", "twi_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bem_Latn-twi_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 96627476, "num_examples": 182348, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bem_Latn-twi_Latn.gz": {"num_bytes": 32251401, "checksum": "7365d6849d3b83abebc07544290a57c1a2dcf9799ee6daa2272720f26a8b4527"}}, "download_size": 32251401, "post_processing_size": null, "dataset_size": 96627476, "size_in_bytes": 128878877}, "bem_Latn-umb_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bem_Latn", "umb_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bem_Latn-umb_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 62164579, "num_examples": 115462, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bem_Latn-umb_Latn.gz": {"num_bytes": 20286660, "checksum": "0fc48198cce6b30687d725b969264d5c0f5a2f5c863f420ef066930fdeddf1b6"}}, "download_size": 20286660, "post_processing_size": null, "dataset_size": 62164579, "size_in_bytes": 82451239}, "bem_Latn-wol_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bem_Latn", "wol_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bem_Latn-wol_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 17364509, "num_examples": 39092, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bem_Latn-wol_Latn.gz": {"num_bytes": 6259512, "checksum": "992eb4a90d4401d900a4fa92983f984fafedd684be79ea0b5e88702676e51527"}}, "download_size": 6259512, "post_processing_size": null, "dataset_size": 17364509, "size_in_bytes": 23624021}, "bem_Latn-xho_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bem_Latn", "xho_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bem_Latn-xho_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 109517430, "num_examples": 213174, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bem_Latn-xho_Latn.gz": {"num_bytes": 36458269, "checksum": "91d08e71eacb2c7d014451d198ad9ac87df92980dad66abceeeacfc28c683594"}}, "download_size": 36458269, "post_processing_size": null, "dataset_size": 109517430, "size_in_bytes": 145975699}, "bem_Latn-yor_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bem_Latn", "yor_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bem_Latn-yor_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 53135371, "num_examples": 123084, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bem_Latn-yor_Latn.gz": {"num_bytes": 18854202, "checksum": "5ae564b8ee4d33b8a12e5c691f631089fb43d05208af99c138a122d48df01f7d"}}, "download_size": 18854202, "post_processing_size": null, "dataset_size": 53135371, "size_in_bytes": 71989573}, "bem_Latn-zul_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bem_Latn", "zul_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bem_Latn-zul_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 167097287, "num_examples": 312412, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bem_Latn-zul_Latn.gz": {"num_bytes": 55443100, "checksum": "8c81efa91b4d15a4b66d91354317def3c09f7fb7943a1526d2ec856fe172c1e1"}}, "download_size": 55443100, "post_processing_size": null, "dataset_size": 167097287, "size_in_bytes": 222540387}, "ben_Beng-bho_Deva": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ben_Beng", "bho_Deva"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ben_Beng-bho_Deva", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 301239897, "num_examples": 472016, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ben_Beng-bho_Deva.gz": {"num_bytes": 87217089, "checksum": "b436ac05f36af30f38378469c6348ec066fe4802e330602e59a8e4047aca9c9c"}}, "download_size": 87217089, "post_processing_size": null, "dataset_size": 301239897, "size_in_bytes": 388456986}, "ben_Beng-eng_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ben_Beng", "eng_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ben_Beng-eng_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 39019107108, "num_examples": 62006746, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ben_Beng-eng_Latn.gz": {"num_bytes": 12339764048, "checksum": "134d81b27052e2d11e1a1afe9f618d8f362f0a96d1fe5f1a28a78795609d9ca0"}}, "download_size": 12339764048, "post_processing_size": null, "dataset_size": 39019107108, "size_in_bytes": 51358871156}, "ben_Beng-guj_Gujr": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ben_Beng", "guj_Gujr"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ben_Beng-guj_Gujr", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1941645595, "num_examples": 2814718, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ben_Beng-guj_Gujr.gz": {"num_bytes": 561573595, "checksum": "73c59e4d9ef1a028133728aedb3f13cefdf7510709c52f853716218c16fda96c"}}, "download_size": 561573595, "post_processing_size": null, "dataset_size": 1941645595, "size_in_bytes": 2503219190}, "ben_Beng-hin_Deva": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ben_Beng", "hin_Deva"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ben_Beng-hin_Deva", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 2470151136, "num_examples": 3613301, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ben_Beng-hin_Deva.gz": {"num_bytes": 745754162, "checksum": "581abf6527b0b4c0a8e5dfb57ccf40083231d13b62e2afa07bd27ca904e03ebe"}}, "download_size": 745754162, "post_processing_size": null, "dataset_size": 2470151136, "size_in_bytes": 3215905298}, "ben_Beng-hne_Deva": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ben_Beng", "hne_Deva"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ben_Beng-hne_Deva", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 98400012, "num_examples": 153152, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ben_Beng-hne_Deva.gz": {"num_bytes": 28029873, "checksum": "d92e054a8ced77bb825fb979dab8c92edc2bf87641e9ed8410c4272328050155"}}, "download_size": 28029873, "post_processing_size": null, "dataset_size": 98400012, "size_in_bytes": 126429885}, "ben_Beng-kan_Knda": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ben_Beng", "kan_Knda"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ben_Beng-kan_Knda", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 2798425236, "num_examples": 3992917, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ben_Beng-kan_Knda.gz": {"num_bytes": 794774359, "checksum": "4d021771eca2acc4c97aeef9ab104c33829ee55307ad2976358283c2cfe131a2"}}, "download_size": 794774359, "post_processing_size": null, "dataset_size": 2798425236, "size_in_bytes": 3593199595}, "ben_Beng-kas_Arab": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ben_Beng", "kas_Arab"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ben_Beng-kas_Arab", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 80403236, "num_examples": 137842, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ben_Beng-kas_Arab.gz": {"num_bytes": 23287046, "checksum": "ab9b34baca3424fcfbfc357b3c14c96a5464d7a84f154805f7cac55d8c0f2031"}}, "download_size": 23287046, "post_processing_size": null, "dataset_size": 80403236, "size_in_bytes": 103690282}, "ben_Beng-kas_Deva": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ben_Beng", "kas_Deva"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ben_Beng-kas_Deva", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 181460737, "num_examples": 285379, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ben_Beng-kas_Deva.gz": {"num_bytes": 54798276, "checksum": "30cbd4a49d4a5cc38375819cfe85dde08dab13956d4d9129528d96120108d694"}}, "download_size": 54798276, "post_processing_size": null, "dataset_size": 181460737, "size_in_bytes": 236259013}, "ben_Beng-mag_Deva": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ben_Beng", "mag_Deva"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ben_Beng-mag_Deva", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 273891600, "num_examples": 444745, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ben_Beng-mag_Deva.gz": {"num_bytes": 80863467, "checksum": "10de11a5c456a3d72d0bc6cc5567846f83ba49addd1af3ff0097f88bc5882b81"}}, "download_size": 80863467, "post_processing_size": null, "dataset_size": 273891600, "size_in_bytes": 354755067}, "ben_Beng-mai_Deva": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ben_Beng", "mai_Deva"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ben_Beng-mai_Deva", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 481836975, "num_examples": 747369, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ben_Beng-mai_Deva.gz": {"num_bytes": 143347122, "checksum": "b2a95b6f2be63e44acdf830d61de6e122e49455b895a8465ecad29eb3feb883c"}}, "download_size": 143347122, "post_processing_size": null, "dataset_size": 481836975, "size_in_bytes": 625184097}, "ben_Beng-mal_Mlym": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ben_Beng", "mal_Mlym"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ben_Beng-mal_Mlym", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 3182564998, "num_examples": 4629176, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ben_Beng-mal_Mlym.gz": {"num_bytes": 912382801, "checksum": "42bec5302471d790d26b32e0d3a1fe93202a9b5c427809335511e1a2652a7f0f"}}, "download_size": 912382801, "post_processing_size": null, "dataset_size": 3182564998, "size_in_bytes": 4094947799}, "ben_Beng-mar_Deva": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ben_Beng", "mar_Deva"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ben_Beng-mar_Deva", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 2415649143, "num_examples": 3809373, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ben_Beng-mar_Deva.gz": {"num_bytes": 704420825, "checksum": "d3ff84f0590489041af1c5f190ed0bc560552bca162ba4c66fd49a072497e8a0"}}, "download_size": 704420825, "post_processing_size": null, "dataset_size": 2415649143, "size_in_bytes": 3120069968}, "ben_Beng-npi_Deva": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ben_Beng", "npi_Deva"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ben_Beng-npi_Deva", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1934722430, "num_examples": 2653167, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ben_Beng-npi_Deva.gz": {"num_bytes": 555243070, "checksum": "0e9f48fda90a5f1c3c91aeb7d1ea7e919f311f2b46f0e0385651718b00e06b28"}}, "download_size": 555243070, "post_processing_size": null, "dataset_size": 1934722430, "size_in_bytes": 2489965500}, "ben_Beng-ory_Orya": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ben_Beng", "ory_Orya"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ben_Beng-ory_Orya", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1730158725, "num_examples": 2631068, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ben_Beng-ory_Orya.gz": {"num_bytes": 499297482, "checksum": "6a8a4ed5eb68411ae82bc303b3cd5a8a8aed69732fed11a8545921b715334b34"}}, "download_size": 499297482, "post_processing_size": null, "dataset_size": 1730158725, "size_in_bytes": 2229456207}, "ben_Beng-pan_Guru": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ben_Beng", "pan_Guru"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ben_Beng-pan_Guru", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1186440657, "num_examples": 1569683, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ben_Beng-pan_Guru.gz": {"num_bytes": 337806950, "checksum": "07e039e0a3371ee229b96de41a6b122ecb4c7b00434a0733b397bc80f9f4260c"}}, "download_size": 337806950, "post_processing_size": null, "dataset_size": 1186440657, "size_in_bytes": 1524247607}, "ben_Beng-pbt_Arab": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ben_Beng", "pbt_Arab"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ben_Beng-pbt_Arab", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 969605963, "num_examples": 1370588, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ben_Beng-pbt_Arab.gz": {"num_bytes": 290303151, "checksum": "12826c8a18aabf93bd3b8fa0c99bec5e21226f9d30cb8484eb34a4e90b3b8589"}}, "download_size": 290303151, "post_processing_size": null, "dataset_size": 969605963, "size_in_bytes": 1259909114}, "ben_Beng-san_Deva": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ben_Beng", "san_Deva"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ben_Beng-san_Deva", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 296901191, "num_examples": 459815, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ben_Beng-san_Deva.gz": {"num_bytes": 86633226, "checksum": "654b5465c20073bb953b798a478a55351489564cfa312d014ea3354f63d9d7d7"}}, "download_size": 86633226, "post_processing_size": null, "dataset_size": 296901191, "size_in_bytes": 383534417}, "ben_Beng-sat_Beng": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ben_Beng", "sat_Beng"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ben_Beng-sat_Beng", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 12859486, "num_examples": 19605, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ben_Beng-sat_Beng.gz": {"num_bytes": 2927236, "checksum": "8fcf8bbabec8e2fca80dc71a18e5d4f2b74144fc810dede81e3b67b24f21a180"}}, "download_size": 2927236, "post_processing_size": null, "dataset_size": 12859486, "size_in_bytes": 15786722}, "ben_Beng-sin_Sinh": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ben_Beng", "sin_Sinh"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ben_Beng-sin_Sinh", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1146245696, "num_examples": 1868557, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ben_Beng-sin_Sinh.gz": {"num_bytes": 321194592, "checksum": "4dea52063f58b9ca128afd746b9939e42085d4d4b66ff9fd4a85b0dc7dd80bb4"}}, "download_size": 321194592, "post_processing_size": null, "dataset_size": 1146245696, "size_in_bytes": 1467440288}, "ben_Beng-snd_Arab": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ben_Beng", "snd_Arab"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ben_Beng-snd_Arab", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 729777397, "num_examples": 1085586, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ben_Beng-snd_Arab.gz": {"num_bytes": 216058324, "checksum": "e62453a6194bac469d1d795ffa1327e8954bb886dfefdde7b84ac349d7ec74d7"}}, "download_size": 216058324, "post_processing_size": null, "dataset_size": 729777397, "size_in_bytes": 945835721}, "ben_Beng-tam_Taml": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ben_Beng", "tam_Taml"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ben_Beng-tam_Taml", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 3288852709, "num_examples": 4262941, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ben_Beng-tam_Taml.gz": {"num_bytes": 918648991, "checksum": "0d858aff80c94368f2db8d8b28b6436eb0c583edddf13d1ec213938da110daa5"}}, "download_size": 918648991, "post_processing_size": null, "dataset_size": 3288852709, "size_in_bytes": 4207501700}, "ben_Beng-tel_Telu": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ben_Beng", "tel_Telu"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ben_Beng-tel_Telu", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 3649259554, "num_examples": 5189189, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ben_Beng-tel_Telu.gz": {"num_bytes": 1059938267, "checksum": "b44d2a3c9a402f0d425d1c314f08013b59a421573281fdfa5af902e110b8854c"}}, "download_size": 1059938267, "post_processing_size": null, "dataset_size": 3649259554, "size_in_bytes": 4709197821}, "ben_Beng-urd_Arab": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ben_Beng", "urd_Arab"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ben_Beng-urd_Arab", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 2957599151, "num_examples": 4138984, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ben_Beng-urd_Arab.gz": {"num_bytes": 901564306, "checksum": "3032823f0dbbad6745e6161b2d7942dba30e43cef10d050a2be6baca4a1774dc"}}, "download_size": 901564306, "post_processing_size": null, "dataset_size": 2957599151, "size_in_bytes": 3859163457}, "bho_Deva-eng_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bho_Deva", "eng_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bho_Deva-eng_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1292990110, "num_examples": 2432272, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bho_Deva-eng_Latn.gz": {"num_bytes": 424992777, "checksum": "a86a185eb3cc84ca5c3e9b47fc0435a74250b6df1006b964d2a0e309cb2011cf"}}, "download_size": 424992777, "post_processing_size": null, "dataset_size": 1292990110, "size_in_bytes": 1717982887}, "bho_Deva-guj_Gujr": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bho_Deva", "guj_Gujr"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bho_Deva-guj_Gujr", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 182156827, "num_examples": 324133, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bho_Deva-guj_Gujr.gz": {"num_bytes": 54577028, "checksum": "e631bb66e7091193ab708b1e6d27dffee857e3cbea12387e844df5a8b08df625"}}, "download_size": 54577028, "post_processing_size": null, "dataset_size": 182156827, "size_in_bytes": 236733855}, "bho_Deva-hin_Deva": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bho_Deva", "hin_Deva"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bho_Deva-hin_Deva", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 213131032, "num_examples": 356278, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bho_Deva-hin_Deva.gz": {"num_bytes": 63206525, "checksum": "50527d9c6aee66fa36839147e752fb8742b140b469a8479c75d37c393c8f8cc2"}}, "download_size": 63206525, "post_processing_size": null, "dataset_size": 213131032, "size_in_bytes": 276337557}, "bho_Deva-hne_Deva": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bho_Deva", "hne_Deva"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bho_Deva-hne_Deva", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 17707012, "num_examples": 27761, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bho_Deva-hne_Deva.gz": {"num_bytes": 4988042, "checksum": "fffc48962bbf2c6bbb68fe5b3616dff0869c89654dbcb36b403cb15c83a8bd05"}}, "download_size": 4988042, "post_processing_size": null, "dataset_size": 17707012, "size_in_bytes": 22695054}, "bho_Deva-kan_Knda": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bho_Deva", "kan_Knda"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bho_Deva-kan_Knda", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 160144827, "num_examples": 286640, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bho_Deva-kan_Knda.gz": {"num_bytes": 46623975, "checksum": "448a4f0890a1e5154cd1e6e46cd75e89e075e0bc1b2259de16a6e5f8e210eb3a"}}, "download_size": 46623975, "post_processing_size": null, "dataset_size": 160144827, "size_in_bytes": 206768802}, "bho_Deva-kas_Arab": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bho_Deva", "kas_Arab"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bho_Deva-kas_Arab", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 7121799, "num_examples": 11716, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bho_Deva-kas_Arab.gz": {"num_bytes": 2246012, "checksum": "4f5c0142daac55b0bf25037d7d427daf5433ed2e40025e30ba0a0db10b3aac9f"}}, "download_size": 2246012, "post_processing_size": null, "dataset_size": 7121799, "size_in_bytes": 9367811}, "bho_Deva-kas_Deva": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bho_Deva", "kas_Deva"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bho_Deva-kas_Deva", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 14604355, "num_examples": 22742, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bho_Deva-kas_Deva.gz": {"num_bytes": 4426163, "checksum": "09eabf6a1be7572c074d49d56ced746a8c86ca33af5aaff8de6ec201bb37a24f"}}, "download_size": 4426163, "post_processing_size": null, "dataset_size": 14604355, "size_in_bytes": 19030518}, "bho_Deva-mag_Deva": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bho_Deva", "mag_Deva"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bho_Deva-mag_Deva", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 20670001, "num_examples": 33215, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bho_Deva-mag_Deva.gz": {"num_bytes": 5728143, "checksum": "96bea691693ab927f155951e00c946be2bcdfe1ae4be98e502161b64f6f8fa3b"}}, "download_size": 5728143, "post_processing_size": null, "dataset_size": 20670001, "size_in_bytes": 26398144}, "bho_Deva-mai_Deva": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bho_Deva", "mai_Deva"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bho_Deva-mai_Deva", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 43121967, "num_examples": 72421, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bho_Deva-mai_Deva.gz": {"num_bytes": 12387162, "checksum": "74ac0864bf106ccfafa5c349fed1e68f62dbe6765cb796fb5ca8d24e040711db"}}, "download_size": 12387162, "post_processing_size": null, "dataset_size": 43121967, "size_in_bytes": 55509129}, "bho_Deva-mal_Mlym": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bho_Deva", "mal_Mlym"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bho_Deva-mal_Mlym", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 207326922, "num_examples": 358573, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bho_Deva-mal_Mlym.gz": {"num_bytes": 60142321, "checksum": "d055201025ce32dad94eb04df7f9a8cb01fc38305d6c05eabb656dcabf9fe502"}}, "download_size": 60142321, "post_processing_size": null, "dataset_size": 207326922, "size_in_bytes": 267469243}, "bho_Deva-mar_Deva": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bho_Deva", "mar_Deva"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bho_Deva-mar_Deva", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 130489602, "num_examples": 253799, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bho_Deva-mar_Deva.gz": {"num_bytes": 37652964, "checksum": "5de5f0d71ca91e475489a6f491c1f6cb12821d16e7f8e93b926664cd2986d3c3"}}, "download_size": 37652964, "post_processing_size": null, "dataset_size": 130489602, "size_in_bytes": 168142566}, "bho_Deva-npi_Deva": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bho_Deva", "npi_Deva"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bho_Deva-npi_Deva", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 151759671, "num_examples": 248357, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bho_Deva-npi_Deva.gz": {"num_bytes": 42903937, "checksum": "ca6047af6ad26850194390a7257aadc96d222a825e6b99aff94bc9c131494fe6"}}, "download_size": 42903937, "post_processing_size": null, "dataset_size": 151759671, "size_in_bytes": 194663608}, "bho_Deva-ory_Orya": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bho_Deva", "ory_Orya"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bho_Deva-ory_Orya", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 101296724, "num_examples": 179355, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bho_Deva-ory_Orya.gz": {"num_bytes": 29455769, "checksum": "c777e2e64cb239da89b21ec3842115e1e711efc3a675e07f826498e885034232"}}, "download_size": 29455769, "post_processing_size": null, "dataset_size": 101296724, "size_in_bytes": 130752493}, "bho_Deva-pan_Guru": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bho_Deva", "pan_Guru"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bho_Deva-pan_Guru", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 89162897, "num_examples": 148832, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bho_Deva-pan_Guru.gz": {"num_bytes": 26575073, "checksum": "cffb6f88d8853953092193b68fc5740a13d852830d858229483be74d864f815c"}}, "download_size": 26575073, "post_processing_size": null, "dataset_size": 89162897, "size_in_bytes": 115737970}, "bho_Deva-san_Deva": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bho_Deva", "san_Deva"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bho_Deva-san_Deva", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 53270302, "num_examples": 89859, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bho_Deva-san_Deva.gz": {"num_bytes": 14799407, "checksum": "cc79ccf7d1d8825b26ae065b3958c8d3db4729cf06d01f00e126cdccead61094"}}, "download_size": 14799407, "post_processing_size": null, "dataset_size": 53270302, "size_in_bytes": 68069709}, "bho_Deva-sat_Beng": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bho_Deva", "sat_Beng"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bho_Deva-sat_Beng", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 2404583, "num_examples": 3655, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bho_Deva-sat_Beng.gz": {"num_bytes": 610580, "checksum": "e73e9a7cae9dcdb9c03c1c61fcaa3244b0496375513aff4d74356a45414509ec"}}, "download_size": 610580, "post_processing_size": null, "dataset_size": 2404583, "size_in_bytes": 3015163}, "bho_Deva-sin_Sinh": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bho_Deva", "sin_Sinh"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bho_Deva-sin_Sinh", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 84803525, "num_examples": 169451, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bho_Deva-sin_Sinh.gz": {"num_bytes": 24130804, "checksum": "ce2184f9c5d0edcd3ceb07f1a51e8bd1d9d56f3f030f09c60128b5eccfd47462"}}, "download_size": 24130804, "post_processing_size": null, "dataset_size": 84803525, "size_in_bytes": 108934329}, "bho_Deva-snd_Arab": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bho_Deva", "snd_Arab"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bho_Deva-snd_Arab", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 55177998, "num_examples": 100070, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bho_Deva-snd_Arab.gz": {"num_bytes": 16678341, "checksum": "2334e9a26c24ae52def8ce1d8115b0f9fc75360f02a27998ffb07cb609581e46"}}, "download_size": 16678341, "post_processing_size": null, "dataset_size": 55177998, "size_in_bytes": 71856339}, "bho_Deva-tam_Taml": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bho_Deva", "tam_Taml"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bho_Deva-tam_Taml", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 229855641, "num_examples": 361125, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bho_Deva-tam_Taml.gz": {"num_bytes": 64342202, "checksum": "317456b467fd886d17031117e1882f3358fdf07c4bbafcb0fcaf74fc43ed7e08"}}, "download_size": 64342202, "post_processing_size": null, "dataset_size": 229855641, "size_in_bytes": 294197843}, "bho_Deva-tel_Telu": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bho_Deva", "tel_Telu"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bho_Deva-tel_Telu", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 265005808, "num_examples": 456522, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bho_Deva-tel_Telu.gz": {"num_bytes": 77542440, "checksum": "1f9294327bb1f88498ecda98c0a4a2f87b5b1a3fd3b45114f940d13fbfa07a12"}}, "download_size": 77542440, "post_processing_size": null, "dataset_size": 265005808, "size_in_bytes": 342548248}, "bho_Deva-urd_Arab": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bho_Deva", "urd_Arab"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bho_Deva-urd_Arab", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 148724554, "num_examples": 246166, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bho_Deva-urd_Arab.gz": {"num_bytes": 46603032, "checksum": "16e941660428a3aa43c042a7a430d57f0bbf7493d7fd3655a917d39a63cbb7f2"}}, "download_size": 46603032, "post_processing_size": null, "dataset_size": 148724554, "size_in_bytes": 195327586}, "bjn_Latn-bug_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bjn_Latn", "bug_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bjn_Latn-bug_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 12242864, "num_examples": 27150, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bjn_Latn-bug_Latn.gz": {"num_bytes": 4316918, "checksum": "5b0fba4ffa7b9bcdb3efdac06af20ab23b7300a1703eb309f03b1814597f43c1"}}, "download_size": 4316918, "post_processing_size": null, "dataset_size": 12242864, "size_in_bytes": 16559782}, "bjn_Latn-ceb_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bjn_Latn", "ceb_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bjn_Latn-ceb_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 48018391, "num_examples": 97558, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bjn_Latn-ceb_Latn.gz": {"num_bytes": 16799193, "checksum": "4de6e2f0ec5f668e4f89556c30d26a908c24e6d3513f3310db88301988452559"}}, "download_size": 16799193, "post_processing_size": null, "dataset_size": 48018391, "size_in_bytes": 64817584}, "bjn_Latn-eng_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bjn_Latn", "eng_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bjn_Latn-eng_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 387250857, "num_examples": 766894, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bjn_Latn-eng_Latn.gz": {"num_bytes": 141414579, "checksum": "5ff5edc7cedcb62f940e1456ace48a89739e5023f023ece4ee70b2804f7727f2"}}, "download_size": 141414579, "post_processing_size": null, "dataset_size": 387250857, "size_in_bytes": 528665436}, "bjn_Latn-fij_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bjn_Latn", "fij_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bjn_Latn-fij_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 28077788, "num_examples": 59704, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bjn_Latn-fij_Latn.gz": {"num_bytes": 9492097, "checksum": "3037a69504b314f3f200d28f117763100961155448e4cd4deb45c74c9f0f6b5b"}}, "download_size": 9492097, "post_processing_size": null, "dataset_size": 28077788, "size_in_bytes": 37569885}, "bjn_Latn-ilo_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bjn_Latn", "ilo_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bjn_Latn-ilo_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 43804278, "num_examples": 94318, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bjn_Latn-ilo_Latn.gz": {"num_bytes": 15039318, "checksum": "ae5db8a953f69a03a158b47e390709c27a1623faf7911dc267cae1a4cfc648b2"}}, "download_size": 15039318, "post_processing_size": null, "dataset_size": 43804278, "size_in_bytes": 58843596}, "bjn_Latn-ind_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bjn_Latn", "ind_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bjn_Latn-ind_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 851958210, "num_examples": 1455384, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bjn_Latn-ind_Latn.gz": {"num_bytes": 316682499, "checksum": "6e386d5eba49c8bdf19e1333a545daa33b24fa5e94968744811050a09e8b295d"}}, "download_size": 316682499, "post_processing_size": null, "dataset_size": 851958210, "size_in_bytes": 1168640709}, "bjn_Latn-jav_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bjn_Latn", "jav_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bjn_Latn-jav_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 55987645, "num_examples": 116244, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bjn_Latn-jav_Latn.gz": {"num_bytes": 19412929, "checksum": "af0e461036c4be34977e1ca5ef6bb30b968ad602096d4f113781ca898815dbb7"}}, "download_size": 19412929, "post_processing_size": null, "dataset_size": 55987645, "size_in_bytes": 75400574}, "bjn_Latn-min_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bjn_Latn", "min_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bjn_Latn-min_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 11460291, "num_examples": 25379, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bjn_Latn-min_Latn.gz": {"num_bytes": 3885971, "checksum": "9e6905073e440e13f268040c0a836c2748940aeb9a5eb3ace45de6417d95b6e0"}}, "download_size": 3885971, "post_processing_size": null, "dataset_size": 11460291, "size_in_bytes": 15346262}, "bjn_Latn-mri_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bjn_Latn", "mri_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bjn_Latn-mri_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 24155645, "num_examples": 51993, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bjn_Latn-mri_Latn.gz": {"num_bytes": 8576175, "checksum": "81ada0a36f77f9ee556f2181d5d999405e32080e747f27e69f55a5cdd35c21d9"}}, "download_size": 8576175, "post_processing_size": null, "dataset_size": 24155645, "size_in_bytes": 32731820}, "bjn_Latn-pag_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bjn_Latn", "pag_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bjn_Latn-pag_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 15734060, "num_examples": 35701, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bjn_Latn-pag_Latn.gz": {"num_bytes": 5503152, "checksum": "91be66489c4c1de61a6375d39453b2f7227ebde6314cf269c4aff480e488fa8e"}}, "download_size": 5503152, "post_processing_size": null, "dataset_size": 15734060, "size_in_bytes": 21237212}, "bjn_Latn-plt_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bjn_Latn", "plt_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bjn_Latn-plt_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 42039781, "num_examples": 87167, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bjn_Latn-plt_Latn.gz": {"num_bytes": 14482175, "checksum": "1fd377b8f80b2901a0cf8a4389e21d0d1719a087902093fb90d3f62825854bca"}}, "download_size": 14482175, "post_processing_size": null, "dataset_size": 42039781, "size_in_bytes": 56521956}, "bjn_Latn-smo_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bjn_Latn", "smo_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bjn_Latn-smo_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 23911995, "num_examples": 50051, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bjn_Latn-smo_Latn.gz": {"num_bytes": 8272311, "checksum": "5715464e6ab30c17b1076722fef409bb59f8d592274cc30a2d462f0dde77a253"}}, "download_size": 8272311, "post_processing_size": null, "dataset_size": 23911995, "size_in_bytes": 32184306}, "bjn_Latn-sun_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bjn_Latn", "sun_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bjn_Latn-sun_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 36249382, "num_examples": 75466, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bjn_Latn-sun_Latn.gz": {"num_bytes": 12502419, "checksum": "dd1f5d007f80a1f80ec44b9d6da18d8b6177a9a2c7a65604a2911c389500ac9f"}}, "download_size": 12502419, "post_processing_size": null, "dataset_size": 36249382, "size_in_bytes": 48751801}, "bjn_Latn-war_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bjn_Latn", "war_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bjn_Latn-war_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 49509292, "num_examples": 111221, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bjn_Latn-war_Latn.gz": {"num_bytes": 17590148, "checksum": "99b5e0405a35178754f900fab9fa60ba21b5ed2707e9f9f62454be519fb341f6"}}, "download_size": 17590148, "post_processing_size": null, "dataset_size": 49509292, "size_in_bytes": 67099440}, "bod_Tibt-eng_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bod_Tibt", "eng_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bod_Tibt-eng_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 412734962, "num_examples": 714577, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bod_Tibt-eng_Latn.gz": {"num_bytes": 130667924, "checksum": "9ec0bd5a2ff0b3dcc10bb9ae554671deea90a1165ca0171c0d9ad2dacfbf9700"}}, "download_size": 130667924, "post_processing_size": null, "dataset_size": 412734962, "size_in_bytes": 543402886}, "bos_Latn-eng_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bos_Latn", "eng_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bos_Latn-eng_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 43709646577, "num_examples": 79334034, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bos_Latn-eng_Latn.gz": {"num_bytes": 16647684471, "checksum": "cfd5a58e1e5cf4f6b717144d6e1a708a11ddbec6dcb9489d6008522f226b0393"}}, "download_size": 16647684471, "post_processing_size": null, "dataset_size": 43709646577, "size_in_bytes": 60357331048}, "bug_Latn-ceb_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bug_Latn", "ceb_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bug_Latn-ceb_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 41915085, "num_examples": 81012, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bug_Latn-ceb_Latn.gz": {"num_bytes": 13520158, "checksum": "35023bd722e119c3bdf8c719607b6ea7e5ea64209adebb4762ed8a56a29f1e45"}}, "download_size": 13520158, "post_processing_size": null, "dataset_size": 41915085, "size_in_bytes": 55435243}, "bug_Latn-eng_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bug_Latn", "eng_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bug_Latn-eng_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 595246648, "num_examples": 1240098, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bug_Latn-eng_Latn.gz": {"num_bytes": 213126816, "checksum": "5832ea846e538ffbf6eea8b51f01e8aa9bd91ebddf894d320e0b3e45067696f9"}}, "download_size": 213126816, "post_processing_size": null, "dataset_size": 595246648, "size_in_bytes": 808373464}, "bug_Latn-fij_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bug_Latn", "fij_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bug_Latn-fij_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 15987926, "num_examples": 35525, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bug_Latn-fij_Latn.gz": {"num_bytes": 5293187, "checksum": "337a0cca9ebf068da603fd681128a3bef6851d29c165f896d527ad641d567754"}}, "download_size": 5293187, "post_processing_size": null, "dataset_size": 15987926, "size_in_bytes": 21281113}, "bug_Latn-ilo_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bug_Latn", "ilo_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bug_Latn-ilo_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 28248749, "num_examples": 62655, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bug_Latn-ilo_Latn.gz": {"num_bytes": 9445433, "checksum": "7acf91b5b7c526de5e02be382c69f1645a12364672c7bc76852010c916f30523"}}, "download_size": 9445433, "post_processing_size": null, "dataset_size": 28248749, "size_in_bytes": 37694182}, "bug_Latn-jav_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bug_Latn", "jav_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bug_Latn-jav_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 42643710, "num_examples": 86621, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bug_Latn-jav_Latn.gz": {"num_bytes": 13955153, "checksum": "5b138b0e9b2e5696d32ac877db7f471cf00a2a1fb63118a09bd936da70b2482c"}}, "download_size": 13955153, "post_processing_size": null, "dataset_size": 42643710, "size_in_bytes": 56598863}, "bug_Latn-min_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bug_Latn", "min_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bug_Latn-min_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 8067315, "num_examples": 17025, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bug_Latn-min_Latn.gz": {"num_bytes": 2630772, "checksum": "85aa09180852285a17a2f71bbcafa67d4ab3174c0730acfce834381fb00b2dfe"}}, "download_size": 2630772, "post_processing_size": null, "dataset_size": 8067315, "size_in_bytes": 10698087}, "bug_Latn-mri_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bug_Latn", "mri_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bug_Latn-mri_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 18919850, "num_examples": 40696, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bug_Latn-mri_Latn.gz": {"num_bytes": 6508870, "checksum": "125cb6d6e0d93497c4ca31b161b1af2fa6976e5a75e19cf10d8766109340f275"}}, "download_size": 6508870, "post_processing_size": null, "dataset_size": 18919850, "size_in_bytes": 25428720}, "bug_Latn-pag_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bug_Latn", "pag_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bug_Latn-pag_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 14502121, "num_examples": 34803, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bug_Latn-pag_Latn.gz": {"num_bytes": 4953686, "checksum": "94d73fedf88f4667c2db0585ca9d62c37a45451a3d6383738fbc16b4d62e65fa"}}, "download_size": 4953686, "post_processing_size": null, "dataset_size": 14502121, "size_in_bytes": 19455807}, "bug_Latn-plt_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bug_Latn", "plt_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bug_Latn-plt_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 39216402, "num_examples": 77126, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bug_Latn-plt_Latn.gz": {"num_bytes": 12484989, "checksum": "2efa9bfc7dfe6ebeeeb73305cb6724c89784c8b995e5db07f0ab0f827402f8d7"}}, "download_size": 12484989, "post_processing_size": null, "dataset_size": 39216402, "size_in_bytes": 51701391}, "bug_Latn-smo_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bug_Latn", "smo_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bug_Latn-smo_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 16505933, "num_examples": 35175, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bug_Latn-smo_Latn.gz": {"num_bytes": 5401505, "checksum": "34de9a649c0d25837424df723b580caf3f174354bc6839bbdd99ee2393f9f26e"}}, "download_size": 5401505, "post_processing_size": null, "dataset_size": 16505933, "size_in_bytes": 21907438}, "bug_Latn-sun_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bug_Latn", "sun_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bug_Latn-sun_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 25940518, "num_examples": 53164, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bug_Latn-sun_Latn.gz": {"num_bytes": 8484767, "checksum": "c8d8ea3f07b2308211706f8107d910cd4cf69f431e013168983dc3a1b52dbc81"}}, "download_size": 8484767, "post_processing_size": null, "dataset_size": 25940518, "size_in_bytes": 34425285}, "bug_Latn-war_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["bug_Latn", "war_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "bug_Latn-war_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 27116250, "num_examples": 64303, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/bug_Latn-war_Latn.gz": {"num_bytes": 9533709, "checksum": "6f5c541ce098b1bfd4bc1d56a2dda89bc17f1a473467552006f74f58b72fa291"}}, "download_size": 9533709, "post_processing_size": null, "dataset_size": 27116250, "size_in_bytes": 36649959}, "ceb_Latn-eng_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ceb_Latn", "eng_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ceb_Latn-eng_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 7522595061, "num_examples": 14768997, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ceb_Latn-eng_Latn.gz": {"num_bytes": 2670398921, "checksum": "b1793269cc02903c2a67d16a64382f127ef217f0c7afa2dc7aa684c7966536e8"}}, "download_size": 2670398921, "post_processing_size": null, "dataset_size": 7522595061, "size_in_bytes": 10192993982}, "ceb_Latn-fij_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ceb_Latn", "fij_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ceb_Latn-fij_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 181577289, "num_examples": 349353, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ceb_Latn-fij_Latn.gz": {"num_bytes": 57892943, "checksum": "7a2d47268d82e24f531f65c60a93877b829183cabac4146c5d56e3dc49204d83"}}, "download_size": 57892943, "post_processing_size": null, "dataset_size": 181577289, "size_in_bytes": 239470232}, "ceb_Latn-ilo_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ceb_Latn", "ilo_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ceb_Latn-ilo_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 317138789, "num_examples": 607793, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ceb_Latn-ilo_Latn.gz": {"num_bytes": 100784904, "checksum": "aadb5f832b534cb43015d8c3f41ad946c60bfc902c1c5f4d863f3ee6b7a3ce3e"}}, "download_size": 100784904, "post_processing_size": null, "dataset_size": 317138789, "size_in_bytes": 417923693}, "ceb_Latn-jav_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ceb_Latn", "jav_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ceb_Latn-jav_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 556234666, "num_examples": 1004751, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ceb_Latn-jav_Latn.gz": {"num_bytes": 186673182, "checksum": "24132d2571b0592a203e243c807a2c88814825fbdd35ed4054970f43a007657b"}}, "download_size": 186673182, "post_processing_size": null, "dataset_size": 556234666, "size_in_bytes": 742907848}, "ceb_Latn-min_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ceb_Latn", "min_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ceb_Latn-min_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 44096481, "num_examples": 97651, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ceb_Latn-min_Latn.gz": {"num_bytes": 15037783, "checksum": "52efe2dc01ca77b9ae084b1ba68c9524d29e4c73dd12ed1c2dd4c1b8c7e06426"}}, "download_size": 15037783, "post_processing_size": null, "dataset_size": 44096481, "size_in_bytes": 59134264}, "ceb_Latn-mri_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ceb_Latn", "mri_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ceb_Latn-mri_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 312502072, "num_examples": 541277, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ceb_Latn-mri_Latn.gz": {"num_bytes": 104725072, "checksum": "4d6b47fbb39520f55b2bd06561022f9fe4c3e2b0de965cab92918acdfce75939"}}, "download_size": 104725072, "post_processing_size": null, "dataset_size": 312502072, "size_in_bytes": 417227144}, "ceb_Latn-pag_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ceb_Latn", "pag_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ceb_Latn-pag_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 131462416, "num_examples": 269642, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ceb_Latn-pag_Latn.gz": {"num_bytes": 42397135, "checksum": "9cc112b91b49f4d05c6d51e73c6280d306d791053a1291e43bfcd81ef01ae53d"}}, "download_size": 42397135, "post_processing_size": null, "dataset_size": 131462416, "size_in_bytes": 173859551}, "ceb_Latn-plt_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ceb_Latn", "plt_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ceb_Latn-plt_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 684490258, "num_examples": 1194754, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ceb_Latn-plt_Latn.gz": {"num_bytes": 226136215, "checksum": "f6509cfa63432b97089582aafae9b754b84ad65e126b9841d25a510981251a7a"}}, "download_size": 226136215, "post_processing_size": null, "dataset_size": 684490258, "size_in_bytes": 910626473}, "ceb_Latn-smo_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ceb_Latn", "smo_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ceb_Latn-smo_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 395524749, "num_examples": 693394, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ceb_Latn-smo_Latn.gz": {"num_bytes": 129631662, "checksum": "bd5fab833008a049a34599c2435a96383ec244282410561955401d7bca0b7dde"}}, "download_size": 129631662, "post_processing_size": null, "dataset_size": 395524749, "size_in_bytes": 525156411}, "ceb_Latn-sun_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ceb_Latn", "sun_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ceb_Latn-sun_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 370426108, "num_examples": 648932, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ceb_Latn-sun_Latn.gz": {"num_bytes": 125728818, "checksum": "2209dc0d382711c32162d5ccad76a89a30f22cc1b52f2f9c56dcb15b6075a16c"}}, "download_size": 125728818, "post_processing_size": null, "dataset_size": 370426108, "size_in_bytes": 496154926}, "ceb_Latn-war_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ceb_Latn", "war_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ceb_Latn-war_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 319534364, "num_examples": 710300, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ceb_Latn-war_Latn.gz": {"num_bytes": 108517997, "checksum": "d9651d689d0414486bdf2b3da97bdd052e595841df92f9c85d86c3f78c05b831"}}, "download_size": 108517997, "post_processing_size": null, "dataset_size": 319534364, "size_in_bytes": 428052361}, "cjk_Latn-dik_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["cjk_Latn", "dik_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "cjk_Latn-dik_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 3371892, "num_examples": 7786, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/cjk_Latn-dik_Latn.gz": {"num_bytes": 1207500, "checksum": "11641e3cc27c4e33e94318d48cbde2eb4718cf52fe9d478f3707595f8a9dc376"}}, "download_size": 1207500, "post_processing_size": null, "dataset_size": 3371892, "size_in_bytes": 4579392}, "cjk_Latn-dyu_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["cjk_Latn", "dyu_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "cjk_Latn-dyu_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 11648051, "num_examples": 27182, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/cjk_Latn-dyu_Latn.gz": {"num_bytes": 3817129, "checksum": "bcd3f0256eaab53dc4cb6bffe2b5ce13260b2573b148751f05d533ae1fac9050"}}, "download_size": 3817129, "post_processing_size": null, "dataset_size": 11648051, "size_in_bytes": 15465180}, "cjk_Latn-eng_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["cjk_Latn", "eng_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "cjk_Latn-eng_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 103278953, "num_examples": 214973, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/cjk_Latn-eng_Latn.gz": {"num_bytes": 35275404, "checksum": "d1187562ce5e9bda69a89435f84356bb13685b040df087b05dda8e52f3c9479b"}}, "download_size": 35275404, "post_processing_size": null, "dataset_size": 103278953, "size_in_bytes": 138554357}, "cjk_Latn-ewe_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["cjk_Latn", "ewe_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "cjk_Latn-ewe_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 31522305, "num_examples": 60363, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/cjk_Latn-ewe_Latn.gz": {"num_bytes": 9679642, "checksum": "4e9062b68ff6e45a6d089703c966e2a8e075a5e3f5be5a7ada92d1f164012030"}}, "download_size": 9679642, "post_processing_size": null, "dataset_size": 31522305, "size_in_bytes": 41201947}, "cjk_Latn-fon_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["cjk_Latn", "fon_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "cjk_Latn-fon_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 19842452, "num_examples": 37177, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/cjk_Latn-fon_Latn.gz": {"num_bytes": 6384768, "checksum": "3c4d69f85c9bcd81e5d83207c6ca3100bbf488123ce6f437af9dfc3415b863f0"}}, "download_size": 6384768, "post_processing_size": null, "dataset_size": 19842452, "size_in_bytes": 26227220}, "cjk_Latn-fra_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["cjk_Latn", "fra_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "cjk_Latn-fra_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 166942765, "num_examples": 339015, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/cjk_Latn-fra_Latn.gz": {"num_bytes": 58071508, "checksum": "910e2fb020ac5b825d1625bca87846b0961dd513a6ad576d3b44d9e8b6f33eb0"}}, "download_size": 58071508, "post_processing_size": null, "dataset_size": 166942765, "size_in_bytes": 225014273}, "cjk_Latn-fuv_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["cjk_Latn", "fuv_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "cjk_Latn-fuv_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 9370810, "num_examples": 21328, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/cjk_Latn-fuv_Latn.gz": {"num_bytes": 3413241, "checksum": "c0f4107267e922a9a542c333e740bccb14fd3e43ae1d689010dbd13e693470d7"}}, "download_size": 3413241, "post_processing_size": null, "dataset_size": 9370810, "size_in_bytes": 12784051}, "cjk_Latn-gaz_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["cjk_Latn", "gaz_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "cjk_Latn-gaz_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 15352584, "num_examples": 38122, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/cjk_Latn-gaz_Latn.gz": {"num_bytes": 5331354, "checksum": "9ddd7c9ecaef7fd9597c65484af85aa5ce27aabed9fe5273adac2d0d2d18cd8b"}}, "download_size": 5331354, "post_processing_size": null, "dataset_size": 15352584, "size_in_bytes": 20683938}, "cjk_Latn-hau_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["cjk_Latn", "hau_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "cjk_Latn-hau_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 41822499, "num_examples": 99644, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/cjk_Latn-hau_Latn.gz": {"num_bytes": 14026974, "checksum": "60c568a7ebb521ddaf84495d1077393856c2d805b877fdce1e03ad30187b8d88"}}, "download_size": 14026974, "post_processing_size": null, "dataset_size": 41822499, "size_in_bytes": 55849473}, "cjk_Latn-ibo_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["cjk_Latn", "ibo_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "cjk_Latn-ibo_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 17923472, "num_examples": 44904, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/cjk_Latn-ibo_Latn.gz": {"num_bytes": 6151741, "checksum": "38e7f84670bcac4b367b2252f46a2f21ffe50452ba1ecf29cd71c517786c4f80"}}, "download_size": 6151741, "post_processing_size": null, "dataset_size": 17923472, "size_in_bytes": 24075213}, "cjk_Latn-kam_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["cjk_Latn", "kam_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "cjk_Latn-kam_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 13543897, "num_examples": 26491, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/cjk_Latn-kam_Latn.gz": {"num_bytes": 4057026, "checksum": "148c6f971a6c59fac82293d8f2773ecba0ecccca9b260a804bf9bb89029d588c"}}, "download_size": 4057026, "post_processing_size": null, "dataset_size": 13543897, "size_in_bytes": 17600923}, "cjk_Latn-kik_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["cjk_Latn", "kik_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "cjk_Latn-kik_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 9595980, "num_examples": 21719, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/cjk_Latn-kik_Latn.gz": {"num_bytes": 3096391, "checksum": "87cc50f169e7ddbba2c2ed8e33a60cfd48e03884ea13e8f0502324f7aeb4333d"}}, "download_size": 3096391, "post_processing_size": null, "dataset_size": 9595980, "size_in_bytes": 12692371}, "cjk_Latn-kin_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["cjk_Latn", "kin_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "cjk_Latn-kin_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 40888122, "num_examples": 87961, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/cjk_Latn-kin_Latn.gz": {"num_bytes": 13748048, "checksum": "e1929543aba7903f101c742380eb802e28096b038f35c5fc28371f1a41431dc9"}}, "download_size": 13748048, "post_processing_size": null, "dataset_size": 40888122, "size_in_bytes": 54636170}, "cjk_Latn-kmb_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["cjk_Latn", "kmb_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "cjk_Latn-kmb_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 15621000, "num_examples": 31476, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/cjk_Latn-kmb_Latn.gz": {"num_bytes": 4742470, "checksum": "d2341e5b2c7980259578f1fc944f6d679bd9f6e6b7ba0c1428b599a581064d35"}}, "download_size": 4742470, "post_processing_size": null, "dataset_size": 15621000, "size_in_bytes": 20363470}, "cjk_Latn-knc_Arab": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["cjk_Latn", "knc_Arab"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "cjk_Latn-knc_Arab", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 115518238, "num_examples": 165685, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/cjk_Latn-knc_Arab.gz": {"num_bytes": 35826828, "checksum": "cf141c0dd60a77501d99d09b7610a57787058b35e12b5b7df9cfb71d8bbd487f"}}, "download_size": 35826828, "post_processing_size": null, "dataset_size": 115518238, "size_in_bytes": 151345066}, "cjk_Latn-knc_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["cjk_Latn", "knc_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "cjk_Latn-knc_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 2655390, "num_examples": 5805, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/cjk_Latn-knc_Latn.gz": {"num_bytes": 946970, "checksum": "e761661fb6a29b36b4c939a13348e1f5516379b2fef21a9906daccdc8a6ae1a5"}}, "download_size": 946970, "post_processing_size": null, "dataset_size": 2655390, "size_in_bytes": 3602360}, "cjk_Latn-kon_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["cjk_Latn", "kon_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "cjk_Latn-kon_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 19171941, "num_examples": 41293, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/cjk_Latn-kon_Latn.gz": {"num_bytes": 6067205, "checksum": "01f54ff40ab8473e5c89cdc0bf890f6e147d127636ec812ff574b0c89a1231c8"}}, "download_size": 6067205, "post_processing_size": null, "dataset_size": 19171941, "size_in_bytes": 25239146}, "cjk_Latn-lin_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["cjk_Latn", "lin_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "cjk_Latn-lin_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 27290224, "num_examples": 57608, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/cjk_Latn-lin_Latn.gz": {"num_bytes": 8721904, "checksum": "cf37fd1ecea544253be24259f838eaf1374aa818b3f84e7341d16127df5af994"}}, "download_size": 8721904, "post_processing_size": null, "dataset_size": 27290224, "size_in_bytes": 36012128}, "cjk_Latn-lua_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["cjk_Latn", "lua_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "cjk_Latn-lua_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 26410933, "num_examples": 52634, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/cjk_Latn-lua_Latn.gz": {"num_bytes": 8323074, "checksum": "8775ef1e7eee0f461912265566d0fc32d1597dc37ced16b22c64d2dbcb981e4f"}}, "download_size": 8323074, "post_processing_size": null, "dataset_size": 26410933, "size_in_bytes": 34734007}, "cjk_Latn-lug_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["cjk_Latn", "lug_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "cjk_Latn-lug_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 26262383, "num_examples": 57661, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/cjk_Latn-lug_Latn.gz": {"num_bytes": 9101455, "checksum": "87b250bb4a91c9c41805b7d41b7bd29df5e7a85c5f5405da5329b53f1d1f3486"}}, "download_size": 9101455, "post_processing_size": null, "dataset_size": 26262383, "size_in_bytes": 35363838}, "cjk_Latn-luo_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["cjk_Latn", "luo_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "cjk_Latn-luo_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 20354657, "num_examples": 43771, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/cjk_Latn-luo_Latn.gz": {"num_bytes": 6713941, "checksum": "36f01c0a1c6ccce6095554a659836fc203c89d08f8812d79d8f8ac4eb32d97cc"}}, "download_size": 6713941, "post_processing_size": null, "dataset_size": 20354657, "size_in_bytes": 27068598}, "cjk_Latn-nso_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["cjk_Latn", "nso_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "cjk_Latn-nso_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 20064093, "num_examples": 48578, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/cjk_Latn-nso_Latn.gz": {"num_bytes": 6863481, "checksum": "a7c1228c7cfcb03d6c58c2a4904859e87c98392c6ab3310f9d92ed91adf61380"}}, "download_size": 6863481, "post_processing_size": null, "dataset_size": 20064093, "size_in_bytes": 26927574}, "cjk_Latn-nus_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["cjk_Latn", "nus_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "cjk_Latn-nus_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 3053669, "num_examples": 6821, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/cjk_Latn-nus_Latn.gz": {"num_bytes": 1043354, "checksum": "946feab74666cada6c7bbde5e3cc5418d8131b9126a5b64becf33e09dd4d3cf0"}}, "download_size": 1043354, "post_processing_size": null, "dataset_size": 3053669, "size_in_bytes": 4097023}, "cjk_Latn-nya_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["cjk_Latn", "nya_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "cjk_Latn-nya_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 46909602, "num_examples": 95762, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/cjk_Latn-nya_Latn.gz": {"num_bytes": 15139113, "checksum": "7dea4d6a03fcea7c418d3d082bcae456fbd9da3d47fb49721c6bd04135c8c8e6"}}, "download_size": 15139113, "post_processing_size": null, "dataset_size": 46909602, "size_in_bytes": 62048715}, "cjk_Latn-por_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["cjk_Latn", "por_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "cjk_Latn-por_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 194233532, "num_examples": 384916, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/cjk_Latn-por_Latn.gz": {"num_bytes": 70671028, "checksum": "51787b04cb95b863cf769c9b556ae7f4fde84138a5e34a0df0dbb7aa58b65c55"}}, "download_size": 70671028, "post_processing_size": null, "dataset_size": 194233532, "size_in_bytes": 264904560}, "cjk_Latn-run_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["cjk_Latn", "run_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "cjk_Latn-run_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 40526379, "num_examples": 79412, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/cjk_Latn-run_Latn.gz": {"num_bytes": 13104406, "checksum": "597a3a0879131176cc79f22ebf7251f32ab45076f0791da8be4b08605f2c9928"}}, "download_size": 13104406, "post_processing_size": null, "dataset_size": 40526379, "size_in_bytes": 53630785}, "cjk_Latn-sna_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["cjk_Latn", "sna_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "cjk_Latn-sna_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 46217060, "num_examples": 93149, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/cjk_Latn-sna_Latn.gz": {"num_bytes": 14813560, "checksum": "7bdc23b1481e34def9ce6725394c27f895198e6f5c6e5ac4ba9e6a720edd5d96"}}, "download_size": 14813560, "post_processing_size": null, "dataset_size": 46217060, "size_in_bytes": 61030620}, "cjk_Latn-som_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["cjk_Latn", "som_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "cjk_Latn-som_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 38860496, "num_examples": 91215, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/cjk_Latn-som_Latn.gz": {"num_bytes": 13199332, "checksum": "a0a1cbc3d4b0a9019b725831f8d5c2c9701a436ec1d1a022f71fac265806393d"}}, "download_size": 13199332, "post_processing_size": null, "dataset_size": 38860496, "size_in_bytes": 52059828}, "cjk_Latn-sot_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["cjk_Latn", "sot_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "cjk_Latn-sot_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 32408304, "num_examples": 70922, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/cjk_Latn-sot_Latn.gz": {"num_bytes": 10857546, "checksum": "8fb028d9f7b68aece15132df3d188974b133e46f5f8d31c54f928f2a6e34dc69"}}, "download_size": 10857546, "post_processing_size": null, "dataset_size": 32408304, "size_in_bytes": 43265850}, "cjk_Latn-ssw_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["cjk_Latn", "ssw_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "cjk_Latn-ssw_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 9875618, "num_examples": 24772, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/cjk_Latn-ssw_Latn.gz": {"num_bytes": 3376703, "checksum": "5b0cbb0f1db9707cd50a4056167adb15596245fcb34b2f8c0c7e90e205c34013"}}, "download_size": 3376703, "post_processing_size": null, "dataset_size": 9875618, "size_in_bytes": 13252321}, "cjk_Latn-swh_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["cjk_Latn", "swh_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "cjk_Latn-swh_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 97945305, "num_examples": 199208, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/cjk_Latn-swh_Latn.gz": {"num_bytes": 32057414, "checksum": "a560a0a0604a4f8af9c4baa7213e788f1e8a8af9d1c0127bab798d366ae9f71b"}}, "download_size": 32057414, "post_processing_size": null, "dataset_size": 97945305, "size_in_bytes": 130002719}, "cjk_Latn-tir_Ethi": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["cjk_Latn", "tir_Ethi"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "cjk_Latn-tir_Ethi", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 27824942, "num_examples": 43176, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/cjk_Latn-tir_Ethi.gz": {"num_bytes": 7848640, "checksum": "72c985698b33aaeba5ccb99aa5fdb8a14ab23fef2936db85fc83df8b302ef02f"}}, "download_size": 7848640, "post_processing_size": null, "dataset_size": 27824942, "size_in_bytes": 35673582}, "cjk_Latn-tsn_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["cjk_Latn", "tsn_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "cjk_Latn-tsn_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 35065740, "num_examples": 76616, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/cjk_Latn-tsn_Latn.gz": {"num_bytes": 11700170, "checksum": "757f28fdf002f80e26d23dafb5974d9d89962c1f720f0184e1c439585628d4dd"}}, "download_size": 11700170, "post_processing_size": null, "dataset_size": 35065740, "size_in_bytes": 46765910}, "cjk_Latn-tso_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["cjk_Latn", "tso_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "cjk_Latn-tso_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 41613262, "num_examples": 85282, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/cjk_Latn-tso_Latn.gz": {"num_bytes": 13542016, "checksum": "3fa5087234d0d7afd5fd06c68263fa19f0d6b047ad62dd0fa9ca51e34286dcdd"}}, "download_size": 13542016, "post_processing_size": null, "dataset_size": 41613262, "size_in_bytes": 55155278}, "cjk_Latn-tum_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["cjk_Latn", "tum_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "cjk_Latn-tum_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 32406165, "num_examples": 63474, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/cjk_Latn-tum_Latn.gz": {"num_bytes": 9916300, "checksum": "ca159533c59b9a50074c9417a72ada9c5f01cf7bbb536997d34ebeed352f9c7d"}}, "download_size": 9916300, "post_processing_size": null, "dataset_size": 32406165, "size_in_bytes": 42322465}, "cjk_Latn-twi_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["cjk_Latn", "twi_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "cjk_Latn-twi_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 32621448, "num_examples": 64879, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/cjk_Latn-twi_Latn.gz": {"num_bytes": 10585762, "checksum": "807e0ae5939bf07d19b66862d3f7bc0e2fba74b534f0af3923e5a6be907caf90"}}, "download_size": 10585762, "post_processing_size": null, "dataset_size": 32621448, "size_in_bytes": 43207210}, "cjk_Latn-umb_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["cjk_Latn", "umb_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "cjk_Latn-umb_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 22333401, "num_examples": 45416, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/cjk_Latn-umb_Latn.gz": {"num_bytes": 7098122, "checksum": "f2b4f5fb7424963222f741933c8afc3ae79c863820b22331dfde81570d935527"}}, "download_size": 7098122, "post_processing_size": null, "dataset_size": 22333401, "size_in_bytes": 29431523}, "cjk_Latn-wol_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["cjk_Latn", "wol_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "cjk_Latn-wol_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 6779392, "num_examples": 15843, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/cjk_Latn-wol_Latn.gz": {"num_bytes": 2427590, "checksum": "ef645015aa31df5029ff3d3bc7f626a25d04c6a4fbda5baa6d7e801137fa4cbf"}}, "download_size": 2427590, "post_processing_size": null, "dataset_size": 6779392, "size_in_bytes": 9206982}, "cjk_Latn-xho_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["cjk_Latn", "xho_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "cjk_Latn-xho_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 38509768, "num_examples": 82467, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/cjk_Latn-xho_Latn.gz": {"num_bytes": 12684920, "checksum": "5363e92f32a39f4916a87f78af155cc86a1ae51a146da2b5d96a850bd905212f"}}, "download_size": 12684920, "post_processing_size": null, "dataset_size": 38509768, "size_in_bytes": 51194688}, "cjk_Latn-yor_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["cjk_Latn", "yor_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "cjk_Latn-yor_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 32515573, "num_examples": 76623, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/cjk_Latn-yor_Latn.gz": {"num_bytes": 10643518, "checksum": "1790980c60a29ce9c27f1462850288c94942b510993ccfbcd17929aab2bfc862"}}, "download_size": 10643518, "post_processing_size": null, "dataset_size": 32515573, "size_in_bytes": 43159091}, "cjk_Latn-zul_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["cjk_Latn", "zul_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "cjk_Latn-zul_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 61840842, "num_examples": 127124, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/cjk_Latn-zul_Latn.gz": {"num_bytes": 20027857, "checksum": "e75b9e415bc3c2cda502330eae1548efccf2b64ab8fe0220d815dbac164452f9"}}, "download_size": 20027857, "post_processing_size": null, "dataset_size": 61840842, "size_in_bytes": 81868699}, "ckb_Arab-diq_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ckb_Arab", "diq_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ckb_Arab-diq_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 15978836, "num_examples": 33967, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ckb_Arab-diq_Latn.gz": {"num_bytes": 5475537, "checksum": "4fc9ff0fea1c9433b59b06814ef2ce041fe507ca718c5d49bb93932ff4fdd417"}}, "download_size": 5475537, "post_processing_size": null, "dataset_size": 15978836, "size_in_bytes": 21454373}, "ckb_Arab-eng_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ckb_Arab", "eng_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ckb_Arab-eng_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 5402068030, "num_examples": 9893713, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ckb_Arab-eng_Latn.gz": {"num_bytes": 1852114600, "checksum": "8ff17ed050b8590b3e34d02ec0c1365f3730bea138afbfb6ece405095f5b1789"}}, "download_size": 1852114600, "post_processing_size": null, "dataset_size": 5402068030, "size_in_bytes": 7254182630}, "ckb_Arab-kmr_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ckb_Arab", "kmr_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ckb_Arab-kmr_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 46383216, "num_examples": 124682, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ckb_Arab-kmr_Latn.gz": {"num_bytes": 14773546, "checksum": "bfee898240391174ae039fbf505e62dd3ba80b511527f5cbf0fc9258bec14b2e"}}, "download_size": 14773546, "post_processing_size": null, "dataset_size": 46383216, "size_in_bytes": 61156762}, "ckb_Arab-pbt_Arab": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ckb_Arab", "pbt_Arab"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ckb_Arab-pbt_Arab", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 152337355, "num_examples": 264640, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ckb_Arab-pbt_Arab.gz": {"num_bytes": 47858945, "checksum": "b935c72ce1298356e27f5a07bde6d36b2b5887022bccb7394165325fb2ca76d6"}}, "download_size": 47858945, "post_processing_size": null, "dataset_size": 152337355, "size_in_bytes": 200196300}, "ckb_Arab-prs_Arab": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ckb_Arab", "prs_Arab"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ckb_Arab-prs_Arab", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 105798981, "num_examples": 167058, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ckb_Arab-prs_Arab.gz": {"num_bytes": 32895846, "checksum": "59e52929395c75ed08b4c57c7003523540e88cb802874d38ccf1ef4771053bd2"}}, "download_size": 32895846, "post_processing_size": null, "dataset_size": 105798981, "size_in_bytes": 138694827}, "ckb_Arab-tgk_Cyrl": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ckb_Arab", "tgk_Cyrl"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ckb_Arab-tgk_Cyrl", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 155072827, "num_examples": 283798, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ckb_Arab-tgk_Cyrl.gz": {"num_bytes": 49655108, "checksum": "3dbd366275ffed090c49f0124b5de5c1fd21d06616a371c6d0f5cf39c5e94af8"}}, "download_size": 49655108, "post_processing_size": null, "dataset_size": 155072827, "size_in_bytes": 204727935}, "crh_Latn-eng_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["crh_Latn", "eng_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "crh_Latn-eng_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 972817279, "num_examples": 1934255, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/crh_Latn-eng_Latn.gz": {"num_bytes": 357538523, "checksum": "89a17acc8da5a4263a1565fe00cf99d299041633761bd55f93798158bdf7a7e7"}}, "download_size": 357538523, "post_processing_size": null, "dataset_size": 972817279, "size_in_bytes": 1330355802}, "crh_Latn-kir_Cyrl": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["crh_Latn", "kir_Cyrl"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "crh_Latn-kir_Cyrl", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 33495058, "num_examples": 66004, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/crh_Latn-kir_Cyrl.gz": {"num_bytes": 11613286, "checksum": "0711846a5eba72087b0ae5ce45e4d2956974082ac72f6b2f37d59942da2e6628"}}, "download_size": 11613286, "post_processing_size": null, "dataset_size": 33495058, "size_in_bytes": 45108344}, "crh_Latn-rus_Cyrl": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["crh_Latn", "rus_Cyrl"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "crh_Latn-rus_Cyrl", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 387276655, "num_examples": 654519, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/crh_Latn-rus_Cyrl.gz": {"num_bytes": 142117577, "checksum": "364f34b0b7d56ce339aa70b3610bb7b775f42071ba93db3c70904a66556e0050"}}, "download_size": 142117577, "post_processing_size": null, "dataset_size": 387276655, "size_in_bytes": 529394232}, "crh_Latn-tat_Cyrl": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["crh_Latn", "tat_Cyrl"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "crh_Latn-tat_Cyrl", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 231388564, "num_examples": 502638, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/crh_Latn-tat_Cyrl.gz": {"num_bytes": 58746913, "checksum": "5b68b332522959bfdc0c6efd2af17f184d2332da1ec216b2fc29dfc71dd15cf9"}}, "download_size": 58746913, "post_processing_size": null, "dataset_size": 231388564, "size_in_bytes": 290135477}, "crh_Latn-tuk_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["crh_Latn", "tuk_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "crh_Latn-tuk_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 270623, "num_examples": 596, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/crh_Latn-tuk_Latn.gz": {"num_bytes": 63834, "checksum": "64b3f23d9ebb137bdc8944fd7f1cb1f3c4064fa457454fa26d42360e077ee417"}}, "download_size": 63834, "post_processing_size": null, "dataset_size": 270623, "size_in_bytes": 334457}, "crh_Latn-uig_Arab": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["crh_Latn", "uig_Arab"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "crh_Latn-uig_Arab", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 11162801, "num_examples": 24563, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/crh_Latn-uig_Arab.gz": {"num_bytes": 3684433, "checksum": "0d7bb5a081349c241de2413f76760acba44ebb529aa0f2c2a776abf8c2411add"}}, "download_size": 3684433, "post_processing_size": null, "dataset_size": 11162801, "size_in_bytes": 14847234}, "crh_Latn-uzn_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["crh_Latn", "uzn_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "crh_Latn-uzn_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 30787551, "num_examples": 64352, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/crh_Latn-uzn_Latn.gz": {"num_bytes": 10890009, "checksum": "234f8d26a823ea19a03c3d9d6d810f4a50d6dbcf445ecba248a20643a5237365"}}, "download_size": 10890009, "post_processing_size": null, "dataset_size": 30787551, "size_in_bytes": 41677560}, "cym_Latn-eng_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["cym_Latn", "eng_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "cym_Latn-eng_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 9940959155, "num_examples": 18903019, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/cym_Latn-eng_Latn.gz": {"num_bytes": 3613931490, "checksum": "a9139a25f224b755d280c412ea04df38cba841b7281f7c2f919ba9cc7e05a427"}}, "download_size": 3613931490, "post_processing_size": null, "dataset_size": 9940959155, "size_in_bytes": 13554890645}, "dik_Latn-dyu_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["dik_Latn", "dyu_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "dik_Latn-dyu_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 6813479, "num_examples": 17561, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/dik_Latn-dyu_Latn.gz": {"num_bytes": 2321099, "checksum": "dfc5f43754f9198933812519f15d3d88eae7bbd708a1a3c9c50c797974eabafe"}}, "download_size": 2321099, "post_processing_size": null, "dataset_size": 6813479, "size_in_bytes": 9134578}, "dik_Latn-eng_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["dik_Latn", "eng_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "dik_Latn-eng_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 72018677, "num_examples": 159128, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/dik_Latn-eng_Latn.gz": {"num_bytes": 26607200, "checksum": "29427c7e15e241a72ca50ce6e5d209dd963eb5841fb402336c6aa43bb8c9aa44"}}, "download_size": 26607200, "post_processing_size": null, "dataset_size": 72018677, "size_in_bytes": 98625877}, "dik_Latn-ewe_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["dik_Latn", "ewe_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "dik_Latn-ewe_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 11614710, "num_examples": 28177, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/dik_Latn-ewe_Latn.gz": {"num_bytes": 3923232, "checksum": "89207d35a6903b9b287781e73d74968180c518aee394ee992f387ea34bff3699"}}, "download_size": 3923232, "post_processing_size": null, "dataset_size": 11614710, "size_in_bytes": 15537942}, "dik_Latn-fon_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["dik_Latn", "fon_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "dik_Latn-fon_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 6004210, "num_examples": 14461, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/dik_Latn-fon_Latn.gz": {"num_bytes": 2137428, "checksum": "4888be80305b7d6b644bbf062e35f18d6f2ff18fac8299877f29c6c7c9cceb16"}}, "download_size": 2137428, "post_processing_size": null, "dataset_size": 6004210, "size_in_bytes": 8141638}, "dik_Latn-fra_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["dik_Latn", "fra_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "dik_Latn-fra_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 124065045, "num_examples": 262847, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/dik_Latn-fra_Latn.gz": {"num_bytes": 46494905, "checksum": "89ce8f6da4bf0bc11743a5847f7a17e7950e672584e1d56c5363e249d3fcd37b"}}, "download_size": 46494905, "post_processing_size": null, "dataset_size": 124065045, "size_in_bytes": 170559950}, "dik_Latn-fuv_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["dik_Latn", "fuv_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "dik_Latn-fuv_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 15043778, "num_examples": 38360, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/dik_Latn-fuv_Latn.gz": {"num_bytes": 5813679, "checksum": "d9b1d71c5dc0f22bf087aa45d8adaa613bd805f013c24b11a0682bbb210fe936"}}, "download_size": 5813679, "post_processing_size": null, "dataset_size": 15043778, "size_in_bytes": 20857457}, "dik_Latn-gaz_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["dik_Latn", "gaz_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "dik_Latn-gaz_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 7295848, "num_examples": 18728, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/dik_Latn-gaz_Latn.gz": {"num_bytes": 2688607, "checksum": "69c853671ee22fdd5a47dc5231b2396c4da92eaec2126dc215e17954d47c5001"}}, "download_size": 2688607, "post_processing_size": null, "dataset_size": 7295848, "size_in_bytes": 9984455}, "dik_Latn-hau_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["dik_Latn", "hau_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "dik_Latn-hau_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 19654392, "num_examples": 51120, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/dik_Latn-hau_Latn.gz": {"num_bytes": 6979514, "checksum": "da8a4c4a5f5c4650a39d5ac1a95fc7f061d29c59ed7baca20d40ae8ff7bb7c67"}}, "download_size": 6979514, "post_processing_size": null, "dataset_size": 19654392, "size_in_bytes": 26633906}, "dik_Latn-ibo_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["dik_Latn", "ibo_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "dik_Latn-ibo_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 11764393, "num_examples": 30769, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/dik_Latn-ibo_Latn.gz": {"num_bytes": 4169845, "checksum": "515a6e4ae5084847aef14b438b78f0a3a2792b8f8c2845c1bcdd09068837f4a6"}}, "download_size": 4169845, "post_processing_size": null, "dataset_size": 11764393, "size_in_bytes": 15934238}, "dik_Latn-kam_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["dik_Latn", "kam_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "dik_Latn-kam_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 3100289, "num_examples": 6936, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/dik_Latn-kam_Latn.gz": {"num_bytes": 1071590, "checksum": "121290b5c81bf7e0eff740d007584e0666e9af8e3fe1cb0500c2b8642bf96ea5"}}, "download_size": 1071590, "post_processing_size": null, "dataset_size": 3100289, "size_in_bytes": 4171879}, "dik_Latn-kik_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["dik_Latn", "kik_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "dik_Latn-kik_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 5867362, "num_examples": 13013, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/dik_Latn-kik_Latn.gz": {"num_bytes": 1901576, "checksum": "67458def2f4db2ca68f1e0264d6559b2f2e8adc9b45070152440888f6291b8b8"}}, "download_size": 1901576, "post_processing_size": null, "dataset_size": 5867362, "size_in_bytes": 7768938}, "dik_Latn-kin_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["dik_Latn", "kin_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "dik_Latn-kin_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 15879553, "num_examples": 39196, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/dik_Latn-kin_Latn.gz": {"num_bytes": 5835625, "checksum": "fcf57a951642fd13715752913b76e345aeb72f4ab1a469fe6c685b544431e049"}}, "download_size": 5835625, "post_processing_size": null, "dataset_size": 15879553, "size_in_bytes": 21715178}, "dik_Latn-kmb_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["dik_Latn", "kmb_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "dik_Latn-kmb_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 2921121, "num_examples": 6351, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/dik_Latn-kmb_Latn.gz": {"num_bytes": 975835, "checksum": "bbdbb72b07b62cd5cb32e0d4e545478b1f1e071d899ab902fbdc7381d100b3c9"}}, "download_size": 975835, "post_processing_size": null, "dataset_size": 2921121, "size_in_bytes": 3896956}, "dik_Latn-knc_Arab": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["dik_Latn", "knc_Arab"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "dik_Latn-knc_Arab", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 31746175, "num_examples": 62530, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/dik_Latn-knc_Arab.gz": {"num_bytes": 10656182, "checksum": "ab3618b4469d4c0294ddf3030a8e7071808f6176cc7caea1657eb58e4b5f8987"}}, "download_size": 10656182, "post_processing_size": null, "dataset_size": 31746175, "size_in_bytes": 42402357}, "dik_Latn-knc_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["dik_Latn", "knc_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "dik_Latn-knc_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 3693904, "num_examples": 9200, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/dik_Latn-knc_Latn.gz": {"num_bytes": 1437197, "checksum": "3eb82738f07f86d70e7af669b99ebe77c3da55c17df0706207007ab24784feab"}}, "download_size": 1437197, "post_processing_size": null, "dataset_size": 3693904, "size_in_bytes": 5131101}, "dik_Latn-kon_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["dik_Latn", "kon_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "dik_Latn-kon_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 7001639, "num_examples": 17192, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/dik_Latn-kon_Latn.gz": {"num_bytes": 2471797, "checksum": "5dac6fb3b6249676192e595f9d576411abd8683af69c4ea8cade9f0c511a1ffc"}}, "download_size": 2471797, "post_processing_size": null, "dataset_size": 7001639, "size_in_bytes": 9473436}, "dik_Latn-lin_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["dik_Latn", "lin_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "dik_Latn-lin_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 9167220, "num_examples": 22370, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/dik_Latn-lin_Latn.gz": {"num_bytes": 3091425, "checksum": "13f5a4fb507ec6d84fde8e0e00bdd542a54251415c74190110bdfa7c2c4672ed"}}, "download_size": 3091425, "post_processing_size": null, "dataset_size": 9167220, "size_in_bytes": 12258645}, "dik_Latn-lua_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["dik_Latn", "lua_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "dik_Latn-lua_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 7568159, "num_examples": 17998, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/dik_Latn-lua_Latn.gz": {"num_bytes": 2647607, "checksum": "68d1efd411073a115dfa99a598d8b6826cf9cde50eff0e9b96491f8938fb992c"}}, "download_size": 2647607, "post_processing_size": null, "dataset_size": 7568159, "size_in_bytes": 10215766}, "dik_Latn-lug_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["dik_Latn", "lug_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "dik_Latn-lug_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 12509204, "num_examples": 31116, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/dik_Latn-lug_Latn.gz": {"num_bytes": 4612466, "checksum": "19aeb49df5c4018c670b4265c050e700189caf8ad242c229946f1f2c66b8a0df"}}, "download_size": 4612466, "post_processing_size": null, "dataset_size": 12509204, "size_in_bytes": 17121670}, "dik_Latn-luo_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["dik_Latn", "luo_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "dik_Latn-luo_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 10603242, "num_examples": 25675, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/dik_Latn-luo_Latn.gz": {"num_bytes": 3641432, "checksum": "d42a3f297299e5797a3a1fcafb9c16e5f01f68356e7a8215d090dee8133079a0"}}, "download_size": 3641432, "post_processing_size": null, "dataset_size": 10603242, "size_in_bytes": 14244674}, "dik_Latn-nso_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["dik_Latn", "nso_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "dik_Latn-nso_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 8935760, "num_examples": 21424, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/dik_Latn-nso_Latn.gz": {"num_bytes": 3160910, "checksum": "5e975da7b40e6a69d9f5026aee00e1345f34dcc07658751ca774b4f2c7bffd7c"}}, "download_size": 3160910, "post_processing_size": null, "dataset_size": 8935760, "size_in_bytes": 12096670}, "dik_Latn-nus_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["dik_Latn", "nus_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "dik_Latn-nus_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 5235896, "num_examples": 13896, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/dik_Latn-nus_Latn.gz": {"num_bytes": 1923672, "checksum": "98779e40edf27330cd9a1cba6a1b4807e6c07f5fdff09a75a6cad683c6a370d2"}}, "download_size": 1923672, "post_processing_size": null, "dataset_size": 5235896, "size_in_bytes": 7159568}, "dik_Latn-nya_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["dik_Latn", "nya_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "dik_Latn-nya_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 16424409, "num_examples": 40701, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/dik_Latn-nya_Latn.gz": {"num_bytes": 5749299, "checksum": "961a0688102ee2344cf694c6835fa80c624b1012caf4e574bbcc012f00ca632c"}}, "download_size": 5749299, "post_processing_size": null, "dataset_size": 16424409, "size_in_bytes": 22173708}, "dik_Latn-run_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["dik_Latn", "run_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "dik_Latn-run_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 10996474, "num_examples": 24413, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/dik_Latn-run_Latn.gz": {"num_bytes": 3969641, "checksum": "d7e0ee1ab6c524af6a215820935f726d7299ffd18c1753f53f5706c41b219139"}}, "download_size": 3969641, "post_processing_size": null, "dataset_size": 10996474, "size_in_bytes": 14966115}, "dik_Latn-sna_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["dik_Latn", "sna_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "dik_Latn-sna_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 16969382, "num_examples": 41412, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/dik_Latn-sna_Latn.gz": {"num_bytes": 5910955, "checksum": "17e760c4251e2e2c37a8114e283c07f071e5b4296b565ae312a7913da5956a4b"}}, "download_size": 5910955, "post_processing_size": null, "dataset_size": 16969382, "size_in_bytes": 22880337}, "dik_Latn-som_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["dik_Latn", "som_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "dik_Latn-som_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 17457748, "num_examples": 47951, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/dik_Latn-som_Latn.gz": {"num_bytes": 6510912, "checksum": "fb06135c13a5df584716d500babc93a15656e82acac15d57e340d9d4a1ae61bb"}}, "download_size": 6510912, "post_processing_size": null, "dataset_size": 17457748, "size_in_bytes": 23968660}, "dik_Latn-sot_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["dik_Latn", "sot_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "dik_Latn-sot_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 14201841, "num_examples": 32604, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/dik_Latn-sot_Latn.gz": {"num_bytes": 5041915, "checksum": "5e62e4a26cfeb05d4cdc9aa77203bff8e1f61461ed30c47d59cde6a837aa1df5"}}, "download_size": 5041915, "post_processing_size": null, "dataset_size": 14201841, "size_in_bytes": 19243756}, "dik_Latn-ssw_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["dik_Latn", "ssw_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "dik_Latn-ssw_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 3932422, "num_examples": 9824, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/dik_Latn-ssw_Latn.gz": {"num_bytes": 1404536, "checksum": "d1c79852f32ea4f31981e69483e70c05ff7f54f8ae0428a4ecb6035c4f70a90b"}}, "download_size": 1404536, "post_processing_size": null, "dataset_size": 3932422, "size_in_bytes": 5336958}, "dik_Latn-swh_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["dik_Latn", "swh_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "dik_Latn-swh_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 46965382, "num_examples": 106278, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/dik_Latn-swh_Latn.gz": {"num_bytes": 16510937, "checksum": "538380df759aa145d0533142ea8576249a61184d064f991e96695506860c7199"}}, "download_size": 16510937, "post_processing_size": null, "dataset_size": 46965382, "size_in_bytes": 63476319}, "dik_Latn-tir_Ethi": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["dik_Latn", "tir_Ethi"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "dik_Latn-tir_Ethi", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 12709692, "num_examples": 26547, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/dik_Latn-tir_Ethi.gz": {"num_bytes": 3972215, "checksum": "23684f64824d989f0b5a1e90cb8399fcdbe30b44a2a6db95e832439d95b92873"}}, "download_size": 3972215, "post_processing_size": null, "dataset_size": 12709692, "size_in_bytes": 16681907}, "dik_Latn-tsn_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["dik_Latn", "tsn_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "dik_Latn-tsn_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 17235137, "num_examples": 40960, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/dik_Latn-tsn_Latn.gz": {"num_bytes": 6161213, "checksum": "1155b89f459911d29b6fe5cfe09eaa75301a63a66004ffe7fc9649138b4c90ca"}}, "download_size": 6161213, "post_processing_size": null, "dataset_size": 17235137, "size_in_bytes": 23396350}, "dik_Latn-tso_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["dik_Latn", "tso_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "dik_Latn-tso_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 11239071, "num_examples": 26142, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/dik_Latn-tso_Latn.gz": {"num_bytes": 3910679, "checksum": "0cf447c190cad9f2c104b3fbbc8524bac3bc42dc4c7d7d873730ec2110183f84"}}, "download_size": 3910679, "post_processing_size": null, "dataset_size": 11239071, "size_in_bytes": 15149750}, "dik_Latn-tum_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["dik_Latn", "tum_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "dik_Latn-tum_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 10463216, "num_examples": 23524, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/dik_Latn-tum_Latn.gz": {"num_bytes": 3472363, "checksum": "784d7f00c95cd07dc9a22b31e412e37210d0a9f12b92bafb60f7980e52cf3e7b"}}, "download_size": 3472363, "post_processing_size": null, "dataset_size": 10463216, "size_in_bytes": 13935579}, "dik_Latn-twi_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["dik_Latn", "twi_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "dik_Latn-twi_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 14597750, "num_examples": 34672, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/dik_Latn-twi_Latn.gz": {"num_bytes": 5127670, "checksum": "d43f92cea049d031a03aaf3d9863f6eabd7fe2376c267ae028d00eb8c8ab80b4"}}, "download_size": 5127670, "post_processing_size": null, "dataset_size": 14597750, "size_in_bytes": 19725420}, "dik_Latn-umb_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["dik_Latn", "umb_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "dik_Latn-umb_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 5019934, "num_examples": 11337, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/dik_Latn-umb_Latn.gz": {"num_bytes": 1800193, "checksum": "372a23294cee3e807a4ea47f09a66c277da58d1566f2c8ab17a27167ad955ac6"}}, "download_size": 1800193, "post_processing_size": null, "dataset_size": 5019934, "size_in_bytes": 6820127}, "dik_Latn-wol_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["dik_Latn", "wol_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "dik_Latn-wol_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 9633978, "num_examples": 25725, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/dik_Latn-wol_Latn.gz": {"num_bytes": 3521603, "checksum": "1f2a4ccb8d205de4b4cfe5c5990af99f9b9cc6de47914b878f6734c75eb69cfe"}}, "download_size": 3521603, "post_processing_size": null, "dataset_size": 9633978, "size_in_bytes": 13155581}, "dik_Latn-xho_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["dik_Latn", "xho_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "dik_Latn-xho_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 14117430, "num_examples": 35685, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/dik_Latn-xho_Latn.gz": {"num_bytes": 5105699, "checksum": "a8a7eedd2bae3244b4f351ca996559c37efe202b08ba10b9fe27794b92f86218"}}, "download_size": 5105699, "post_processing_size": null, "dataset_size": 14117430, "size_in_bytes": 19223129}, "dik_Latn-yor_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["dik_Latn", "yor_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "dik_Latn-yor_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 18549613, "num_examples": 49992, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/dik_Latn-yor_Latn.gz": {"num_bytes": 6653383, "checksum": "d70357912aab20a57ee8a4a4db71e01d4500cb9aa36936f3a8a0d3aee790113b"}}, "download_size": 6653383, "post_processing_size": null, "dataset_size": 18549613, "size_in_bytes": 25202996}, "dik_Latn-zul_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["dik_Latn", "zul_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "dik_Latn-zul_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 17102889, "num_examples": 43842, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/dik_Latn-zul_Latn.gz": {"num_bytes": 6199703, "checksum": "e274d54b6d4ab583cd36b543c30c22f736c06b0c9766ff081cb6cac86a531a67"}}, "download_size": 6199703, "post_processing_size": null, "dataset_size": 17102889, "size_in_bytes": 23302592}, "diq_Latn-eng_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["diq_Latn", "eng_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "diq_Latn-eng_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 398504660, "num_examples": 851967, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/diq_Latn-eng_Latn.gz": {"num_bytes": 146901583, "checksum": "f540aba1d3471219783de471133fe756b5a47132b21214d2cfe4169db079de4e"}}, "download_size": 146901583, "post_processing_size": null, "dataset_size": 398504660, "size_in_bytes": 545406243}, "diq_Latn-kmr_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["diq_Latn", "kmr_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "diq_Latn-kmr_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 3931710, "num_examples": 13694, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/diq_Latn-kmr_Latn.gz": {"num_bytes": 1402435, "checksum": "a848a44729399f34bf17978acee68228bb7ac9693d7792c610ee6af247eaf58c"}}, "download_size": 1402435, "post_processing_size": null, "dataset_size": 3931710, "size_in_bytes": 5334145}, "diq_Latn-pbt_Arab": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["diq_Latn", "pbt_Arab"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "diq_Latn-pbt_Arab", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 7356070, "num_examples": 15088, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/diq_Latn-pbt_Arab.gz": {"num_bytes": 2566804, "checksum": "5df74f7d28f86d3d435ecdeda017adb69f631a86b1fb801a18dfdd9cd61c7774"}}, "download_size": 2566804, "post_processing_size": null, "dataset_size": 7356070, "size_in_bytes": 9922874}, "diq_Latn-prs_Arab": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["diq_Latn", "prs_Arab"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "diq_Latn-prs_Arab", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 5403777, "num_examples": 9552, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/diq_Latn-prs_Arab.gz": {"num_bytes": 1707825, "checksum": "e6f2199624c83961d5d0c658f62eedcc89367b65541d3fc374b09fb919e8afb4"}}, "download_size": 1707825, "post_processing_size": null, "dataset_size": 5403777, "size_in_bytes": 7111602}, "diq_Latn-tgk_Cyrl": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["diq_Latn", "tgk_Cyrl"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "diq_Latn-tgk_Cyrl", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 6294787, "num_examples": 13549, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/diq_Latn-tgk_Cyrl.gz": {"num_bytes": 2193514, "checksum": "b43fd4bea256d958155c71391af4cb1465a5e535da553eb99830f82f26d1324b"}}, "download_size": 2193514, "post_processing_size": null, "dataset_size": 6294787, "size_in_bytes": 8488301}, "dyu_Latn-eng_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["dyu_Latn", "eng_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "dyu_Latn-eng_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 130183255, "num_examples": 286391, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/dyu_Latn-eng_Latn.gz": {"num_bytes": 44539156, "checksum": "6517ec65440b1cd712eb54945c247e09c62db8469d6eac0b620ecbc64e823b76"}}, "download_size": 44539156, "post_processing_size": null, "dataset_size": 130183255, "size_in_bytes": 174722411}, "dyu_Latn-ewe_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["dyu_Latn", "ewe_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "dyu_Latn-ewe_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 32764898, "num_examples": 70901, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/dyu_Latn-ewe_Latn.gz": {"num_bytes": 10116176, "checksum": "c35618ec93e0c6c8011ee7b551cda7769596214ef7054405fad05012c4d0a554"}}, "download_size": 10116176, "post_processing_size": null, "dataset_size": 32764898, "size_in_bytes": 42881074}, "dyu_Latn-fon_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["dyu_Latn", "fon_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "dyu_Latn-fon_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 19630552, "num_examples": 41426, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/dyu_Latn-fon_Latn.gz": {"num_bytes": 6281140, "checksum": "a01cbedb06c419258bd5b6da1b87612b172f5386e4e6df416d5cc85415ecba03"}}, "download_size": 6281140, "post_processing_size": null, "dataset_size": 19630552, "size_in_bytes": 25911692}, "dyu_Latn-fra_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["dyu_Latn", "fra_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "dyu_Latn-fra_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 170666491, "num_examples": 369450, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/dyu_Latn-fra_Latn.gz": {"num_bytes": 58827727, "checksum": "4b1a6147104459d7205b689f1985c68e0c96609f82564b8838e9561118d68887"}}, "download_size": 58827727, "post_processing_size": null, "dataset_size": 170666491, "size_in_bytes": 229494218}, "dyu_Latn-fuv_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["dyu_Latn", "fuv_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "dyu_Latn-fuv_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 12613156, "num_examples": 32888, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/dyu_Latn-fuv_Latn.gz": {"num_bytes": 4477873, "checksum": "688f2d7037c2dc73048b6a6a3d94b42f4b9e210407a218cad635b01f8fbc4084"}}, "download_size": 4477873, "post_processing_size": null, "dataset_size": 12613156, "size_in_bytes": 17091029}, "dyu_Latn-gaz_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["dyu_Latn", "gaz_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "dyu_Latn-gaz_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 17409200, "num_examples": 45728, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/dyu_Latn-gaz_Latn.gz": {"num_bytes": 5990512, "checksum": "78acc08b3bad38d23e981f124ea3b1c11d45d408a2e7c667f1007d8cfed08397"}}, "download_size": 5990512, "post_processing_size": null, "dataset_size": 17409200, "size_in_bytes": 23399712}, "dyu_Latn-hau_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["dyu_Latn", "hau_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "dyu_Latn-hau_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 51787020, "num_examples": 130406, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/dyu_Latn-hau_Latn.gz": {"num_bytes": 17235918, "checksum": "c40f20adb5b8c80bf61087d56fe600f82c2027036876628f1e2edea4fc09d92d"}}, "download_size": 17235918, "post_processing_size": null, "dataset_size": 51787020, "size_in_bytes": 69022938}, "dyu_Latn-ibo_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["dyu_Latn", "ibo_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "dyu_Latn-ibo_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 25251102, "num_examples": 63642, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/dyu_Latn-ibo_Latn.gz": {"num_bytes": 8369284, "checksum": "8c18db4697fea00f9c67a82c883f5985d47fdcb3ded67d3eee767870cf939e9f"}}, "download_size": 8369284, "post_processing_size": null, "dataset_size": 25251102, "size_in_bytes": 33620386}, "dyu_Latn-kam_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["dyu_Latn", "kam_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "dyu_Latn-kam_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 10564220, "num_examples": 22901, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/dyu_Latn-kam_Latn.gz": {"num_bytes": 3235118, "checksum": "09d597f3a086b8276a757bf5177bf57ee5ddfd3619e01009f80c17d61654ff78"}}, "download_size": 3235118, "post_processing_size": null, "dataset_size": 10564220, "size_in_bytes": 13799338}, "dyu_Latn-kik_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["dyu_Latn", "kik_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "dyu_Latn-kik_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 15833204, "num_examples": 34322, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/dyu_Latn-kik_Latn.gz": {"num_bytes": 4723235, "checksum": "47a5e85f902cea8cc1561f8b7337f3325764fa6c45ec217269b4efdd5b479ff7"}}, "download_size": 4723235, "post_processing_size": null, "dataset_size": 15833204, "size_in_bytes": 20556439}, "dyu_Latn-kin_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["dyu_Latn", "kin_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "dyu_Latn-kin_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 43801748, "num_examples": 102925, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/dyu_Latn-kin_Latn.gz": {"num_bytes": 14870113, "checksum": "a81e25184583f1e090443e8dc4645d3c2a0a942155448a7cb4bcda0e6d68d44a"}}, "download_size": 14870113, "post_processing_size": null, "dataset_size": 43801748, "size_in_bytes": 58671861}, "dyu_Latn-kmb_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["dyu_Latn", "kmb_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "dyu_Latn-kmb_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 11702763, "num_examples": 25167, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/dyu_Latn-kmb_Latn.gz": {"num_bytes": 3536686, "checksum": "7e9437aa912e681186254c63dd942b7c23b54782ea9bda67beff4de80e963adc"}}, "download_size": 3536686, "post_processing_size": null, "dataset_size": 11702763, "size_in_bytes": 15239449}, "dyu_Latn-knc_Arab": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["dyu_Latn", "knc_Arab"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "dyu_Latn-knc_Arab", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 105559041, "num_examples": 163885, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/dyu_Latn-knc_Arab.gz": {"num_bytes": 34176776, "checksum": "80260608e9cc8dd4eeef75d127cef9b956819de38c0beb4c856f6b17b700dc6a"}}, "download_size": 34176776, "post_processing_size": null, "dataset_size": 105559041, "size_in_bytes": 139735817}, "dyu_Latn-knc_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["dyu_Latn", "knc_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "dyu_Latn-knc_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 3600791, "num_examples": 8138, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/dyu_Latn-knc_Latn.gz": {"num_bytes": 1271626, "checksum": "0aac97b845bb750ea2afa7662ca1d6e39ec8827a4c8d40dbd69f6153112dd975"}}, "download_size": 1271626, "post_processing_size": null, "dataset_size": 3600791, "size_in_bytes": 4872417}, "dyu_Latn-kon_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["dyu_Latn", "kon_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "dyu_Latn-kon_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 18614337, "num_examples": 42986, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/dyu_Latn-kon_Latn.gz": {"num_bytes": 6005936, "checksum": "f27fd40435c186dd1a8027aa3ce51eb7468ee804f9dc0dfca355c6f8602af5ad"}}, "download_size": 6005936, "post_processing_size": null, "dataset_size": 18614337, "size_in_bytes": 24620273}, "dyu_Latn-lin_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["dyu_Latn", "lin_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "dyu_Latn-lin_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 25309971, "num_examples": 57764, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/dyu_Latn-lin_Latn.gz": {"num_bytes": 8009388, "checksum": "8f6cdfe97d42c9ca65caf4b344b078dea633d70ad5363b75ef6ba2903712a27f"}}, "download_size": 8009388, "post_processing_size": null, "dataset_size": 25309971, "size_in_bytes": 33319359}, "dyu_Latn-lua_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["dyu_Latn", "lua_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "dyu_Latn-lua_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 22290781, "num_examples": 50227, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/dyu_Latn-lua_Latn.gz": {"num_bytes": 7195411, "checksum": "57918e6c1dc29405012a8b1f37c62677e8ba373837f191a6026f599627e99e3a"}}, "download_size": 7195411, "post_processing_size": null, "dataset_size": 22290781, "size_in_bytes": 29486192}, "dyu_Latn-lug_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["dyu_Latn", "lug_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "dyu_Latn-lug_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 33215188, "num_examples": 77324, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/dyu_Latn-lug_Latn.gz": {"num_bytes": 11407077, "checksum": "8a88be4d28150ceebe06e6846df1f329688e0543237d28bc4cd0c27e471dccbc"}}, "download_size": 11407077, "post_processing_size": null, "dataset_size": 33215188, "size_in_bytes": 44622265}, "dyu_Latn-luo_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["dyu_Latn", "luo_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "dyu_Latn-luo_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 29209170, "num_examples": 64153, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/dyu_Latn-luo_Latn.gz": {"num_bytes": 9380150, "checksum": "9ad88fc1d8faa23ebb88f64f496b1163c073e2ef1970ac1c7a28f8b41ad1c81f"}}, "download_size": 9380150, "post_processing_size": null, "dataset_size": 29209170, "size_in_bytes": 38589320}, "dyu_Latn-nso_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["dyu_Latn", "nso_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "dyu_Latn-nso_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 27716077, "num_examples": 65221, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/dyu_Latn-nso_Latn.gz": {"num_bytes": 9119288, "checksum": "d04fb97b71eef7a061a63dc689a764cef802c77f5f3a6e1cbefbe24a64001048"}}, "download_size": 9119288, "post_processing_size": null, "dataset_size": 27716077, "size_in_bytes": 36835365}, "dyu_Latn-nus_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["dyu_Latn", "nus_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "dyu_Latn-nus_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 5808283, "num_examples": 14363, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/dyu_Latn-nus_Latn.gz": {"num_bytes": 1906555, "checksum": "1f92062a0b06805814c16ebd54424620247348d120cd8772c52e4895f9b9cc92"}}, "download_size": 1906555, "post_processing_size": null, "dataset_size": 5808283, "size_in_bytes": 7714838}, "dyu_Latn-nya_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["dyu_Latn", "nya_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "dyu_Latn-nya_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 45409150, "num_examples": 100921, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/dyu_Latn-nya_Latn.gz": {"num_bytes": 14684128, "checksum": "408026ae4af4e45f5dc4185429280efdba8d69c687b0cda441dbb6421c9cc4ed"}}, "download_size": 14684128, "post_processing_size": null, "dataset_size": 45409150, "size_in_bytes": 60093278}, "dyu_Latn-run_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["dyu_Latn", "run_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "dyu_Latn-run_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 33777431, "num_examples": 72663, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/dyu_Latn-run_Latn.gz": {"num_bytes": 11158455, "checksum": "43d85277913f5ed3d9004a2c3c6809e033e74cbcb543e93dd25fdd39eebb50a5"}}, "download_size": 11158455, "post_processing_size": null, "dataset_size": 33777431, "size_in_bytes": 44935886}, "dyu_Latn-sna_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["dyu_Latn", "sna_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "dyu_Latn-sna_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 50515074, "num_examples": 111253, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/dyu_Latn-sna_Latn.gz": {"num_bytes": 16219934, "checksum": "477637c01e5b62e8cc411685e8d62066df855208d28964cf4724876fdda55d5c"}}, "download_size": 16219934, "post_processing_size": null, "dataset_size": 50515074, "size_in_bytes": 66735008}, "dyu_Latn-som_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["dyu_Latn", "som_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "dyu_Latn-som_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 43367011, "num_examples": 112861, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/dyu_Latn-som_Latn.gz": {"num_bytes": 14906831, "checksum": "dc6ed1418ca8c8808ddf7546ea2c9989020e3a7d2ab38de661279755f37e4c1f"}}, "download_size": 14906831, "post_processing_size": null, "dataset_size": 43367011, "size_in_bytes": 58273842}, "dyu_Latn-sot_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["dyu_Latn", "sot_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "dyu_Latn-sot_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 39078152, "num_examples": 87508, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/dyu_Latn-sot_Latn.gz": {"num_bytes": 12836570, "checksum": "db385d75522e85cbd5481fcd4be431e2e9b6d2ffcc866177a3bf6963e9ac0c22"}}, "download_size": 12836570, "post_processing_size": null, "dataset_size": 39078152, "size_in_bytes": 51914722}, "dyu_Latn-ssw_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["dyu_Latn", "ssw_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "dyu_Latn-ssw_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 11693808, "num_examples": 28528, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/dyu_Latn-ssw_Latn.gz": {"num_bytes": 3787646, "checksum": "1dee5b15cd7ff98b4e639369dc192d191985a57e11b56f2b45db1bbf38a68538"}}, "download_size": 3787646, "post_processing_size": null, "dataset_size": 11693808, "size_in_bytes": 15481454}, "dyu_Latn-swh_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["dyu_Latn", "swh_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "dyu_Latn-swh_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 111134568, "num_examples": 242778, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/dyu_Latn-swh_Latn.gz": {"num_bytes": 36506124, "checksum": "6760f80c044b3d80043f8a1e45c7f77ecb1ea9ef1b0482a9a6fd1368760ea0ae"}}, "download_size": 36506124, "post_processing_size": null, "dataset_size": 111134568, "size_in_bytes": 147640692}, "dyu_Latn-tir_Ethi": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["dyu_Latn", "tir_Ethi"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "dyu_Latn-tir_Ethi", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 30692251, "num_examples": 55864, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/dyu_Latn-tir_Ethi.gz": {"num_bytes": 8982648, "checksum": "6cd53162131cb62415765d252449d175d790ccae1bdd73f64ad205ebaf1360f2"}}, "download_size": 8982648, "post_processing_size": null, "dataset_size": 30692251, "size_in_bytes": 39674899}, "dyu_Latn-tsn_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["dyu_Latn", "tsn_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "dyu_Latn-tsn_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 41018657, "num_examples": 94328, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/dyu_Latn-tsn_Latn.gz": {"num_bytes": 13584668, "checksum": "8cc0666b2b44049b4112fc23efc0c45dd67304c322f25a1e58f2d1459a8b06dc"}}, "download_size": 13584668, "post_processing_size": null, "dataset_size": 41018657, "size_in_bytes": 54603325}, "dyu_Latn-tso_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["dyu_Latn", "tso_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "dyu_Latn-tso_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 37452639, "num_examples": 82077, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/dyu_Latn-tso_Latn.gz": {"num_bytes": 12111395, "checksum": "4cc8780432d41651e96cfa95af21dade8f8d664aca2203d2f8c5ebf519894c00"}}, "download_size": 12111395, "post_processing_size": null, "dataset_size": 37452639, "size_in_bytes": 49564034}, "dyu_Latn-tum_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["dyu_Latn", "tum_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "dyu_Latn-tum_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 33058439, "num_examples": 69174, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/dyu_Latn-tum_Latn.gz": {"num_bytes": 10097530, "checksum": "e54f917f4022a9c39b5b6060515ae262794f7995745f129873f052c57acf4563"}}, "download_size": 10097530, "post_processing_size": null, "dataset_size": 33058439, "size_in_bytes": 43155969}, "dyu_Latn-twi_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["dyu_Latn", "twi_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "dyu_Latn-twi_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 38008798, "num_examples": 82986, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/dyu_Latn-twi_Latn.gz": {"num_bytes": 12494920, "checksum": "b5e5e907f1ac78d5666af5639e0faaa28758aaca4bc1c8fa4ba77d38bf54c00b"}}, "download_size": 12494920, "post_processing_size": null, "dataset_size": 38008798, "size_in_bytes": 50503718}, "dyu_Latn-umb_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["dyu_Latn", "umb_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "dyu_Latn-umb_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 16987452, "num_examples": 37912, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/dyu_Latn-umb_Latn.gz": {"num_bytes": 5605236, "checksum": "5cfbee653fe1667330d9336f72ef44055ab380a67d88be1987538d4912ffc5f6"}}, "download_size": 5605236, "post_processing_size": null, "dataset_size": 16987452, "size_in_bytes": 22592688}, "dyu_Latn-wol_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["dyu_Latn", "wol_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "dyu_Latn-wol_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 13291850, "num_examples": 33194, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/dyu_Latn-wol_Latn.gz": {"num_bytes": 4588016, "checksum": "fc4d2e54a8c72c8059603bc6cf704ed21d75fc9499f7f30e32524e6e97ec60c8"}}, "download_size": 4588016, "post_processing_size": null, "dataset_size": 13291850, "size_in_bytes": 17879866}, "dyu_Latn-xho_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["dyu_Latn", "xho_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "dyu_Latn-xho_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 36963240, "num_examples": 88194, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/dyu_Latn-xho_Latn.gz": {"num_bytes": 12436911, "checksum": "650103744d3abe5b20e7280c206ed6b52ef6d86abd940c534fa73b4d1686d709"}}, "download_size": 12436911, "post_processing_size": null, "dataset_size": 36963240, "size_in_bytes": 49400151}, "dyu_Latn-yor_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["dyu_Latn", "yor_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "dyu_Latn-yor_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 41166450, "num_examples": 102291, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/dyu_Latn-yor_Latn.gz": {"num_bytes": 14130168, "checksum": "958c4a6b9b51aca9331cbb29b4a85887efc08d8eb5e6492f2b56731f5b6b4099"}}, "download_size": 14130168, "post_processing_size": null, "dataset_size": 41166450, "size_in_bytes": 55296618}, "dyu_Latn-zul_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["dyu_Latn", "zul_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "dyu_Latn-zul_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 52912532, "num_examples": 124555, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/dyu_Latn-zul_Latn.gz": {"num_bytes": 17530576, "checksum": "c41a4a8872607fb7e7a12dffe1825804a4f94688d281cb007b04ad1256cd65fa"}}, "download_size": 17530576, "post_processing_size": null, "dataset_size": 52912532, "size_in_bytes": 70443108}, "dzo_Tibt-eng_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["dzo_Tibt", "eng_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "dzo_Tibt-eng_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 36219280, "num_examples": 56441, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/dzo_Tibt-eng_Latn.gz": {"num_bytes": 8389459, "checksum": "0fbcd20dad66a3a8104ebe814f82cabd2bbad287faa26e483b1afc5b5ee47584"}}, "download_size": 8389459, "post_processing_size": null, "dataset_size": 36219280, "size_in_bytes": 44608739}, "eng_Latn-als_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "als_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-als_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 37482306734, "num_examples": 69172136, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-als_Latn.gz": {"num_bytes": 13805625108, "checksum": "18a7cedef2ded791d0f15bddc18159761f4aa2676e7fa2106fe48fdf91c1f44c"}}, "download_size": 13805625108, "post_processing_size": null, "dataset_size": 37482306734, "size_in_bytes": 51287931842}, "eng_Latn-epo_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "epo_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-epo_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 32980458658, "num_examples": 62799356, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-epo_Latn.gz": {"num_bytes": 11783715512, "checksum": "62bedae288109caf835aaadb95278b083e7ef4d75931bd04b957b58c60ce4f93"}}, "download_size": 11783715512, "post_processing_size": null, "dataset_size": 32980458658, "size_in_bytes": 44764174170}, "eng_Latn-ewe_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "ewe_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-ewe_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 2145284152, "num_examples": 4408020, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-ewe_Latn.gz": {"num_bytes": 719780779, "checksum": "0d2a951ed7630ed456d4fd81d022f2998a623317a6fdbf81965fe891a184f026"}}, "download_size": 719780779, "post_processing_size": null, "dataset_size": 2145284152, "size_in_bytes": 2865064931}, "eng_Latn-fao_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "fao_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-fao_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1516866018, "num_examples": 2863780, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-fao_Latn.gz": {"num_bytes": 557668348, "checksum": "b4daa83702d5df2dc7874f99c33d6ad801df2e6616961d3f87f360470a26c94d"}}, "download_size": 557668348, "post_processing_size": null, "dataset_size": 1516866018, "size_in_bytes": 2074534366}, "eng_Latn-fij_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "fij_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-fij_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1844282916, "num_examples": 3853997, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-fij_Latn.gz": {"num_bytes": 615494386, "checksum": "8e8fc8abbdf6adbcadf97847c16f7e4294ca80fa3fd6e5268b95dce0065c3f4a"}}, "download_size": 615494386, "post_processing_size": null, "dataset_size": 1844282916, "size_in_bytes": 2459777302}, "eng_Latn-fon_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "fon_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-fon_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 942075206, "num_examples": 1915549, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-fon_Latn.gz": {"num_bytes": 327959049, "checksum": "0144f4ad5d2f91e291a55dc15cbc40f82bc6ac22edfae18cbec2d70584e61dd1"}}, "download_size": 327959049, "post_processing_size": null, "dataset_size": 942075206, "size_in_bytes": 1270034255}, "eng_Latn-fur_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "fur_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-fur_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 438906640, "num_examples": 926759, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-fur_Latn.gz": {"num_bytes": 157023095, "checksum": "eea86f5115acb5468c8e291cb2a7821ed08ecc3aafae4d92f9289376a7718cc5"}}, "download_size": 157023095, "post_processing_size": null, "dataset_size": 438906640, "size_in_bytes": 595929735}, "eng_Latn-fuv_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "fuv_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-fuv_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 669299032, "num_examples": 1511026, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-fuv_Latn.gz": {"num_bytes": 244375850, "checksum": "beae0380d4955e3a015900f33ff5d4bea6afe27fc0b8663dd646ac8d3b43c192"}}, "download_size": 244375850, "post_processing_size": null, "dataset_size": 669299032, "size_in_bytes": 913674882}, "eng_Latn-gaz_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "gaz_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-gaz_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1388585506, "num_examples": 3232513, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-gaz_Latn.gz": {"num_bytes": 510431334, "checksum": "5406a771b11e1f2896e4a03e1a91fd6b37ecb08f9dde06b6db7abcfe8ba12134"}}, "download_size": 510431334, "post_processing_size": null, "dataset_size": 1388585506, "size_in_bytes": 1899016840}, "eng_Latn-gla_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "gla_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-gla_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 3489416984, "num_examples": 6749483, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-gla_Latn.gz": {"num_bytes": 1242170450, "checksum": "d5c04d680a68575da59fa68854e211ab2949401702bfea1e18c172008690e4c2"}}, "download_size": 1242170450, "post_processing_size": null, "dataset_size": 3489416984, "size_in_bytes": 4731587434}, "eng_Latn-gle_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "gle_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-gle_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 11625984668, "num_examples": 22535598, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-gle_Latn.gz": {"num_bytes": 4178642139, "checksum": "3c3b3c899ba5aca4bd878278b32c3026397214aa819b5e0d215334e2acb7e7a8"}}, "download_size": 4178642139, "post_processing_size": null, "dataset_size": 11625984668, "size_in_bytes": 15804626807}, "eng_Latn-grn_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "grn_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-grn_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1382983498, "num_examples": 2959122, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-grn_Latn.gz": {"num_bytes": 476928292, "checksum": "7922960517feb30d70a5852c96e702b143f69b62ffc078fe83f438dd3dfc838b"}}, "download_size": 476928292, "post_processing_size": null, "dataset_size": 1382983498, "size_in_bytes": 1859911790}, "eng_Latn-guj_Gujr": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "guj_Gujr"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-guj_Gujr", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 21154747973, "num_examples": 39226918, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-guj_Gujr.gz": {"num_bytes": 7107699174, "checksum": "05e8987d3b30850644faca5dceef5383e1ac77b1b3bc119fce452df4b1029783"}}, "download_size": 7107699174, "post_processing_size": null, "dataset_size": 21154747973, "size_in_bytes": 28262447147}, "eng_Latn-hat_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "hat_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-hat_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 7169637729, "num_examples": 15105145, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-hat_Latn.gz": {"num_bytes": 2588146735, "checksum": "dab9b60b66e10af935ec8006cbb9dbaa0e81f806c0bb953641b9ae8e59871bf7"}}, "download_size": 2588146735, "post_processing_size": null, "dataset_size": 7169637729, "size_in_bytes": 9757784464}, "eng_Latn-hau_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "hau_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-hau_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1084500535, "num_examples": 2378970, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-hau_Latn.gz": {"num_bytes": 396053731, "checksum": "798d609021d7f0fe6ee393cdfe188ae7f142a0f9ddc2c571882d344d1a95d5ec"}}, "download_size": 396053731, "post_processing_size": null, "dataset_size": 1084500535, "size_in_bytes": 1480554266}, "eng_Latn-hin_Deva": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "hin_Deva"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-hin_Deva", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 19696872964, "num_examples": 33193629, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-hin_Deva.gz": {"num_bytes": 6639086230, "checksum": "d80a89314986d12b2ec2059a90de55467c3fc524cccf2d819d414a13dfb8cbb4"}}, "download_size": 6639086230, "post_processing_size": null, "dataset_size": 19696872964, "size_in_bytes": 26335959194}, "eng_Latn-hne_Deva": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "hne_Deva"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-hne_Deva", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 342944138, "num_examples": 640944, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-hne_Deva.gz": {"num_bytes": 116031795, "checksum": "613d080981a549aeea3ed2635197df92f45ef779881c0923e14c9f0f98ebc743"}}, "download_size": 116031795, "post_processing_size": null, "dataset_size": 342944138, "size_in_bytes": 458975933}, "eng_Latn-hye_Armn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "hye_Armn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-hye_Armn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 8588805858, "num_examples": 15256730, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-hye_Armn.gz": {"num_bytes": 3012607630, "checksum": "90460eed288e005f2327bc5b963f9fd8d000f47b1e8d12caed89ede7c6aaa716"}}, "download_size": 3012607630, "post_processing_size": null, "dataset_size": 8588805858, "size_in_bytes": 11601413488}, "eng_Latn-ibo_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "ibo_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-ibo_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 2765879246, "num_examples": 6110033, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-ibo_Latn.gz": {"num_bytes": 975495228, "checksum": "7796c4a12ad6cf3fa6b6800bd845e0b107d1c6e6334a02e4365a2120e58fde6f"}}, "download_size": 975495228, "post_processing_size": null, "dataset_size": 2765879246, "size_in_bytes": 3741374474}, "eng_Latn-ilo_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "ilo_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-ilo_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 490352320, "num_examples": 1041937, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-ilo_Latn.gz": {"num_bytes": 170480722, "checksum": "a530b47dd9c70f33ab3f6de79ccdc26124256e898476b200494e2d49ca2c6cfe"}}, "download_size": 170480722, "post_processing_size": null, "dataset_size": 490352320, "size_in_bytes": 660833042}, "eng_Latn-jav_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "jav_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-jav_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 8361692379, "num_examples": 16948924, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-jav_Latn.gz": {"num_bytes": 3041702349, "checksum": "0ab01ed6885c446549371307d8b5f8ce03edccf3af572661a07c69be7e6d8094"}}, "download_size": 3041702349, "post_processing_size": null, "dataset_size": 8361692379, "size_in_bytes": 11403394728}, "eng_Latn-kab_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "kab_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-kab_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1928167603, "num_examples": 4123481, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-kab_Latn.gz": {"num_bytes": 681544443, "checksum": "c9dcc31e2c6e4099e73cae7361e9c9b3dfdbeba17b00dccac982f8f762a09a42"}}, "download_size": 681544443, "post_processing_size": null, "dataset_size": 1928167603, "size_in_bytes": 2609712046}, "eng_Latn-kac_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "kac_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-kac_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 473658638, "num_examples": 1003100, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-kac_Latn.gz": {"num_bytes": 162853797, "checksum": "3c196c445f1759f6a89b81f8e6a3014aafb6ecfe09e55dec57837a506281b8e0"}}, "download_size": 162853797, "post_processing_size": null, "dataset_size": 473658638, "size_in_bytes": 636512435}, "eng_Latn-kam_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "kam_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-kam_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 830413752, "num_examples": 1628889, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-kam_Latn.gz": {"num_bytes": 257614829, "checksum": "c4d6481718f8e759e232043a109aafbc8ff4b72fd6fa21d219a94f43be45c228"}}, "download_size": 257614829, "post_processing_size": null, "dataset_size": 830413752, "size_in_bytes": 1088028581}, "eng_Latn-kan_Knda": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "kan_Knda"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-kan_Knda", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 19339903715, "num_examples": 34347151, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-kan_Knda.gz": {"num_bytes": 6278742128, "checksum": "79b7a87163cad8080a39506de232cfe7c5de69d55fb93a4dd16c4b382e249a74"}}, "download_size": 6278742128, "post_processing_size": null, "dataset_size": 19339903715, "size_in_bytes": 25618645843}, "eng_Latn-kas_Arab": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "kas_Arab"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-kas_Arab", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 380295280, "num_examples": 647348, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-kas_Arab.gz": {"num_bytes": 111373777, "checksum": "8531d482ef2d99410b770a8533727e05be7644ac9cac758af377387cc25ae6b0"}}, "download_size": 111373777, "post_processing_size": null, "dataset_size": 380295280, "size_in_bytes": 491669057}, "eng_Latn-kas_Deva": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "kas_Deva"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-kas_Deva", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 602828733, "num_examples": 1042450, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-kas_Deva.gz": {"num_bytes": 187907088, "checksum": "79760800bb17ff138065d0c42b81dcbbda49d5a70b70f4333c842164b4fe17ed"}}, "download_size": 187907088, "post_processing_size": null, "dataset_size": 602828733, "size_in_bytes": 790735821}, "eng_Latn-kat_Geor": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "kat_Geor"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-kat_Geor", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 6539889773, "num_examples": 11128369, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-kat_Geor.gz": {"num_bytes": 2172104783, "checksum": "0c254e60fac8d532b7bddee144def8f94a4c90604c2488efd293472994849863"}}, "download_size": 2172104783, "post_processing_size": null, "dataset_size": 6539889773, "size_in_bytes": 8711994556}, "eng_Latn-kaz_Cyrl": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "kaz_Cyrl"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-kaz_Cyrl", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 18130324285, "num_examples": 34589761, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-kaz_Cyrl.gz": {"num_bytes": 6454045799, "checksum": "85f2eed5e52849f4d42f830301ab1c871d38132226f0afea119f0bd9339b673a"}}, "download_size": 6454045799, "post_processing_size": null, "dataset_size": 18130324285, "size_in_bytes": 24584370084}, "eng_Latn-kbp_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "kbp_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-kbp_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 916821465, "num_examples": 1592255, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-kbp_Latn.gz": {"num_bytes": 274945802, "checksum": "22877136e1cfdebf9eaeb1ddb6b81d1a2b13fd24cb7ad7e36c19318aa14f5652"}}, "download_size": 274945802, "post_processing_size": null, "dataset_size": 916821465, "size_in_bytes": 1191767267}, "eng_Latn-kea_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "kea_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-kea_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 583960650, "num_examples": 1229409, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-kea_Latn.gz": {"num_bytes": 197851195, "checksum": "22fcec9a2cd7102800c2a458babf54af85c13066bd245027813131d4f1b3794f"}}, "download_size": 197851195, "post_processing_size": null, "dataset_size": 583960650, "size_in_bytes": 781811845}, "eng_Latn-khk_Cyrl": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "khk_Cyrl"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-khk_Cyrl", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 8865931949, "num_examples": 16503173, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-khk_Cyrl.gz": {"num_bytes": 3054108473, "checksum": "365e11fffc4c3a3028c4386e13f41f4d2b989e6880a94c38bee5c83085684b6f"}}, "download_size": 3054108473, "post_processing_size": null, "dataset_size": 8865931949, "size_in_bytes": 11920040422}, "eng_Latn-khm_Khmr": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "khm_Khmr"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-khm_Khmr", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 3377293916, "num_examples": 5863140, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-khm_Khmr.gz": {"num_bytes": 1093475177, "checksum": "3e81b5ab9ac907648606b88939c8e25234ace8c53ade2b11bf840930ec0c3568"}}, "download_size": 1093475177, "post_processing_size": null, "dataset_size": 3377293916, "size_in_bytes": 4470769093}, "eng_Latn-kik_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "kik_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-kik_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1086206076, "num_examples": 2200620, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-kik_Latn.gz": {"num_bytes": 341922103, "checksum": "8bb41853ed5d560c3c1e8955d8a2dc48bdacba7181718f658c994029b6028c2a"}}, "download_size": 341922103, "post_processing_size": null, "dataset_size": 1086206076, "size_in_bytes": 1428128179}, "eng_Latn-kin_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "kin_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-kin_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 5076395765, "num_examples": 10080672, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-kin_Latn.gz": {"num_bytes": 1867042774, "checksum": "affe8106ed777a0ad9381f147d8404ee82f0fb02c1cb5640ee8609e66f69c446"}}, "download_size": 1867042774, "post_processing_size": null, "dataset_size": 5076395765, "size_in_bytes": 6943438539}, "eng_Latn-kir_Cyrl": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "kir_Cyrl"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-kir_Cyrl", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 11566736273, "num_examples": 21360637, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-kir_Cyrl.gz": {"num_bytes": 4127546602, "checksum": "28471a1429acc2bd4d66fb1acbfd1735bb2a0be658bef7ceb64c3276f2029880"}}, "download_size": 4127546602, "post_processing_size": null, "dataset_size": 11566736273, "size_in_bytes": 15694282875}, "eng_Latn-kmb_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "kmb_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-kmb_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 99150286, "num_examples": 196240, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-kmb_Latn.gz": {"num_bytes": 32474004, "checksum": "1b6ef4541a39f6613b1f9026defaaf2836f3fb7d1f9c4a43556de0cecaa73d06"}}, "download_size": 32474004, "post_processing_size": null, "dataset_size": 99150286, "size_in_bytes": 131624290}, "eng_Latn-kmr_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "kmr_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-kmr_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 360916801, "num_examples": 1015966, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-kmr_Latn.gz": {"num_bytes": 132832206, "checksum": "717ea058a7728ad38fc814095ea2a2ab371a02cac472cd6efd843b7f73f0628a"}}, "download_size": 132832206, "post_processing_size": null, "dataset_size": 360916801, "size_in_bytes": 493749007}, "eng_Latn-knc_Arab": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "knc_Arab"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-knc_Arab", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 917219815, "num_examples": 1571840, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-knc_Arab.gz": {"num_bytes": 324520735, "checksum": "e8185f4392c2f6719b3d2cc7f2ffb286b897955afea4cf839202f0547293f6a5"}}, "download_size": 324520735, "post_processing_size": null, "dataset_size": 917219815, "size_in_bytes": 1241740550}, "eng_Latn-knc_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "knc_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-knc_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 44429193, "num_examples": 99722, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-knc_Latn.gz": {"num_bytes": 16102062, "checksum": "ae998170a68625a4c11595904f8e5ae804610e755f4496240ffdc94b208465c6"}}, "download_size": 16102062, "post_processing_size": null, "dataset_size": 44429193, "size_in_bytes": 60531255}, "eng_Latn-kon_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "kon_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-kon_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1037640554, "num_examples": 2228382, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-kon_Latn.gz": {"num_bytes": 346939537, "checksum": "7d60841521b204863a66ae82a7ebd087c1190e2e62f96d130dfa56a09c65dbce"}}, "download_size": 346939537, "post_processing_size": null, "dataset_size": 1037640554, "size_in_bytes": 1384580091}, "eng_Latn-lao_Laoo": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "lao_Laoo"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-lao_Laoo", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 2496743703, "num_examples": 4170013, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-lao_Laoo.gz": {"num_bytes": 818347128, "checksum": "53875718cbb35697368ed7a9efbf24cee76fbbfe37891fbcccc55aa15858c253"}}, "download_size": 818347128, "post_processing_size": null, "dataset_size": 2496743703, "size_in_bytes": 3315090831}, "eng_Latn-lij_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "lij_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-lij_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 531839076, "num_examples": 1109791, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-lij_Latn.gz": {"num_bytes": 199806289, "checksum": "716381369d60fe68c8e7428ced0b12cacf92c4a605126dbc164d1453293dedf9"}}, "download_size": 199806289, "post_processing_size": null, "dataset_size": 531839076, "size_in_bytes": 731645365}, "eng_Latn-lim_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "lim_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-lim_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 2070710797, "num_examples": 4312886, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-lim_Latn.gz": {"num_bytes": 765023933, "checksum": "8091932d21f378f5ba2241f2e6d1de4b28ffe3c9c349a98a31b4838202609bbc"}}, "download_size": 765023933, "post_processing_size": null, "dataset_size": 2070710797, "size_in_bytes": 2835734730}, "eng_Latn-lin_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "lin_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-lin_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1375889499, "num_examples": 2910355, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-lin_Latn.gz": {"num_bytes": 481062347, "checksum": "783b13936eb0d3304663839dde270066f3484eae5d317153e29fb65047f36aca"}}, "download_size": 481062347, "post_processing_size": null, "dataset_size": 1375889499, "size_in_bytes": 1856951846}, "eng_Latn-lmo_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "lmo_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-lmo_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 4098869045, "num_examples": 8725803, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-lmo_Latn.gz": {"num_bytes": 1511978512, "checksum": "f1477fd9de6a5dd01d7810197b7333af00e4d207a95d6d0de10fa87eba3e2569"}}, "download_size": 1511978512, "post_processing_size": null, "dataset_size": 4098869045, "size_in_bytes": 5610847557}, "eng_Latn-ltg_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "ltg_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-ltg_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 62140459, "num_examples": 131492, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-ltg_Latn.gz": {"num_bytes": 22534222, "checksum": "6d1f4c6e780a5792a5649d946d08dfbc8b28ae51d5dc4483b5d39654ffd45b85"}}, "download_size": 22534222, "post_processing_size": null, "dataset_size": 62140459, "size_in_bytes": 84674681}, "eng_Latn-ltz_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "ltz_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-ltz_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 6221469738, "num_examples": 12765998, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-ltz_Latn.gz": {"num_bytes": 2295243174, "checksum": "7720519510d435af52ba917a85238ad52bd41d4f10d67fad4d36546f91648175"}}, "download_size": 2295243174, "post_processing_size": null, "dataset_size": 6221469738, "size_in_bytes": 8516712912}, "eng_Latn-lua_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "lua_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-lua_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1185291125, "num_examples": 2444525, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-lua_Latn.gz": {"num_bytes": 401975704, "checksum": "c2bf090ae9c966472331dabffeb1562ae232872d331d77b8709944f96b691def"}}, "download_size": 401975704, "post_processing_size": null, "dataset_size": 1185291125, "size_in_bytes": 1587266829}, "eng_Latn-lug_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "lug_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-lug_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1680301710, "num_examples": 3560449, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-lug_Latn.gz": {"num_bytes": 611192612, "checksum": "8ba2956b2b5dfdac4798e4acbff1b8c9d1eec4c9ad176ba7b92945e45a39b80e"}}, "download_size": 611192612, "post_processing_size": null, "dataset_size": 1680301710, "size_in_bytes": 2291494322}, "eng_Latn-luo_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "luo_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-luo_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1342774932, "num_examples": 2825281, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-luo_Latn.gz": {"num_bytes": 472027922, "checksum": "b72fbd270d564f059ee5129062475bfdc16a3c7d8140517db1761ce9cc3a8fce"}}, "download_size": 472027922, "post_processing_size": null, "dataset_size": 1342774932, "size_in_bytes": 1814802854}, "eng_Latn-lus_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "lus_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-lus_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 3086062498, "num_examples": 6979898, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-lus_Latn.gz": {"num_bytes": 1103672351, "checksum": "6227d373d019a848c36b480ac8ba891310ad2f7b40acc7086ed5b2b8825df458"}}, "download_size": 1103672351, "post_processing_size": null, "dataset_size": 3086062498, "size_in_bytes": 4189734849}, "eng_Latn-mag_Deva": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "mag_Deva"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-mag_Deva", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1147133015, "num_examples": 2221386, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-mag_Deva.gz": {"num_bytes": 377860490, "checksum": "737412575e13f3c0a3ff18dae7bf32a49ef98440d4198b03286e46fb8a78aeda"}}, "download_size": 377860490, "post_processing_size": null, "dataset_size": 1147133015, "size_in_bytes": 1524993505}, "eng_Latn-mai_Deva": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "mai_Deva"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-mai_Deva", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 2390025634, "num_examples": 4438382, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-mai_Deva.gz": {"num_bytes": 783902565, "checksum": "cf30736a678ba220aac1750a9b2d8d24b84004a72999e3219adeedc2b0af0598"}}, "download_size": 783902565, "post_processing_size": null, "dataset_size": 2390025634, "size_in_bytes": 3173928199}, "eng_Latn-mal_Mlym": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "mal_Mlym"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-mal_Mlym", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 24940959083, "num_examples": 43759128, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-mal_Mlym.gz": {"num_bytes": 8015865238, "checksum": "1e9453c7aff9646214691b532108a02a0ba141e6e464d69ab7bd11fd1803ab89"}}, "download_size": 8015865238, "post_processing_size": null, "dataset_size": 24940959083, "size_in_bytes": 32956824321}, "eng_Latn-mar_Deva": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "mar_Deva"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-mar_Deva", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 15753021379, "num_examples": 32051554, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-mar_Deva.gz": {"num_bytes": 5244607648, "checksum": "49b7c91e25928455549cb203ff3089188fa45a3b406c269e21f753387160ca5b"}}, "download_size": 5244607648, "post_processing_size": null, "dataset_size": 15753021379, "size_in_bytes": 20997629027}, "eng_Latn-min_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "min_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-min_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 135670719, "num_examples": 301972, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-min_Latn.gz": {"num_bytes": 47475895, "checksum": "4cacaf9d64449f5083e7159fbffd0fe08805ede0f34d90ab5a3d03f896380b72"}}, "download_size": 47475895, "post_processing_size": null, "dataset_size": 135670719, "size_in_bytes": 183146614}, "eng_Latn-mlt_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "mlt_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-mlt_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 8185837133, "num_examples": 14798113, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-mlt_Latn.gz": {"num_bytes": 2999667064, "checksum": "98aa70d60c47d36b46c539e5e34707cf11e4a34becdbed91e23a0a711adc209b"}}, "download_size": 2999667064, "post_processing_size": null, "dataset_size": 8185837133, "size_in_bytes": 11185504197}, "eng_Latn-mni_Beng": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "mni_Beng"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-mni_Beng", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 251814046, "num_examples": 490089, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-mni_Beng.gz": {"num_bytes": 80325735, "checksum": "aeab07475b567429b0054612e27a79a060e96c3b79f91534a3211c118d95f905"}}, "download_size": 80325735, "post_processing_size": null, "dataset_size": 251814046, "size_in_bytes": 332139781}, "eng_Latn-mos_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "mos_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-mos_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1036367353, "num_examples": 2197850, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-mos_Latn.gz": {"num_bytes": 354239677, "checksum": "e42dccd20fb5f02c62686777a8503d52d945cdf1129202254f6acebeb8710b5f"}}, "download_size": 354239677, "post_processing_size": null, "dataset_size": 1036367353, "size_in_bytes": 1390607030}, "eng_Latn-mri_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "mri_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-mri_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 2915157925, "num_examples": 5801579, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-mri_Latn.gz": {"num_bytes": 1039857180, "checksum": "fa201ee0f08ddcd5dde7aeabf4dd41d9994bdddf78ed9f6a7e17a5758ce26489"}}, "download_size": 1039857180, "post_processing_size": null, "dataset_size": 2915157925, "size_in_bytes": 3955015105}, "eng_Latn-mya_Mymr": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "mya_Mymr"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-mya_Mymr", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 6382356129, "num_examples": 10014948, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-mya_Mymr.gz": {"num_bytes": 2066772437, "checksum": "3acc65a3783bdef073afa7bc5964e851c5c10dd2ea66716c66112da79416928c"}}, "download_size": 2066772437, "post_processing_size": null, "dataset_size": 6382356129, "size_in_bytes": 8449128566}, "eng_Latn-npi_Deva": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "npi_Deva"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-npi_Deva", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 11761319829, "num_examples": 19643845, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-npi_Deva.gz": {"num_bytes": 3799763329, "checksum": "7eb25a697c0f1da10d4f63d479334f866ac19636e4d7399dbce7f53ab3d96ca9"}}, "download_size": 3799763329, "post_processing_size": null, "dataset_size": 11761319829, "size_in_bytes": 15561083158}, "eng_Latn-nso_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "nso_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-nso_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1513944539, "num_examples": 3444258, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-nso_Latn.gz": {"num_bytes": 534034718, "checksum": "838f01eec6c9ae64ab94cfd8e3021a9b7b135311a9ce66080b8ea01aa9b17c11"}}, "download_size": 534034718, "post_processing_size": null, "dataset_size": 1513944539, "size_in_bytes": 2047979257}, "eng_Latn-nus_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "nus_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-nus_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 492598009, "num_examples": 1200819, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-nus_Latn.gz": {"num_bytes": 154995940, "checksum": "0afc55c8616c41a543ceb54cae02d9404d158ce4a7bc1e4ac68a58bea55d84f1"}}, "download_size": 154995940, "post_processing_size": null, "dataset_size": 492598009, "size_in_bytes": 647593949}, "eng_Latn-nya_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "nya_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-nya_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 731914600, "num_examples": 1528869, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-nya_Latn.gz": {"num_bytes": 265585107, "checksum": "457e35ae4ecfa5e51318d968539af358a29a5a3009b4b2b4f308bf643641f0f6"}}, "download_size": 265585107, "post_processing_size": null, "dataset_size": 731914600, "size_in_bytes": 997499707}, "eng_Latn-ory_Orya": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "ory_Orya"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-ory_Orya", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 7491090497, "num_examples": 13733205, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-ory_Orya.gz": {"num_bytes": 2465984202, "checksum": "f3367234a9ae7b1c7bd7a33d875230d0910cb82ec666791b873afdec54249460"}}, "download_size": 2465984202, "post_processing_size": null, "dataset_size": 7491090497, "size_in_bytes": 9957074699}, "eng_Latn-pag_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "pag_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-pag_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1493640722, "num_examples": 3357840, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-pag_Latn.gz": {"num_bytes": 525751293, "checksum": "c48300fcdc082a6c31f642ff16189dfd82b6561a105b7ae9dc9164b2c2eb77b5"}}, "download_size": 525751293, "post_processing_size": null, "dataset_size": 1493640722, "size_in_bytes": 2019392015}, "eng_Latn-pan_Guru": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "pan_Guru"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-pan_Guru", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 6730352933, "num_examples": 11123768, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-pan_Guru.gz": {"num_bytes": 2215027071, "checksum": "1e3b929a1360095235fde379f7fc90cdb5ef7d6236432cef441c954a620e6b74"}}, "download_size": 2215027071, "post_processing_size": null, "dataset_size": 6730352933, "size_in_bytes": 8945380004}, "eng_Latn-pap_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "pap_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-pap_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 6913502356, "num_examples": 15233890, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-pap_Latn.gz": {"num_bytes": 2414709191, "checksum": "5b7f5070db300b604df8d4720c9985f2efb126e47c9b849f9e4baa265c9b8efe"}}, "download_size": 2414709191, "post_processing_size": null, "dataset_size": 6913502356, "size_in_bytes": 9328211547}, "eng_Latn-pbt_Arab": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "pbt_Arab"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-pbt_Arab", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 6447638247, "num_examples": 11348028, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-pbt_Arab.gz": {"num_bytes": 2249555661, "checksum": "2e686e1e35f97de72c42e3107dbd3654946e050f998bfb379c40ea03db42947b"}}, "download_size": 2249555661, "post_processing_size": null, "dataset_size": 6447638247, "size_in_bytes": 8697193908}, "eng_Latn-plt_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "plt_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-plt_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1186793800, "num_examples": 2334623, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-plt_Latn.gz": {"num_bytes": 420862088, "checksum": "d9d01bc7adf9c8f11bcdf2a6ba85646887d53615fa83d2d07be3a1c57cb78aa3"}}, "download_size": 420862088, "post_processing_size": null, "dataset_size": 1186793800, "size_in_bytes": 1607655888}, "eng_Latn-prs_Arab": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "prs_Arab"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-prs_Arab", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 4020141951, "num_examples": 6294181, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-prs_Arab.gz": {"num_bytes": 1369444474, "checksum": "c9d079a8e5bb74cf6101f67c8fd0ec74ba7928ee2bfd122c4e72b79a82761a05"}}, "download_size": 1369444474, "post_processing_size": null, "dataset_size": 4020141951, "size_in_bytes": 5389586425}, "eng_Latn-quy_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "quy_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-quy_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1367881577, "num_examples": 2874090, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-quy_Latn.gz": {"num_bytes": 496435981, "checksum": "b6136002c6662db026852fa3bb598984f7248c996021a3155dfd4c1f2f466676"}}, "download_size": 496435981, "post_processing_size": null, "dataset_size": 1367881577, "size_in_bytes": 1864317558}, "eng_Latn-run_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "run_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-run_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 390253682, "num_examples": 771521, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-run_Latn.gz": {"num_bytes": 141447012, "checksum": "e8bf86d6ef576922f67ac122b416f9112b6dea151102fccfb4bcedc3931a4035"}}, "download_size": 141447012, "post_processing_size": null, "dataset_size": 390253682, "size_in_bytes": 531700694}, "eng_Latn-sag_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "sag_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-sag_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1774014591, "num_examples": 3607439, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-sag_Latn.gz": {"num_bytes": 569702184, "checksum": "ae5c8f8f9e0c71a184f85181b6c014b877184d5830e5cf80315382b4ade357ff"}}, "download_size": 569702184, "post_processing_size": null, "dataset_size": 1774014591, "size_in_bytes": 2343716775}, "eng_Latn-san_Deva": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "san_Deva"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-san_Deva", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1638753716, "num_examples": 3095396, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-san_Deva.gz": {"num_bytes": 529581652, "checksum": "ab8fd01d98c79667535ed17f115f5cf394b4a4739877882a2a53876bddbe88ac"}}, "download_size": 529581652, "post_processing_size": null, "dataset_size": 1638753716, "size_in_bytes": 2168335368}, "eng_Latn-sat_Beng": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "sat_Beng"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-sat_Beng", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 47587107, "num_examples": 78625, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-sat_Beng.gz": {"num_bytes": 13135897, "checksum": "ada6fbbc46dd08117434bb68cc513caa5ed669baaedbda84ba0a733824a81c34"}}, "download_size": 13135897, "post_processing_size": null, "dataset_size": 47587107, "size_in_bytes": 60723004}, "eng_Latn-scn_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "scn_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-scn_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 532386788, "num_examples": 1081817, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-scn_Latn.gz": {"num_bytes": 195995811, "checksum": "0c36780f521eeed4ab091cd03284f9ad0c8961206ab20313043456a1b86e4adc"}}, "download_size": 195995811, "post_processing_size": null, "dataset_size": 532386788, "size_in_bytes": 728382599}, "eng_Latn-shn_Mymr": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "shn_Mymr"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-shn_Mymr", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 357641501, "num_examples": 646442, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-shn_Mymr.gz": {"num_bytes": 105228816, "checksum": "0855c7edf38977c8a9e8c7c86506cd1bab6a197a5646db46fe9e683b3d53142d"}}, "download_size": 105228816, "post_processing_size": null, "dataset_size": 357641501, "size_in_bytes": 462870317}, "eng_Latn-sin_Sinh": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "sin_Sinh"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-sin_Sinh", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 12442252471, "num_examples": 24336367, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-sin_Sinh.gz": {"num_bytes": 4001714650, "checksum": "1406ff21430749c3d33be3f8049707cac7f16f9cd1a65308a6252a4356a5101d"}}, "download_size": 4001714650, "post_processing_size": null, "dataset_size": 12442252471, "size_in_bytes": 16443967121}, "eng_Latn-smo_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "smo_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-smo_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 3254347758, "num_examples": 6432856, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-smo_Latn.gz": {"num_bytes": 1139121250, "checksum": "029d85ae3d8a74b96a372d34c5bcb19662b92e2168fbe611ab7786c304fc600b"}}, "download_size": 1139121250, "post_processing_size": null, "dataset_size": 3254347758, "size_in_bytes": 4393469008}, "eng_Latn-sna_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "sna_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-sna_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 4546443608, "num_examples": 9322192, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-sna_Latn.gz": {"num_bytes": 1620833746, "checksum": "525c0d7d3db7fd0b0e9c9177662efc283da13e1fc5c8867fa64d95d0a1837e80"}}, "download_size": 1620833746, "post_processing_size": null, "dataset_size": 4546443608, "size_in_bytes": 6167277354}, "eng_Latn-snd_Arab": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "snd_Arab"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-snd_Arab", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 4822524635, "num_examples": 8924699, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-snd_Arab.gz": {"num_bytes": 1627640493, "checksum": "28616685dd99d8593b25157a67de37cb48a460ff22d46a87e308317a001389ff"}}, "download_size": 1627640493, "post_processing_size": null, "dataset_size": 4822524635, "size_in_bytes": 6450165128}, "eng_Latn-som_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "som_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-som_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 4552566134, "num_examples": 10229073, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-som_Latn.gz": {"num_bytes": 1703902544, "checksum": "2f53b66aa270b74f6be06033efb76f3d7cfcfa1a7b327abc83e210aaf86aec40"}}, "download_size": 1703902544, "post_processing_size": null, "dataset_size": 4552566134, "size_in_bytes": 6256468678}, "eng_Latn-sot_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "sot_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-sot_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 671765164, "num_examples": 1377570, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-sot_Latn.gz": {"num_bytes": 239297492, "checksum": "30f7d6785a9c8fac684f280240aaf2b8efc302f1f68beec9719920a21c46d8ab"}}, "download_size": 239297492, "post_processing_size": null, "dataset_size": 671765164, "size_in_bytes": 911062656}, "eng_Latn-srd_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "srd_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-srd_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 649948392, "num_examples": 1309171, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-srd_Latn.gz": {"num_bytes": 229975711, "checksum": "19c31c4246eab5bd43e7086b1945fa0a2c6b5dbecd750dfb7c694280c11a2db7"}}, "download_size": 229975711, "post_processing_size": null, "dataset_size": 649948392, "size_in_bytes": 879924103}, "eng_Latn-ssw_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "ssw_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-ssw_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 94030267, "num_examples": 222012, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-ssw_Latn.gz": {"num_bytes": 34024988, "checksum": "4fac8f2475c9a12c0329b9be8aa616f3d66ef0101f86b6eb1f5cf749a738650c"}}, "download_size": 34024988, "post_processing_size": null, "dataset_size": 94030267, "size_in_bytes": 128055255}, "eng_Latn-sun_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "sun_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-sun_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 5908311092, "num_examples": 11779642, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-sun_Latn.gz": {"num_bytes": 2157640069, "checksum": "2a34ce0abe624470c86c0fb8576cf10427c60b71b927adb2f05eb698e32c3183"}}, "download_size": 2157640069, "post_processing_size": null, "dataset_size": 5908311092, "size_in_bytes": 8065951161}, "eng_Latn-swh_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "swh_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-swh_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 12303548884, "num_examples": 23513175, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-swh_Latn.gz": {"num_bytes": 4401805710, "checksum": "fda7df8ea5768e80909d2bb9a8087ca76f278d3428e5ebc0ebe56bf5413fe2c2"}}, "download_size": 4401805710, "post_processing_size": null, "dataset_size": 12303548884, "size_in_bytes": 16705354594}, "eng_Latn-szl_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "szl_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-szl_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 850943872, "num_examples": 1768541, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-szl_Latn.gz": {"num_bytes": 315084681, "checksum": "8ec9fd7dca39e4a6c665e57b262d12cfd9b88896435c3ff0e59d77f684b6515d"}}, "download_size": 315084681, "post_processing_size": null, "dataset_size": 850943872, "size_in_bytes": 1166028553}, "eng_Latn-tam_Taml": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "tam_Taml"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-tam_Taml", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 27878497739, "num_examples": 42588178, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-tam_Taml.gz": {"num_bytes": 8646149799, "checksum": "2389bd59a6d0a1847f2ca89d1f32ebd89b42f08d72f92e73869a4fc600efd861"}}, "download_size": 8646149799, "post_processing_size": null, "dataset_size": 27878497739, "size_in_bytes": 36524647538}, "eng_Latn-taq_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "taq_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-taq_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 167245011, "num_examples": 450220, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-taq_Latn.gz": {"num_bytes": 57803182, "checksum": "41372c8373dfbb18877af2c0ad33a98680869b125769bf266b99806e8811e2ab"}}, "download_size": 57803182, "post_processing_size": null, "dataset_size": 167245011, "size_in_bytes": 225048193}, "eng_Latn-tat_Cyrl": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "tat_Cyrl"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-tat_Cyrl", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 5421448898, "num_examples": 10495969, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-tat_Cyrl.gz": {"num_bytes": 1958147813, "checksum": "33fe2acfe96b794afac866644db962b1d4220fbdfd18e4496923da20ca85c7bd"}}, "download_size": 1958147813, "post_processing_size": null, "dataset_size": 5421448898, "size_in_bytes": 7379596711}, "eng_Latn-tel_Telu": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "tel_Telu"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-tel_Telu", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 26485222713, "num_examples": 46376267, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-tel_Telu.gz": {"num_bytes": 8711518562, "checksum": "eb87c895c934dac423537415f92a3c810212da460ffbb48b1190b1edc2cf61b7"}}, "download_size": 8711518562, "post_processing_size": null, "dataset_size": 26485222713, "size_in_bytes": 35196741275}, "eng_Latn-tgk_Cyrl": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "tgk_Cyrl"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-tgk_Cyrl", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 7230524305, "num_examples": 13253566, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-tgk_Cyrl.gz": {"num_bytes": 2570387712, "checksum": "6bd47c39ef898baa1016f692dc1ac562a11c7e8952cee0cac845f8a94fc92dee"}}, "download_size": 2570387712, "post_processing_size": null, "dataset_size": 7230524305, "size_in_bytes": 9800912017}, "eng_Latn-tgl_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "tgl_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-tgl_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 29999543940, "num_examples": 63581148, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-tgl_Latn.gz": {"num_bytes": 10734851951, "checksum": "99c85a3b5262ccc6ced18637cb9f10bb92811ba06af8eb76159442b4ebc1b876"}}, "download_size": 10734851951, "post_processing_size": null, "dataset_size": 29999543940, "size_in_bytes": 40734395891}, "eng_Latn-tir_Ethi": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "tir_Ethi"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-tir_Ethi", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 787115248, "num_examples": 1398173, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-tir_Ethi.gz": {"num_bytes": 264581002, "checksum": "f50f2baca9a23670d03b7497995e0fc4cd29ae0588ae03ed5941331294c80ab5"}}, "download_size": 264581002, "post_processing_size": null, "dataset_size": 787115248, "size_in_bytes": 1051696250}, "eng_Latn-tpi_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "tpi_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-tpi_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 950159704, "num_examples": 2163376, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-tpi_Latn.gz": {"num_bytes": 322607565, "checksum": "5a4978c71b51dff7714a9b5e01624a8ea7034720bd98e0ccd100d1fd312a2993"}}, "download_size": 322607565, "post_processing_size": null, "dataset_size": 950159704, "size_in_bytes": 1272767269}, "eng_Latn-tsn_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "tsn_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-tsn_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 2871184143, "num_examples": 6272749, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-tsn_Latn.gz": {"num_bytes": 1008330877, "checksum": "7003ad3eb8c4928582ba0572e1c558b495c3616e9d5500552288fafe24fd357b"}}, "download_size": 1008330877, "post_processing_size": null, "dataset_size": 2871184143, "size_in_bytes": 3879515020}, "eng_Latn-tso_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "tso_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-tso_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 326127631, "num_examples": 685309, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-tso_Latn.gz": {"num_bytes": 115586953, "checksum": "1dc724ed199a2e96fb1eaab1f2b99846f11c5f8f5d6b2c5a2ccc20f049902776"}}, "download_size": 115586953, "post_processing_size": null, "dataset_size": 326127631, "size_in_bytes": 441714584}, "eng_Latn-tuk_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "tuk_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-tuk_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 150321714, "num_examples": 327408, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-tuk_Latn.gz": {"num_bytes": 32294872, "checksum": "281951a47ca6a574bd5edfa4aaa50e085bf3847605d313cce2472fbd4ff3d760"}}, "download_size": 32294872, "post_processing_size": null, "dataset_size": 150321714, "size_in_bytes": 182616586}, "eng_Latn-tum_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "tum_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-tum_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 321744072, "num_examples": 651508, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-tum_Latn.gz": {"num_bytes": 108538289, "checksum": "0fa3916f4c12f81b5b5b25d28502c13aa08af544cadb95078ed52048a002d0b3"}}, "download_size": 108538289, "post_processing_size": null, "dataset_size": 321744072, "size_in_bytes": 430282361}, "eng_Latn-twi_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "twi_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-twi_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1902824891, "num_examples": 4037214, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-twi_Latn.gz": {"num_bytes": 668263589, "checksum": "7bb8f5f4614ca8230dc923a38a8bab202d5257db1e599187b0d1ebc661b6b000"}}, "download_size": 668263589, "post_processing_size": null, "dataset_size": 1902824891, "size_in_bytes": 2571088480}, "eng_Latn-tzm_Tfng": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "tzm_Tfng"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-tzm_Tfng", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 114809960, "num_examples": 212768, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-tzm_Tfng.gz": {"num_bytes": 32463214, "checksum": "3852c623d1117751e3fec557799c0a40585678fe8a7d78a3c332fa6ba25ac3a1"}}, "download_size": 32463214, "post_processing_size": null, "dataset_size": 114809960, "size_in_bytes": 147273174}, "eng_Latn-uig_Arab": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "uig_Arab"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-uig_Arab", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 4762181003, "num_examples": 9846570, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-uig_Arab.gz": {"num_bytes": 1656271409, "checksum": "f5c4338a981748de073f3793c952ff088f73e6659fd14756b30a890bc0a15555"}}, "download_size": 1656271409, "post_processing_size": null, "dataset_size": 4762181003, "size_in_bytes": 6418452412}, "eng_Latn-umb_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "umb_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-umb_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 146444995, "num_examples": 298089, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-umb_Latn.gz": {"num_bytes": 50527127, "checksum": "ed76270557ab1cf75568b059c64dc3885f6f774ca0a319850e4b963cb910176d"}}, "download_size": 50527127, "post_processing_size": null, "dataset_size": 146444995, "size_in_bytes": 196972122}, "eng_Latn-urd_Arab": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "urd_Arab"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-urd_Arab", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 15022054368, "num_examples": 25377417, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-urd_Arab.gz": {"num_bytes": 5236007424, "checksum": "f0782f0d8cb4bc9043e547b57929129714313fbb1bf2d8ff1c4ddfc0e067a6d0"}}, "download_size": 5236007424, "post_processing_size": null, "dataset_size": 15022054368, "size_in_bytes": 20258061792}, "eng_Latn-uzn_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "uzn_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-uzn_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 15818043126, "num_examples": 30983866, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-uzn_Latn.gz": {"num_bytes": 5790141671, "checksum": "c7b9364db7da0ffdb8f62bfdb11cb24334c2a045e08f336df6902c9196351d37"}}, "download_size": 5790141671, "post_processing_size": null, "dataset_size": 15818043126, "size_in_bytes": 21608184797}, "eng_Latn-vec_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "vec_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-vec_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 2346343483, "num_examples": 4964781, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-vec_Latn.gz": {"num_bytes": 855139136, "checksum": "2f405059fbc3bbdaa053bdd43a4ab95ae4b9e818284a26238214a8d4e1023b1d"}}, "download_size": 855139136, "post_processing_size": null, "dataset_size": 2346343483, "size_in_bytes": 3201482619}, "eng_Latn-war_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "war_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-war_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 4282968486, "num_examples": 9656999, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-war_Latn.gz": {"num_bytes": 1498172352, "checksum": "00a41946d8947b95729de0066ba46bb39d140162ca00e0baf64601e86986d746"}}, "download_size": 1498172352, "post_processing_size": null, "dataset_size": 4282968486, "size_in_bytes": 5781140838}, "eng_Latn-wol_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "wol_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-wol_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 663939800, "num_examples": 1460420, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-wol_Latn.gz": {"num_bytes": 246486591, "checksum": "7b60101c1a8376ca20c472902823805a44bc5b80bfb16696d6d719ddc16ac1f9"}}, "download_size": 246486591, "post_processing_size": null, "dataset_size": 663939800, "size_in_bytes": 910426391}, "eng_Latn-xho_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "xho_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-xho_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 4015012325, "num_examples": 8765669, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-xho_Latn.gz": {"num_bytes": 1463254752, "checksum": "85e371d930ba391cf0c2db09b934aa33117ec4b5a4cff9fb85c73ea95d18155d"}}, "download_size": 1463254752, "post_processing_size": null, "dataset_size": 4015012325, "size_in_bytes": 5478267077}, "eng_Latn-ydd_Hebr": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "ydd_Hebr"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-ydd_Hebr", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 4117289368, "num_examples": 7469712, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-ydd_Hebr.gz": {"num_bytes": 1366443606, "checksum": "ac51ffd41568ff1a890de15af9dc8d844f4dafe7070060ee42925ab1d2e3426a"}}, "download_size": 1366443606, "post_processing_size": null, "dataset_size": 4117289368, "size_in_bytes": 5483732974}, "eng_Latn-yor_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "yor_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-yor_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 676004824, "num_examples": 1506704, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-yor_Latn.gz": {"num_bytes": 253255899, "checksum": "6c4724309da1d3cdb454289c355dbde5a32604f128639f3c28627177988d5cf1"}}, "download_size": 253255899, "post_processing_size": null, "dataset_size": 676004824, "size_in_bytes": 929260723}, "eng_Latn-zho_Hant": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "zho_Hant"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-zho_Hant", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 5942898954, "num_examples": 11979570, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-zho_Hant.gz": {"num_bytes": 2300212341, "checksum": "51d8c43231e50740f125949feddea516568c0c0349e335fe7adef13fbafae4ce"}}, "download_size": 2300212341, "post_processing_size": null, "dataset_size": 5942898954, "size_in_bytes": 8243111295}, "eng_Latn-zsm_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "zsm_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-zsm_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 29167160880, "num_examples": 56832366, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-zsm_Latn.gz": {"num_bytes": 10504284856, "checksum": "03f19136b55eb883ae9d841e7dc223e384e40b7d30dc6de6b32c39f863a71ae9"}}, "download_size": 10504284856, "post_processing_size": null, "dataset_size": 29167160880, "size_in_bytes": 39671445736}, "eng_Latn-zul_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["eng_Latn", "zul_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "eng_Latn-zul_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 2140613583, "num_examples": 4593922, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/eng_Latn-zul_Latn.gz": {"num_bytes": 778627014, "checksum": "4c2a156f19f8a8a3f4f5c93e5f6698cabeac7596601f579c21f9fc176c904c85"}}, "download_size": 778627014, "post_processing_size": null, "dataset_size": 2140613583, "size_in_bytes": 2919240597}, "epo_Latn-fra_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["epo_Latn", "fra_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "epo_Latn-fra_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 9008647231, "num_examples": 17449108, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/epo_Latn-fra_Latn.gz": {"num_bytes": 3230324408, "checksum": "d685036b45367d8d0079d7df7142619897fe967b5a589c77a532a9b8a9daa0dc"}}, "download_size": 3230324408, "post_processing_size": null, "dataset_size": 9008647231, "size_in_bytes": 12238971639}, "ewe_Latn-fon_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ewe_Latn", "fon_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ewe_Latn-fon_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 44084924, "num_examples": 78389, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ewe_Latn-fon_Latn.gz": {"num_bytes": 12812428, "checksum": "198b0d00f438ca4ed9c63055ff44e0256c78eec71d853ca47a559604a0f8a6e1"}}, "download_size": 12812428, "post_processing_size": null, "dataset_size": 44084924, "size_in_bytes": 56897352}, "ewe_Latn-fra_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ewe_Latn", "fra_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ewe_Latn-fra_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 520108271, "num_examples": 1039385, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ewe_Latn-fra_Latn.gz": {"num_bytes": 180885730, "checksum": "8dff2b50200dd1ee8eb74014a6f46bd5016cb967f56062b9259cfa7b429ba2d4"}}, "download_size": 180885730, "post_processing_size": null, "dataset_size": 520108271, "size_in_bytes": 700994001}, "ewe_Latn-fuv_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ewe_Latn", "fuv_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ewe_Latn-fuv_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 33625998, "num_examples": 78098, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ewe_Latn-fuv_Latn.gz": {"num_bytes": 11906410, "checksum": "22240b1ba8b5c899a85492a2dab45b8954aadea8a6ddd72af75caad41c2ea59b"}}, "download_size": 11906410, "post_processing_size": null, "dataset_size": 33625998, "size_in_bytes": 45532408}, "ewe_Latn-gaz_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ewe_Latn", "gaz_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ewe_Latn-gaz_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 31269540, "num_examples": 74473, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ewe_Latn-gaz_Latn.gz": {"num_bytes": 10546627, "checksum": "d3fd69f54c00a8e6e39a469cd76d341929d07a004802b376e5d36896f8eca02f"}}, "download_size": 10546627, "post_processing_size": null, "dataset_size": 31269540, "size_in_bytes": 41816167}, "ewe_Latn-hau_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ewe_Latn", "hau_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ewe_Latn-hau_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 87538572, "num_examples": 204932, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ewe_Latn-hau_Latn.gz": {"num_bytes": 27642564, "checksum": "00330cbbca66b5f1c763bcc7f192e83b4edb8bcb4abcba8d59b5854e59e5a4b2"}}, "download_size": 27642564, "post_processing_size": null, "dataset_size": 87538572, "size_in_bytes": 115181136}, "ewe_Latn-ibo_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ewe_Latn", "ibo_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ewe_Latn-ibo_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 50362462, "num_examples": 117699, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ewe_Latn-ibo_Latn.gz": {"num_bytes": 16072300, "checksum": "c15883abe011e3f686805e863bf39f6f31050c934c5b8c8c79a64c251a5a3294"}}, "download_size": 16072300, "post_processing_size": null, "dataset_size": 50362462, "size_in_bytes": 66434762}, "ewe_Latn-kam_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ewe_Latn", "kam_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ewe_Latn-kam_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 36487846, "num_examples": 64762, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ewe_Latn-kam_Latn.gz": {"num_bytes": 10614650, "checksum": "f73559a5d22e65e8c9025dcd48033874da5413fac2381c55ee326410156359e8"}}, "download_size": 10614650, "post_processing_size": null, "dataset_size": 36487846, "size_in_bytes": 47102496}, "ewe_Latn-kik_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ewe_Latn", "kik_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ewe_Latn-kik_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 29729952, "num_examples": 61576, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ewe_Latn-kik_Latn.gz": {"num_bytes": 8778701, "checksum": "d08d69284d83cfec3b30feb6b2fca2346b7ef05881b25e3f38c34068b294e536"}}, "download_size": 8778701, "post_processing_size": null, "dataset_size": 29729952, "size_in_bytes": 38508653}, "ewe_Latn-kin_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ewe_Latn", "kin_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ewe_Latn-kin_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 107336527, "num_examples": 210356, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ewe_Latn-kin_Latn.gz": {"num_bytes": 34734768, "checksum": "667899caea3d7f2e8ace5d5218a68f0b35c7b0e80acca760bcd7c06759327b08"}}, "download_size": 34734768, "post_processing_size": null, "dataset_size": 107336527, "size_in_bytes": 142071295}, "ewe_Latn-kmb_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ewe_Latn", "kmb_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ewe_Latn-kmb_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 35471788, "num_examples": 62600, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ewe_Latn-kmb_Latn.gz": {"num_bytes": 10114499, "checksum": "9db65c84f8b9c54b72f08ea8aaee8ea78d14f969fa466896286fbe7cda9157a5"}}, "download_size": 10114499, "post_processing_size": null, "dataset_size": 35471788, "size_in_bytes": 45586287}, "ewe_Latn-knc_Arab": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ewe_Latn", "knc_Arab"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ewe_Latn-knc_Arab", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 116968380, "num_examples": 175191, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ewe_Latn-knc_Arab.gz": {"num_bytes": 36707918, "checksum": "b81dceb73c2a9272e56f8d7d8200857a9dce6800016808ee6d85d8683533ffc1"}}, "download_size": 36707918, "post_processing_size": null, "dataset_size": 116968380, "size_in_bytes": 153676298}, "ewe_Latn-knc_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ewe_Latn", "knc_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ewe_Latn-knc_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 4872893, "num_examples": 10889, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ewe_Latn-knc_Latn.gz": {"num_bytes": 1722399, "checksum": "8924092099932c7610400519f1b8a5638bede32f74cd2c0b95df966d930df4df"}}, "download_size": 1722399, "post_processing_size": null, "dataset_size": 4872893, "size_in_bytes": 6595292}, "ewe_Latn-kon_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ewe_Latn", "kon_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ewe_Latn-kon_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 52273940, "num_examples": 104677, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ewe_Latn-kon_Latn.gz": {"num_bytes": 15974711, "checksum": "628016371cebe10ae4c5488a082eda6bd6c7c2b4188af6f476f8c451fb594c8d"}}, "download_size": 15974711, "post_processing_size": null, "dataset_size": 52273940, "size_in_bytes": 68248651}, "ewe_Latn-lin_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ewe_Latn", "lin_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ewe_Latn-lin_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 72768215, "num_examples": 137272, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ewe_Latn-lin_Latn.gz": {"num_bytes": 21883065, "checksum": "cd93423a0d9b1e3b385192bcea8969354f397abcd00db7493605183fd3441d98"}}, "download_size": 21883065, "post_processing_size": null, "dataset_size": 72768215, "size_in_bytes": 94651280}, "ewe_Latn-lua_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ewe_Latn", "lua_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ewe_Latn-lua_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 75977115, "num_examples": 135213, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ewe_Latn-lua_Latn.gz": {"num_bytes": 22879936, "checksum": "f567f8bfccce1fedeb9f0b2b718614412949e8d8b0219b03b7aead30570e3dc6"}}, "download_size": 22879936, "post_processing_size": null, "dataset_size": 75977115, "size_in_bytes": 98857051}, "ewe_Latn-lug_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ewe_Latn", "lug_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ewe_Latn-lug_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 66413806, "num_examples": 139117, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ewe_Latn-lug_Latn.gz": {"num_bytes": 21774262, "checksum": "0cbae0f0479dceb1b6fa27c34abc9828824491199aacdd3855ff82563b9460e2"}}, "download_size": 21774262, "post_processing_size": null, "dataset_size": 66413806, "size_in_bytes": 88188068}, "ewe_Latn-luo_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ewe_Latn", "luo_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ewe_Latn-luo_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 60927307, "num_examples": 117795, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ewe_Latn-luo_Latn.gz": {"num_bytes": 18910601, "checksum": "2dd51b0a406613a4da84254553e3ae410d0c65b317f2b80b8caef2d4715156cc"}}, "download_size": 18910601, "post_processing_size": null, "dataset_size": 60927307, "size_in_bytes": 79837908}, "ewe_Latn-nso_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ewe_Latn", "nso_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ewe_Latn-nso_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 49554842, "num_examples": 111573, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ewe_Latn-nso_Latn.gz": {"num_bytes": 16119119, "checksum": "b7b612593c0c2a5d6076d8e0080e2b2cfd8d3045258008401b29fc1cb7145480"}}, "download_size": 16119119, "post_processing_size": null, "dataset_size": 49554842, "size_in_bytes": 65673961}, "ewe_Latn-nus_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ewe_Latn", "nus_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ewe_Latn-nus_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 9130746, "num_examples": 21245, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ewe_Latn-nus_Latn.gz": {"num_bytes": 2896351, "checksum": "35334ca538a6c3a35baa4f60ad1f90d7e6fb74bb6830535089371ea524ad9625"}}, "download_size": 2896351, "post_processing_size": null, "dataset_size": 9130746, "size_in_bytes": 12027097}, "ewe_Latn-nya_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ewe_Latn", "nya_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ewe_Latn-nya_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 158237323, "num_examples": 285213, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ewe_Latn-nya_Latn.gz": {"num_bytes": 49350829, "checksum": "d4fd11e9cf4f22065276f0cd18c3449ae98e1f9c08b4abdc6b013dd6b58892af"}}, "download_size": 49350829, "post_processing_size": null, "dataset_size": 158237323, "size_in_bytes": 207588152}, "ewe_Latn-run_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ewe_Latn", "run_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ewe_Latn-run_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 113386051, "num_examples": 197510, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ewe_Latn-run_Latn.gz": {"num_bytes": 35135340, "checksum": "1d69c97a5d7c32a3f64a6088f06d859ba08c9f3c4cd0b6d8556f76be5d32ae37"}}, "download_size": 35135340, "post_processing_size": null, "dataset_size": 113386051, "size_in_bytes": 148521391}, "ewe_Latn-sna_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ewe_Latn", "sna_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ewe_Latn-sna_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 154909410, "num_examples": 281405, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ewe_Latn-sna_Latn.gz": {"num_bytes": 47556383, "checksum": "99a1209e3b8cc3d76a3c766eccdab18b64d41d8cd68d0ce008be49f50c5004a6"}}, "download_size": 47556383, "post_processing_size": null, "dataset_size": 154909410, "size_in_bytes": 202465793}, "ewe_Latn-som_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ewe_Latn", "som_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ewe_Latn-som_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 73073026, "num_examples": 174327, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ewe_Latn-som_Latn.gz": {"num_bytes": 23862558, "checksum": "ef43d73eeab5777fa38f33ac09604c1977c4e64d0b9a7c42d9dc0788b8b92276"}}, "download_size": 23862558, "post_processing_size": null, "dataset_size": 73073026, "size_in_bytes": 96935584}, "ewe_Latn-sot_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ewe_Latn", "sot_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ewe_Latn-sot_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 95217364, "num_examples": 188972, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ewe_Latn-sot_Latn.gz": {"num_bytes": 30267287, "checksum": "a601e8e3225e53d7d268af8dc9508435300eaf16fcb062bfd60d9bab0dd4a37d"}}, "download_size": 30267287, "post_processing_size": null, "dataset_size": 95217364, "size_in_bytes": 125484651}, "ewe_Latn-ssw_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ewe_Latn", "ssw_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ewe_Latn-ssw_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 23558604, "num_examples": 53779, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ewe_Latn-ssw_Latn.gz": {"num_bytes": 7636996, "checksum": "b0b8a107eaa0a1beb0d3883271253ed332f0c94b327dfa8465d7a08132ffaff0"}}, "download_size": 7636996, "post_processing_size": null, "dataset_size": 23558604, "size_in_bytes": 31195600}, "ewe_Latn-swh_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ewe_Latn", "swh_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ewe_Latn-swh_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 278125969, "num_examples": 515756, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ewe_Latn-swh_Latn.gz": {"num_bytes": 88343992, "checksum": "b2653a872f7f0bed339072dd3b53ca58798fc9e34e656fd4f159bd424a5da34d"}}, "download_size": 88343992, "post_processing_size": null, "dataset_size": 278125969, "size_in_bytes": 366469961}, "ewe_Latn-tir_Ethi": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ewe_Latn", "tir_Ethi"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ewe_Latn-tir_Ethi", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 104740544, "num_examples": 153184, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ewe_Latn-tir_Ethi.gz": {"num_bytes": 28181882, "checksum": "96e9576b4ee744c14d15ba4ee978eafed881d2408847a51a0206f0947eb3ae3c"}}, "download_size": 28181882, "post_processing_size": null, "dataset_size": 104740544, "size_in_bytes": 132922426}, "ewe_Latn-tsn_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ewe_Latn", "tsn_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ewe_Latn-tsn_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 112919748, "num_examples": 227661, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ewe_Latn-tsn_Latn.gz": {"num_bytes": 36284756, "checksum": "b9fd2b896700dcd60b3bf15edb68d2ed4ea2d83fb22e87609d85a9f626469b23"}}, "download_size": 36284756, "post_processing_size": null, "dataset_size": 112919748, "size_in_bytes": 149204504}, "ewe_Latn-tso_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ewe_Latn", "tso_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ewe_Latn-tso_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 135247062, "num_examples": 237451, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ewe_Latn-tso_Latn.gz": {"num_bytes": 41627899, "checksum": "1fc6069ae589eda8cd11d6c142dc85850ac1a8243bf2f1b72abf38b0db733385"}}, "download_size": 41627899, "post_processing_size": null, "dataset_size": 135247062, "size_in_bytes": 176874961}, "ewe_Latn-tum_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ewe_Latn", "tum_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ewe_Latn-tum_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 99509085, "num_examples": 178779, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ewe_Latn-tum_Latn.gz": {"num_bytes": 28921210, "checksum": "d336e091b2d24d6d6dd5bfa619a15a440744d9cf317e530ad2078e33a820f9c9"}}, "download_size": 28921210, "post_processing_size": null, "dataset_size": 99509085, "size_in_bytes": 128430295}, "ewe_Latn-twi_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ewe_Latn", "twi_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ewe_Latn-twi_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 114631140, "num_examples": 215252, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ewe_Latn-twi_Latn.gz": {"num_bytes": 35202079, "checksum": "d70d53b0cfabe4c942899457f5fbf47232232c290315d243106389229d64dad8"}}, "download_size": 35202079, "post_processing_size": null, "dataset_size": 114631140, "size_in_bytes": 149833219}, "ewe_Latn-umb_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ewe_Latn", "umb_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ewe_Latn-umb_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 59684966, "num_examples": 106645, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ewe_Latn-umb_Latn.gz": {"num_bytes": 18312668, "checksum": "36da1f9737222a458203174dae75c8139d8063b3b0326cd0c4ac166d1b2d2c26"}}, "download_size": 18312668, "post_processing_size": null, "dataset_size": 59684966, "size_in_bytes": 77997634}, "ewe_Latn-wol_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ewe_Latn", "wol_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ewe_Latn-wol_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 23000377, "num_examples": 54684, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ewe_Latn-wol_Latn.gz": {"num_bytes": 7824751, "checksum": "f037a563e077003fe508aa53155feae6432dfbf54c7502267df2e51c6e56a1dd"}}, "download_size": 7824751, "post_processing_size": null, "dataset_size": 23000377, "size_in_bytes": 30825128}, "ewe_Latn-xho_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ewe_Latn", "xho_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ewe_Latn-xho_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 123507570, "num_examples": 237405, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ewe_Latn-xho_Latn.gz": {"num_bytes": 38658991, "checksum": "07218bb51e7f866b0ae3a01223b3de01eb3c725161df70fef18018d8819006b0"}}, "download_size": 38658991, "post_processing_size": null, "dataset_size": 123507570, "size_in_bytes": 162166561}, "ewe_Latn-yor_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ewe_Latn", "yor_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ewe_Latn-yor_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 72720773, "num_examples": 167046, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ewe_Latn-yor_Latn.gz": {"num_bytes": 23512596, "checksum": "3f4bdd6884fe208ae22d8ba48fc263fe7141ae723f4c67d0908ba860abfd6d9e"}}, "download_size": 23512596, "post_processing_size": null, "dataset_size": 72720773, "size_in_bytes": 96233369}, "ewe_Latn-zul_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ewe_Latn", "zul_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ewe_Latn-zul_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 186826677, "num_examples": 344558, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ewe_Latn-zul_Latn.gz": {"num_bytes": 58088302, "checksum": "c7b5e4ba1cf93d6dfe5b347e31db1471c06b17148cb01e448816f63fea566440"}}, "download_size": 58088302, "post_processing_size": null, "dataset_size": 186826677, "size_in_bytes": 244914979}, "fij_Latn-hin_Deva": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fij_Latn", "hin_Deva"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fij_Latn-hin_Deva", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 146341890, "num_examples": 277653, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fij_Latn-hin_Deva.gz": {"num_bytes": 45058092, "checksum": "591548cacfa7f2fe8babc38c1683ab759d85f69c82dee13dae58fe7a928c61ed"}}, "download_size": 45058092, "post_processing_size": null, "dataset_size": 146341890, "size_in_bytes": 191399982}, "fij_Latn-ilo_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fij_Latn", "ilo_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fij_Latn-ilo_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 100513732, "num_examples": 206673, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fij_Latn-ilo_Latn.gz": {"num_bytes": 31057710, "checksum": "10d9fdbc2cb789869ac213844dce847a45227f024e4eed5d3cd2c1b013211d56"}}, "download_size": 31057710, "post_processing_size": null, "dataset_size": 100513732, "size_in_bytes": 131571442}, "fij_Latn-jav_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fij_Latn", "jav_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fij_Latn-jav_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 106564449, "num_examples": 224932, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fij_Latn-jav_Latn.gz": {"num_bytes": 35679960, "checksum": "c87ca3bb0cca5fd7580018f84aeefd069b1c2c36877006dd7721d313a1f96031"}}, "download_size": 35679960, "post_processing_size": null, "dataset_size": 106564449, "size_in_bytes": 142244409}, "fij_Latn-min_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fij_Latn", "min_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fij_Latn-min_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 24188298, "num_examples": 55217, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fij_Latn-min_Latn.gz": {"num_bytes": 8206050, "checksum": "b82875390cd9be95114e3f089d50080741dabce7788c9eceea5137b2f60ea659"}}, "download_size": 8206050, "post_processing_size": null, "dataset_size": 24188298, "size_in_bytes": 32394348}, "fij_Latn-mri_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fij_Latn", "mri_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fij_Latn-mri_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 57139055, "num_examples": 119693, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fij_Latn-mri_Latn.gz": {"num_bytes": 18849153, "checksum": "2802f89209391fce21a3d40dff15e9202278db8200a41a20fed8b2fe50552f84"}}, "download_size": 18849153, "post_processing_size": null, "dataset_size": 57139055, "size_in_bytes": 75988208}, "fij_Latn-pag_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fij_Latn", "pag_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fij_Latn-pag_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 61431334, "num_examples": 134678, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fij_Latn-pag_Latn.gz": {"num_bytes": 19405287, "checksum": "3898bfa956bff91030101355181b229a4069477570f494460dbc7b297cc82ed6"}}, "download_size": 19405287, "post_processing_size": null, "dataset_size": 61431334, "size_in_bytes": 80836621}, "fij_Latn-plt_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fij_Latn", "plt_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fij_Latn-plt_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 149031869, "num_examples": 298957, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fij_Latn-plt_Latn.gz": {"num_bytes": 47545878, "checksum": "e06ac97da272f0ece2e63f745c075c4f07c963e891f84f585d80aa055329078f"}}, "download_size": 47545878, "post_processing_size": null, "dataset_size": 149031869, "size_in_bytes": 196577747}, "fij_Latn-smo_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fij_Latn", "smo_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fij_Latn-smo_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 92592327, "num_examples": 183509, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fij_Latn-smo_Latn.gz": {"num_bytes": 28832417, "checksum": "49e2efe1771379191fb993a7360f438212aee2518aa41e10c5738c53feaca243"}}, "download_size": 28832417, "post_processing_size": null, "dataset_size": 92592327, "size_in_bytes": 121424744}, "fij_Latn-sun_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fij_Latn", "sun_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fij_Latn-sun_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 69079812, "num_examples": 146042, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fij_Latn-sun_Latn.gz": {"num_bytes": 23095874, "checksum": "ed8499ff33b1b6d8a18ff45264629e09494c8c55e2f6922d8ad5ce961de07100"}}, "download_size": 23095874, "post_processing_size": null, "dataset_size": 69079812, "size_in_bytes": 92175686}, "fij_Latn-war_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fij_Latn", "war_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fij_Latn-war_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 76414389, "num_examples": 183497, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fij_Latn-war_Latn.gz": {"num_bytes": 25872151, "checksum": "64122fb2eedf8da8f5288bd7be30bef5db24c34ad1f0d4a8c19077107d79f62a"}}, "download_size": 25872151, "post_processing_size": null, "dataset_size": 76414389, "size_in_bytes": 102286540}, "fon_Latn-fra_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fon_Latn", "fra_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fon_Latn-fra_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 254444378, "num_examples": 504704, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fon_Latn-fra_Latn.gz": {"num_bytes": 91743104, "checksum": "40bbf3b7d89c4be1813bcf45e97b0d4321c6352ba749b01de0283001f28abc00"}}, "download_size": 91743104, "post_processing_size": null, "dataset_size": 254444378, "size_in_bytes": 346187482}, "fon_Latn-fuv_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fon_Latn", "fuv_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fon_Latn-fuv_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 31631598, "num_examples": 81491, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fon_Latn-fuv_Latn.gz": {"num_bytes": 11606949, "checksum": "0612e0cff54f99964d76691bf7f5b7bd6da83675dd55a3e7f4458f24948ff0e7"}}, "download_size": 11606949, "post_processing_size": null, "dataset_size": 31631598, "size_in_bytes": 43238547}, "fon_Latn-gaz_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fon_Latn", "gaz_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fon_Latn-gaz_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 22036904, "num_examples": 50665, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fon_Latn-gaz_Latn.gz": {"num_bytes": 7423797, "checksum": "e4e9ca1f5a2a5e9f4750da2df2f58a92dc1605eb9ce9384281c8a81d650dc7af"}}, "download_size": 7423797, "post_processing_size": null, "dataset_size": 22036904, "size_in_bytes": 29460701}, "fon_Latn-hau_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fon_Latn", "hau_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fon_Latn-hau_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 46525466, "num_examples": 103601, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fon_Latn-hau_Latn.gz": {"num_bytes": 14799754, "checksum": "b521a2bd4e13b2c1cd913030f6a55fca7f9cd2d38cc3d5ee8aad0ffe3fcd1c52"}}, "download_size": 14799754, "post_processing_size": null, "dataset_size": 46525466, "size_in_bytes": 61325220}, "fon_Latn-ibo_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fon_Latn", "ibo_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fon_Latn-ibo_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 23720340, "num_examples": 55155, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fon_Latn-ibo_Latn.gz": {"num_bytes": 7670420, "checksum": "6013ca6be1c2ba0c63ebddd9cf233e1e150f4bd9b0dab774557bd03147285eaf"}}, "download_size": 7670420, "post_processing_size": null, "dataset_size": 23720340, "size_in_bytes": 31390760}, "fon_Latn-kam_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fon_Latn", "kam_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fon_Latn-kam_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 19862346, "num_examples": 35955, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fon_Latn-kam_Latn.gz": {"num_bytes": 6087968, "checksum": "77e822db3d2957d21047f6cc0b0226618bc5ac8d19efe9cabbcf3f313ab1cda5"}}, "download_size": 6087968, "post_processing_size": null, "dataset_size": 19862346, "size_in_bytes": 25950314}, "fon_Latn-kik_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fon_Latn", "kik_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fon_Latn-kik_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 16640938, "num_examples": 34694, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fon_Latn-kik_Latn.gz": {"num_bytes": 5078473, "checksum": "69a150e3d36b904555037b736a07add78a4e355e823164814e419136e0f25bbf"}}, "download_size": 5078473, "post_processing_size": null, "dataset_size": 16640938, "size_in_bytes": 21719411}, "fon_Latn-kin_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fon_Latn", "kin_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fon_Latn-kin_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 54236965, "num_examples": 105316, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fon_Latn-kin_Latn.gz": {"num_bytes": 17844994, "checksum": "8683d091b7249a7205d0ae1558082f158053f1b69c571a29cc963609cc6ba07c"}}, "download_size": 17844994, "post_processing_size": null, "dataset_size": 54236965, "size_in_bytes": 72081959}, "fon_Latn-kmb_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fon_Latn", "kmb_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fon_Latn-kmb_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 25121912, "num_examples": 44269, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fon_Latn-kmb_Latn.gz": {"num_bytes": 7394021, "checksum": "56c8f7a9d78e42958a4f43141e64987388e06c7f24ded33ed8f4bd933a7f4262"}}, "download_size": 7394021, "post_processing_size": null, "dataset_size": 25121912, "size_in_bytes": 32515933}, "fon_Latn-knc_Arab": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fon_Latn", "knc_Arab"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fon_Latn-knc_Arab", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 73550436, "num_examples": 113851, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fon_Latn-knc_Arab.gz": {"num_bytes": 23049236, "checksum": "16f82c6b5c3b9e4da25c5c4f5e138d2a3dafa35f3b56dc1b1759a3fa9ecf8a46"}}, "download_size": 23049236, "post_processing_size": null, "dataset_size": 73550436, "size_in_bytes": 96599672}, "fon_Latn-knc_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fon_Latn", "knc_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fon_Latn-knc_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 4314678, "num_examples": 9281, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fon_Latn-knc_Latn.gz": {"num_bytes": 1535832, "checksum": "1264a723ed7aceabf6d70d877e67d2b91844c9751b49e965cecdb00eb1886dcc"}}, "download_size": 1535832, "post_processing_size": null, "dataset_size": 4314678, "size_in_bytes": 5850510}, "fon_Latn-kon_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fon_Latn", "kon_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fon_Latn-kon_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 30006939, "num_examples": 57877, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fon_Latn-kon_Latn.gz": {"num_bytes": 9220814, "checksum": "3070c26de9f161ac6598b1179248f515a6bd5886ba6f979ab3135b16fecf1399"}}, "download_size": 9220814, "post_processing_size": null, "dataset_size": 30006939, "size_in_bytes": 39227753}, "fon_Latn-lin_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fon_Latn", "lin_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fon_Latn-lin_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 37659882, "num_examples": 69800, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fon_Latn-lin_Latn.gz": {"num_bytes": 11813531, "checksum": "03f8fa5f075a69a744746d682ec73e6efe9d886222c406ad5d2e1cf9376f82fd"}}, "download_size": 11813531, "post_processing_size": null, "dataset_size": 37659882, "size_in_bytes": 49473413}, "fon_Latn-lua_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fon_Latn", "lua_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fon_Latn-lua_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 33931574, "num_examples": 62286, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fon_Latn-lua_Latn.gz": {"num_bytes": 10529847, "checksum": "b4d6c38a7ec987446e2bbc528fb2a27ec44cb9616b0d8eb7734d8282da8123e2"}}, "download_size": 10529847, "post_processing_size": null, "dataset_size": 33931574, "size_in_bytes": 44461421}, "fon_Latn-lug_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fon_Latn", "lug_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fon_Latn-lug_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 31918239, "num_examples": 64936, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fon_Latn-lug_Latn.gz": {"num_bytes": 10576918, "checksum": "3020e3e3d99f256597a788ce8f41d047019574e0807245175272b759f2c70ae4"}}, "download_size": 10576918, "post_processing_size": null, "dataset_size": 31918239, "size_in_bytes": 42495157}, "fon_Latn-luo_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fon_Latn", "luo_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fon_Latn-luo_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 29714058, "num_examples": 56576, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fon_Latn-luo_Latn.gz": {"num_bytes": 9482520, "checksum": "a929966de536386adf40d0848f71fc16de8ac8334c0d3ec57abe01be758ab1a9"}}, "download_size": 9482520, "post_processing_size": null, "dataset_size": 29714058, "size_in_bytes": 39196578}, "fon_Latn-nso_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fon_Latn", "nso_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fon_Latn-nso_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 27139761, "num_examples": 58696, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fon_Latn-nso_Latn.gz": {"num_bytes": 9006362, "checksum": "52e6f07d61d82b56a7fa71dde5d3e9370a59b02d0f35c784b7ebc3db45b3e6cd"}}, "download_size": 9006362, "post_processing_size": null, "dataset_size": 27139761, "size_in_bytes": 36146123}, "fon_Latn-nus_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fon_Latn", "nus_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fon_Latn-nus_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 5546140, "num_examples": 12128, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fon_Latn-nus_Latn.gz": {"num_bytes": 1766437, "checksum": "eb26047dfa7f8ab564250a4c764d6070c78cb9c1b07afa1055c814b51e54041c"}}, "download_size": 1766437, "post_processing_size": null, "dataset_size": 5546140, "size_in_bytes": 7312577}, "fon_Latn-nya_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fon_Latn", "nya_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fon_Latn-nya_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 70957114, "num_examples": 131151, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fon_Latn-nya_Latn.gz": {"num_bytes": 23042859, "checksum": "3c9b0b4a80de00eba8c2a0b371a9462580924dde128eff923fb0afa4a19ee30f"}}, "download_size": 23042859, "post_processing_size": null, "dataset_size": 70957114, "size_in_bytes": 93999973}, "fon_Latn-run_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fon_Latn", "run_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fon_Latn-run_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 49268065, "num_examples": 89002, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fon_Latn-run_Latn.gz": {"num_bytes": 15939062, "checksum": "7a9d26994d4cffca167f883299b1ad27e57094af129de689b7b6c520f7786427"}}, "download_size": 15939062, "post_processing_size": null, "dataset_size": 49268065, "size_in_bytes": 65207127}, "fon_Latn-sna_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fon_Latn", "sna_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fon_Latn-sna_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 63590421, "num_examples": 119304, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fon_Latn-sna_Latn.gz": {"num_bytes": 20402662, "checksum": "70cc4b8100d36ac69bd4bb33c8b94fa2cdef59369adc8c063fb0e132e5e99a81"}}, "download_size": 20402662, "post_processing_size": null, "dataset_size": 63590421, "size_in_bytes": 83993083}, "fon_Latn-som_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fon_Latn", "som_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fon_Latn-som_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 48083880, "num_examples": 108292, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fon_Latn-som_Latn.gz": {"num_bytes": 15710816, "checksum": "7ddc1cbab7d06b05c517394d2b9130ef415a156909c2c1202ef36fd3ff4e995e"}}, "download_size": 15710816, "post_processing_size": null, "dataset_size": 48083880, "size_in_bytes": 63794696}, "fon_Latn-sot_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fon_Latn", "sot_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fon_Latn-sot_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 49815940, "num_examples": 97389, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fon_Latn-sot_Latn.gz": {"num_bytes": 16353560, "checksum": "411a48846b6f31b0d0d78a949a221c2812efc87146cda389b3463d09bc6affd2"}}, "download_size": 16353560, "post_processing_size": null, "dataset_size": 49815940, "size_in_bytes": 66169500}, "fon_Latn-ssw_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fon_Latn", "ssw_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fon_Latn-ssw_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 13859206, "num_examples": 31019, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fon_Latn-ssw_Latn.gz": {"num_bytes": 4522511, "checksum": "aadbdc7388f8e72d869c2ef82e6e657b5152c8aa094fedc9ca198cbeb57ea1fd"}}, "download_size": 4522511, "post_processing_size": null, "dataset_size": 13859206, "size_in_bytes": 18381717}, "fon_Latn-swh_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fon_Latn", "swh_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fon_Latn-swh_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 136333653, "num_examples": 260363, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fon_Latn-swh_Latn.gz": {"num_bytes": 44153569, "checksum": "48338631949266f55a1cef1cb6e1bf4caf0df4e76d66bb6859f632a834eda5dd"}}, "download_size": 44153569, "post_processing_size": null, "dataset_size": 136333653, "size_in_bytes": 180487222}, "fon_Latn-tir_Ethi": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fon_Latn", "tir_Ethi"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fon_Latn-tir_Ethi", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 38428680, "num_examples": 59562, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fon_Latn-tir_Ethi.gz": {"num_bytes": 10900164, "checksum": "1aeab611efe529b17666fa0de9c71b30bb15b734a4259de226f934c1e6b10aba"}}, "download_size": 10900164, "post_processing_size": null, "dataset_size": 38428680, "size_in_bytes": 49328844}, "fon_Latn-tsn_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fon_Latn", "tsn_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fon_Latn-tsn_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 50694632, "num_examples": 100104, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fon_Latn-tsn_Latn.gz": {"num_bytes": 16489084, "checksum": "01a95dae01093ce048f5aa24cdd42e6db5bfcf0766560620fd476fc8a5e09860"}}, "download_size": 16489084, "post_processing_size": null, "dataset_size": 50694632, "size_in_bytes": 67183716}, "fon_Latn-tso_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fon_Latn", "tso_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fon_Latn-tso_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 54474052, "num_examples": 97374, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fon_Latn-tso_Latn.gz": {"num_bytes": 17359131, "checksum": "515a208c42f4430821d39c6655bc45ceff8e100644f4e2aad1ac92a0f2f8c5ea"}}, "download_size": 17359131, "post_processing_size": null, "dataset_size": 54474052, "size_in_bytes": 71833183}, "fon_Latn-tum_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fon_Latn", "tum_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fon_Latn-tum_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 40428651, "num_examples": 73794, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fon_Latn-tum_Latn.gz": {"num_bytes": 12264285, "checksum": "9ebbd68a8f61dbde010d6cb4a72378106b0304c49e151856ceb399f32860f1c8"}}, "download_size": 12264285, "post_processing_size": null, "dataset_size": 40428651, "size_in_bytes": 52692936}, "fon_Latn-twi_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fon_Latn", "twi_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fon_Latn-twi_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 47431853, "num_examples": 87199, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fon_Latn-twi_Latn.gz": {"num_bytes": 14808233, "checksum": "d4fc00b959e7c24976cc876c9b37c6880c09cedaf480a176c74df86841c777e1"}}, "download_size": 14808233, "post_processing_size": null, "dataset_size": 47431853, "size_in_bytes": 62240086}, "fon_Latn-umb_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fon_Latn", "umb_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fon_Latn-umb_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 30642546, "num_examples": 56632, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fon_Latn-umb_Latn.gz": {"num_bytes": 9680016, "checksum": "b48f8acfecea005d3b2766ebcda3b7e38e0f0225b5496025fdc5e1b5f2c78694"}}, "download_size": 9680016, "post_processing_size": null, "dataset_size": 30642546, "size_in_bytes": 40322562}, "fon_Latn-wol_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fon_Latn", "wol_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fon_Latn-wol_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 10100371, "num_examples": 23879, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fon_Latn-wol_Latn.gz": {"num_bytes": 3588270, "checksum": "65094230fb4d5885a637c2e8dcbfff137c4ef151ddec6008bafb5fec043b7d0e"}}, "download_size": 3588270, "post_processing_size": null, "dataset_size": 10100371, "size_in_bytes": 13688641}, "fon_Latn-xho_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fon_Latn", "xho_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fon_Latn-xho_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 46210534, "num_examples": 90621, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fon_Latn-xho_Latn.gz": {"num_bytes": 14861742, "checksum": "84dc7e2474ddf378ea4f5f9bf0aea3a610fb4c3942cd5dba11d6fbb71182a383"}}, "download_size": 14861742, "post_processing_size": null, "dataset_size": 46210534, "size_in_bytes": 61072276}, "fon_Latn-yor_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fon_Latn", "yor_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fon_Latn-yor_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 37473443, "num_examples": 83416, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fon_Latn-yor_Latn.gz": {"num_bytes": 12010012, "checksum": "2d8c5f8d7b1b486baaba4a3fd1c8a206add89e931bd868f538d379847cee878d"}}, "download_size": 12010012, "post_processing_size": null, "dataset_size": 37473443, "size_in_bytes": 49483455}, "fon_Latn-zul_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fon_Latn", "zul_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fon_Latn-zul_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 73323583, "num_examples": 137778, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fon_Latn-zul_Latn.gz": {"num_bytes": 23133491, "checksum": "67462e52b6e5fed62d70d4c98e05feb5fbd4e7b5dd382b42a08b8e82beaa68ee"}}, "download_size": 23133491, "post_processing_size": null, "dataset_size": 73323583, "size_in_bytes": 96457074}, "fra_Latn-fuv_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fra_Latn", "fuv_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fra_Latn-fuv_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 332857587, "num_examples": 701148, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fra_Latn-fuv_Latn.gz": {"num_bytes": 123353286, "checksum": "dafd95be1d47387f40a482b44c8db8aeacec7bafe4b0a0d098119a9a7e359e34"}}, "download_size": 123353286, "post_processing_size": null, "dataset_size": 332857587, "size_in_bytes": 456210873}, "fra_Latn-gaz_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fra_Latn", "gaz_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fra_Latn-gaz_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 374336667, "num_examples": 815970, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fra_Latn-gaz_Latn.gz": {"num_bytes": 142268549, "checksum": "896359fbdcec3858d92d21d732419863a47858464b06689e0c646fe2a90b8233"}}, "download_size": 142268549, "post_processing_size": null, "dataset_size": 374336667, "size_in_bytes": 516605216}, "fra_Latn-glg_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fra_Latn", "glg_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fra_Latn-glg_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 12200935637, "num_examples": 23737208, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fra_Latn-glg_Latn.gz": {"num_bytes": 4444984813, "checksum": "b994c12295b5922e3bbe9b3ba2410efb51f814bf8cee12c5decd2e776d4f42a7"}}, "download_size": 4444984813, "post_processing_size": null, "dataset_size": 12200935637, "size_in_bytes": 16645920450}, "fra_Latn-hat_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fra_Latn", "hat_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fra_Latn-hat_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 2030293588, "num_examples": 3983776, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fra_Latn-hat_Latn.gz": {"num_bytes": 741921725, "checksum": "84f3f79e4681ac318075ff11892736567cc40b499ed4910ab86c1a6936f6a09c"}}, "download_size": 741921725, "post_processing_size": null, "dataset_size": 2030293588, "size_in_bytes": 2772215313}, "fra_Latn-hau_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fra_Latn", "hau_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fra_Latn-hau_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1717451930, "num_examples": 3516701, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fra_Latn-hau_Latn.gz": {"num_bytes": 639195453, "checksum": "4ff3f77ab5181997ba8f6b9c73582bce945b9267cc62f35547220331f04befa0"}}, "download_size": 639195453, "post_processing_size": null, "dataset_size": 1717451930, "size_in_bytes": 2356647383}, "fra_Latn-ibo_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fra_Latn", "ibo_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fra_Latn-ibo_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 663751548, "num_examples": 1372649, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fra_Latn-ibo_Latn.gz": {"num_bytes": 238802963, "checksum": "7e296857be3fbe4dff09bedfe15c5b4cf82790bfa16f16220359791b0b11b1bd"}}, "download_size": 238802963, "post_processing_size": null, "dataset_size": 663751548, "size_in_bytes": 902554511}, "fra_Latn-kab_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fra_Latn", "kab_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fra_Latn-kab_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 500224339, "num_examples": 1031705, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fra_Latn-kab_Latn.gz": {"num_bytes": 179853046, "checksum": "4628696208bc2331341921f7a1a4d2a96ed88311e2366ddcb3a9c465a1a954d3"}}, "download_size": 179853046, "post_processing_size": null, "dataset_size": 500224339, "size_in_bytes": 680077385}, "fra_Latn-kam_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fra_Latn", "kam_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fra_Latn-kam_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 209965726, "num_examples": 400051, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fra_Latn-kam_Latn.gz": {"num_bytes": 66991932, "checksum": "64ef1fd668a96e769f98e755678942cb35407cf5a243b7ba75a4763aafc06dfc"}}, "download_size": 66991932, "post_processing_size": null, "dataset_size": 209965726, "size_in_bytes": 276957658}, "fra_Latn-kik_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fra_Latn", "kik_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fra_Latn-kik_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 226007295, "num_examples": 456349, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fra_Latn-kik_Latn.gz": {"num_bytes": 73067743, "checksum": "8a4d08f5e718e77aed0ed9f269b053cccad9a6e212188b46a60c1773b0f2c900"}}, "download_size": 73067743, "post_processing_size": null, "dataset_size": 226007295, "size_in_bytes": 299075038}, "fra_Latn-kin_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fra_Latn", "kin_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fra_Latn-kin_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1448825079, "num_examples": 2661167, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fra_Latn-kin_Latn.gz": {"num_bytes": 547561720, "checksum": "2f26ed93a15fa6325239cede11ea5a080278c759cb147927cf59e3cac44e6cff"}}, "download_size": 547561720, "post_processing_size": null, "dataset_size": 1448825079, "size_in_bytes": 1996386799}, "fra_Latn-kmb_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fra_Latn", "kmb_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fra_Latn-kmb_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 162300203, "num_examples": 314211, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fra_Latn-kmb_Latn.gz": {"num_bytes": 53975854, "checksum": "c2a3199e97a51802e52c2e758f622ef511369fa56cad4401c7219b4996226a64"}}, "download_size": 53975854, "post_processing_size": null, "dataset_size": 162300203, "size_in_bytes": 216276057}, "fra_Latn-knc_Arab": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fra_Latn", "knc_Arab"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fra_Latn-knc_Arab", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1842002469, "num_examples": 2894714, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fra_Latn-knc_Arab.gz": {"num_bytes": 666464538, "checksum": "cc7019bc90812182e48a49c0c8e56f3d8d94413d4634a24cf75ccf09df17231d"}}, "download_size": 666464538, "post_processing_size": null, "dataset_size": 1842002469, "size_in_bytes": 2508467007}, "fra_Latn-knc_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fra_Latn", "knc_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fra_Latn-knc_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 87820459, "num_examples": 185709, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fra_Latn-knc_Latn.gz": {"num_bytes": 32953675, "checksum": "b5e14d23178a5fb52ccc026148690363a5d52e3a9780c21041fd13f6f951df86"}}, "download_size": 32953675, "post_processing_size": null, "dataset_size": 87820459, "size_in_bytes": 120774134}, "fra_Latn-kon_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fra_Latn", "kon_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fra_Latn-kon_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 240827842, "num_examples": 501059, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fra_Latn-kon_Latn.gz": {"num_bytes": 81652626, "checksum": "999c308aa88b17179f321339c71a20385508860fa49b3733d2ff6b0c1801be28"}}, "download_size": 81652626, "post_processing_size": null, "dataset_size": 240827842, "size_in_bytes": 322480468}, "fra_Latn-lin_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fra_Latn", "lin_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fra_Latn-lin_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 339538524, "num_examples": 691883, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fra_Latn-lin_Latn.gz": {"num_bytes": 120343123, "checksum": "a6c63731b6327ea7f3db2eebce2f212026d9f97ea48bda01e70d70d82027f4b3"}}, "download_size": 120343123, "post_processing_size": null, "dataset_size": 339538524, "size_in_bytes": 459881647}, "fra_Latn-ltz_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fra_Latn", "ltz_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fra_Latn-ltz_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1912895041, "num_examples": 3662444, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fra_Latn-ltz_Latn.gz": {"num_bytes": 721737752, "checksum": "29d9f881736478b900adc817a646517bdab20ca8d7b168409ea9a3ca49a5f157"}}, "download_size": 721737752, "post_processing_size": null, "dataset_size": 1912895041, "size_in_bytes": 2634632793}, "fra_Latn-lua_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fra_Latn", "lua_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fra_Latn-lua_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 298154886, "num_examples": 592536, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fra_Latn-lua_Latn.gz": {"num_bytes": 102840794, "checksum": "d7b541dc43011b365968e0391ef404798c99a898c004a159a7be7bfcdfb30519"}}, "download_size": 102840794, "post_processing_size": null, "dataset_size": 298154886, "size_in_bytes": 400995680}, "fra_Latn-lug_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fra_Latn", "lug_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fra_Latn-lug_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 398524440, "num_examples": 800126, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fra_Latn-lug_Latn.gz": {"num_bytes": 149533958, "checksum": "fc6800935a5837a8a0af3492cf712ea59dcac85a3889ce1e4c5b661b8ec0265d"}}, "download_size": 149533958, "post_processing_size": null, "dataset_size": 398524440, "size_in_bytes": 548058398}, "fra_Latn-luo_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fra_Latn", "luo_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fra_Latn-luo_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 297472803, "num_examples": 610028, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fra_Latn-luo_Latn.gz": {"num_bytes": 107723277, "checksum": "ded8e655bb4fe9911f9c426ceb08521ceb6ae271bf0ba9cb0fa5c317532c5058"}}, "download_size": 107723277, "post_processing_size": null, "dataset_size": 297472803, "size_in_bytes": 405196080}, "fra_Latn-nso_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fra_Latn", "nso_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fra_Latn-nso_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 346873641, "num_examples": 768898, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fra_Latn-nso_Latn.gz": {"num_bytes": 125797156, "checksum": "9712abd6074c902ca02500e17a12c0ea4cd0bde038c59b87d7b63ec9ad680c70"}}, "download_size": 125797156, "post_processing_size": null, "dataset_size": 346873641, "size_in_bytes": 472670797}, "fra_Latn-nus_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fra_Latn", "nus_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fra_Latn-nus_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 94217135, "num_examples": 212172, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fra_Latn-nus_Latn.gz": {"num_bytes": 32252727, "checksum": "17ebe009398a9dec2701cfeb0739e173bb3ba39fb365d78190aab851fe7b60e8"}}, "download_size": 32252727, "post_processing_size": null, "dataset_size": 94217135, "size_in_bytes": 126469862}, "fra_Latn-nya_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fra_Latn", "nya_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fra_Latn-nya_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1276703660, "num_examples": 2496418, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fra_Latn-nya_Latn.gz": {"num_bytes": 472159655, "checksum": "1add2d9417dc33cab1dc54d8f0292e5be9f301e8fa4969d45fe38526312e10ca"}}, "download_size": 472159655, "post_processing_size": null, "dataset_size": 1276703660, "size_in_bytes": 1748863315}, "fra_Latn-oci_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fra_Latn", "oci_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fra_Latn-oci_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 4637632205, "num_examples": 9328510, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fra_Latn-oci_Latn.gz": {"num_bytes": 1647845677, "checksum": "4ec74f14279cd26ccd192d9a413f15bf6b8c50a6a61a45caa6732de1b3b59b31"}}, "download_size": 1647845677, "post_processing_size": null, "dataset_size": 4637632205, "size_in_bytes": 6285477882}, "fra_Latn-plt_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fra_Latn", "plt_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fra_Latn-plt_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1981579173, "num_examples": 3631066, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fra_Latn-plt_Latn.gz": {"num_bytes": 714651361, "checksum": "33b12908b2ee5682e84eb8c4f99a30ebaa8cec2d3108a1338202b3daeffcb2d6"}}, "download_size": 714651361, "post_processing_size": null, "dataset_size": 1981579173, "size_in_bytes": 2696230534}, "fra_Latn-run_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fra_Latn", "run_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fra_Latn-run_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 669228164, "num_examples": 1262726, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fra_Latn-run_Latn.gz": {"num_bytes": 246198786, "checksum": "d78237b17d270e901079a4f4da5e94305d17c7a349ab663ad3a12516522c3e4f"}}, "download_size": 246198786, "post_processing_size": null, "dataset_size": 669228164, "size_in_bytes": 915426950}, "fra_Latn-sag_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fra_Latn", "sag_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fra_Latn-sag_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 512108303, "num_examples": 1012690, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fra_Latn-sag_Latn.gz": {"num_bytes": 168436189, "checksum": "1c5f43a6739adec8e0bb209ee98b234ab46b68aa60e7adf488f27b633e6535c4"}}, "download_size": 168436189, "post_processing_size": null, "dataset_size": 512108303, "size_in_bytes": 680544492}, "fra_Latn-scn_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fra_Latn", "scn_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fra_Latn-scn_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 915887694, "num_examples": 1753709, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fra_Latn-scn_Latn.gz": {"num_bytes": 341040223, "checksum": "52e1731bdff2034c2ea852e70e6c239bded28887e260ddfa21d9c53a70f026f8"}}, "download_size": 341040223, "post_processing_size": null, "dataset_size": 915887694, "size_in_bytes": 1256927917}, "fra_Latn-sna_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fra_Latn", "sna_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fra_Latn-sna_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1171809815, "num_examples": 2262229, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fra_Latn-sna_Latn.gz": {"num_bytes": 428149782, "checksum": "d4d0307abfe88871e73ef8688a4a1e268a5706ec8fb4f6ae98723a551efa94ab"}}, "download_size": 428149782, "post_processing_size": null, "dataset_size": 1171809815, "size_in_bytes": 1599959597}, "fra_Latn-som_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fra_Latn", "som_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fra_Latn-som_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1358337264, "num_examples": 2818394, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fra_Latn-som_Latn.gz": {"num_bytes": 522050740, "checksum": "bf7fa8202a681ce9c38123a138bc9fc67ac0225ceb5bf5bacf4c77a61e169fe6"}}, "download_size": 522050740, "post_processing_size": null, "dataset_size": 1358337264, "size_in_bytes": 1880388004}, "fra_Latn-sot_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fra_Latn", "sot_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fra_Latn-sot_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1182254616, "num_examples": 2292438, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fra_Latn-sot_Latn.gz": {"num_bytes": 426399404, "checksum": "5df086221d4211527d35a8f13c972bbe85d9b150d3323f4f133572fe89b10a4e"}}, "download_size": 426399404, "post_processing_size": null, "dataset_size": 1182254616, "size_in_bytes": 1608654020}, "fra_Latn-ssw_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fra_Latn", "ssw_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fra_Latn-ssw_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 152037740, "num_examples": 349012, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fra_Latn-ssw_Latn.gz": {"num_bytes": 55938242, "checksum": "cff6621220ac688fabccea680081cd48f2ec44a5f394d1fa5d8d793b863bfc12"}}, "download_size": 55938242, "post_processing_size": null, "dataset_size": 152037740, "size_in_bytes": 207975982}, "fra_Latn-swh_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fra_Latn", "swh_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fra_Latn-swh_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 3161213344, "num_examples": 5648516, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fra_Latn-swh_Latn.gz": {"num_bytes": 1164487222, "checksum": "deab5a5d55aadccf0ea199d3e14c70f5222f132119fce922e7084a7e44e68ee2"}}, "download_size": 1164487222, "post_processing_size": null, "dataset_size": 3161213344, "size_in_bytes": 4325700566}, "fra_Latn-tir_Ethi": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fra_Latn", "tir_Ethi"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fra_Latn-tir_Ethi", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 654869816, "num_examples": 1101376, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fra_Latn-tir_Ethi.gz": {"num_bytes": 228441881, "checksum": "665aaa7fde7a262429414e1db536c6b74d3c10aedc659d10fd9a40a2e76cc63e"}}, "download_size": 228441881, "post_processing_size": null, "dataset_size": 654869816, "size_in_bytes": 883311697}, "fra_Latn-tsn_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fra_Latn", "tsn_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fra_Latn-tsn_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 676144216, "num_examples": 1430317, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fra_Latn-tsn_Latn.gz": {"num_bytes": 243224818, "checksum": "ede42ca3ad0e4a659218b4e518349b073271c7a0c15c8c1e8f9a529f3c9364c0"}}, "download_size": 243224818, "post_processing_size": null, "dataset_size": 676144216, "size_in_bytes": 919369034}, "fra_Latn-tso_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fra_Latn", "tso_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fra_Latn-tso_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 495198302, "num_examples": 1005252, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fra_Latn-tso_Latn.gz": {"num_bytes": 178575903, "checksum": "0615953daa00ef3c3a21164b5f25a1d6c1b01e0ac87d383331ebc6469c4c8818"}}, "download_size": 178575903, "post_processing_size": null, "dataset_size": 495198302, "size_in_bytes": 673774205}, "fra_Latn-tum_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fra_Latn", "tum_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fra_Latn-tum_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 490514100, "num_examples": 969488, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fra_Latn-tum_Latn.gz": {"num_bytes": 168683085, "checksum": "ddc8c235f28b54c3102454cfcd29d1a38dae90862e10374077b1cde5e8b8b02b"}}, "download_size": 168683085, "post_processing_size": null, "dataset_size": 490514100, "size_in_bytes": 659197185}, "fra_Latn-twi_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fra_Latn", "twi_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fra_Latn-twi_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 455364624, "num_examples": 935134, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fra_Latn-twi_Latn.gz": {"num_bytes": 164287499, "checksum": "1a059beec5c9accbd6d92c96de45a32c2e8ecb3d804d09e39781a3c153fa0adc"}}, "download_size": 164287499, "post_processing_size": null, "dataset_size": 455364624, "size_in_bytes": 619652123}, "fra_Latn-tzm_Tfng": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fra_Latn", "tzm_Tfng"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fra_Latn-tzm_Tfng", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 100977656, "num_examples": 177742, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fra_Latn-tzm_Tfng.gz": {"num_bytes": 29503379, "checksum": "338cdc34d6207b31a82e8f7479f865958f884b033aa9babaed04bf414af3afc7"}}, "download_size": 29503379, "post_processing_size": null, "dataset_size": 100977656, "size_in_bytes": 130481035}, "fra_Latn-umb_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fra_Latn", "umb_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fra_Latn-umb_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 239482180, "num_examples": 472573, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fra_Latn-umb_Latn.gz": {"num_bytes": 83722333, "checksum": "9a0a277cfe0ff04f9394df98443a70d98782a45387d77d0a6765768d773ff41a"}}, "download_size": 83722333, "post_processing_size": null, "dataset_size": 239482180, "size_in_bytes": 323204513}, "fra_Latn-wol_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fra_Latn", "wol_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fra_Latn-wol_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 178922890, "num_examples": 376455, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fra_Latn-wol_Latn.gz": {"num_bytes": 67052874, "checksum": "6ad54c22c4fbabc36e5657af556c5eeb21c2b120cf2c0540f21ad905409068e5"}}, "download_size": 67052874, "post_processing_size": null, "dataset_size": 178922890, "size_in_bytes": 245975764}, "fra_Latn-xho_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fra_Latn", "xho_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fra_Latn-xho_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1067835407, "num_examples": 2192724, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fra_Latn-xho_Latn.gz": {"num_bytes": 400885057, "checksum": "640ca11b0f5d9b012fa5550663973fe4fbbe776cadd5260947d046c6b7b8688d"}}, "download_size": 400885057, "post_processing_size": null, "dataset_size": 1067835407, "size_in_bytes": 1468720464}, "fra_Latn-yor_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fra_Latn", "yor_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fra_Latn-yor_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1269125695, "num_examples": 2646732, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fra_Latn-yor_Latn.gz": {"num_bytes": 486791716, "checksum": "c0a9b6f76aa2495fc184fa6d06df6e518c6d67bf212867d84d744ca486f7e456"}}, "download_size": 486791716, "post_processing_size": null, "dataset_size": 1269125695, "size_in_bytes": 1755917411}, "fra_Latn-zul_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fra_Latn", "zul_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fra_Latn-zul_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1801141912, "num_examples": 3616626, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fra_Latn-zul_Latn.gz": {"num_bytes": 668417987, "checksum": "b1028cb69dbde4985b6c8b89db1819e7f91c96bf06571e01053060cce218da0d"}}, "download_size": 668417987, "post_processing_size": null, "dataset_size": 1801141912, "size_in_bytes": 2469559899}, "fuv_Latn-gaz_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fuv_Latn", "gaz_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fuv_Latn-gaz_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 37431213, "num_examples": 92794, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fuv_Latn-gaz_Latn.gz": {"num_bytes": 13909642, "checksum": "01f2d9a35c99501ff221392b77c4581b45747cbcb2702c347dbcd0536cd0af38"}}, "download_size": 13909642, "post_processing_size": null, "dataset_size": 37431213, "size_in_bytes": 51340855}, "fuv_Latn-hau_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fuv_Latn", "hau_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fuv_Latn-hau_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 109598293, "num_examples": 269335, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fuv_Latn-hau_Latn.gz": {"num_bytes": 39838274, "checksum": "eeaa2c3b2f78130200efd3b489619086199faf254b5b3a2961434234f783cd52"}}, "download_size": 39838274, "post_processing_size": null, "dataset_size": 109598293, "size_in_bytes": 149436567}, "fuv_Latn-ibo_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fuv_Latn", "ibo_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fuv_Latn-ibo_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 44531343, "num_examples": 111376, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fuv_Latn-ibo_Latn.gz": {"num_bytes": 16103152, "checksum": "81c551922258d184da4e4bdaa92954bdfcfb4a0ad067dd87dfb37b7cf959c8e8"}}, "download_size": 16103152, "post_processing_size": null, "dataset_size": 44531343, "size_in_bytes": 60634495}, "fuv_Latn-kam_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fuv_Latn", "kam_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fuv_Latn-kam_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 6638099, "num_examples": 14631, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fuv_Latn-kam_Latn.gz": {"num_bytes": 2278345, "checksum": "4c44ad255641a4c6a61ab1556828a4d952c62b5db551db8ab77b02adcd54f1e0"}}, "download_size": 2278345, "post_processing_size": null, "dataset_size": 6638099, "size_in_bytes": 8916444}, "fuv_Latn-kik_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fuv_Latn", "kik_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fuv_Latn-kik_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 12096751, "num_examples": 27116, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fuv_Latn-kik_Latn.gz": {"num_bytes": 4145684, "checksum": "a700f1c8c1299ee7db4e9732c3833d8adf098a1f62e92a8f8dad458aebc1edc4"}}, "download_size": 4145684, "post_processing_size": null, "dataset_size": 12096751, "size_in_bytes": 16242435}, "fuv_Latn-kin_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fuv_Latn", "kin_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fuv_Latn-kin_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 103916350, "num_examples": 220054, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fuv_Latn-kin_Latn.gz": {"num_bytes": 38486171, "checksum": "490c29ef3f2483adf99c01e6ff284e0b6b7103dea1890ebd9d3a68d86bd586f2"}}, "download_size": 38486171, "post_processing_size": null, "dataset_size": 103916350, "size_in_bytes": 142402521}, "fuv_Latn-kmb_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fuv_Latn", "kmb_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fuv_Latn-kmb_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 8689384, "num_examples": 19094, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fuv_Latn-kmb_Latn.gz": {"num_bytes": 3036900, "checksum": "67df59258c97fe4438726faf0bb3dcb41d66890e659c7eb1be6118d0d6cad76c"}}, "download_size": 3036900, "post_processing_size": null, "dataset_size": 8689384, "size_in_bytes": 11726284}, "fuv_Latn-knc_Arab": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fuv_Latn", "knc_Arab"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fuv_Latn-knc_Arab", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 294520439, "num_examples": 518827, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fuv_Latn-knc_Arab.gz": {"num_bytes": 102425530, "checksum": "000e46e8caa43015e12cdbf98b85f6a119a7a25b98807235920d84614573d602"}}, "download_size": 102425530, "post_processing_size": null, "dataset_size": 294520439, "size_in_bytes": 396945969}, "fuv_Latn-knc_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fuv_Latn", "knc_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fuv_Latn-knc_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 10468106, "num_examples": 24870, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fuv_Latn-knc_Latn.gz": {"num_bytes": 4036356, "checksum": "f79f7f12a140c460c0727b3a6532104c5ed5d7de829e20e54f4be12b56b292fe"}}, "download_size": 4036356, "post_processing_size": null, "dataset_size": 10468106, "size_in_bytes": 14504462}, "fuv_Latn-kon_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fuv_Latn", "kon_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fuv_Latn-kon_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 15068436, "num_examples": 34996, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fuv_Latn-kon_Latn.gz": {"num_bytes": 5379046, "checksum": "75083579adde6e0abae12cc73c09044ff71a27da84dd550e26e0d5d7d8e1e6e2"}}, "download_size": 5379046, "post_processing_size": null, "dataset_size": 15068436, "size_in_bytes": 20447482}, "fuv_Latn-lin_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fuv_Latn", "lin_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fuv_Latn-lin_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 20833396, "num_examples": 50170, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fuv_Latn-lin_Latn.gz": {"num_bytes": 7473358, "checksum": "2a0a2040d7b81d1833345181e1a35ed7d7e28b97c092765fbf66bff73194c808"}}, "download_size": 7473358, "post_processing_size": null, "dataset_size": 20833396, "size_in_bytes": 28306754}, "fuv_Latn-lua_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fuv_Latn", "lua_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fuv_Latn-lua_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 17523805, "num_examples": 40712, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fuv_Latn-lua_Latn.gz": {"num_bytes": 6293987, "checksum": "2cd9888c35eeabf67454225690118e7b50f9e95d8ee9b221bde075ebdbacd837"}}, "download_size": 6293987, "post_processing_size": null, "dataset_size": 17523805, "size_in_bytes": 23817792}, "fuv_Latn-lug_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fuv_Latn", "lug_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fuv_Latn-lug_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 40754308, "num_examples": 91894, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fuv_Latn-lug_Latn.gz": {"num_bytes": 15402213, "checksum": "20520331b528378d38df7bec8f32293480c87c2609c703c2fdac771ea07108be"}}, "download_size": 15402213, "post_processing_size": null, "dataset_size": 40754308, "size_in_bytes": 56156521}, "fuv_Latn-luo_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fuv_Latn", "luo_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fuv_Latn-luo_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 23203028, "num_examples": 55195, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fuv_Latn-luo_Latn.gz": {"num_bytes": 8501907, "checksum": "6751ac0b81f9b307845a261c183ec0d5c254a0306fa6b9d9234a991b9c92419a"}}, "download_size": 8501907, "post_processing_size": null, "dataset_size": 23203028, "size_in_bytes": 31704935}, "fuv_Latn-nso_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fuv_Latn", "nso_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fuv_Latn-nso_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 22444670, "num_examples": 55965, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fuv_Latn-nso_Latn.gz": {"num_bytes": 8189884, "checksum": "45c74055ce518b4102e02296236766342eb2efff676c804bdadcd43a8f12ff63"}}, "download_size": 8189884, "post_processing_size": null, "dataset_size": 22444670, "size_in_bytes": 30634554}, "fuv_Latn-nus_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fuv_Latn", "nus_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fuv_Latn-nus_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 9895096, "num_examples": 25702, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fuv_Latn-nus_Latn.gz": {"num_bytes": 3734502, "checksum": "0333e20f2b72aac31ea423547fff2bf84660d8a7a865e897d17ed67e653bc1a0"}}, "download_size": 3734502, "post_processing_size": null, "dataset_size": 9895096, "size_in_bytes": 13629598}, "fuv_Latn-nya_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fuv_Latn", "nya_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fuv_Latn-nya_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 93363420, "num_examples": 220801, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fuv_Latn-nya_Latn.gz": {"num_bytes": 33949414, "checksum": "1359100f76ab0fd72a79292d811d95f87fcb3fb015c1f5eb8c2904c2853d1ced"}}, "download_size": 33949414, "post_processing_size": null, "dataset_size": 93363420, "size_in_bytes": 127312834}, "fuv_Latn-run_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fuv_Latn", "run_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fuv_Latn-run_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 37124588, "num_examples": 80036, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fuv_Latn-run_Latn.gz": {"num_bytes": 13779480, "checksum": "2c814cd4bae9aa4970d25f0106a67fee9c95d6813b69fdf542818fb9d4259be3"}}, "download_size": 13779480, "post_processing_size": null, "dataset_size": 37124588, "size_in_bytes": 50904068}, "fuv_Latn-sna_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fuv_Latn", "sna_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fuv_Latn-sna_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 53317633, "num_examples": 122877, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fuv_Latn-sna_Latn.gz": {"num_bytes": 19551835, "checksum": "478612b18e8d2aeccca06d857a3c05857894bfd6720177d6bfd0f581d54c6c61"}}, "download_size": 19551835, "post_processing_size": null, "dataset_size": 53317633, "size_in_bytes": 72869468}, "fuv_Latn-som_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fuv_Latn", "som_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fuv_Latn-som_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 97717015, "num_examples": 240563, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fuv_Latn-som_Latn.gz": {"num_bytes": 36457930, "checksum": "d00204fe6c671fc83515db2eb0d1db3ed14718caf1858bb1b1381706e8f382d2"}}, "download_size": 36457930, "post_processing_size": null, "dataset_size": 97717015, "size_in_bytes": 134174945}, "fuv_Latn-sot_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fuv_Latn", "sot_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fuv_Latn-sot_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 44746902, "num_examples": 100582, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fuv_Latn-sot_Latn.gz": {"num_bytes": 16400626, "checksum": "72ef049c3509b3f63d2591b3e54e5d0a2a0eb4c193d25bc675ccf4c053f4130a"}}, "download_size": 16400626, "post_processing_size": null, "dataset_size": 44746902, "size_in_bytes": 61147528}, "fuv_Latn-ssw_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fuv_Latn", "ssw_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fuv_Latn-ssw_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 11577615, "num_examples": 30447, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fuv_Latn-ssw_Latn.gz": {"num_bytes": 4285008, "checksum": "7e22bb5363c4765be0de8915d1806960a689f68ea0fd8222ddb48ce2e91a234f"}}, "download_size": 4285008, "post_processing_size": null, "dataset_size": 11577615, "size_in_bytes": 15862623}, "fuv_Latn-swh_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fuv_Latn", "swh_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fuv_Latn-swh_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 154856135, "num_examples": 323993, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fuv_Latn-swh_Latn.gz": {"num_bytes": 56196195, "checksum": "70e12362a3d24be22e26e6c289fafa26635e18894fe68f1a9ea2e309681511b4"}}, "download_size": 56196195, "post_processing_size": null, "dataset_size": 154856135, "size_in_bytes": 211052330}, "fuv_Latn-tir_Ethi": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fuv_Latn", "tir_Ethi"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fuv_Latn-tir_Ethi", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 62750019, "num_examples": 124029, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fuv_Latn-tir_Ethi.gz": {"num_bytes": 21496515, "checksum": "745f86e06dd77e1f6ecc99db825a88c45578ce636ff071be68e301cc75b30c33"}}, "download_size": 21496515, "post_processing_size": null, "dataset_size": 62750019, "size_in_bytes": 84246534}, "fuv_Latn-tsn_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fuv_Latn", "tsn_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fuv_Latn-tsn_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 37816198, "num_examples": 88945, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fuv_Latn-tsn_Latn.gz": {"num_bytes": 13952583, "checksum": "64b7f3347e23f13208a63169134445a7cea096204dceb6ec7e81fd25cf92fc25"}}, "download_size": 13952583, "post_processing_size": null, "dataset_size": 37816198, "size_in_bytes": 51768781}, "fuv_Latn-tso_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fuv_Latn", "tso_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fuv_Latn-tso_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 28389513, "num_examples": 67239, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fuv_Latn-tso_Latn.gz": {"num_bytes": 10305857, "checksum": "aeb3ac00257f625d764a0eacc535ca7b4216c20f5bc03643129e6676f2094377"}}, "download_size": 10305857, "post_processing_size": null, "dataset_size": 28389513, "size_in_bytes": 38695370}, "fuv_Latn-tum_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fuv_Latn", "tum_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fuv_Latn-tum_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 26230872, "num_examples": 60296, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fuv_Latn-tum_Latn.gz": {"num_bytes": 9256841, "checksum": "b62a17d54f8332dc00ee788bcb4d8fb2d76d43bc25fd20b6793277c17cd18a71"}}, "download_size": 9256841, "post_processing_size": null, "dataset_size": 26230872, "size_in_bytes": 35487713}, "fuv_Latn-twi_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fuv_Latn", "twi_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fuv_Latn-twi_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 32962740, "num_examples": 77858, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fuv_Latn-twi_Latn.gz": {"num_bytes": 12102136, "checksum": "3fc38d300ed8a52822d928a18b3b05333328584f0f59ef9b229a6fc6f886c1e0"}}, "download_size": 12102136, "post_processing_size": null, "dataset_size": 32962740, "size_in_bytes": 45064876}, "fuv_Latn-umb_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fuv_Latn", "umb_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fuv_Latn-umb_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 13689216, "num_examples": 30013, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fuv_Latn-umb_Latn.gz": {"num_bytes": 4981329, "checksum": "d41ca08eb56ed1654244c196bcec9d0b1dabe010798c55d5a0da7a6f3964c45e"}}, "download_size": 4981329, "post_processing_size": null, "dataset_size": 13689216, "size_in_bytes": 18670545}, "fuv_Latn-wol_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fuv_Latn", "wol_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fuv_Latn-wol_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 18890759, "num_examples": 46967, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fuv_Latn-wol_Latn.gz": {"num_bytes": 7161875, "checksum": "0d857f58a8cb5823c3a612a9dd5b93b0023ac264bdd9e8d59a7c76fec7ac56cb"}}, "download_size": 7161875, "post_processing_size": null, "dataset_size": 18890759, "size_in_bytes": 26052634}, "fuv_Latn-xho_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fuv_Latn", "xho_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fuv_Latn-xho_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 68108472, "num_examples": 167072, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fuv_Latn-xho_Latn.gz": {"num_bytes": 25310759, "checksum": "024455072f13dcce9a43cf0e8c9916a8dcf637757d2fdf624d37605c760e24f3"}}, "download_size": 25310759, "post_processing_size": null, "dataset_size": 68108472, "size_in_bytes": 93419231}, "fuv_Latn-yor_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fuv_Latn", "yor_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fuv_Latn-yor_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 152898333, "num_examples": 374873, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fuv_Latn-yor_Latn.gz": {"num_bytes": 54520634, "checksum": "36778b5327d1e44d4ef6aa373cc7bf9d502791de9847c566086871d039dc9ba6"}}, "download_size": 54520634, "post_processing_size": null, "dataset_size": 152898333, "size_in_bytes": 207418967}, "fuv_Latn-zul_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["fuv_Latn", "zul_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "fuv_Latn-zul_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 79962237, "num_examples": 197504, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/fuv_Latn-zul_Latn.gz": {"num_bytes": 29491502, "checksum": "2966e06c73c07ea3fa21c534a5a4a1033ffd2495e228994371f93e10c424f566"}}, "download_size": 29491502, "post_processing_size": null, "dataset_size": 79962237, "size_in_bytes": 109453739}, "gaz_Latn-run_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["gaz_Latn", "run_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "gaz_Latn-run_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 38419172, "num_examples": 91889, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/gaz_Latn-run_Latn.gz": {"num_bytes": 13722567, "checksum": "8c3b6f8b9c190bac446df8b5db43862a801b64d6ebe19743b8800efc25b379e0"}}, "download_size": 13722567, "post_processing_size": null, "dataset_size": 38419172, "size_in_bytes": 52141739}, "gaz_Latn-sna_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["gaz_Latn", "sna_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "gaz_Latn-sna_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 41230983, "num_examples": 102932, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/gaz_Latn-sna_Latn.gz": {"num_bytes": 14573949, "checksum": "008e96e81541f82e2f5d38fe419f31204232103b4eba3d257c906825465eb112"}}, "download_size": 14573949, "post_processing_size": null, "dataset_size": 41230983, "size_in_bytes": 55804932}, "gaz_Latn-som_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["gaz_Latn", "som_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "gaz_Latn-som_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 31849132, "num_examples": 88097, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/gaz_Latn-som_Latn.gz": {"num_bytes": 11738420, "checksum": "3093ea12cfa1ca9be16ec23880fbe836eb47a37cf3a420859a10f5f7ba99a3f5"}}, "download_size": 11738420, "post_processing_size": null, "dataset_size": 31849132, "size_in_bytes": 43587552}, "gaz_Latn-sot_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["gaz_Latn", "sot_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "gaz_Latn-sot_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 44544371, "num_examples": 110772, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/gaz_Latn-sot_Latn.gz": {"num_bytes": 15848474, "checksum": "4af316e08ec5aca95be814f1f571b0902f67f27e410568c5e73b09a97812a7ca"}}, "download_size": 15848474, "post_processing_size": null, "dataset_size": 44544371, "size_in_bytes": 60392845}, "gaz_Latn-ssw_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["gaz_Latn", "ssw_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "gaz_Latn-ssw_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 14345535, "num_examples": 38006, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/gaz_Latn-ssw_Latn.gz": {"num_bytes": 5047879, "checksum": "4d367cddff3ee58c10432ff3a5112cfea9f576658ca597b73e8fd201638762bf"}}, "download_size": 5047879, "post_processing_size": null, "dataset_size": 14345535, "size_in_bytes": 19393414}, "gaz_Latn-swh_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["gaz_Latn", "swh_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "gaz_Latn-swh_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 85701229, "num_examples": 205236, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/gaz_Latn-swh_Latn.gz": {"num_bytes": 30408539, "checksum": "181b8b7ea2a30ae93078c256c9cd7ee6426d4f7161608bf969a3079c51595203"}}, "download_size": 30408539, "post_processing_size": null, "dataset_size": 85701229, "size_in_bytes": 116109768}, "gaz_Latn-tir_Ethi": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["gaz_Latn", "tir_Ethi"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "gaz_Latn-tir_Ethi", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 27487114, "num_examples": 58814, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/gaz_Latn-tir_Ethi.gz": {"num_bytes": 9000986, "checksum": "f25f1943e83ae2296107a0d262288e841c57239427c4794dc481273e9314331f"}}, "download_size": 9000986, "post_processing_size": null, "dataset_size": 27487114, "size_in_bytes": 36488100}, "gaz_Latn-tsn_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["gaz_Latn", "tsn_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "gaz_Latn-tsn_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 44124986, "num_examples": 110031, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/gaz_Latn-tsn_Latn.gz": {"num_bytes": 15636371, "checksum": "6fb2af980668f978f7a6d2096a2edbafb45ab74457e5b5599cefb9b5d1dd6c1f"}}, "download_size": 15636371, "post_processing_size": null, "dataset_size": 44124986, "size_in_bytes": 59761357}, "gaz_Latn-tso_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["gaz_Latn", "tso_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "gaz_Latn-tso_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 36592654, "num_examples": 91347, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/gaz_Latn-tso_Latn.gz": {"num_bytes": 12976685, "checksum": "5ec168f7673fcdd946264c39fb9d39c6bc617ad322e6066be73a1638c512faf8"}}, "download_size": 12976685, "post_processing_size": null, "dataset_size": 36592654, "size_in_bytes": 49569339}, "gaz_Latn-tum_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["gaz_Latn", "tum_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "gaz_Latn-tum_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 30732861, "num_examples": 73849, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/gaz_Latn-tum_Latn.gz": {"num_bytes": 10318099, "checksum": "f38ff2ee346eadd0f869c8b8ec72a8d0bbaffdf84450ef4d5e0a7dc42f66a419"}}, "download_size": 10318099, "post_processing_size": null, "dataset_size": 30732861, "size_in_bytes": 41050960}, "gaz_Latn-twi_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["gaz_Latn", "twi_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "gaz_Latn-twi_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 42239520, "num_examples": 100171, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/gaz_Latn-twi_Latn.gz": {"num_bytes": 15045637, "checksum": "a860db7661d05cbc067a8cc8dedec3d93079f74c7fbe49d51c5295e72923b97f"}}, "download_size": 15045637, "post_processing_size": null, "dataset_size": 42239520, "size_in_bytes": 57285157}, "gaz_Latn-umb_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["gaz_Latn", "umb_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "gaz_Latn-umb_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 20083720, "num_examples": 48783, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/gaz_Latn-umb_Latn.gz": {"num_bytes": 7008303, "checksum": "de6b301c028e0a354527d9ffa9ddd2d655ac781ddc37fef26d481cade213f485"}}, "download_size": 7008303, "post_processing_size": null, "dataset_size": 20083720, "size_in_bytes": 27092023}, "gaz_Latn-wol_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["gaz_Latn", "wol_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "gaz_Latn-wol_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 15798442, "num_examples": 38907, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/gaz_Latn-wol_Latn.gz": {"num_bytes": 5823028, "checksum": "3ee10f3c8dd9e6811a4395e4e8588f9831999d7ecaa02d3b95d47f307d73938b"}}, "download_size": 5823028, "post_processing_size": null, "dataset_size": 15798442, "size_in_bytes": 21621470}, "gaz_Latn-xho_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["gaz_Latn", "xho_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "gaz_Latn-xho_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 40773869, "num_examples": 104058, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/gaz_Latn-xho_Latn.gz": {"num_bytes": 14624869, "checksum": "ca480c1c0cf057c69af2f3aa9949e7667e890cc449d338fd71a176a831db3c13"}}, "download_size": 14624869, "post_processing_size": null, "dataset_size": 40773869, "size_in_bytes": 55398738}, "gaz_Latn-yor_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["gaz_Latn", "yor_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "gaz_Latn-yor_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 31602146, "num_examples": 84295, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/gaz_Latn-yor_Latn.gz": {"num_bytes": 11770846, "checksum": "31ca1430a7fa2269b5ab82fbbf19499cffcc2f42f9efd9d19a4e27246d754469"}}, "download_size": 11770846, "post_processing_size": null, "dataset_size": 31602146, "size_in_bytes": 43372992}, "gaz_Latn-zul_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["gaz_Latn", "zul_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "gaz_Latn-zul_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 46213245, "num_examples": 120891, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/gaz_Latn-zul_Latn.gz": {"num_bytes": 16600905, "checksum": "3c8efc42e226c623250ddc9bb0d8e4455e3f6facd49a298c979edba79c31de6e"}}, "download_size": 16600905, "post_processing_size": null, "dataset_size": 46213245, "size_in_bytes": 62814150}, "glg_Latn-por_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["glg_Latn", "por_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "glg_Latn-por_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 46665449904, "num_examples": 89282076, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/glg_Latn-por_Latn.gz": {"num_bytes": 16927721159, "checksum": "c034865139524470833d2b5b6919814532c2dc0f0450d9796936739b389baa2b"}}, "download_size": 16927721159, "post_processing_size": null, "dataset_size": 46665449904, "size_in_bytes": 63593171063}, "grn_Latn-por_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["grn_Latn", "por_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "grn_Latn-por_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 384012609, "num_examples": 684883, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/grn_Latn-por_Latn.gz": {"num_bytes": 147253457, "checksum": "9fbea8f12e09c06371fb10a17555cf00e3ecb269aaef18aa23d091e5a79a1d88"}}, "download_size": 147253457, "post_processing_size": null, "dataset_size": 384012609, "size_in_bytes": 531266066}, "guj_Gujr-hin_Deva": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["guj_Gujr", "hin_Deva"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "guj_Gujr-hin_Deva", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 728732712, "num_examples": 1069737, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/guj_Gujr-hin_Deva.gz": {"num_bytes": 226008523, "checksum": "aa53bb230329d161cb78ad96403781caee3d9b33016f54f86a1b462dc1a2c82a"}}, "download_size": 226008523, "post_processing_size": null, "dataset_size": 728732712, "size_in_bytes": 954741235}, "guj_Gujr-hne_Deva": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["guj_Gujr", "hne_Deva"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "guj_Gujr-hne_Deva", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 38620322, "num_examples": 70274, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/guj_Gujr-hne_Deva.gz": {"num_bytes": 11254778, "checksum": "abb6beb4165183e5533c98e09ea940674cf9bc1c5089b4e6df60631e151b1e0f"}}, "download_size": 11254778, "post_processing_size": null, "dataset_size": 38620322, "size_in_bytes": 49875100}, "guj_Gujr-kan_Knda": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["guj_Gujr", "kan_Knda"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "guj_Gujr-kan_Knda", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 5531582817, "num_examples": 8743438, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/guj_Gujr-kan_Knda.gz": {"num_bytes": 1448589353, "checksum": "a2c476b0802314c33c1a6d8a1f53b6e95ce1eacd03a3f16e7a1b8c3d4ff58180"}}, "download_size": 1448589353, "post_processing_size": null, "dataset_size": 5531582817, "size_in_bytes": 6980172170}, "guj_Gujr-kas_Arab": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["guj_Gujr", "kas_Arab"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "guj_Gujr-kas_Arab", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 35008092, "num_examples": 72834, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/guj_Gujr-kas_Arab.gz": {"num_bytes": 11056607, "checksum": "fd7c73ccce19bf444efad936fbcc60d5936b06ecf1979f8aa85c10a6d330ce98"}}, "download_size": 11056607, "post_processing_size": null, "dataset_size": 35008092, "size_in_bytes": 46064699}, "guj_Gujr-kas_Deva": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["guj_Gujr", "kas_Deva"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "guj_Gujr-kas_Deva", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 71632654, "num_examples": 130731, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/guj_Gujr-kas_Deva.gz": {"num_bytes": 22642018, "checksum": "c681aa6823073d5f87d5f20a97b730e65be82603825f2a9331774853ee1fd21e"}}, "download_size": 22642018, "post_processing_size": null, "dataset_size": 71632654, "size_in_bytes": 94274672}, "guj_Gujr-mag_Deva": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["guj_Gujr", "mag_Deva"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "guj_Gujr-mag_Deva", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 155667610, "num_examples": 289867, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/guj_Gujr-mag_Deva.gz": {"num_bytes": 46895081, "checksum": "8e24643460f9265d3a264abcd8ad835d5aaf2ecbe3c2ba3bbe13706e73fdd3b9"}}, "download_size": 46895081, "post_processing_size": null, "dataset_size": 155667610, "size_in_bytes": 202562691}, "guj_Gujr-mai_Deva": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["guj_Gujr", "mai_Deva"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "guj_Gujr-mai_Deva", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 245251212, "num_examples": 432867, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/guj_Gujr-mai_Deva.gz": {"num_bytes": 71988857, "checksum": "acf2b164775e2cd1a01f6cd0bd0899f21d1a4948c5bb69e2e846298c8f2a53ad"}}, "download_size": 71988857, "post_processing_size": null, "dataset_size": 245251212, "size_in_bytes": 317240069}, "guj_Gujr-mal_Mlym": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["guj_Gujr", "mal_Mlym"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "guj_Gujr-mal_Mlym", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 3204884741, "num_examples": 5133672, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/guj_Gujr-mal_Mlym.gz": {"num_bytes": 864223099, "checksum": "c667c9ade8a4548cb57fd502439552aad6c248e171d5633175d9fcf41ac22475"}}, "download_size": 864223099, "post_processing_size": null, "dataset_size": 3204884741, "size_in_bytes": 4069107840}, "guj_Gujr-mar_Deva": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["guj_Gujr", "mar_Deva"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "guj_Gujr-mar_Deva", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1976379107, "num_examples": 3626971, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/guj_Gujr-mar_Deva.gz": {"num_bytes": 566647223, "checksum": "356497e484456ce689401a72e67eb61556df5da4e5a67c721fb113377f8b9a53"}}, "download_size": 566647223, "post_processing_size": null, "dataset_size": 1976379107, "size_in_bytes": 2543026330}, "guj_Gujr-npi_Deva": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["guj_Gujr", "npi_Deva"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "guj_Gujr-npi_Deva", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1099340717, "num_examples": 1538746, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/guj_Gujr-npi_Deva.gz": {"num_bytes": 317747614, "checksum": "55b32bb45b872446bdebad7ad8826e68bab41c95328b7a359b0625673ae5d33f"}}, "download_size": 317747614, "post_processing_size": null, "dataset_size": 1099340717, "size_in_bytes": 1417088331}, "guj_Gujr-ory_Orya": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["guj_Gujr", "ory_Orya"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "guj_Gujr-ory_Orya", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1236040685, "num_examples": 1998345, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/guj_Gujr-ory_Orya.gz": {"num_bytes": 364538084, "checksum": "c15535238d1c1ce0017b02e44b184dad0f5163dc99b8ef4f49cba47b1961e619"}}, "download_size": 364538084, "post_processing_size": null, "dataset_size": 1236040685, "size_in_bytes": 1600578769}, "guj_Gujr-pan_Guru": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["guj_Gujr", "pan_Guru"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "guj_Gujr-pan_Guru", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 797788596, "num_examples": 1135070, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/guj_Gujr-pan_Guru.gz": {"num_bytes": 226925325, "checksum": "88f7d83b77fabba88d21cfd9b4ca07f398e752e88ccda1cf1db2e414ee90e86a"}}, "download_size": 226925325, "post_processing_size": null, "dataset_size": 797788596, "size_in_bytes": 1024713921}, "guj_Gujr-san_Deva": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["guj_Gujr", "san_Deva"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "guj_Gujr-san_Deva", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 157935162, "num_examples": 276708, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/guj_Gujr-san_Deva.gz": {"num_bytes": 46020092, "checksum": "973668cb7de01c111d2b9f857dfb3736fb9a97fec2b9e619ce4dea91572f2349"}}, "download_size": 46020092, "post_processing_size": null, "dataset_size": 157935162, "size_in_bytes": 203955254}, "guj_Gujr-sat_Beng": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["guj_Gujr", "sat_Beng"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "guj_Gujr-sat_Beng", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 2483534, "num_examples": 4134, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/guj_Gujr-sat_Beng.gz": {"num_bytes": 528694, "checksum": "2289381665c1b523b9047f9854c6f741f64ef2e1c26bb6a412da58d92e20b22d"}}, "download_size": 528694, "post_processing_size": null, "dataset_size": 2483534, "size_in_bytes": 3012228}, "guj_Gujr-sin_Sinh": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["guj_Gujr", "sin_Sinh"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "guj_Gujr-sin_Sinh", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 521321328, "num_examples": 906270, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/guj_Gujr-sin_Sinh.gz": {"num_bytes": 146856410, "checksum": "09d6f3ba0645a4adaeec444f697b689b41be95771d54e39ebf6c3cb5651d06d4"}}, "download_size": 146856410, "post_processing_size": null, "dataset_size": 521321328, "size_in_bytes": 668177738}, "guj_Gujr-snd_Arab": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["guj_Gujr", "snd_Arab"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "guj_Gujr-snd_Arab", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 458296262, "num_examples": 695534, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/guj_Gujr-snd_Arab.gz": {"num_bytes": 136291374, "checksum": "3786e01dc35c90810970e30ecd1a2da8a3c67b2c31b3d93097462f99361bd752"}}, "download_size": 136291374, "post_processing_size": null, "dataset_size": 458296262, "size_in_bytes": 594587636}, "guj_Gujr-tam_Taml": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["guj_Gujr", "tam_Taml"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "guj_Gujr-tam_Taml", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1650984994, "num_examples": 2253566, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/guj_Gujr-tam_Taml.gz": {"num_bytes": 462043076, "checksum": "6d05301ac20eda5b66e82671992df2bf8546bdf1f3cf808822235d29058c4568"}}, "download_size": 462043076, "post_processing_size": null, "dataset_size": 1650984994, "size_in_bytes": 2113028070}, "guj_Gujr-tel_Telu": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["guj_Gujr", "tel_Telu"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "guj_Gujr-tel_Telu", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 5564708022, "num_examples": 8921379, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/guj_Gujr-tel_Telu.gz": {"num_bytes": 1490915945, "checksum": "5c0677af978a0e8b70e8b81a3a411714b4e6e44321be242e48e6e464a04a5c29"}}, "download_size": 1490915945, "post_processing_size": null, "dataset_size": 5564708022, "size_in_bytes": 7055623967}, "guj_Gujr-urd_Arab": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["guj_Gujr", "urd_Arab"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "guj_Gujr-urd_Arab", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1744603970, "num_examples": 2649127, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/guj_Gujr-urd_Arab.gz": {"num_bytes": 545727132, "checksum": "ea402a089c7950e3d0d8c9061da5fefb693f6dc731d894e8284ee06379e89a46"}}, "download_size": 545727132, "post_processing_size": null, "dataset_size": 1744603970, "size_in_bytes": 2290331102}, "hau_Latn-gaz_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["hau_Latn", "gaz_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "hau_Latn-gaz_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 43598343, "num_examples": 118255, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/hau_Latn-gaz_Latn.gz": {"num_bytes": 15719495, "checksum": "782cd62409a24aa904673fe4a611c5d16c5f162fb147a7c88af8697a07ec20aa"}}, "download_size": 15719495, "post_processing_size": null, "dataset_size": 43598343, "size_in_bytes": 59317838}, "hau_Latn-ibo_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["hau_Latn", "ibo_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "hau_Latn-ibo_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 315881681, "num_examples": 713539, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/hau_Latn-ibo_Latn.gz": {"num_bytes": 104128720, "checksum": "a5a278e5feec0cdba80ce8f9810bc599b8030ef14afe78b815966d9c0334e53f"}}, "download_size": 104128720, "post_processing_size": null, "dataset_size": 315881681, "size_in_bytes": 420010401}, "hau_Latn-kam_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["hau_Latn", "kam_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "hau_Latn-kam_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 44167549, "num_examples": 100301, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/hau_Latn-kam_Latn.gz": {"num_bytes": 13968686, "checksum": "c1bae142e38136089279914be002ed8ef9cd2a8d761f8886b2cfa672b4235a37"}}, "download_size": 13968686, "post_processing_size": null, "dataset_size": 44167549, "size_in_bytes": 58136235}, "hau_Latn-kik_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["hau_Latn", "kik_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "hau_Latn-kik_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 48454359, "num_examples": 114669, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/hau_Latn-kik_Latn.gz": {"num_bytes": 15035010, "checksum": "19d0d7919989213869da455fff6b7df7aa6263ae38e1ebf90bf34ee5405090ef"}}, "download_size": 15035010, "post_processing_size": null, "dataset_size": 48454359, "size_in_bytes": 63489369}, "hau_Latn-kin_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["hau_Latn", "kin_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "hau_Latn-kin_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 141709545, "num_examples": 340233, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/hau_Latn-kin_Latn.gz": {"num_bytes": 50747111, "checksum": "788aed777c57414c404ee16931ab8c5c29666b6cd97d53b9e386f0a943fb25a3"}}, "download_size": 50747111, "post_processing_size": null, "dataset_size": 141709545, "size_in_bytes": 192456656}, "hau_Latn-kmb_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["hau_Latn", "kmb_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "hau_Latn-kmb_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 42751622, "num_examples": 95341, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/hau_Latn-kmb_Latn.gz": {"num_bytes": 13442195, "checksum": "5129900ea0c6644ed70d67fac206d0e7f225fbe0f3c6be6a1d404f127f7e2c86"}}, "download_size": 13442195, "post_processing_size": null, "dataset_size": 42751622, "size_in_bytes": 56193817}, "hau_Latn-knc_Arab": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["hau_Latn", "knc_Arab"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "hau_Latn-knc_Arab", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 96772256, "num_examples": 181060, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/hau_Latn-knc_Arab.gz": {"num_bytes": 33459471, "checksum": "296b5c3110483da736a08bc55d165feef7715d583512536c26a67dfcec872c92"}}, "download_size": 33459471, "post_processing_size": null, "dataset_size": 96772256, "size_in_bytes": 130231727}, "hau_Latn-knc_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["hau_Latn", "knc_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "hau_Latn-knc_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 10901270, "num_examples": 25770, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/hau_Latn-knc_Latn.gz": {"num_bytes": 3882326, "checksum": "c3ff145cd9ea08a7b955287b333c9ad9d5ca5d75b6f46c4d0f61aca583fe5e6c"}}, "download_size": 3882326, "post_processing_size": null, "dataset_size": 10901270, "size_in_bytes": 14783596}, "hau_Latn-kon_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["hau_Latn", "kon_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "hau_Latn-kon_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 54487295, "num_examples": 135595, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/hau_Latn-kon_Latn.gz": {"num_bytes": 18314701, "checksum": "037127cbb5a2de54d893273c44c51ec819d78f83226ccf8a6b887292beca67a3"}}, "download_size": 18314701, "post_processing_size": null, "dataset_size": 54487295, "size_in_bytes": 72801996}, "hau_Latn-lin_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["hau_Latn", "lin_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "hau_Latn-lin_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 72249415, "num_examples": 172584, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/hau_Latn-lin_Latn.gz": {"num_bytes": 24256985, "checksum": "629d8b363637bb9a61b36c4f48e9fa4ddf138a0ff8c1b345c64d3cbd82ee164d"}}, "download_size": 24256985, "post_processing_size": null, "dataset_size": 72249415, "size_in_bytes": 96506400}, "hau_Latn-lua_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["hau_Latn", "lua_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "hau_Latn-lua_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 60874106, "num_examples": 145716, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/hau_Latn-lua_Latn.gz": {"num_bytes": 20294908, "checksum": "6ecd20ba280d04f7e21063c2a4a9bc5be0604cf6c1fcab83326f3d65fd4154dd"}}, "download_size": 20294908, "post_processing_size": null, "dataset_size": 60874106, "size_in_bytes": 81169014}, "hau_Latn-lug_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["hau_Latn", "lug_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "hau_Latn-lug_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 73711696, "num_examples": 183010, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/hau_Latn-lug_Latn.gz": {"num_bytes": 26165794, "checksum": "77b422a329abf274eb2eec06c8807fc44b5c158253f22f1beb368de13cf77bc7"}}, "download_size": 26165794, "post_processing_size": null, "dataset_size": 73711696, "size_in_bytes": 99877490}, "hau_Latn-luo_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["hau_Latn", "luo_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "hau_Latn-luo_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 70471330, "num_examples": 163061, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/hau_Latn-luo_Latn.gz": {"num_bytes": 23338382, "checksum": "5e95891a43ac5a902bf03fc87f4a60fd62ff429354dffc1aac6bbfb85a17d286"}}, "download_size": 23338382, "post_processing_size": null, "dataset_size": 70471330, "size_in_bytes": 93809712}, "hau_Latn-nso_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["hau_Latn", "nso_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "hau_Latn-nso_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 70942616, "num_examples": 181280, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/hau_Latn-nso_Latn.gz": {"num_bytes": 24594201, "checksum": "08b6209fa0d6851fd2f14af6b5151c5e71d9edd32f4683fa37537382361f63af"}}, "download_size": 24594201, "post_processing_size": null, "dataset_size": 70942616, "size_in_bytes": 95536817}, "hau_Latn-nus_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["hau_Latn", "nus_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "hau_Latn-nus_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 18926916, "num_examples": 47684, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/hau_Latn-nus_Latn.gz": {"num_bytes": 6248332, "checksum": "5b6d126cbd7355e7c874381ddebd2507d11175b16853389c9792092f1f055689"}}, "download_size": 6248332, "post_processing_size": null, "dataset_size": 18926916, "size_in_bytes": 25175248}, "hau_Latn-nya_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["hau_Latn", "nya_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "hau_Latn-nya_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 510674080, "num_examples": 1185730, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/hau_Latn-nya_Latn.gz": {"num_bytes": 179083753, "checksum": "75255065ff99fb69778e5b2e589e18d8350d90d8b740ab7185b7c98bf429cc78"}}, "download_size": 179083753, "post_processing_size": null, "dataset_size": 510674080, "size_in_bytes": 689757833}, "hau_Latn-run_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["hau_Latn", "run_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "hau_Latn-run_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 115168337, "num_examples": 261554, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/hau_Latn-run_Latn.gz": {"num_bytes": 40195362, "checksum": "f224d1d5eab6058f68d3ae03c9b0c50426d4f9d992b70b99367d33d2b987f773"}}, "download_size": 40195362, "post_processing_size": null, "dataset_size": 115168337, "size_in_bytes": 155363699}, "hau_Latn-sna_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["hau_Latn", "sna_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "hau_Latn-sna_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 406319945, "num_examples": 829704, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/hau_Latn-sna_Latn.gz": {"num_bytes": 140503528, "checksum": "bc54c2aff1083a511cec0087d3a64e307367254e52b818d381997685e536792f"}}, "download_size": 140503528, "post_processing_size": null, "dataset_size": 406319945, "size_in_bytes": 546823473}, "hau_Latn-som_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["hau_Latn", "som_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "hau_Latn-som_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 227718807, "num_examples": 530058, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/hau_Latn-som_Latn.gz": {"num_bytes": 82044193, "checksum": "369eb91262b64cdf155f8d1f4ff8eb2a8a90df5c1436f8b0266823c64a6191d2"}}, "download_size": 82044193, "post_processing_size": null, "dataset_size": 227718807, "size_in_bytes": 309763000}, "hau_Latn-sot_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["hau_Latn", "sot_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "hau_Latn-sot_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 404575960, "num_examples": 840292, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/hau_Latn-sot_Latn.gz": {"num_bytes": 139081329, "checksum": "df3350f58bc224a1fdf4a97011070e71fffd074a366da3638410b2deb57feb10"}}, "download_size": 139081329, "post_processing_size": null, "dataset_size": 404575960, "size_in_bytes": 543657289}, "hau_Latn-ssw_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["hau_Latn", "ssw_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "hau_Latn-ssw_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 33632528, "num_examples": 89952, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/hau_Latn-ssw_Latn.gz": {"num_bytes": 11612483, "checksum": "b8e44e716c53709d5637f071c0414b0717a167188e5934ec51403ad015c3aa2b"}}, "download_size": 11612483, "post_processing_size": null, "dataset_size": 33632528, "size_in_bytes": 45245011}, "hau_Latn-swh_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["hau_Latn", "swh_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "hau_Latn-swh_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 459145816, "num_examples": 956076, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/hau_Latn-swh_Latn.gz": {"num_bytes": 159799649, "checksum": "f0230a78106b568586897a7e34418900d7e2c6bdad5e71a4f0574b66af5613d2"}}, "download_size": 159799649, "post_processing_size": null, "dataset_size": 459145816, "size_in_bytes": 618945465}, "hau_Latn-tir_Ethi": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["hau_Latn", "tir_Ethi"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "hau_Latn-tir_Ethi", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 86252361, "num_examples": 170394, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/hau_Latn-tir_Ethi.gz": {"num_bytes": 26948177, "checksum": "bd4c70f08e2b9d50d19e2f2691c371c2350d7066477a3226b22190e9d2344312"}}, "download_size": 26948177, "post_processing_size": null, "dataset_size": 86252361, "size_in_bytes": 113200538}, "hau_Latn-tsn_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["hau_Latn", "tsn_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "hau_Latn-tsn_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 117581818, "num_examples": 294987, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/hau_Latn-tsn_Latn.gz": {"num_bytes": 40640221, "checksum": "513cc35072961b5238218bcc992815ec999ac7f7ee25bf78bb3bc2bb7b7da5c5"}}, "download_size": 40640221, "post_processing_size": null, "dataset_size": 117581818, "size_in_bytes": 158222039}, "hau_Latn-tso_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["hau_Latn", "tso_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "hau_Latn-tso_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 105394672, "num_examples": 249927, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/hau_Latn-tso_Latn.gz": {"num_bytes": 36146186, "checksum": "03551298e3cc9220ba7a3b0e8ce569f9d2f008971a563c5f02b5faca5b92b163"}}, "download_size": 36146186, "post_processing_size": null, "dataset_size": 105394672, "size_in_bytes": 141540858}, "hau_Latn-tum_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["hau_Latn", "tum_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "hau_Latn-tum_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 108541519, "num_examples": 260765, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/hau_Latn-tum_Latn.gz": {"num_bytes": 35724451, "checksum": "b3cc9abb48b9fd2bd4bd98df176339dfd81557fced6c3762b6b43d4306498746"}}, "download_size": 35724451, "post_processing_size": null, "dataset_size": 108541519, "size_in_bytes": 144265970}, "hau_Latn-twi_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["hau_Latn", "twi_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "hau_Latn-twi_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 89986862, "num_examples": 212496, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/hau_Latn-twi_Latn.gz": {"num_bytes": 30716374, "checksum": "4856cfef99a42fcf708915bb465a521a50ebd5cee71afa891a9f95dff2bf5786"}}, "download_size": 30716374, "post_processing_size": null, "dataset_size": 89986862, "size_in_bytes": 120703236}, "hau_Latn-umb_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["hau_Latn", "umb_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "hau_Latn-umb_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 52302555, "num_examples": 123040, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/hau_Latn-umb_Latn.gz": {"num_bytes": 17783182, "checksum": "6e23c37e2051c41c565a7628ff2ca5aa413666d3dfa186018da14616496d5660"}}, "download_size": 17783182, "post_processing_size": null, "dataset_size": 52302555, "size_in_bytes": 70085737}, "hau_Latn-wol_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["hau_Latn", "wol_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "hau_Latn-wol_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 30400163, "num_examples": 77051, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/hau_Latn-wol_Latn.gz": {"num_bytes": 11064412, "checksum": "8aff383bfc44a07c29e574cbe05a8adb35c4fe2bc5931d5ce0d170f4146d7fc6"}}, "download_size": 11064412, "post_processing_size": null, "dataset_size": 30400163, "size_in_bytes": 41464575}, "hau_Latn-xho_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["hau_Latn", "xho_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "hau_Latn-xho_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 277977560, "num_examples": 627717, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/hau_Latn-xho_Latn.gz": {"num_bytes": 98906180, "checksum": "fc40046226f42dc994c0fda744393d17a4ae75b7e9226bdb440872d764abb774"}}, "download_size": 98906180, "post_processing_size": null, "dataset_size": 277977560, "size_in_bytes": 376883740}, "hau_Latn-yor_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["hau_Latn", "yor_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "hau_Latn-yor_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 334457863, "num_examples": 795564, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/hau_Latn-yor_Latn.gz": {"num_bytes": 115858520, "checksum": "11394fbdf3222414baf194f243a0c00add350e8dabbbd4f6d741b1f95b393c90"}}, "download_size": 115858520, "post_processing_size": null, "dataset_size": 334457863, "size_in_bytes": 450316383}, "hau_Latn-zul_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["hau_Latn", "zul_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "hau_Latn-zul_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 443461207, "num_examples": 964409, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/hau_Latn-zul_Latn.gz": {"num_bytes": 156745754, "checksum": "d4113c3838c8aea73491122b2ceb51861cb21963bb9523cf25a84b15ed3e0cb3"}}, "download_size": 156745754, "post_processing_size": null, "dataset_size": 443461207, "size_in_bytes": 600206961}, "hin_Deva-hne_Deva": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["hin_Deva", "hne_Deva"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "hin_Deva-hne_Deva", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 48965501, "num_examples": 83150, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/hin_Deva-hne_Deva.gz": {"num_bytes": 13885439, "checksum": "ea1e32f64f9e81ab0941b6b02047ddad5338a3cb899d1a766343e497576a23b8"}}, "download_size": 13885439, "post_processing_size": null, "dataset_size": 48965501, "size_in_bytes": 62850940}, "hin_Deva-kan_Knda": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["hin_Deva", "kan_Knda"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "hin_Deva-kan_Knda", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1151759811, "num_examples": 1793895, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/hin_Deva-kan_Knda.gz": {"num_bytes": 348320857, "checksum": "69b066f7d28a441e4fa039d00e40d89044c37f75760b41abce195d36e9e10d49"}}, "download_size": 348320857, "post_processing_size": null, "dataset_size": 1151759811, "size_in_bytes": 1500080668}, "hin_Deva-kas_Arab": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["hin_Deva", "kas_Arab"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "hin_Deva-kas_Arab", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 47595866, "num_examples": 85765, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/hin_Deva-kas_Arab.gz": {"num_bytes": 15066541, "checksum": "0aa5a91630eff79550f8afcd9724e64d5d6125a2901eba5b143ff2e22a24fbb7"}}, "download_size": 15066541, "post_processing_size": null, "dataset_size": 47595866, "size_in_bytes": 62662407}, "hin_Deva-kas_Deva": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["hin_Deva", "kas_Deva"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "hin_Deva-kas_Deva", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 127569587, "num_examples": 209584, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/hin_Deva-kas_Deva.gz": {"num_bytes": 38766477, "checksum": "bb2eb2e511b21f8eeab1957f256dc98c7d7e1b5657213842ce16469bb4e47ab1"}}, "download_size": 38766477, "post_processing_size": null, "dataset_size": 127569587, "size_in_bytes": 166336064}, "hin_Deva-mag_Deva": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["hin_Deva", "mag_Deva"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "hin_Deva-mag_Deva", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 197502741, "num_examples": 327993, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/hin_Deva-mag_Deva.gz": {"num_bytes": 57923241, "checksum": "e9b4fc31bace4022882715cfd45a4e7a15a23b6225ed08ae23a255ecad11e1f6"}}, "download_size": 57923241, "post_processing_size": null, "dataset_size": 197502741, "size_in_bytes": 255425982}, "hin_Deva-mai_Deva": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["hin_Deva", "mai_Deva"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "hin_Deva-mai_Deva", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 328025025, "num_examples": 550300, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/hin_Deva-mai_Deva.gz": {"num_bytes": 97961023, "checksum": "1609ee1c1368a4e4b01ba7eab155162fb452f98fc9c0c3957ced30cdcb7dc349"}}, "download_size": 97961023, "post_processing_size": null, "dataset_size": 328025025, "size_in_bytes": 425986048}, "hin_Deva-mal_Mlym": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["hin_Deva", "mal_Mlym"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "hin_Deva-mal_Mlym", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1171762509, "num_examples": 1866121, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/hin_Deva-mal_Mlym.gz": {"num_bytes": 359086346, "checksum": "02b85cc44301ef91198f1d30f37d0ee77ddf20336796c8c26ca7f6a0cbdc4c90"}}, "download_size": 359086346, "post_processing_size": null, "dataset_size": 1171762509, "size_in_bytes": 1530848855}, "hin_Deva-mar_Deva": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["hin_Deva", "mar_Deva"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "hin_Deva-mar_Deva", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1132351925, "num_examples": 1953635, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/hin_Deva-mar_Deva.gz": {"num_bytes": 342138272, "checksum": "17e22c89e378e9a0297a3271d967a07fdd2d5128ee8f6a77c608a70c6c8ed4f7"}}, "download_size": 342138272, "post_processing_size": null, "dataset_size": 1132351925, "size_in_bytes": 1474490197}, "hin_Deva-npi_Deva": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["hin_Deva", "npi_Deva"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "hin_Deva-npi_Deva", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 852806162, "num_examples": 1297400, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/hin_Deva-npi_Deva.gz": {"num_bytes": 250502811, "checksum": "d551df8328a95b554706a7b24c02107c62b8fb090841f7b3377b78689f2590f8"}}, "download_size": 250502811, "post_processing_size": null, "dataset_size": 852806162, "size_in_bytes": 1103308973}, "hin_Deva-ory_Orya": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["hin_Deva", "ory_Orya"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "hin_Deva-ory_Orya", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 785416920, "num_examples": 1258344, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/hin_Deva-ory_Orya.gz": {"num_bytes": 244847440, "checksum": "df8556a46f9ca4b8262c9a28b5bd2d18a88e9ffdb8e88c35676c60185e2ea168"}}, "download_size": 244847440, "post_processing_size": null, "dataset_size": 785416920, "size_in_bytes": 1030264360}, "hin_Deva-pan_Guru": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["hin_Deva", "pan_Guru"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "hin_Deva-pan_Guru", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 573722099, "num_examples": 816616, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/hin_Deva-pan_Guru.gz": {"num_bytes": 169735364, "checksum": "6f5ede4992c3e409450892e32d753d2e77efedbe0440705c0ca40edc16ea1d5c"}}, "download_size": 169735364, "post_processing_size": null, "dataset_size": 573722099, "size_in_bytes": 743457463}, "hin_Deva-pbt_Arab": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["hin_Deva", "pbt_Arab"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "hin_Deva-pbt_Arab", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 185294114, "num_examples": 285406, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/hin_Deva-pbt_Arab.gz": {"num_bytes": 58535660, "checksum": "c0bc7ed48849033786b5541699228ff2166340906ecb06dd14b404fc645da4fe"}}, "download_size": 58535660, "post_processing_size": null, "dataset_size": 185294114, "size_in_bytes": 243829774}, "hin_Deva-san_Deva": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["hin_Deva", "san_Deva"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "hin_Deva-san_Deva", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 192665563, "num_examples": 322714, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/hin_Deva-san_Deva.gz": {"num_bytes": 57485963, "checksum": "7f98185b9951670f394fd172cfa94d065bf29f396dd1ce32e1b10d8219d6330a"}}, "download_size": 57485963, "post_processing_size": null, "dataset_size": 192665563, "size_in_bytes": 250151526}, "hin_Deva-sat_Beng": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["hin_Deva", "sat_Beng"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "hin_Deva-sat_Beng", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 3116750, "num_examples": 5384, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/hin_Deva-sat_Beng.gz": {"num_bytes": 700464, "checksum": "091aaef5a38226a0e891476f4ede7deab8ede1a468fae198fd41134a9298879c"}}, "download_size": 700464, "post_processing_size": null, "dataset_size": 3116750, "size_in_bytes": 3817214}, "hin_Deva-sin_Sinh": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["hin_Deva", "sin_Sinh"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "hin_Deva-sin_Sinh", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 386368100, "num_examples": 714782, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/hin_Deva-sin_Sinh.gz": {"num_bytes": 116638986, "checksum": "43dc4cbaa6031bf2b29ba9e757c9e0bb008e83d0438866aa891d6951a83f3089"}}, "download_size": 116638986, "post_processing_size": null, "dataset_size": 386368100, "size_in_bytes": 503007086}, "hin_Deva-snd_Arab": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["hin_Deva", "snd_Arab"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "hin_Deva-snd_Arab", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 278422395, "num_examples": 476053, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/hin_Deva-snd_Arab.gz": {"num_bytes": 86800437, "checksum": "091e3cc89ee80cb45c6b1ae6dda808569ba6768fe9c68fafe2245999e002bfae"}}, "download_size": 86800437, "post_processing_size": null, "dataset_size": 278422395, "size_in_bytes": 365222832}, "hin_Deva-tam_Taml": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["hin_Deva", "tam_Taml"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "hin_Deva-tam_Taml", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1302559779, "num_examples": 1866301, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/hin_Deva-tam_Taml.gz": {"num_bytes": 384729030, "checksum": "217f5eee9128d154c9adf9dddddc8a9e3980ec613b2ac0d893cab7eb9ff8446f"}}, "download_size": 384729030, "post_processing_size": null, "dataset_size": 1302559779, "size_in_bytes": 1687288809}, "hin_Deva-tel_Telu": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["hin_Deva", "tel_Telu"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "hin_Deva-tel_Telu", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1432307952, "num_examples": 2262867, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/hin_Deva-tel_Telu.gz": {"num_bytes": 442142807, "checksum": "a43df146c4fc1b3f91f885ed4d6a24301a52b9cc2c7deadb9eb06a6edc162aaf"}}, "download_size": 442142807, "post_processing_size": null, "dataset_size": 1432307952, "size_in_bytes": 1874450759}, "hin_Deva-urd_Arab": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["hin_Deva", "urd_Arab"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "hin_Deva-urd_Arab", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1480017057, "num_examples": 2324291, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/hin_Deva-urd_Arab.gz": {"num_bytes": 475572125, "checksum": "c336c285de5b454aecfac74cfd6e81f91e7fdb4c3aa2e0078de68eee808bba09"}}, "download_size": 475572125, "post_processing_size": null, "dataset_size": 1480017057, "size_in_bytes": 1955589182}, "hne_Deva-kan_Knda": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["hne_Deva", "kan_Knda"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "hne_Deva-kan_Knda", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 56340583, "num_examples": 98063, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/hne_Deva-kan_Knda.gz": {"num_bytes": 16179927, "checksum": "f37b071ad861b9686246a6b3b6bb625d9d115a8f36e8ded6c1529a92b3f067ff"}}, "download_size": 16179927, "post_processing_size": null, "dataset_size": 56340583, "size_in_bytes": 72520510}, "hne_Deva-kas_Arab": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["hne_Deva", "kas_Arab"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "hne_Deva-kas_Arab", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 5950496, "num_examples": 9674, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/hne_Deva-kas_Arab.gz": {"num_bytes": 1833680, "checksum": "96d744bdd6fbb4b537df119af983333d9c869633ed08c95a459d782eb326ffd6"}}, "download_size": 1833680, "post_processing_size": null, "dataset_size": 5950496, "size_in_bytes": 7784176}, "hne_Deva-kas_Deva": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["hne_Deva", "kas_Deva"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "hne_Deva-kas_Deva", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 10604556, "num_examples": 16005, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/hne_Deva-kas_Deva.gz": {"num_bytes": 3178147, "checksum": "2dc4b4d92a8933c8eaa4f216f5adb3b7f570c8da8c721451fcff6ee6fb8495c2"}}, "download_size": 3178147, "post_processing_size": null, "dataset_size": 10604556, "size_in_bytes": 13782703}, "hne_Deva-mag_Deva": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["hne_Deva", "mag_Deva"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "hne_Deva-mag_Deva", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 13335202, "num_examples": 20505, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/hne_Deva-mag_Deva.gz": {"num_bytes": 3686436, "checksum": "79aa5b9ed8b443c6198ff88e99070806b58cd34aa66c8017a64e56f0df221403"}}, "download_size": 3686436, "post_processing_size": null, "dataset_size": 13335202, "size_in_bytes": 17021638}, "hne_Deva-mai_Deva": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["hne_Deva", "mai_Deva"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "hne_Deva-mai_Deva", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 17251187, "num_examples": 28821, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/hne_Deva-mai_Deva.gz": {"num_bytes": 4926456, "checksum": "649d8a4c5328b46ebd0216b0328beb25b97cdbf2442f141072609d3c4e53dc19"}}, "download_size": 4926456, "post_processing_size": null, "dataset_size": 17251187, "size_in_bytes": 22177643}, "hne_Deva-mal_Mlym": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["hne_Deva", "mal_Mlym"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "hne_Deva-mal_Mlym", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 68002158, "num_examples": 112558, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/hne_Deva-mal_Mlym.gz": {"num_bytes": 19385882, "checksum": "9c0e34ac7338e820c1b325a7a087542c5716cef1541bf1176886ad2373cb5479"}}, "download_size": 19385882, "post_processing_size": null, "dataset_size": 68002158, "size_in_bytes": 87388040}, "hne_Deva-mar_Deva": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["hne_Deva", "mar_Deva"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "hne_Deva-mar_Deva", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 45018022, "num_examples": 85082, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/hne_Deva-mar_Deva.gz": {"num_bytes": 13018206, "checksum": "c247942ab2dc0670319f1e256a77a2c52b7402f5edc10affb27d2d8ca4a48824"}}, "download_size": 13018206, "post_processing_size": null, "dataset_size": 45018022, "size_in_bytes": 58036228}, "hne_Deva-npi_Deva": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["hne_Deva", "npi_Deva"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "hne_Deva-npi_Deva", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 65389719, "num_examples": 103219, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/hne_Deva-npi_Deva.gz": {"num_bytes": 18662406, "checksum": "a4f0c01abc1998c5f8eddb7ba565199802bd01e19e5059ae7ff00d9e7a6456b1"}}, "download_size": 18662406, "post_processing_size": null, "dataset_size": 65389719, "size_in_bytes": 84052125}, "hne_Deva-ory_Orya": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["hne_Deva", "ory_Orya"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "hne_Deva-ory_Orya", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 36699287, "num_examples": 62421, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/hne_Deva-ory_Orya.gz": {"num_bytes": 10869473, "checksum": "b80f52509baf40ac71c51e13de4d3bc7910a9753b1a52a09b4d98aacece0db73"}}, "download_size": 10869473, "post_processing_size": null, "dataset_size": 36699287, "size_in_bytes": 47568760}, "hne_Deva-pan_Guru": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["hne_Deva", "pan_Guru"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "hne_Deva-pan_Guru", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 19236354, "num_examples": 32264, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/hne_Deva-pan_Guru.gz": {"num_bytes": 5584224, "checksum": "f15e23dfc37549898e1b4a029b51f9e9a133f4c33ca75c7347f16a1001a6dada"}}, "download_size": 5584224, "post_processing_size": null, "dataset_size": 19236354, "size_in_bytes": 24820578}, "hne_Deva-san_Deva": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["hne_Deva", "san_Deva"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "hne_Deva-san_Deva", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 30849787, "num_examples": 51821, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/hne_Deva-san_Deva.gz": {"num_bytes": 8112647, "checksum": "638ffe876877eb9c94b9cb161acf1904ad73adfbf3d8c6432931f58b96954873"}}, "download_size": 8112647, "post_processing_size": null, "dataset_size": 30849787, "size_in_bytes": 38962434}, "hne_Deva-sat_Beng": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["hne_Deva", "sat_Beng"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "hne_Deva-sat_Beng", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 380656, "num_examples": 602, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/hne_Deva-sat_Beng.gz": {"num_bytes": 93555, "checksum": "9db73ae0f2d6bb63f61077183983b08bc10cc0e8d2d2b4d59a4d05c3ad5293e4"}}, "download_size": 93555, "post_processing_size": null, "dataset_size": 380656, "size_in_bytes": 474211}, "hne_Deva-sin_Sinh": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["hne_Deva", "sin_Sinh"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "hne_Deva-sin_Sinh", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 31338522, "num_examples": 60049, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/hne_Deva-sin_Sinh.gz": {"num_bytes": 8836529, "checksum": "93746a617f650df8488dd4992078328e9bb7bb0da2080eb7f4868506dbc4172f"}}, "download_size": 8836529, "post_processing_size": null, "dataset_size": 31338522, "size_in_bytes": 40175051}, "hne_Deva-snd_Arab": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["hne_Deva", "snd_Arab"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "hne_Deva-snd_Arab", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 21539595, "num_examples": 38588, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/hne_Deva-snd_Arab.gz": {"num_bytes": 6535422, "checksum": "58659575fb00acbe2344f3b58a476ecbea6030b7349cd07f66f589db8c68bb07"}}, "download_size": 6535422, "post_processing_size": null, "dataset_size": 21539595, "size_in_bytes": 28075017}, "hne_Deva-tam_Taml": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["hne_Deva", "tam_Taml"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "hne_Deva-tam_Taml", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 96803166, "num_examples": 143808, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/hne_Deva-tam_Taml.gz": {"num_bytes": 25732749, "checksum": "9a0186fa73269feadfc78e5db1174ad8b2e2a98c3e39d44083176b595e621af0"}}, "download_size": 25732749, "post_processing_size": null, "dataset_size": 96803166, "size_in_bytes": 122535915}, "hne_Deva-tel_Telu": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["hne_Deva", "tel_Telu"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "hne_Deva-tel_Telu", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 88443537, "num_examples": 146734, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/hne_Deva-tel_Telu.gz": {"num_bytes": 25845232, "checksum": "618fbf2e93d1638d23d933934644b59567dbac8badfc03e24b014f61da37ace5"}}, "download_size": 25845232, "post_processing_size": null, "dataset_size": 88443537, "size_in_bytes": 114288769}, "hne_Deva-urd_Arab": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["hne_Deva", "urd_Arab"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "hne_Deva-urd_Arab", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 60732177, "num_examples": 97842, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/hne_Deva-urd_Arab.gz": {"num_bytes": 18957149, "checksum": "80be90351cac85e920bbf706eeaef85cacdbd46f3f2ffab10194d05eab9f2787"}}, "download_size": 18957149, "post_processing_size": null, "dataset_size": 60732177, "size_in_bytes": 79689326}, "hye_Armn-rus_Cyrl": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["hye_Armn", "rus_Cyrl"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "hye_Armn-rus_Cyrl", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 3232799722, "num_examples": 4641289, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/hye_Armn-rus_Cyrl.gz": {"num_bytes": 1129480158, "checksum": "ced2b1201fc3511770cc749c6e331a69cb457c313d53d417ee499d9f6e71adad"}}, "download_size": 1129480158, "post_processing_size": null, "dataset_size": 3232799722, "size_in_bytes": 4362279880}, "ibo_Latn-gaz_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ibo_Latn", "gaz_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ibo_Latn-gaz_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 22951635, "num_examples": 63492, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ibo_Latn-gaz_Latn.gz": {"num_bytes": 8247851, "checksum": "04a4fdb89bbed673ccf572c9c6d1289a2922310a246a159010fa8d0f1f2ceca2"}}, "download_size": 8247851, "post_processing_size": null, "dataset_size": 22951635, "size_in_bytes": 31199486}, "ibo_Latn-kam_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ibo_Latn", "kam_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ibo_Latn-kam_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 17486575, "num_examples": 41429, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ibo_Latn-kam_Latn.gz": {"num_bytes": 5617389, "checksum": "21bb455a33f2b284fe2387b5817b5b9681c019121c8b816ec72bce1beeba5f79"}}, "download_size": 5617389, "post_processing_size": null, "dataset_size": 17486575, "size_in_bytes": 23103964}, "ibo_Latn-kik_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ibo_Latn", "kik_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ibo_Latn-kik_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 23437168, "num_examples": 55141, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ibo_Latn-kik_Latn.gz": {"num_bytes": 7350128, "checksum": "5ae7fa5a9c6acd817bc71419d47ae06f135e64d2d2004787680085039e89b070"}}, "download_size": 7350128, "post_processing_size": null, "dataset_size": 23437168, "size_in_bytes": 30787296}, "ibo_Latn-kin_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ibo_Latn", "kin_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ibo_Latn-kin_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 75505730, "num_examples": 181304, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ibo_Latn-kin_Latn.gz": {"num_bytes": 26788524, "checksum": "bcf39da0223f83644e8f65e8ef3a43584be0570691f172e212ef464673b365e2"}}, "download_size": 26788524, "post_processing_size": null, "dataset_size": 75505730, "size_in_bytes": 102294254}, "ibo_Latn-kmb_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ibo_Latn", "kmb_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ibo_Latn-kmb_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 16720647, "num_examples": 39828, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ibo_Latn-kmb_Latn.gz": {"num_bytes": 5411466, "checksum": "493ae9a2a1811587c5a7cf647a03a413cad9fc8ab2528d8183dae8a949e63bea"}}, "download_size": 5411466, "post_processing_size": null, "dataset_size": 16720647, "size_in_bytes": 22132113}, "ibo_Latn-knc_Arab": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ibo_Latn", "knc_Arab"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ibo_Latn-knc_Arab", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 63530682, "num_examples": 121321, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ibo_Latn-knc_Arab.gz": {"num_bytes": 21424589, "checksum": "6782c8d12f9881b7a0dd16c68a245dfbca25c250c4dafc9355a13d2d8ea70ea2"}}, "download_size": 21424589, "post_processing_size": null, "dataset_size": 63530682, "size_in_bytes": 84955271}, "ibo_Latn-knc_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ibo_Latn", "knc_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ibo_Latn-knc_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 5968778, "num_examples": 14793, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ibo_Latn-knc_Latn.gz": {"num_bytes": 2165982, "checksum": "1cb7a109fca05d681291e15e54d1fce38149fdb498e76630547c43c53229840f"}}, "download_size": 2165982, "post_processing_size": null, "dataset_size": 5968778, "size_in_bytes": 8134760}, "ibo_Latn-kon_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ibo_Latn", "kon_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ibo_Latn-kon_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 26904919, "num_examples": 68066, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ibo_Latn-kon_Latn.gz": {"num_bytes": 9165201, "checksum": "5e9fe34ab647cf20de474821c514de6e9a69139d2de07776bddcec3873b4a80a"}}, "download_size": 9165201, "post_processing_size": null, "dataset_size": 26904919, "size_in_bytes": 36070120}, "ibo_Latn-lin_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ibo_Latn", "lin_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ibo_Latn-lin_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 38727498, "num_examples": 93766, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ibo_Latn-lin_Latn.gz": {"num_bytes": 12988941, "checksum": "a0c204d503cbc26654241cb7d397b812e880eaf0d0e2e04cb397df47f5e5d1a1"}}, "download_size": 12988941, "post_processing_size": null, "dataset_size": 38727498, "size_in_bytes": 51716439}, "ibo_Latn-lua_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ibo_Latn", "lua_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ibo_Latn-lua_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 31857420, "num_examples": 77451, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ibo_Latn-lua_Latn.gz": {"num_bytes": 10748506, "checksum": "e34984c5da4452f624562a7a07ce16f9d1b0dd4daf0e8ad6e1a48dcd7063a522"}}, "download_size": 10748506, "post_processing_size": null, "dataset_size": 31857420, "size_in_bytes": 42605926}, "ibo_Latn-lug_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ibo_Latn", "lug_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ibo_Latn-lug_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 45094813, "num_examples": 111322, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ibo_Latn-lug_Latn.gz": {"num_bytes": 16003908, "checksum": "996a015c458f7652d1fdeae096d521b80a8f8339734fd1b4ed502bbeaf97d336"}}, "download_size": 16003908, "post_processing_size": null, "dataset_size": 45094813, "size_in_bytes": 61098721}, "ibo_Latn-luo_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ibo_Latn", "luo_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ibo_Latn-luo_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 39552207, "num_examples": 91359, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ibo_Latn-luo_Latn.gz": {"num_bytes": 13106635, "checksum": "786214c643afacfa54a0f788a225aff2f793a2d1b469b3af06962ff21829e45f"}}, "download_size": 13106635, "post_processing_size": null, "dataset_size": 39552207, "size_in_bytes": 52658842}, "ibo_Latn-nso_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ibo_Latn", "nso_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ibo_Latn-nso_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 40146298, "num_examples": 102943, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ibo_Latn-nso_Latn.gz": {"num_bytes": 13867970, "checksum": "ff69643d4239bdaae70d0bbae7e66bda76009c8bf364185977458e40b4ab8ae9"}}, "download_size": 13867970, "post_processing_size": null, "dataset_size": 40146298, "size_in_bytes": 54014268}, "ibo_Latn-nus_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ibo_Latn", "nus_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ibo_Latn-nus_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 9665267, "num_examples": 24786, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ibo_Latn-nus_Latn.gz": {"num_bytes": 3244637, "checksum": "528f2fd929f429e80f9f6bbc7d5900e0532c362cf9cc73275850e9d4a4357790"}}, "download_size": 3244637, "post_processing_size": null, "dataset_size": 9665267, "size_in_bytes": 12909904}, "ibo_Latn-nya_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ibo_Latn", "nya_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ibo_Latn-nya_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 246464442, "num_examples": 529822, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ibo_Latn-nya_Latn.gz": {"num_bytes": 83199900, "checksum": "178af27632c5a391d943cae4cddf3caa855e4d6ce215ddf026d01162f2f6b5f8"}}, "download_size": 83199900, "post_processing_size": null, "dataset_size": 246464442, "size_in_bytes": 329664342}, "ibo_Latn-run_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ibo_Latn", "run_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ibo_Latn-run_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 58947758, "num_examples": 134613, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ibo_Latn-run_Latn.gz": {"num_bytes": 20492002, "checksum": "48c80003f019edbd9f7159b95c9e9ecb04227e9cfed731729834e98991e4e079"}}, "download_size": 20492002, "post_processing_size": null, "dataset_size": 58947758, "size_in_bytes": 79439760}, "ibo_Latn-sna_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ibo_Latn", "sna_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ibo_Latn-sna_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 236240185, "num_examples": 498036, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ibo_Latn-sna_Latn.gz": {"num_bytes": 79732237, "checksum": "2c58d3171fc43cbb8e79a7714366f146739bba0f6db560d90fed856e67808dac"}}, "download_size": 79732237, "post_processing_size": null, "dataset_size": 236240185, "size_in_bytes": 315972422}, "ibo_Latn-som_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ibo_Latn", "som_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ibo_Latn-som_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 155883939, "num_examples": 379753, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ibo_Latn-som_Latn.gz": {"num_bytes": 54738718, "checksum": "a9ad3168de3935d3130a16cf4a64609dec51aae86470215536b58b0e1a49ac7c"}}, "download_size": 54738718, "post_processing_size": null, "dataset_size": 155883939, "size_in_bytes": 210622657}, "ibo_Latn-sot_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ibo_Latn", "sot_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ibo_Latn-sot_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 242916782, "num_examples": 510008, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ibo_Latn-sot_Latn.gz": {"num_bytes": 81103445, "checksum": "88f33990bd1b7239613aef5a35e00d0953d8cadd0e92f8c970a0f01d4289b637"}}, "download_size": 81103445, "post_processing_size": null, "dataset_size": 242916782, "size_in_bytes": 324020227}, "ibo_Latn-ssw_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ibo_Latn", "ssw_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ibo_Latn-ssw_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 18422307, "num_examples": 49075, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ibo_Latn-ssw_Latn.gz": {"num_bytes": 6357989, "checksum": "0934f34d1e5611d38bb6861751190c492c660f8991be79b3919c7bbefbb8d5e5"}}, "download_size": 6357989, "post_processing_size": null, "dataset_size": 18422307, "size_in_bytes": 24780296}, "ibo_Latn-swh_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ibo_Latn", "swh_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ibo_Latn-swh_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 263789390, "num_examples": 536881, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ibo_Latn-swh_Latn.gz": {"num_bytes": 89273650, "checksum": "74725cd5d3de12fca1ba76ce733c9b5e52672d9fa53dba4c2131966e86f5d7df"}}, "download_size": 89273650, "post_processing_size": null, "dataset_size": 263789390, "size_in_bytes": 353063040}, "ibo_Latn-tir_Ethi": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ibo_Latn", "tir_Ethi"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ibo_Latn-tir_Ethi", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 51776452, "num_examples": 101632, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ibo_Latn-tir_Ethi.gz": {"num_bytes": 16056450, "checksum": "fc3839144f60684bec5b2afb04234a1b8c1249bb77e71d5d244b248a653e85e3"}}, "download_size": 16056450, "post_processing_size": null, "dataset_size": 51776452, "size_in_bytes": 67832902}, "ibo_Latn-tsn_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ibo_Latn", "tsn_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ibo_Latn-tsn_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 64439692, "num_examples": 159643, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ibo_Latn-tsn_Latn.gz": {"num_bytes": 22259260, "checksum": "3669240b7073515774e02a5e9bf0ba584161c75ecf281eee9346cb87caa0a807"}}, "download_size": 22259260, "post_processing_size": null, "dataset_size": 64439692, "size_in_bytes": 86698952}, "ibo_Latn-tso_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ibo_Latn", "tso_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ibo_Latn-tso_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 55171586, "num_examples": 131392, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ibo_Latn-tso_Latn.gz": {"num_bytes": 18935800, "checksum": "2a8fe850640ae9b473c2acbb368b0ae6d3f95c12c0d8189fe646db559f55f6b7"}}, "download_size": 18935800, "post_processing_size": null, "dataset_size": 55171586, "size_in_bytes": 74107386}, "ibo_Latn-tum_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ibo_Latn", "tum_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ibo_Latn-tum_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 57912293, "num_examples": 133589, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ibo_Latn-tum_Latn.gz": {"num_bytes": 18832191, "checksum": "008a130e15938722cf1eddf3146beb6aa880d8c7db4470eb1f5e2a24a0c4d328"}}, "download_size": 18832191, "post_processing_size": null, "dataset_size": 57912293, "size_in_bytes": 76744484}, "ibo_Latn-twi_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ibo_Latn", "twi_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ibo_Latn-twi_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 53587313, "num_examples": 127455, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ibo_Latn-twi_Latn.gz": {"num_bytes": 18403616, "checksum": "1244bdcea816b71a2f9cbe21051cc70e6e4c976138cbabce44fa11a25a06a63b"}}, "download_size": 18403616, "post_processing_size": null, "dataset_size": 53587313, "size_in_bytes": 71990929}, "ibo_Latn-umb_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ibo_Latn", "umb_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ibo_Latn-umb_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 24159629, "num_examples": 58531, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ibo_Latn-umb_Latn.gz": {"num_bytes": 8285769, "checksum": "a7132f0b013dfd294181507c595f3c7546c9c4e275a3ccbc826849437426fff5"}}, "download_size": 8285769, "post_processing_size": null, "dataset_size": 24159629, "size_in_bytes": 32445398}, "ibo_Latn-wol_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ibo_Latn", "wol_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ibo_Latn-wol_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 19667918, "num_examples": 50187, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ibo_Latn-wol_Latn.gz": {"num_bytes": 7144012, "checksum": "5d18e775f10f029b0855d91e7fcdb039f32d219916216cc8ceed21486eedbcf9"}}, "download_size": 7144012, "post_processing_size": null, "dataset_size": 19667918, "size_in_bytes": 26811930}, "ibo_Latn-xho_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ibo_Latn", "xho_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ibo_Latn-xho_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 153710171, "num_examples": 356544, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ibo_Latn-xho_Latn.gz": {"num_bytes": 53541987, "checksum": "ac65cdb52e6f49148ec391a90de407e70adbebac8b4b56f84e7bf37ffcda45b9"}}, "download_size": 53541987, "post_processing_size": null, "dataset_size": 153710171, "size_in_bytes": 207252158}, "ibo_Latn-yor_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ibo_Latn", "yor_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ibo_Latn-yor_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 191293379, "num_examples": 414643, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ibo_Latn-yor_Latn.gz": {"num_bytes": 64158495, "checksum": "bbe2bd7f61b9d9ca06e7dff734f3f4515cda340cae732556707233e821268f0b"}}, "download_size": 64158495, "post_processing_size": null, "dataset_size": 191293379, "size_in_bytes": 255451874}, "ibo_Latn-zul_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ibo_Latn", "zul_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ibo_Latn-zul_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 277299127, "num_examples": 609149, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ibo_Latn-zul_Latn.gz": {"num_bytes": 95287403, "checksum": "280689570a3fa5d4c68d51c9031395b1fbcfb6b8814c272563e2c0e81c678401"}}, "download_size": 95287403, "post_processing_size": null, "dataset_size": 277299127, "size_in_bytes": 372586530}, "ilo_Latn-jav_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ilo_Latn", "jav_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ilo_Latn-jav_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 164081656, "num_examples": 351711, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ilo_Latn-jav_Latn.gz": {"num_bytes": 55962717, "checksum": "3f1ee9bc5088822095406b01b820486d3fbc293eb2a59cad14b1fecf807b734b"}}, "download_size": 55962717, "post_processing_size": null, "dataset_size": 164081656, "size_in_bytes": 220044373}, "ilo_Latn-min_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ilo_Latn", "min_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ilo_Latn-min_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 44551102, "num_examples": 103557, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ilo_Latn-min_Latn.gz": {"num_bytes": 15282803, "checksum": "059f407715c22dd757708a1a0f5eba6f4d4b3685f3326d3d89f0be8fe1008e43"}}, "download_size": 15282803, "post_processing_size": null, "dataset_size": 44551102, "size_in_bytes": 59833905}, "ilo_Latn-mri_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ilo_Latn", "mri_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ilo_Latn-mri_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 71486388, "num_examples": 146595, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ilo_Latn-mri_Latn.gz": {"num_bytes": 23614699, "checksum": "bd835293417ea7275434e9b947a8ef90455756e68fd92a39305902dd788e28b5"}}, "download_size": 23614699, "post_processing_size": null, "dataset_size": 71486388, "size_in_bytes": 95101087}, "ilo_Latn-pag_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ilo_Latn", "pag_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ilo_Latn-pag_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 112324250, "num_examples": 255060, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ilo_Latn-pag_Latn.gz": {"num_bytes": 36275390, "checksum": "706fabb9c12eb93812e8ea672db3f42700066dd4e1726b868b67484dac921393"}}, "download_size": 36275390, "post_processing_size": null, "dataset_size": 112324250, "size_in_bytes": 148599640}, "ilo_Latn-plt_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ilo_Latn", "plt_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ilo_Latn-plt_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 229142168, "num_examples": 454663, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ilo_Latn-plt_Latn.gz": {"num_bytes": 74036407, "checksum": "19bcd53a332b0d298d025bd6a59ef1b5402971b0d6ef33f69cabf70dfa70f346"}}, "download_size": 74036407, "post_processing_size": null, "dataset_size": 229142168, "size_in_bytes": 303178575}, "ilo_Latn-smo_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ilo_Latn", "smo_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ilo_Latn-smo_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 111897265, "num_examples": 221999, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ilo_Latn-smo_Latn.gz": {"num_bytes": 35244875, "checksum": "f28ca6b0b35ca480bfbe22b4119c7ff2aedf9762d29a8a39a408c73cfd57c8af"}}, "download_size": 35244875, "post_processing_size": null, "dataset_size": 111897265, "size_in_bytes": 147142140}, "ilo_Latn-sun_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ilo_Latn", "sun_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ilo_Latn-sun_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 98522387, "num_examples": 212276, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ilo_Latn-sun_Latn.gz": {"num_bytes": 33487989, "checksum": "ae7cfc98397d59cfb644bb0516e65ecfd0fd3116846364b30309787a38605be9"}}, "download_size": 33487989, "post_processing_size": null, "dataset_size": 98522387, "size_in_bytes": 132010376}, "ilo_Latn-war_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ilo_Latn", "war_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ilo_Latn-war_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 175522067, "num_examples": 421819, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ilo_Latn-war_Latn.gz": {"num_bytes": 59723307, "checksum": "727958e8aeb15c6b4a0f182bccf82ad2cbfc27fa9af673a0192c55dc99bd363e"}}, "download_size": 59723307, "post_processing_size": null, "dataset_size": 175522067, "size_in_bytes": 235245374}, "ind_Latn-ace_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ind_Latn", "ace_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ind_Latn-ace_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 775496199, "num_examples": 1454976, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ind_Latn-ace_Latn.gz": {"num_bytes": 290604646, "checksum": "1268845d6649409cc35e9ec92d84e95a0b08b33168d7f460196d853024b1a342"}}, "download_size": 290604646, "post_processing_size": null, "dataset_size": 775496199, "size_in_bytes": 1066100845}, "ind_Latn-ban_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ind_Latn", "ban_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ind_Latn-ban_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 413722533, "num_examples": 732976, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ind_Latn-ban_Latn.gz": {"num_bytes": 151541057, "checksum": "f324bcb7d165b74bd773fcfd0cb965189eba6aed3566ebff4b9e9af313c259e8"}}, "download_size": 151541057, "post_processing_size": null, "dataset_size": 413722533, "size_in_bytes": 565263590}, "ind_Latn-jav_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ind_Latn", "jav_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ind_Latn-jav_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 998483639, "num_examples": 1929462, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ind_Latn-jav_Latn.gz": {"num_bytes": 346095817, "checksum": "cc8abed14ab0e064bd99124928aa0603373d3be4dc51463e4b9f2e7114e57138"}}, "download_size": 346095817, "post_processing_size": null, "dataset_size": 998483639, "size_in_bytes": 1344579456}, "ind_Latn-khm_Khmr": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ind_Latn", "khm_Khmr"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ind_Latn-khm_Khmr", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 4340156840, "num_examples": 5006918, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ind_Latn-khm_Khmr.gz": {"num_bytes": 1470470112, "checksum": "7cd1ee546d9b7ae167fc03cfb420ee51596324dc16abc6a97d3354b734f5c263"}}, "download_size": 1470470112, "post_processing_size": null, "dataset_size": 4340156840, "size_in_bytes": 5810626952}, "ind_Latn-lao_Laoo": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ind_Latn", "lao_Laoo"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ind_Latn-lao_Laoo", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1727535348, "num_examples": 2249990, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ind_Latn-lao_Laoo.gz": {"num_bytes": 590024234, "checksum": "50d4819ce00953372dcae21c3346574ce8f7487778b3ee3293f345c5e4334a93"}}, "download_size": 590024234, "post_processing_size": null, "dataset_size": 1727535348, "size_in_bytes": 2317559582}, "ind_Latn-min_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ind_Latn", "min_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ind_Latn-min_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 658784082, "num_examples": 1466998, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ind_Latn-min_Latn.gz": {"num_bytes": 227152277, "checksum": "415ccb3ff55d175dfe98aff606c7bbed91d3759d382122f2f388f234d26ea39e"}}, "download_size": 227152277, "post_processing_size": null, "dataset_size": 658784082, "size_in_bytes": 885936359}, "ind_Latn-mya_Mymr": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ind_Latn", "mya_Mymr"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ind_Latn-mya_Mymr", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 3122409629, "num_examples": 4181029, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ind_Latn-mya_Mymr.gz": {"num_bytes": 1051225051, "checksum": "f242cca8b42411acfb23137812268245077cacfb22cb2c0f46310712db44dd38"}}, "download_size": 1051225051, "post_processing_size": null, "dataset_size": 3122409629, "size_in_bytes": 4173634680}, "ind_Latn-shn_Mymr": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ind_Latn", "shn_Mymr"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ind_Latn-shn_Mymr", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 164506328, "num_examples": 246635, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ind_Latn-shn_Mymr.gz": {"num_bytes": 51116297, "checksum": "392d463180216f3209349f3abc48e20a63da84f689dce7d5701e32a27e0f56aa"}}, "download_size": 51116297, "post_processing_size": null, "dataset_size": 164506328, "size_in_bytes": 215622625}, "ind_Latn-sun_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ind_Latn", "sun_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ind_Latn-sun_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1711867976, "num_examples": 3029624, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ind_Latn-sun_Latn.gz": {"num_bytes": 637110073, "checksum": "2e32e0b308246110c76f37ef297954f922c48288793d73c8dd62098b64667a00"}}, "download_size": 637110073, "post_processing_size": null, "dataset_size": 1711867976, "size_in_bytes": 2348978049}, "jav_Latn-min_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["jav_Latn", "min_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "jav_Latn-min_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 39107479, "num_examples": 87422, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/jav_Latn-min_Latn.gz": {"num_bytes": 13352270, "checksum": "dbce6763a9fab8ec6ea803bfb5ee1969d72e1153edd3cc38c82f80a1367f26d9"}}, "download_size": 13352270, "post_processing_size": null, "dataset_size": 39107479, "size_in_bytes": 52459749}, "jav_Latn-mri_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["jav_Latn", "mri_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "jav_Latn-mri_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 253835300, "num_examples": 495292, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/jav_Latn-mri_Latn.gz": {"num_bytes": 87022727, "checksum": "ea5a5c3df47521668d3aae50795f3c07c505fdb4b6fd209800a3155f06cd94ff"}}, "download_size": 87022727, "post_processing_size": null, "dataset_size": 253835300, "size_in_bytes": 340858027}, "jav_Latn-pag_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["jav_Latn", "pag_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "jav_Latn-pag_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 72069808, "num_examples": 160875, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/jav_Latn-pag_Latn.gz": {"num_bytes": 24633481, "checksum": "3659de888df3102c912cbfb3cc1a755bf889916bdc09fdb8341daac01fe3221f"}}, "download_size": 24633481, "post_processing_size": null, "dataset_size": 72069808, "size_in_bytes": 96703289}, "jav_Latn-plt_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["jav_Latn", "plt_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "jav_Latn-plt_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 593333781, "num_examples": 1120181, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/jav_Latn-plt_Latn.gz": {"num_bytes": 201438361, "checksum": "c9323750bd458a833d67762e98b51ae051bcc832a47e5f25d3ebde8203890c69"}}, "download_size": 201438361, "post_processing_size": null, "dataset_size": 593333781, "size_in_bytes": 794772142}, "jav_Latn-smo_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["jav_Latn", "smo_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "jav_Latn-smo_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 326938331, "num_examples": 623784, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/jav_Latn-smo_Latn.gz": {"num_bytes": 110083150, "checksum": "fd28eb8a1ce517a6c37eb20342940c495390273aed771c5056376387036074f6"}}, "download_size": 110083150, "post_processing_size": null, "dataset_size": 326938331, "size_in_bytes": 437021481}, "jav_Latn-sun_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["jav_Latn", "sun_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "jav_Latn-sun_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 500100688, "num_examples": 933046, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/jav_Latn-sun_Latn.gz": {"num_bytes": 166300786, "checksum": "b1590368c9ca96d1144f0ccff8fcbf45615ede97bba08be2ca1cad1d9bbb57da"}}, "download_size": 166300786, "post_processing_size": null, "dataset_size": 500100688, "size_in_bytes": 666401474}, "jav_Latn-war_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["jav_Latn", "war_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "jav_Latn-war_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 193557478, "num_examples": 444992, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/jav_Latn-war_Latn.gz": {"num_bytes": 68890771, "checksum": "8dafde226204abc3f462017049ab4ac137387123a9a50bc6ad617cd31006bfd1"}}, "download_size": 68890771, "post_processing_size": null, "dataset_size": 193557478, "size_in_bytes": 262448249}, "kam_Latn-gaz_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kam_Latn", "gaz_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kam_Latn-gaz_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 16101081, "num_examples": 37902, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kam_Latn-gaz_Latn.gz": {"num_bytes": 5255632, "checksum": "177aec0cea3b9d2e403aa5e1da8d48c267ad4bd178548a2da338d14d5deb9bab"}}, "download_size": 5255632, "post_processing_size": null, "dataset_size": 16101081, "size_in_bytes": 21356713}, "kam_Latn-kik_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kam_Latn", "kik_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kam_Latn-kik_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 8690536, "num_examples": 18711, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kam_Latn-kik_Latn.gz": {"num_bytes": 2612569, "checksum": "d9d44605ed1f5b9fc1d3fe0eaa530a613880bee57a8a7e74016a536de9403886"}}, "download_size": 2612569, "post_processing_size": null, "dataset_size": 8690536, "size_in_bytes": 11303105}, "kam_Latn-kin_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kam_Latn", "kin_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kam_Latn-kin_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 37840977, "num_examples": 74997, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kam_Latn-kin_Latn.gz": {"num_bytes": 11912226, "checksum": "426460cf993a4a75fab3ab6bb64ed6c377f45913b1ada5c0214798b9e5a039d1"}}, "download_size": 11912226, "post_processing_size": null, "dataset_size": 37840977, "size_in_bytes": 49753203}, "kam_Latn-kmb_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kam_Latn", "kmb_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kam_Latn-kmb_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 15181070, "num_examples": 27811, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kam_Latn-kmb_Latn.gz": {"num_bytes": 4253810, "checksum": "193d0414e10c6bc361ce63c69fa5b2a422ced1f0ade8d79df9eb0b68452558bf"}}, "download_size": 4253810, "post_processing_size": null, "dataset_size": 15181070, "size_in_bytes": 19434880}, "kam_Latn-knc_Arab": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kam_Latn", "knc_Arab"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kam_Latn-knc_Arab", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 120555732, "num_examples": 172819, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kam_Latn-knc_Arab.gz": {"num_bytes": 36568877, "checksum": "9e0af97e8f98b3bccf27d2fc76f244ec3aa780bfefcb90048139ca5c9923a917"}}, "download_size": 36568877, "post_processing_size": null, "dataset_size": 120555732, "size_in_bytes": 157124609}, "kam_Latn-knc_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kam_Latn", "knc_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kam_Latn-knc_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 2481732, "num_examples": 5311, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kam_Latn-knc_Latn.gz": {"num_bytes": 867145, "checksum": "e95e4d5f7f069670bf50da6d556ddbb73016c059f6082dfe640081fb19f7f2d2"}}, "download_size": 867145, "post_processing_size": null, "dataset_size": 2481732, "size_in_bytes": 3348877}, "kam_Latn-kon_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kam_Latn", "kon_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kam_Latn-kon_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 17869836, "num_examples": 35726, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kam_Latn-kon_Latn.gz": {"num_bytes": 5386128, "checksum": "781baf97f7e8df7772f963cade083dadb67e454678ea8b4c007bad647ec13f79"}}, "download_size": 5386128, "post_processing_size": null, "dataset_size": 17869836, "size_in_bytes": 23255964}, "kam_Latn-lin_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kam_Latn", "lin_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kam_Latn-lin_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 26300021, "num_examples": 50317, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kam_Latn-lin_Latn.gz": {"num_bytes": 7750601, "checksum": "5814afd6702c3c0f60bafbc28d49ddb1c5792958fb5951184f8b2e898a20a8c4"}}, "download_size": 7750601, "post_processing_size": null, "dataset_size": 26300021, "size_in_bytes": 34050622}, "kam_Latn-lua_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kam_Latn", "lua_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kam_Latn-lua_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 30137739, "num_examples": 54670, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kam_Latn-lua_Latn.gz": {"num_bytes": 8913509, "checksum": "4193b269b1218fdf3eacd3c59aaf5ae95690344ec6f4ea052e9ca806acce2cd9"}}, "download_size": 8913509, "post_processing_size": null, "dataset_size": 30137739, "size_in_bytes": 39051248}, "kam_Latn-lug_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kam_Latn", "lug_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kam_Latn-lug_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 26068372, "num_examples": 53058, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kam_Latn-lug_Latn.gz": {"num_bytes": 8522746, "checksum": "36df5a4ac4bf793e71b5748c4588bb929b44b8ecf79706e4522f680aee959428"}}, "download_size": 8522746, "post_processing_size": null, "dataset_size": 26068372, "size_in_bytes": 34591118}, "kam_Latn-luo_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kam_Latn", "luo_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kam_Latn-luo_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 19749032, "num_examples": 39299, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kam_Latn-luo_Latn.gz": {"num_bytes": 6192150, "checksum": "5a8830f1844fb218df0113a39f87a38a34bf50ffc8bbf033e7e42dc8cc967bc3"}}, "download_size": 6192150, "post_processing_size": null, "dataset_size": 19749032, "size_in_bytes": 25941182}, "kam_Latn-nso_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kam_Latn", "nso_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kam_Latn-nso_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 16336336, "num_examples": 37846, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kam_Latn-nso_Latn.gz": {"num_bytes": 5284047, "checksum": "ec69f4969385af666e4633d81d5418f410abf2d7ede3c135af96e0ee8ead2bfb"}}, "download_size": 5284047, "post_processing_size": null, "dataset_size": 16336336, "size_in_bytes": 21620383}, "kam_Latn-nus_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kam_Latn", "nus_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kam_Latn-nus_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 2850306, "num_examples": 6081, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kam_Latn-nus_Latn.gz": {"num_bytes": 936040, "checksum": "f3930150a12819851ea5decf1f5a7e805d8db403a42b1246b1d8321319773778"}}, "download_size": 936040, "post_processing_size": null, "dataset_size": 2850306, "size_in_bytes": 3786346}, "kam_Latn-nya_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kam_Latn", "nya_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kam_Latn-nya_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 50373619, "num_examples": 92690, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kam_Latn-nya_Latn.gz": {"num_bytes": 15151995, "checksum": "f2b1f7125657538cf16b904de0fa8874894dccd2537049ace506ebd1ee1be674"}}, "download_size": 15151995, "post_processing_size": null, "dataset_size": 50373619, "size_in_bytes": 65525614}, "kam_Latn-run_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kam_Latn", "run_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kam_Latn-run_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 41059703, "num_examples": 72991, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kam_Latn-run_Latn.gz": {"num_bytes": 12253047, "checksum": "83d8b334e24a6ea57ae9a0a1f980ffe941ca93a3c4a91aadc03670db37fcb47b"}}, "download_size": 12253047, "post_processing_size": null, "dataset_size": 41059703, "size_in_bytes": 53312750}, "kam_Latn-sna_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kam_Latn", "sna_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kam_Latn-sna_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 51126982, "num_examples": 94694, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kam_Latn-sna_Latn.gz": {"num_bytes": 15340771, "checksum": "ca3d40a55962025b9ae0bef44a5bf78b82d882f8ab4df08d4947fda4663d90ff"}}, "download_size": 15340771, "post_processing_size": null, "dataset_size": 51126982, "size_in_bytes": 66467753}, "kam_Latn-som_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kam_Latn", "som_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kam_Latn-som_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 38388402, "num_examples": 87143, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kam_Latn-som_Latn.gz": {"num_bytes": 12259280, "checksum": "5704ea30e8bc10292f63ed1a41d761963e06e91b120353bb4e44e4b1e97e6e25"}}, "download_size": 12259280, "post_processing_size": null, "dataset_size": 38388402, "size_in_bytes": 50647682}, "kam_Latn-sot_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kam_Latn", "sot_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kam_Latn-sot_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 31045163, "num_examples": 64088, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kam_Latn-sot_Latn.gz": {"num_bytes": 9754207, "checksum": "52c0e5d1391c65bd7639b23f1ac0777bd7b54b3e380190be4119fce0831f2f38"}}, "download_size": 9754207, "post_processing_size": null, "dataset_size": 31045163, "size_in_bytes": 40799370}, "kam_Latn-ssw_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kam_Latn", "ssw_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kam_Latn-ssw_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 7763471, "num_examples": 18509, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kam_Latn-ssw_Latn.gz": {"num_bytes": 2502287, "checksum": "e20e0ff88ac52d4a00663f0bc171380c29f24c2c5355347b2454fb1c2ba83740"}}, "download_size": 2502287, "post_processing_size": null, "dataset_size": 7763471, "size_in_bytes": 10265758}, "kam_Latn-swh_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kam_Latn", "swh_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kam_Latn-swh_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 116292363, "num_examples": 223368, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kam_Latn-swh_Latn.gz": {"num_bytes": 35781867, "checksum": "0ede3f0452296d364db5766cde11f00543bb319c7482f06dc077771028d36aaf"}}, "download_size": 35781867, "post_processing_size": null, "dataset_size": 116292363, "size_in_bytes": 152074230}, "kam_Latn-tir_Ethi": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kam_Latn", "tir_Ethi"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kam_Latn-tir_Ethi", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 34821118, "num_examples": 48413, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kam_Latn-tir_Ethi.gz": {"num_bytes": 9166176, "checksum": "7f6dc9b4af373bb24c0145fb2b8d2211b317daddd67398f966d007340bf30255"}}, "download_size": 9166176, "post_processing_size": null, "dataset_size": 34821118, "size_in_bytes": 43987294}, "kam_Latn-tsn_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kam_Latn", "tsn_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kam_Latn-tsn_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 34699086, "num_examples": 71382, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kam_Latn-tsn_Latn.gz": {"num_bytes": 10951294, "checksum": "e9914f0c4cf60cc6bc6a00fa875938577ef63a3ca313ddd3631c9506f2522088"}}, "download_size": 10951294, "post_processing_size": null, "dataset_size": 34699086, "size_in_bytes": 45650380}, "kam_Latn-tso_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kam_Latn", "tso_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kam_Latn-tso_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 40817351, "num_examples": 75284, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kam_Latn-tso_Latn.gz": {"num_bytes": 12417029, "checksum": "5f66989b57c3b938326725701e21dadaeada3b1b5626a95d94033672a1adb030"}}, "download_size": 12417029, "post_processing_size": null, "dataset_size": 40817351, "size_in_bytes": 53234380}, "kam_Latn-tum_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kam_Latn", "tum_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kam_Latn-tum_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 35269352, "num_examples": 63077, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kam_Latn-tum_Latn.gz": {"num_bytes": 10130841, "checksum": "85081b960474c520e52f33dd323a41a9c2f87d1462fecc71aadfdd51497f02ae"}}, "download_size": 10130841, "post_processing_size": null, "dataset_size": 35269352, "size_in_bytes": 45400193}, "kam_Latn-twi_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kam_Latn", "twi_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kam_Latn-twi_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 36705215, "num_examples": 67883, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kam_Latn-twi_Latn.gz": {"num_bytes": 11295996, "checksum": "13a58cb5f13d902136ab9a25562bb4275a0a815ce0af2386e28fa1ab2f08d376"}}, "download_size": 11295996, "post_processing_size": null, "dataset_size": 36705215, "size_in_bytes": 48001211}, "kam_Latn-umb_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kam_Latn", "umb_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kam_Latn-umb_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 22136166, "num_examples": 41134, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kam_Latn-umb_Latn.gz": {"num_bytes": 6713411, "checksum": "1fc1172ca3a6d24975628087502cb6c2e91a667ee5916c3f9bbb70d64ad2c390"}}, "download_size": 6713411, "post_processing_size": null, "dataset_size": 22136166, "size_in_bytes": 28849577}, "kam_Latn-wol_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kam_Latn", "wol_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kam_Latn-wol_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 5912744, "num_examples": 13110, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kam_Latn-wol_Latn.gz": {"num_bytes": 2005744, "checksum": "066a7a4651d69ab5d3663cb7fcd276a2be74d01d2d68e30b87c6987aa46d6245"}}, "download_size": 2005744, "post_processing_size": null, "dataset_size": 5912744, "size_in_bytes": 7918488}, "kam_Latn-xho_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kam_Latn", "xho_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kam_Latn-xho_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 41809069, "num_examples": 81623, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kam_Latn-xho_Latn.gz": {"num_bytes": 12730090, "checksum": "a82c2b5f811f04bc112287681ae5841b34e105dc22c852af1de4a1a7362d4f19"}}, "download_size": 12730090, "post_processing_size": null, "dataset_size": 41809069, "size_in_bytes": 54539159}, "kam_Latn-yor_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kam_Latn", "yor_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kam_Latn-yor_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 31450160, "num_examples": 71526, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kam_Latn-yor_Latn.gz": {"num_bytes": 9965730, "checksum": "1b6206327f302d4a5aa0cf48fe2dfd43b55e1ba9de76535565fd31cbeba077ad"}}, "download_size": 9965730, "post_processing_size": null, "dataset_size": 31450160, "size_in_bytes": 41415890}, "kam_Latn-zul_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kam_Latn", "zul_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kam_Latn-zul_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 65545130, "num_examples": 121894, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kam_Latn-zul_Latn.gz": {"num_bytes": 19691324, "checksum": "f858c7be81e848f3dbd34d08d4251986f594e617de53f6926632dfa82d47626b"}}, "download_size": 19691324, "post_processing_size": null, "dataset_size": 65545130, "size_in_bytes": 85236454}, "kan_Knda-kas_Arab": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kan_Knda", "kas_Arab"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kan_Knda-kas_Arab", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 36035324, "num_examples": 72584, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kan_Knda-kas_Arab.gz": {"num_bytes": 10766283, "checksum": "6de1da782c327f891b7f7dca752797451e775c1f1859de1f50f9f572cad5e0e4"}}, "download_size": 10766283, "post_processing_size": null, "dataset_size": 36035324, "size_in_bytes": 46801607}, "kan_Knda-kas_Deva": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kan_Knda", "kas_Deva"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kan_Knda-kas_Deva", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 81301709, "num_examples": 144894, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kan_Knda-kas_Deva.gz": {"num_bytes": 24835035, "checksum": "111990ac7f4399a233815242d3d1a61c357506ffbb8e684046fd1f6d024c91d3"}}, "download_size": 24835035, "post_processing_size": null, "dataset_size": 81301709, "size_in_bytes": 106136744}, "kan_Knda-mag_Deva": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kan_Knda", "mag_Deva"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kan_Knda-mag_Deva", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 151496596, "num_examples": 281578, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kan_Knda-mag_Deva.gz": {"num_bytes": 45139846, "checksum": "5d413c3ce697499929c382e6f48de4e17ea0d23715e410bfa3785d735727ee22"}}, "download_size": 45139846, "post_processing_size": null, "dataset_size": 151496596, "size_in_bytes": 196636442}, "kan_Knda-mai_Deva": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kan_Knda", "mai_Deva"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kan_Knda-mai_Deva", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 262747019, "num_examples": 460928, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kan_Knda-mai_Deva.gz": {"num_bytes": 78470560, "checksum": "1780bc06b26740b4681abe08578589e7343cc1aa54f686776023f7a37aa4f5c7"}}, "download_size": 78470560, "post_processing_size": null, "dataset_size": 262747019, "size_in_bytes": 341217579}, "kan_Knda-mal_Mlym": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kan_Knda", "mal_Mlym"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kan_Knda-mal_Mlym", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 5362224986, "num_examples": 8495020, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kan_Knda-mal_Mlym.gz": {"num_bytes": 1445580628, "checksum": "1f633d20495c93518d96b48900610fe14da7347cc9b84c243a46c87898555730"}}, "download_size": 1445580628, "post_processing_size": null, "dataset_size": 5362224986, "size_in_bytes": 6807805614}, "kan_Knda-mar_Deva": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kan_Knda", "mar_Deva"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kan_Knda-mar_Deva", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 2445508347, "num_examples": 4376180, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kan_Knda-mar_Deva.gz": {"num_bytes": 685408498, "checksum": "ab2d92fcac15fbcf0e932b5f4816009ddc8bb92720a590d61ddb31de2fd56f9f"}}, "download_size": 685408498, "post_processing_size": null, "dataset_size": 2445508347, "size_in_bytes": 3130916845}, "kan_Knda-npi_Deva": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kan_Knda", "npi_Deva"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kan_Knda-npi_Deva", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1389008719, "num_examples": 1912733, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kan_Knda-npi_Deva.gz": {"num_bytes": 390748855, "checksum": "03ba4fb37efbea7546b31fc9e7388f9d0aa1e4edbf16dae3fc36a427a93721d2"}}, "download_size": 390748855, "post_processing_size": null, "dataset_size": 1389008719, "size_in_bytes": 1779757574}, "kan_Knda-ory_Orya": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kan_Knda", "ory_Orya"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kan_Knda-ory_Orya", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1420184917, "num_examples": 2388686, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kan_Knda-ory_Orya.gz": {"num_bytes": 412590794, "checksum": "2ee9637d6120c42f1de95ca7e36e2739713ba90739eaac58e1b9bff264ff4f01"}}, "download_size": 412590794, "post_processing_size": null, "dataset_size": 1420184917, "size_in_bytes": 1832775711}, "kan_Knda-pan_Guru": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kan_Knda", "pan_Guru"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kan_Knda-pan_Guru", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1057678175, "num_examples": 1414792, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kan_Knda-pan_Guru.gz": {"num_bytes": 293657894, "checksum": "468c960b7502ba47208406b92b7d3058588bef55eaa287e5d5ef89d979d10099"}}, "download_size": 293657894, "post_processing_size": null, "dataset_size": 1057678175, "size_in_bytes": 1351336069}, "kan_Knda-san_Deva": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kan_Knda", "san_Deva"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kan_Knda-san_Deva", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 160889533, "num_examples": 278348, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kan_Knda-san_Deva.gz": {"num_bytes": 46623719, "checksum": "bfb7116d3dcb4573856158ccd905fcaccff37930e592ca95750a53938f2a3ced"}}, "download_size": 46623719, "post_processing_size": null, "dataset_size": 160889533, "size_in_bytes": 207513252}, "kan_Knda-sat_Beng": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kan_Knda", "sat_Beng"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kan_Knda-sat_Beng", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 5753441, "num_examples": 9762, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kan_Knda-sat_Beng.gz": {"num_bytes": 1355913, "checksum": "de42ddf0eedaedf9940ff250c32f7a8444d6534713553960afd7298e8aa13efd"}}, "download_size": 1355913, "post_processing_size": null, "dataset_size": 5753441, "size_in_bytes": 7109354}, "kan_Knda-sin_Sinh": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kan_Knda", "sin_Sinh"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kan_Knda-sin_Sinh", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 836340428, "num_examples": 1402838, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kan_Knda-sin_Sinh.gz": {"num_bytes": 228560400, "checksum": "6aa99eb7cfd32bc6eddbd996efa908463267999c2ed2a932eb04fba81c604df3"}}, "download_size": 228560400, "post_processing_size": null, "dataset_size": 836340428, "size_in_bytes": 1064900828}, "kan_Knda-snd_Arab": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kan_Knda", "snd_Arab"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kan_Knda-snd_Arab", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 657068405, "num_examples": 935841, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kan_Knda-snd_Arab.gz": {"num_bytes": 190734484, "checksum": "c6c3846de71e4b945f2f61b9e7c9a931cbcd49c2d8ee8cc4ce5e4ec27a65bb2c"}}, "download_size": 190734484, "post_processing_size": null, "dataset_size": 657068405, "size_in_bytes": 847802889}, "kan_Knda-tam_Taml": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kan_Knda", "tam_Taml"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kan_Knda-tam_Taml", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 2541831767, "num_examples": 3448817, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kan_Knda-tam_Taml.gz": {"num_bytes": 703450747, "checksum": "421bc372421939859e57edaca2f1ac86636c66af25b33cd94bd4d9f5b7af699f"}}, "download_size": 703450747, "post_processing_size": null, "dataset_size": 2541831767, "size_in_bytes": 3245282514}, "kan_Knda-tel_Telu": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kan_Knda", "tel_Telu"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kan_Knda-tel_Telu", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 8497283115, "num_examples": 13466384, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kan_Knda-tel_Telu.gz": {"num_bytes": 2266083564, "checksum": "3ffda423c3454264ff1a041dcb7f36ba65f0c2dd4245301d3a4dbfe4280edba9"}}, "download_size": 2266083564, "post_processing_size": null, "dataset_size": 8497283115, "size_in_bytes": 10763366679}, "kan_Knda-urd_Arab": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kan_Knda", "urd_Arab"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kan_Knda-urd_Arab", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1873386089, "num_examples": 2741837, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kan_Knda-urd_Arab.gz": {"num_bytes": 570504832, "checksum": "a14107c67d0f91a9dbd4a4526600f9575f67a5fc1648f52e34fba218d1341b6b"}}, "download_size": 570504832, "post_processing_size": null, "dataset_size": 1873386089, "size_in_bytes": 2443890921}, "kas_Arab-kas_Deva": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kas_Arab", "kas_Deva"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kas_Arab-kas_Deva", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 6802093, "num_examples": 11087, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kas_Arab-kas_Deva.gz": {"num_bytes": 2236771, "checksum": "4391c9d15a2b94780e3e251995f676873111d773635482815c0813110525a326"}}, "download_size": 2236771, "post_processing_size": null, "dataset_size": 6802093, "size_in_bytes": 9038864}, "kas_Arab-mag_Deva": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kas_Arab", "mag_Deva"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kas_Arab-mag_Deva", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 6951457, "num_examples": 11234, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kas_Arab-mag_Deva.gz": {"num_bytes": 2168616, "checksum": "0d5016e838031eee457df884e79e6c133a0a39ea55be8ac924cf0f77326fd8f9"}}, "download_size": 2168616, "post_processing_size": null, "dataset_size": 6951457, "size_in_bytes": 9120073}, "kas_Arab-mai_Deva": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kas_Arab", "mai_Deva"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kas_Arab-mai_Deva", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 8987300, "num_examples": 16081, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kas_Arab-mai_Deva.gz": {"num_bytes": 2838443, "checksum": "aad80d7b5f5d292cc18d70fce9c7b66bf3a0c90606ce012a04f969925ff91756"}}, "download_size": 2838443, "post_processing_size": null, "dataset_size": 8987300, "size_in_bytes": 11825743}, "kas_Arab-mal_Mlym": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kas_Arab", "mal_Mlym"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kas_Arab-mal_Mlym", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 46759813, "num_examples": 90354, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kas_Arab-mal_Mlym.gz": {"num_bytes": 13881908, "checksum": "b8cafc94e35bfad2d90ad5bc1ff87230ba93a5ebfa8e6b5d1393704ff2027a2b"}}, "download_size": 13881908, "post_processing_size": null, "dataset_size": 46759813, "size_in_bytes": 60641721}, "kas_Arab-mar_Deva": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kas_Arab", "mar_Deva"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kas_Arab-mar_Deva", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 27056236, "num_examples": 57996, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kas_Arab-mar_Deva.gz": {"num_bytes": 8146145, "checksum": "72d5a371f8c1b871a5108f6452a5e071d3d52943cf930fdfac7a6d8139f1fb0b"}}, "download_size": 8146145, "post_processing_size": null, "dataset_size": 27056236, "size_in_bytes": 35202381}, "kas_Arab-npi_Deva": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kas_Arab", "npi_Deva"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kas_Arab-npi_Deva", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 34978923, "num_examples": 63436, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kas_Arab-npi_Deva.gz": {"num_bytes": 10572838, "checksum": "0567f7b531dba4cc51473a8f436bf3b02cbd8ff903250a8a17b7061f13787d11"}}, "download_size": 10572838, "post_processing_size": null, "dataset_size": 34978923, "size_in_bytes": 45551761}, "kas_Arab-ory_Orya": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kas_Arab", "ory_Orya"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kas_Arab-ory_Orya", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 17748914, "num_examples": 34776, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kas_Arab-ory_Orya.gz": {"num_bytes": 5363314, "checksum": "063c474d85f8c23be0041fb747dc535fdfac9551384edd732250ca48d65dfc4d"}}, "download_size": 5363314, "post_processing_size": null, "dataset_size": 17748914, "size_in_bytes": 23112228}, "kas_Arab-pan_Guru": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kas_Arab", "pan_Guru"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kas_Arab-pan_Guru", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 17575313, "num_examples": 32060, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kas_Arab-pan_Guru.gz": {"num_bytes": 5549722, "checksum": "1cbd2a7131136c7ec59aad1398f43891414c342e633a9095818aaa0f89a93221"}}, "download_size": 5549722, "post_processing_size": null, "dataset_size": 17575313, "size_in_bytes": 23125035}, "kas_Arab-san_Deva": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kas_Arab", "san_Deva"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kas_Arab-san_Deva", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 14220780, "num_examples": 25099, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kas_Arab-san_Deva.gz": {"num_bytes": 3931106, "checksum": "f8923236db8cf24270706bbab3c29b7d047b4ede33cdb277ca7bffc782d4f05c"}}, "download_size": 3931106, "post_processing_size": null, "dataset_size": 14220780, "size_in_bytes": 18151886}, "kas_Arab-sat_Beng": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kas_Arab", "sat_Beng"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kas_Arab-sat_Beng", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 937549, "num_examples": 1478, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kas_Arab-sat_Beng.gz": {"num_bytes": 240751, "checksum": "6583113e598f74180c931ae7ea9147c20bc997b6cad6c4f5d46ff53ffd70b95b"}}, "download_size": 240751, "post_processing_size": null, "dataset_size": 937549, "size_in_bytes": 1178300}, "kas_Arab-sin_Sinh": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kas_Arab", "sin_Sinh"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kas_Arab-sin_Sinh", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 21369760, "num_examples": 46883, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kas_Arab-sin_Sinh.gz": {"num_bytes": 5975418, "checksum": "ca4650d766db79f6ff6b6f34b411b67875159b93c0d5ec7d1889406fac26477b"}}, "download_size": 5975418, "post_processing_size": null, "dataset_size": 21369760, "size_in_bytes": 27345178}, "kas_Arab-snd_Arab": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kas_Arab", "snd_Arab"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kas_Arab-snd_Arab", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 18229075, "num_examples": 34211, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kas_Arab-snd_Arab.gz": {"num_bytes": 5533307, "checksum": "09eb443ef8a112090b72258e531b37e5b44e7fcbc6d0934362e4e0ea96a456ce"}}, "download_size": 5533307, "post_processing_size": null, "dataset_size": 18229075, "size_in_bytes": 23762382}, "kas_Arab-tam_Taml": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kas_Arab", "tam_Taml"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kas_Arab-tam_Taml", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 55301521, "num_examples": 95229, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kas_Arab-tam_Taml.gz": {"num_bytes": 15735843, "checksum": "d2dd09c7257373a7c02b16e76cf85e72df70879f510ba539880c6807cad1b4a7"}}, "download_size": 15735843, "post_processing_size": null, "dataset_size": 55301521, "size_in_bytes": 71037364}, "kas_Arab-tel_Telu": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kas_Arab", "tel_Telu"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kas_Arab-tel_Telu", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 60738512, "num_examples": 115435, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kas_Arab-tel_Telu.gz": {"num_bytes": 17930782, "checksum": "48a2041f7b45b7ac8673fc533b47190b96df9a96ec58292492f448afd5c499aa"}}, "download_size": 17930782, "post_processing_size": null, "dataset_size": 60738512, "size_in_bytes": 78669294}, "kas_Arab-urd_Arab": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kas_Arab", "urd_Arab"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kas_Arab-urd_Arab", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 73269083, "num_examples": 118026, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kas_Arab-urd_Arab.gz": {"num_bytes": 21096897, "checksum": "8d18a94ba6175187c6484d474dea7d0fe1c2533329a7f34a06de9af20dae14a0"}}, "download_size": 21096897, "post_processing_size": null, "dataset_size": 73269083, "size_in_bytes": 94365980}, "kas_Deva-mag_Deva": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kas_Deva", "mag_Deva"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kas_Deva-mag_Deva", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 13547406, "num_examples": 20758, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kas_Deva-mag_Deva.gz": {"num_bytes": 4096939, "checksum": "75b766871ca9fdc7d69b51c662d94eb105e404afe4b4e02aaa448acc6cdfb942"}}, "download_size": 4096939, "post_processing_size": null, "dataset_size": 13547406, "size_in_bytes": 17644345}, "kas_Deva-mai_Deva": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kas_Deva", "mai_Deva"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kas_Deva-mai_Deva", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 27754409, "num_examples": 45652, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kas_Deva-mai_Deva.gz": {"num_bytes": 8401898, "checksum": "03ec5f561b9343a7ab9b437c28c0fb7a87222c4bff9e857343d0add7ccac7649"}}, "download_size": 8401898, "post_processing_size": null, "dataset_size": 27754409, "size_in_bytes": 36156307}, "kas_Deva-mal_Mlym": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kas_Deva", "mal_Mlym"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kas_Deva-mal_Mlym", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 100656751, "num_examples": 177217, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kas_Deva-mal_Mlym.gz": {"num_bytes": 30709086, "checksum": "ef1defa503a0610c1497578ca9b9a552085774acfd9c2457c0bda8211160b510"}}, "download_size": 30709086, "post_processing_size": null, "dataset_size": 100656751, "size_in_bytes": 131365837}, "kas_Deva-mar_Deva": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kas_Deva", "mar_Deva"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kas_Deva-mar_Deva", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 67751135, "num_examples": 127425, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kas_Deva-mar_Deva.gz": {"num_bytes": 20589031, "checksum": "0b27e6cb026a0c594de9fea2d66c4227b4b35ac539849b5467cdd06571391076"}}, "download_size": 20589031, "post_processing_size": null, "dataset_size": 67751135, "size_in_bytes": 88340166}, "kas_Deva-npi_Deva": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kas_Deva", "npi_Deva"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kas_Deva-npi_Deva", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 82053683, "num_examples": 134731, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kas_Deva-npi_Deva.gz": {"num_bytes": 24520893, "checksum": "ba05b2e08e353ade0eefcfa5c6815af177ce1d0c8e90adfe419964e3da54f754"}}, "download_size": 24520893, "post_processing_size": null, "dataset_size": 82053683, "size_in_bytes": 106574576}, "kas_Deva-ory_Orya": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kas_Deva", "ory_Orya"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kas_Deva-ory_Orya", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 40879470, "num_examples": 72694, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kas_Deva-ory_Orya.gz": {"num_bytes": 12696296, "checksum": "acaad436b750154c858e013ebbdceb16342920e02a947e303f81723977cdab0b"}}, "download_size": 12696296, "post_processing_size": null, "dataset_size": 40879470, "size_in_bytes": 53575766}, "kas_Deva-pan_Guru": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kas_Deva", "pan_Guru"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kas_Deva-pan_Guru", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 39327562, "num_examples": 65824, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kas_Deva-pan_Guru.gz": {"num_bytes": 12276602, "checksum": "e97ced4abf4c5433d9eb84c4d604cf53cd139ae4e1feb1f5efdf36dd353b910e"}}, "download_size": 12276602, "post_processing_size": null, "dataset_size": 39327562, "size_in_bytes": 51604164}, "kas_Deva-san_Deva": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kas_Deva", "san_Deva"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kas_Deva-san_Deva", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 41315914, "num_examples": 66889, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kas_Deva-san_Deva.gz": {"num_bytes": 11514834, "checksum": "64a582adea1cc272057ec8b31063e0544cc678435963b940fddb091d3263c750"}}, "download_size": 11514834, "post_processing_size": null, "dataset_size": 41315914, "size_in_bytes": 52830748}, "kas_Deva-sat_Beng": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kas_Deva", "sat_Beng"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kas_Deva-sat_Beng", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1437692, "num_examples": 2135, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kas_Deva-sat_Beng.gz": {"num_bytes": 379778, "checksum": "ed6faf93eda0561b2b2104f16501750c8e4d43908c6e8bb68037a399df226715"}}, "download_size": 379778, "post_processing_size": null, "dataset_size": 1437692, "size_in_bytes": 1817470}, "kas_Deva-sin_Sinh": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kas_Deva", "sin_Sinh"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kas_Deva-sin_Sinh", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 43530688, "num_examples": 88921, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kas_Deva-sin_Sinh.gz": {"num_bytes": 12811152, "checksum": "2c232f169911e7dfcc9dc0e986fabb7e862c71391c064231323e1cff957b964e"}}, "download_size": 12811152, "post_processing_size": null, "dataset_size": 43530688, "size_in_bytes": 56341840}, "kas_Deva-snd_Arab": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kas_Deva", "snd_Arab"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kas_Deva-snd_Arab", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 29928688, "num_examples": 53265, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kas_Deva-snd_Arab.gz": {"num_bytes": 9517859, "checksum": "12082bd47f0f9dc9ab84e2bec2005782b90b7e257d1f6b96fe54a4ba63012a26"}}, "download_size": 9517859, "post_processing_size": null, "dataset_size": 29928688, "size_in_bytes": 39446547}, "kas_Deva-tam_Taml": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kas_Deva", "tam_Taml"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kas_Deva-tam_Taml", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 111235728, "num_examples": 179188, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kas_Deva-tam_Taml.gz": {"num_bytes": 32800738, "checksum": "f6039709a02375ee13634806a29a048879f0c785927515f6b8ed635fa508d538"}}, "download_size": 32800738, "post_processing_size": null, "dataset_size": 111235728, "size_in_bytes": 144036466}, "kas_Deva-tel_Telu": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kas_Deva", "tel_Telu"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kas_Deva-tel_Telu", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 134619454, "num_examples": 230286, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kas_Deva-tel_Telu.gz": {"num_bytes": 41505194, "checksum": "44a4637e9d2b4daf8c81cecb3763c8bd8b1c9115046e944931eab714c7c0b5cd"}}, "download_size": 41505194, "post_processing_size": null, "dataset_size": 134619454, "size_in_bytes": 176124648}, "kas_Deva-urd_Arab": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kas_Deva", "urd_Arab"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kas_Deva-urd_Arab", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 91315761, "num_examples": 147967, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kas_Deva-urd_Arab.gz": {"num_bytes": 28926642, "checksum": "efba65f390fc0e4e179072ad792563cdef733997508ac8ce16267c1a3680b067"}}, "download_size": 28926642, "post_processing_size": null, "dataset_size": 91315761, "size_in_bytes": 120242403}, "kat_Geor-rus_Cyrl": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kat_Geor", "rus_Cyrl"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kat_Geor-rus_Cyrl", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 2004849870, "num_examples": 2934601, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kat_Geor-rus_Cyrl.gz": {"num_bytes": 665515968, "checksum": "fa1c5110c80688d31ed8803ce9d3140036db2a319d52d7cde9f8b0da89103a12"}}, "download_size": 665515968, "post_processing_size": null, "dataset_size": 2004849870, "size_in_bytes": 2670365838}, "kea_Latn-por_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kea_Latn", "por_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kea_Latn-por_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 147496430, "num_examples": 259657, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kea_Latn-por_Latn.gz": {"num_bytes": 55117970, "checksum": "9c69174b4737421a216ef128d656d3a3818244baf06b3a7ad7df5160ec29e7ee"}}, "download_size": 55117970, "post_processing_size": null, "dataset_size": 147496430, "size_in_bytes": 202614400}, "kik_Latn-gaz_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kik_Latn", "gaz_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kik_Latn-gaz_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 16498087, "num_examples": 40833, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kik_Latn-gaz_Latn.gz": {"num_bytes": 5311963, "checksum": "7303fb06fa2bc49fe02334fdfbbd178f89de8adf7282b8ea9a006095913fe607"}}, "download_size": 5311963, "post_processing_size": null, "dataset_size": 16498087, "size_in_bytes": 21810050}, "kik_Latn-kin_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kik_Latn", "kin_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kik_Latn-kin_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 38579153, "num_examples": 84433, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kik_Latn-kin_Latn.gz": {"num_bytes": 12349551, "checksum": "8cbf9a18192625235052ccf700215bc70b793d0a94b2e5efef74305c3bf2ed29"}}, "download_size": 12349551, "post_processing_size": null, "dataset_size": 38579153, "size_in_bytes": 50928704}, "kik_Latn-kmb_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kik_Latn", "kmb_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kik_Latn-kmb_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 9306242, "num_examples": 20074, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kik_Latn-kmb_Latn.gz": {"num_bytes": 2815400, "checksum": "ebac4f55d0cfbf6f894cb726f93aa3d58be04b31eeb89d48727c15282e749522"}}, "download_size": 2815400, "post_processing_size": null, "dataset_size": 9306242, "size_in_bytes": 12121642}, "kik_Latn-kon_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kik_Latn", "kon_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kik_Latn-kon_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 15903651, "num_examples": 35481, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kik_Latn-kon_Latn.gz": {"num_bytes": 5044258, "checksum": "8ee1a7bd4cd72104713c212a83fd6624208be704a24e3e869bc8bc706ab0ebb4"}}, "download_size": 5044258, "post_processing_size": null, "dataset_size": 15903651, "size_in_bytes": 20947909}, "kik_Latn-lin_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kik_Latn", "lin_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kik_Latn-lin_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 20720814, "num_examples": 45462, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kik_Latn-lin_Latn.gz": {"num_bytes": 6377473, "checksum": "fef7fb85b5a92036ce09aff6cd6e3a82aedd39f5ef44aa3ba725ab1ce51e4d52"}}, "download_size": 6377473, "post_processing_size": null, "dataset_size": 20720814, "size_in_bytes": 27098287}, "kik_Latn-lua_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kik_Latn", "lua_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kik_Latn-lua_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 18641242, "num_examples": 40693, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kik_Latn-lua_Latn.gz": {"num_bytes": 5859443, "checksum": "ad60fe34fd5a22e96d3122d3a2f3ee8afc39058328f919bfb1cc43703a32ac52"}}, "download_size": 5859443, "post_processing_size": null, "dataset_size": 18641242, "size_in_bytes": 24500685}, "kik_Latn-lug_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kik_Latn", "lug_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kik_Latn-lug_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 31995811, "num_examples": 68172, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kik_Latn-lug_Latn.gz": {"num_bytes": 10211566, "checksum": "4acf35a9bff4be9d346e361952a14f665098db262f3c935ec6b6993da75da1c6"}}, "download_size": 10211566, "post_processing_size": null, "dataset_size": 31995811, "size_in_bytes": 42207377}, "kik_Latn-luo_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kik_Latn", "luo_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kik_Latn-luo_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 21864471, "num_examples": 45200, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kik_Latn-luo_Latn.gz": {"num_bytes": 6782862, "checksum": "b46d0a475eb4667c15725c4159a1e8c6169c6884060808dab77507ef047b9758"}}, "download_size": 6782862, "post_processing_size": null, "dataset_size": 21864471, "size_in_bytes": 28647333}, "kik_Latn-nso_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kik_Latn", "nso_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kik_Latn-nso_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 22624504, "num_examples": 50865, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kik_Latn-nso_Latn.gz": {"num_bytes": 7058309, "checksum": "1831c19ad7ebe266da03d5ad472bf902c13869a5aead9fa287c3a47acbdffeff"}}, "download_size": 7058309, "post_processing_size": null, "dataset_size": 22624504, "size_in_bytes": 29682813}, "kik_Latn-nus_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kik_Latn", "nus_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kik_Latn-nus_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 5137529, "num_examples": 10916, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kik_Latn-nus_Latn.gz": {"num_bytes": 1615996, "checksum": "dc1633926ddd797eabf266162f8af6b0aba15b4e7ce2701c4d8879fccd4257b8"}}, "download_size": 1615996, "post_processing_size": null, "dataset_size": 5137529, "size_in_bytes": 6753525}, "kik_Latn-nya_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kik_Latn", "nya_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kik_Latn-nya_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 41361811, "num_examples": 86651, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kik_Latn-nya_Latn.gz": {"num_bytes": 12704605, "checksum": "57d439f2b030c800f7b58b45f7d02a936493b96fed099b5d65773795421ba31b"}}, "download_size": 12704605, "post_processing_size": null, "dataset_size": 41361811, "size_in_bytes": 54066416}, "kik_Latn-run_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kik_Latn", "run_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kik_Latn-run_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 28883286, "num_examples": 59660, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kik_Latn-run_Latn.gz": {"num_bytes": 9204969, "checksum": "4930c8c63cb06ac7c8dbb77ebda28230340b9c632338dd0b5b467f8e00ba469d"}}, "download_size": 9204969, "post_processing_size": null, "dataset_size": 28883286, "size_in_bytes": 38088255}, "kik_Latn-sna_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kik_Latn", "sna_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kik_Latn-sna_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 42373857, "num_examples": 87949, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kik_Latn-sna_Latn.gz": {"num_bytes": 13063292, "checksum": "1024990442d9193efdf707f5b41fc6780ab4efdc0b13415f9a66bac1ead86b4c"}}, "download_size": 13063292, "post_processing_size": null, "dataset_size": 42373857, "size_in_bytes": 55437149}, "kik_Latn-som_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kik_Latn", "som_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kik_Latn-som_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 38351645, "num_examples": 93562, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kik_Latn-som_Latn.gz": {"num_bytes": 12254595, "checksum": "e7be529faeff21db6692cb0de76e45b158cdc4adc6b41861a7948ab6b5796821"}}, "download_size": 12254595, "post_processing_size": null, "dataset_size": 38351645, "size_in_bytes": 50606240}, "kik_Latn-sot_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kik_Latn", "sot_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kik_Latn-sot_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 34265217, "num_examples": 73204, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kik_Latn-sot_Latn.gz": {"num_bytes": 10695897, "checksum": "a543017380206820fa08d8e3a5e5e76535fb07e858b5b08a10a004c501b0013a"}}, "download_size": 10695897, "post_processing_size": null, "dataset_size": 34265217, "size_in_bytes": 44961114}, "kik_Latn-ssw_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kik_Latn", "ssw_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kik_Latn-ssw_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 10424665, "num_examples": 24267, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kik_Latn-ssw_Latn.gz": {"num_bytes": 3222994, "checksum": "6752c552a03face725729504eb3d13680d1b17c74c35c3847dd04784a8489cd1"}}, "download_size": 3222994, "post_processing_size": null, "dataset_size": 10424665, "size_in_bytes": 13647659}, "kik_Latn-swh_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kik_Latn", "swh_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kik_Latn-swh_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 106561458, "num_examples": 219559, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kik_Latn-swh_Latn.gz": {"num_bytes": 32791802, "checksum": "97f127ebcdc88189a620b8f2a70f7a6cb8c460bfad97ae1f32543e76b44a4804"}}, "download_size": 32791802, "post_processing_size": null, "dataset_size": 106561458, "size_in_bytes": 139353260}, "kik_Latn-tir_Ethi": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kik_Latn", "tir_Ethi"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kik_Latn-tir_Ethi", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 29911725, "num_examples": 51429, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kik_Latn-tir_Ethi.gz": {"num_bytes": 8519842, "checksum": "0f188b7cbb2a5d4076ec019eaec0e5559c8ec4f6226daeddf52bf17c45e0d3c3"}}, "download_size": 8519842, "post_processing_size": null, "dataset_size": 29911725, "size_in_bytes": 38431567}, "kik_Latn-tsn_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kik_Latn", "tsn_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kik_Latn-tsn_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 35386257, "num_examples": 77638, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kik_Latn-tsn_Latn.gz": {"num_bytes": 11118647, "checksum": "09b017366af28c791612a3331db8cf3a8d06b2ee133f19fe8425869a416039a4"}}, "download_size": 11118647, "post_processing_size": null, "dataset_size": 35386257, "size_in_bytes": 46504904}, "kik_Latn-tso_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kik_Latn", "tso_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kik_Latn-tso_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 31033784, "num_examples": 66196, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kik_Latn-tso_Latn.gz": {"num_bytes": 9638231, "checksum": "83a9454c047bb6d5f5ab38b268d38f78c6176a0d588f6965dcfb11e68a09badf"}}, "download_size": 9638231, "post_processing_size": null, "dataset_size": 31033784, "size_in_bytes": 40672015}, "kik_Latn-tum_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kik_Latn", "tum_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kik_Latn-tum_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 26653518, "num_examples": 54854, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kik_Latn-tum_Latn.gz": {"num_bytes": 7942943, "checksum": "458be5bbcfa36ce0832e6a51a4a0ff498d0d8ad7fbe406b4289faaa955ed7f4b"}}, "download_size": 7942943, "post_processing_size": null, "dataset_size": 26653518, "size_in_bytes": 34596461}, "kik_Latn-twi_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kik_Latn", "twi_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kik_Latn-twi_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 35481780, "num_examples": 73017, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kik_Latn-twi_Latn.gz": {"num_bytes": 10978768, "checksum": "e4715329f3d81d341fe9c307e3c8012b837ab65e13005a86f8cfe51d4bf705c7"}}, "download_size": 10978768, "post_processing_size": null, "dataset_size": 35481780, "size_in_bytes": 46460548}, "kik_Latn-umb_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kik_Latn", "umb_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kik_Latn-umb_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 13630971, "num_examples": 29453, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kik_Latn-umb_Latn.gz": {"num_bytes": 4369181, "checksum": "ee8d4a860c90c726e631fd525e2cfd88c3dd11909bdccb799bef4a95712c6721"}}, "download_size": 4369181, "post_processing_size": null, "dataset_size": 13630971, "size_in_bytes": 18000152}, "kik_Latn-wol_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kik_Latn", "wol_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kik_Latn-wol_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 11908407, "num_examples": 26654, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kik_Latn-wol_Latn.gz": {"num_bytes": 3890121, "checksum": "4dd9a53042b71bedbffa77beaeb18a92c0acd48438e85d185ec3555ab77f6784"}}, "download_size": 3890121, "post_processing_size": null, "dataset_size": 11908407, "size_in_bytes": 15798528}, "kik_Latn-xho_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kik_Latn", "xho_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kik_Latn-xho_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 33173033, "num_examples": 74796, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kik_Latn-xho_Latn.gz": {"num_bytes": 10610327, "checksum": "72c84260b06ff3d91f8e924e17c7225a467f48b427912bfe6b3a13fee670a3c4"}}, "download_size": 10610327, "post_processing_size": null, "dataset_size": 33173033, "size_in_bytes": 43783360}, "kik_Latn-yor_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kik_Latn", "yor_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kik_Latn-yor_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 40019639, "num_examples": 90165, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kik_Latn-yor_Latn.gz": {"num_bytes": 12716448, "checksum": "384e117e837a7d561fcd581fc8f42daef8e20f68fef5ef0f44bd65c5a5367516"}}, "download_size": 12716448, "post_processing_size": null, "dataset_size": 40019639, "size_in_bytes": 52736087}, "kik_Latn-zul_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kik_Latn", "zul_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kik_Latn-zul_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 48071680, "num_examples": 106379, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kik_Latn-zul_Latn.gz": {"num_bytes": 15051156, "checksum": "b055ff4b09767e15c0bb15238b375b524c7e088fc611102960d99534b3d828a9"}}, "download_size": 15051156, "post_processing_size": null, "dataset_size": 48071680, "size_in_bytes": 63122836}, "kin_Latn-gaz_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kin_Latn", "gaz_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kin_Latn-gaz_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 44960422, "num_examples": 113822, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kin_Latn-gaz_Latn.gz": {"num_bytes": 16331961, "checksum": "4f0d2e1cc8b79e3b3f854a9064f7bb3326c18f5e9fe6b1dc191863b98dffe03e"}}, "download_size": 16331961, "post_processing_size": null, "dataset_size": 44960422, "size_in_bytes": 61292383}, "kin_Latn-kmb_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kin_Latn", "kmb_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kin_Latn-kmb_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 42119496, "num_examples": 84215, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kin_Latn-kmb_Latn.gz": {"num_bytes": 13262071, "checksum": "2be65d27fbc16ba1a87d5859a7deb8e16924b568607e771bedbcdb63c26f10f0"}}, "download_size": 13262071, "post_processing_size": null, "dataset_size": 42119496, "size_in_bytes": 55381567}, "kin_Latn-kon_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kin_Latn", "kon_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kin_Latn-kon_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 53686410, "num_examples": 115905, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kin_Latn-kon_Latn.gz": {"num_bytes": 17705774, "checksum": "2d98f916f4f60244cd799f40f2ceb165cb74bf10e697f23a3f1ef734ece4ac20"}}, "download_size": 17705774, "post_processing_size": null, "dataset_size": 53686410, "size_in_bytes": 71392184}, "kin_Latn-lin_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kin_Latn", "lin_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kin_Latn-lin_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 99565861, "num_examples": 210704, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kin_Latn-lin_Latn.gz": {"num_bytes": 33137607, "checksum": "47dc10d333252a304bbee6157e81f9b84768d8a895f86decaea066f1da71dbd0"}}, "download_size": 33137607, "post_processing_size": null, "dataset_size": 99565861, "size_in_bytes": 132703468}, "kin_Latn-lua_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kin_Latn", "lua_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kin_Latn-lua_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 75240083, "num_examples": 149702, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kin_Latn-lua_Latn.gz": {"num_bytes": 24807734, "checksum": "5ecf96d5bd6db8a3d76848c404c229151799179c14df197a897d5769d539f3d3"}}, "download_size": 24807734, "post_processing_size": null, "dataset_size": 75240083, "size_in_bytes": 100047817}, "kin_Latn-lug_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kin_Latn", "lug_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kin_Latn-lug_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 86719091, "num_examples": 192894, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kin_Latn-lug_Latn.gz": {"num_bytes": 30969873, "checksum": "1d500a8126c69b77dac3dc6ce8fc261e6096cc710ea20e5f78dd1a697528b7b4"}}, "download_size": 30969873, "post_processing_size": null, "dataset_size": 86719091, "size_in_bytes": 117688964}, "kin_Latn-luo_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kin_Latn", "luo_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kin_Latn-luo_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 75058144, "num_examples": 158976, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kin_Latn-luo_Latn.gz": {"num_bytes": 25575018, "checksum": "ae4db5a50fb8d5a931b75e2eaa83d58fbd54793bebc9394d596085b7f2c0b2f3"}}, "download_size": 25575018, "post_processing_size": null, "dataset_size": 75058144, "size_in_bytes": 100633162}, "kin_Latn-nso_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kin_Latn", "nso_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kin_Latn-nso_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 91367264, "num_examples": 215097, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kin_Latn-nso_Latn.gz": {"num_bytes": 32014569, "checksum": "bce71e9464d8e3ff8c2fba08749e1883c870cb0c46b77bfd8cbd4a388bc2b53f"}}, "download_size": 32014569, "post_processing_size": null, "dataset_size": 91367264, "size_in_bytes": 123381833}, "kin_Latn-nus_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kin_Latn", "nus_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kin_Latn-nus_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 12931099, "num_examples": 31429, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kin_Latn-nus_Latn.gz": {"num_bytes": 4532847, "checksum": "c598cb3a7821738cc2bfc405f3e943ff84d94260ba6a9f76b126776bbd27dfa9"}}, "download_size": 4532847, "post_processing_size": null, "dataset_size": 12931099, "size_in_bytes": 17463946}, "kin_Latn-nya_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kin_Latn", "nya_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kin_Latn-nya_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 191239159, "num_examples": 390897, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kin_Latn-nya_Latn.gz": {"num_bytes": 65823629, "checksum": "48e5f5a58f4b12882432ac7ad4de8c10c86942ec291b4d49f4225db806841001"}}, "download_size": 65823629, "post_processing_size": null, "dataset_size": 191239159, "size_in_bytes": 257062788}, "kin_Latn-run_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kin_Latn", "run_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kin_Latn-run_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 250140854, "num_examples": 482377, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kin_Latn-run_Latn.gz": {"num_bytes": 82489803, "checksum": "00d38de943fb31979d1641078533a0cacaacd13406a0912b8a79d699b4a786cf"}}, "download_size": 82489803, "post_processing_size": null, "dataset_size": 250140854, "size_in_bytes": 332630657}, "kin_Latn-sna_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kin_Latn", "sna_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kin_Latn-sna_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 192844378, "num_examples": 388329, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kin_Latn-sna_Latn.gz": {"num_bytes": 65880409, "checksum": "b2c4504e4f96165a45e2576c7ecda8830071e2703cba159a1834a97d6edddc81"}}, "download_size": 65880409, "post_processing_size": null, "dataset_size": 192844378, "size_in_bytes": 258724787}, "kin_Latn-som_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kin_Latn", "som_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kin_Latn-som_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 107813733, "num_examples": 268324, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kin_Latn-som_Latn.gz": {"num_bytes": 39964740, "checksum": "23cd1d5143dcdf50e5f0c5a0dd040f4673919e8b44fdb3f9359ce3705069e47b"}}, "download_size": 39964740, "post_processing_size": null, "dataset_size": 107813733, "size_in_bytes": 147778473}, "kin_Latn-sot_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kin_Latn", "sot_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kin_Latn-sot_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 160926822, "num_examples": 346122, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kin_Latn-sot_Latn.gz": {"num_bytes": 56732569, "checksum": "ed18f4e066f86014a4ee1546cf48a55b4639343376810fbc5b05893ff50bf3bd"}}, "download_size": 56732569, "post_processing_size": null, "dataset_size": 160926822, "size_in_bytes": 217659391}, "kin_Latn-ssw_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kin_Latn", "ssw_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kin_Latn-ssw_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 40997780, "num_examples": 98826, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kin_Latn-ssw_Latn.gz": {"num_bytes": 14263633, "checksum": "fdc644a259278e0cb89efc48dc36a83d9a40eec87b51afebff92044c1cc0740d"}}, "download_size": 14263633, "post_processing_size": null, "dataset_size": 40997780, "size_in_bytes": 55261413}, "kin_Latn-swh_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kin_Latn", "swh_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kin_Latn-swh_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 371640213, "num_examples": 745958, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kin_Latn-swh_Latn.gz": {"num_bytes": 129641000, "checksum": "18dd911edeafa28b2aec42b3751254560215875c5a1a63f8e80f535874578cd0"}}, "download_size": 129641000, "post_processing_size": null, "dataset_size": 371640213, "size_in_bytes": 501281213}, "kin_Latn-tir_Ethi": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kin_Latn", "tir_Ethi"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kin_Latn-tir_Ethi", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 96687010, "num_examples": 163191, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kin_Latn-tir_Ethi.gz": {"num_bytes": 30155202, "checksum": "c6cf9fc9a06308528afe182dc6af5187f18f5c5a7e6f07e1987a9e7fe178edeb"}}, "download_size": 30155202, "post_processing_size": null, "dataset_size": 96687010, "size_in_bytes": 126842212}, "kin_Latn-tsn_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kin_Latn", "tsn_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kin_Latn-tsn_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 128483319, "num_examples": 282261, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kin_Latn-tsn_Latn.gz": {"num_bytes": 44811999, "checksum": "f417c5c338948717cc9db4e91a44b9b816dbad9575ad13dd4da519d139324945"}}, "download_size": 44811999, "post_processing_size": null, "dataset_size": 128483319, "size_in_bytes": 173295318}, "kin_Latn-tso_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kin_Latn", "tso_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kin_Latn-tso_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 161288376, "num_examples": 332229, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kin_Latn-tso_Latn.gz": {"num_bytes": 54571716, "checksum": "cb903f72f8d0897a9b5e878f59c83fa60c1cbad44ff74baf1e0c58fa47d9c56c"}}, "download_size": 54571716, "post_processing_size": null, "dataset_size": 161288376, "size_in_bytes": 215860092}, "kin_Latn-tum_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kin_Latn", "tum_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kin_Latn-tum_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 111214707, "num_examples": 218922, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kin_Latn-tum_Latn.gz": {"num_bytes": 35887293, "checksum": "3dceb5468bd21819b22a3bdcd24da89ecda864ac73e1eef6381029fdd27c6ec5"}}, "download_size": 35887293, "post_processing_size": null, "dataset_size": 111214707, "size_in_bytes": 147102000}, "kin_Latn-twi_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kin_Latn", "twi_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kin_Latn-twi_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 113600893, "num_examples": 230016, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kin_Latn-twi_Latn.gz": {"num_bytes": 38852342, "checksum": "39ed75c83812ff02282ee5ae86d627357a73388a530bd3ea891e90041af04f1d"}}, "download_size": 38852342, "post_processing_size": null, "dataset_size": 113600893, "size_in_bytes": 152453235}, "kin_Latn-umb_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kin_Latn", "umb_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kin_Latn-umb_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 61601643, "num_examples": 122920, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kin_Latn-umb_Latn.gz": {"num_bytes": 20524494, "checksum": "a09c60618ac2ec2c1378e1f6132ac8fe34def5fab7c8bb5fde4b8f9260447e97"}}, "download_size": 20524494, "post_processing_size": null, "dataset_size": 61601643, "size_in_bytes": 82126137}, "kin_Latn-wol_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kin_Latn", "wol_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kin_Latn-wol_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 28385656, "num_examples": 68002, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kin_Latn-wol_Latn.gz": {"num_bytes": 10529295, "checksum": "75027d2f88be22fa87164cff7eff2e61d181fdaa8f0e5ecb553c6195050f4a61"}}, "download_size": 10529295, "post_processing_size": null, "dataset_size": 28385656, "size_in_bytes": 38914951}, "kin_Latn-xho_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kin_Latn", "xho_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kin_Latn-xho_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 169204712, "num_examples": 366850, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kin_Latn-xho_Latn.gz": {"num_bytes": 59018377, "checksum": "003a7c004c67db12f9d83663798957d342e93dfce49f733279205ee8c0b3091a"}}, "download_size": 59018377, "post_processing_size": null, "dataset_size": 169204712, "size_in_bytes": 228223089}, "kin_Latn-yor_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kin_Latn", "yor_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kin_Latn-yor_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 95313178, "num_examples": 229031, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kin_Latn-yor_Latn.gz": {"num_bytes": 35301714, "checksum": "9694e70cf42f775ab8f334929e99b25317e1ba13eedb00fc16301a4942f03485"}}, "download_size": 35301714, "post_processing_size": null, "dataset_size": 95313178, "size_in_bytes": 130614892}, "kin_Latn-zul_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kin_Latn", "zul_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kin_Latn-zul_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 259846447, "num_examples": 546206, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kin_Latn-zul_Latn.gz": {"num_bytes": 90799830, "checksum": "6f21374de297b35b8fd149055174c3aee0c7e110fbf75e5b4c5a76a6c210177f"}}, "download_size": 90799830, "post_processing_size": null, "dataset_size": 259846447, "size_in_bytes": 350646277}, "kir_Cyrl-rus_Cyrl": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kir_Cyrl", "rus_Cyrl"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kir_Cyrl-rus_Cyrl", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 3737459646, "num_examples": 5991868, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kir_Cyrl-rus_Cyrl.gz": {"num_bytes": 1305808998, "checksum": "5a5a2d78f54dda1ee025514d7bc22dd2faaa9326a4f7a132f95d43c1ead1e97a"}}, "download_size": 1305808998, "post_processing_size": null, "dataset_size": 3737459646, "size_in_bytes": 5043268644}, "kir_Cyrl-tat_Cyrl": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kir_Cyrl", "tat_Cyrl"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kir_Cyrl-tat_Cyrl", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 262725834, "num_examples": 520026, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kir_Cyrl-tat_Cyrl.gz": {"num_bytes": 86155137, "checksum": "17ae1b155ac931e24344d9f37ecc3fa931020c8a08ca180add3eeb1a8764c174"}}, "download_size": 86155137, "post_processing_size": null, "dataset_size": 262725834, "size_in_bytes": 348880971}, "kir_Cyrl-tuk_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kir_Cyrl", "tuk_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kir_Cyrl-tuk_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 7465744, "num_examples": 15863, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kir_Cyrl-tuk_Latn.gz": {"num_bytes": 1601477, "checksum": "a3699f156e1a147e7d1d43ef42e2c4d7c74e00d929a2be5e87ecc6afad2eabad"}}, "download_size": 1601477, "post_processing_size": null, "dataset_size": 7465744, "size_in_bytes": 9067221}, "kir_Cyrl-uig_Arab": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kir_Cyrl", "uig_Arab"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kir_Cyrl-uig_Arab", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 70674618, "num_examples": 134776, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kir_Cyrl-uig_Arab.gz": {"num_bytes": 21987921, "checksum": "ca4db15a295240ebc2b13bf26e5fe81850cb5d1a4c85fc38739c31ebec91b70c"}}, "download_size": 21987921, "post_processing_size": null, "dataset_size": 70674618, "size_in_bytes": 92662539}, "kir_Cyrl-uzn_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kir_Cyrl", "uzn_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kir_Cyrl-uzn_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 441204667, "num_examples": 718643, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kir_Cyrl-uzn_Latn.gz": {"num_bytes": 150839741, "checksum": "532e02a723162c6c380bc72267406fb9d677b9107f3cd60d3de79d592993a765"}}, "download_size": 150839741, "post_processing_size": null, "dataset_size": 441204667, "size_in_bytes": 592044408}, "kmb_Latn-gaz_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kmb_Latn", "gaz_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kmb_Latn-gaz_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 14567040, "num_examples": 34479, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kmb_Latn-gaz_Latn.gz": {"num_bytes": 4806742, "checksum": "b1b7f518a68868a8404e00e6cf5cc4dc819a3285a04e7b9ff7372bcca908af90"}}, "download_size": 4806742, "post_processing_size": null, "dataset_size": 14567040, "size_in_bytes": 19373782}, "kmb_Latn-kon_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kmb_Latn", "kon_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kmb_Latn-kon_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 22887815, "num_examples": 44692, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kmb_Latn-kon_Latn.gz": {"num_bytes": 6684248, "checksum": "f29109439d55a62537be6b09821f96c8f1ecf719d1b73ab86da460621e11161f"}}, "download_size": 6684248, "post_processing_size": null, "dataset_size": 22887815, "size_in_bytes": 29572063}, "kmb_Latn-lin_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kmb_Latn", "lin_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kmb_Latn-lin_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 30829102, "num_examples": 59358, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kmb_Latn-lin_Latn.gz": {"num_bytes": 9019794, "checksum": "0f3645c6fd454526ea0ccb902ad3f5a7d2b44b4e34c4b223bf864bf45973a171"}}, "download_size": 9019794, "post_processing_size": null, "dataset_size": 30829102, "size_in_bytes": 39848896}, "kmb_Latn-lua_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kmb_Latn", "lua_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kmb_Latn-lua_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 30645902, "num_examples": 56778, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kmb_Latn-lua_Latn.gz": {"num_bytes": 9088310, "checksum": "66b6e75bc7e31145ef9ed458402deb68d2dfb1ac672e0732e1dbee55bc658cc6"}}, "download_size": 9088310, "post_processing_size": null, "dataset_size": 30645902, "size_in_bytes": 39734212}, "kmb_Latn-lug_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kmb_Latn", "lug_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kmb_Latn-lug_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 25830890, "num_examples": 53011, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kmb_Latn-lug_Latn.gz": {"num_bytes": 8499067, "checksum": "11ef0370cef587cc612c3e0d926f617b17fd9dadac619b6b4712cb97c9d01dff"}}, "download_size": 8499067, "post_processing_size": null, "dataset_size": 25830890, "size_in_bytes": 34329957}, "kmb_Latn-luo_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kmb_Latn", "luo_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kmb_Latn-luo_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 21180095, "num_examples": 41780, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kmb_Latn-luo_Latn.gz": {"num_bytes": 6524930, "checksum": "424df4a4c25a029c89596666e3b9b20344e02e44ae09915effeb894506b9a91a"}}, "download_size": 6524930, "post_processing_size": null, "dataset_size": 21180095, "size_in_bytes": 27705025}, "kmb_Latn-nso_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kmb_Latn", "nso_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kmb_Latn-nso_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 19139870, "num_examples": 44774, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kmb_Latn-nso_Latn.gz": {"num_bytes": 6237760, "checksum": "641f468be131a8efa5f9e4861e96d138d84617d801c85211f6d38c7a1a7ec0a0"}}, "download_size": 6237760, "post_processing_size": null, "dataset_size": 19139870, "size_in_bytes": 25377630}, "kmb_Latn-nus_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kmb_Latn", "nus_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kmb_Latn-nus_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 2837883, "num_examples": 6053, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kmb_Latn-nus_Latn.gz": {"num_bytes": 912686, "checksum": "419b9a0ae13d33bc5025e1e2c704954660ee6e31df9e1976bb66c44c311e7b06"}}, "download_size": 912686, "post_processing_size": null, "dataset_size": 2837883, "size_in_bytes": 3750569}, "kmb_Latn-nya_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kmb_Latn", "nya_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kmb_Latn-nya_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 50821929, "num_examples": 96058, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kmb_Latn-nya_Latn.gz": {"num_bytes": 15389590, "checksum": "21d494322097619e84cae0be4d74dc97914a71cfd340db641f28fd9b1c57aba5"}}, "download_size": 15389590, "post_processing_size": null, "dataset_size": 50821929, "size_in_bytes": 66211519}, "kmb_Latn-por_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kmb_Latn", "por_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kmb_Latn-por_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 162452472, "num_examples": 311135, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kmb_Latn-por_Latn.gz": {"num_bytes": 57605694, "checksum": "93812a8c1108e8d3d27a55c03a6d201bb21e3b88edc68c6ecd502e546644032f"}}, "download_size": 57605694, "post_processing_size": null, "dataset_size": 162452472, "size_in_bytes": 220058166}, "kmb_Latn-run_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kmb_Latn", "run_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kmb_Latn-run_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 40826630, "num_examples": 75678, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kmb_Latn-run_Latn.gz": {"num_bytes": 12406358, "checksum": "4df5deec464ccf92772f56bda4653c45147d5a84b36299ddeb27eef13e4e1c5a"}}, "download_size": 12406358, "post_processing_size": null, "dataset_size": 40826630, "size_in_bytes": 53232988}, "kmb_Latn-sna_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kmb_Latn", "sna_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kmb_Latn-sna_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 48237773, "num_examples": 90586, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kmb_Latn-sna_Latn.gz": {"num_bytes": 14599957, "checksum": "e08617b9a24329d8743cb2e9a2c13a17b298f7cfb7c9216e95988d59c01ba81a"}}, "download_size": 14599957, "post_processing_size": null, "dataset_size": 48237773, "size_in_bytes": 62837730}, "kmb_Latn-som_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kmb_Latn", "som_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kmb_Latn-som_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 42291625, "num_examples": 90883, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kmb_Latn-som_Latn.gz": {"num_bytes": 13294193, "checksum": "39b2f71888a669a8a6ca3fa035118f101cdfcaab0384013237bc2bfb6cee3394"}}, "download_size": 13294193, "post_processing_size": null, "dataset_size": 42291625, "size_in_bytes": 55585818}, "kmb_Latn-sot_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kmb_Latn", "sot_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kmb_Latn-sot_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 32542952, "num_examples": 66548, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kmb_Latn-sot_Latn.gz": {"num_bytes": 10202646, "checksum": "f0991f8b6f55761e22638163c30853abc9a9d6a158170496f24d848c47e50cf4"}}, "download_size": 10202646, "post_processing_size": null, "dataset_size": 32542952, "size_in_bytes": 42745598}, "kmb_Latn-ssw_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kmb_Latn", "ssw_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kmb_Latn-ssw_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 8860802, "num_examples": 21334, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kmb_Latn-ssw_Latn.gz": {"num_bytes": 2861218, "checksum": "cfcad2f313e50787dd2793cd45527ca7b29e52ab7c5ed7ce62b9ef95c9d680f1"}}, "download_size": 2861218, "post_processing_size": null, "dataset_size": 8860802, "size_in_bytes": 11722020}, "kmb_Latn-swh_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kmb_Latn", "swh_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kmb_Latn-swh_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 102367804, "num_examples": 198165, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kmb_Latn-swh_Latn.gz": {"num_bytes": 31808502, "checksum": "0ad6d9152d8f11086ba2cc3b1546a9bf4cc0c4b29fea126852b1e0e332c9c9b0"}}, "download_size": 31808502, "post_processing_size": null, "dataset_size": 102367804, "size_in_bytes": 134176306}, "kmb_Latn-tir_Ethi": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kmb_Latn", "tir_Ethi"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kmb_Latn-tir_Ethi", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 28232752, "num_examples": 40798, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kmb_Latn-tir_Ethi.gz": {"num_bytes": 7557713, "checksum": "4f3e3312337fa94645c66dec9770394fbeb627c2eaeec2084de0d00ca2954031"}}, "download_size": 7557713, "post_processing_size": null, "dataset_size": 28232752, "size_in_bytes": 35790465}, "kmb_Latn-tsn_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kmb_Latn", "tsn_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kmb_Latn-tsn_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 38279372, "num_examples": 77646, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kmb_Latn-tsn_Latn.gz": {"num_bytes": 11963276, "checksum": "944ddb2f08f83a7d8793aeae4abb9bf4a1e48782c6f2bbc3113af9a7c851ad48"}}, "download_size": 11963276, "post_processing_size": null, "dataset_size": 38279372, "size_in_bytes": 50242648}, "kmb_Latn-tso_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kmb_Latn", "tso_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kmb_Latn-tso_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 48776281, "num_examples": 90272, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kmb_Latn-tso_Latn.gz": {"num_bytes": 14799993, "checksum": "1b7c0179f02284c3469d162bf2aa56c352cce139aa0bb1bbb38ef115b885f792"}}, "download_size": 14799993, "post_processing_size": null, "dataset_size": 48776281, "size_in_bytes": 63576274}, "kmb_Latn-tum_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kmb_Latn", "tum_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kmb_Latn-tum_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 34845396, "num_examples": 63791, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kmb_Latn-tum_Latn.gz": {"num_bytes": 10111617, "checksum": "360b9a5e8c4399ccf3224147d9c34849942d03b2a3c0918825d5a8a048b9a31a"}}, "download_size": 10111617, "post_processing_size": null, "dataset_size": 34845396, "size_in_bytes": 44957013}, "kmb_Latn-twi_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kmb_Latn", "twi_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kmb_Latn-twi_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 37958757, "num_examples": 69333, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kmb_Latn-twi_Latn.gz": {"num_bytes": 11479531, "checksum": "59b18f51e0680c16ce2fc179f46e8987647bd02189ef3566c20816a5d594645e"}}, "download_size": 11479531, "post_processing_size": null, "dataset_size": 37958757, "size_in_bytes": 49438288}, "kmb_Latn-umb_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kmb_Latn", "umb_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kmb_Latn-umb_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 25933573, "num_examples": 47912, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kmb_Latn-umb_Latn.gz": {"num_bytes": 7667320, "checksum": "f5e9c22147d5c9e4c1a026b8131f86560d9ab7e9efd1a9b08ab93863946018c2"}}, "download_size": 7667320, "post_processing_size": null, "dataset_size": 25933573, "size_in_bytes": 33600893}, "kmb_Latn-wol_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kmb_Latn", "wol_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kmb_Latn-wol_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 6366213, "num_examples": 13730, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kmb_Latn-wol_Latn.gz": {"num_bytes": 2112917, "checksum": "d13b60acbd1e9158c923cf11bd6405f3e525b1a6350380d73d84ff06cc3aa357"}}, "download_size": 2112917, "post_processing_size": null, "dataset_size": 6366213, "size_in_bytes": 8479130}, "kmb_Latn-xho_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kmb_Latn", "xho_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kmb_Latn-xho_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 41926967, "num_examples": 83018, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kmb_Latn-xho_Latn.gz": {"num_bytes": 12845921, "checksum": "56bd56500694f13878b3f510cfc43c731a5e610d71cec9eba98d33faaa6e63d5"}}, "download_size": 12845921, "post_processing_size": null, "dataset_size": 41926967, "size_in_bytes": 54772888}, "kmb_Latn-yor_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kmb_Latn", "yor_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kmb_Latn-yor_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 31136490, "num_examples": 69194, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kmb_Latn-yor_Latn.gz": {"num_bytes": 9736323, "checksum": "3467b4646a991c13afcb7868de5f0b21f12f39566974e38b7c3132bc1238f4e8"}}, "download_size": 9736323, "post_processing_size": null, "dataset_size": 31136490, "size_in_bytes": 40872813}, "kmb_Latn-zul_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kmb_Latn", "zul_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kmb_Latn-zul_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 66598014, "num_examples": 126319, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kmb_Latn-zul_Latn.gz": {"num_bytes": 20174371, "checksum": "280051e73b14bb5914a70f2f08079a9e936d77fd2d0a0a788d650825b66b45b2"}}, "download_size": 20174371, "post_processing_size": null, "dataset_size": 66598014, "size_in_bytes": 86772385}, "kmr_Latn-pbt_Arab": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kmr_Latn", "pbt_Arab"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kmr_Latn-pbt_Arab", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 43938281, "num_examples": 118451, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kmr_Latn-pbt_Arab.gz": {"num_bytes": 15342542, "checksum": "212b9b5ee192a40559b0f108d77217c32dfcc51a62e89623822456d08f58240c"}}, "download_size": 15342542, "post_processing_size": null, "dataset_size": 43938281, "size_in_bytes": 59280823}, "kmr_Latn-prs_Arab": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kmr_Latn", "prs_Arab"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kmr_Latn-prs_Arab", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 18097166, "num_examples": 43865, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kmr_Latn-prs_Arab.gz": {"num_bytes": 5779819, "checksum": "060f98046d3f6f3f13aa1e5240d3ab67f61a18988d09bfbdde2cade0fdaad960"}}, "download_size": 5779819, "post_processing_size": null, "dataset_size": 18097166, "size_in_bytes": 23876985}, "kmr_Latn-tgk_Cyrl": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kmr_Latn", "tgk_Cyrl"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kmr_Latn-tgk_Cyrl", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 46660128, "num_examples": 133941, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kmr_Latn-tgk_Cyrl.gz": {"num_bytes": 16017970, "checksum": "640a14332f8825be6e57aa489c113c28e14bce7c3575d24c30a5b3fb4bf8c137"}}, "download_size": 16017970, "post_processing_size": null, "dataset_size": 46660128, "size_in_bytes": 62678098}, "knc_Arab-gaz_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["knc_Arab", "gaz_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "knc_Arab-gaz_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 56431198, "num_examples": 106732, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/knc_Arab-gaz_Latn.gz": {"num_bytes": 19843201, "checksum": "11dd2674d88ed7edced37f50de28b917700203b26c21e10790f85f59125d64c7"}}, "download_size": 19843201, "post_processing_size": null, "dataset_size": 56431198, "size_in_bytes": 76274399}, "knc_Arab-kik_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["knc_Arab", "kik_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "knc_Arab-kik_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 72946347, "num_examples": 118503, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/knc_Arab-kik_Latn.gz": {"num_bytes": 22994574, "checksum": "576abc243bf9e8164b841b35d092bc05b3b88e4fe0eea4eae1111f59497b1f0c"}}, "download_size": 22994574, "post_processing_size": null, "dataset_size": 72946347, "size_in_bytes": 95940921}, "knc_Arab-kin_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["knc_Arab", "kin_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "knc_Arab-kin_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 138233008, "num_examples": 236181, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/knc_Arab-kin_Latn.gz": {"num_bytes": 48241597, "checksum": "4745faed0c1b79546a39613c08177ad8d3ae22fdb924b4520562b91f70104aab"}}, "download_size": 48241597, "post_processing_size": null, "dataset_size": 138233008, "size_in_bytes": 186474605}, "knc_Arab-kmb_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["knc_Arab", "kmb_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "knc_Arab-kmb_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 166064836, "num_examples": 195805, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/knc_Arab-kmb_Latn.gz": {"num_bytes": 45869077, "checksum": "3231db0ddeacdcec9e9db80f0dde3d3fac19db5d76b0bbd00cdc6fa36d10c0b8"}}, "download_size": 45869077, "post_processing_size": null, "dataset_size": 166064836, "size_in_bytes": 211933913}, "knc_Arab-knc_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["knc_Arab", "knc_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "knc_Arab-knc_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 14582962, "num_examples": 26805, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/knc_Arab-knc_Latn.gz": {"num_bytes": 5034179, "checksum": "0fec01c86a11ef867d2748479aea2ea9662589b5960a69aa70757d151bb42552"}}, "download_size": 5034179, "post_processing_size": null, "dataset_size": 14582962, "size_in_bytes": 19617141}, "knc_Arab-kon_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["knc_Arab", "kon_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "knc_Arab-kon_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 57208833, "num_examples": 98115, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/knc_Arab-kon_Latn.gz": {"num_bytes": 18991825, "checksum": "1ba7058b92841e5e287f53bc2da3b7ab8a62e3474649f23699f4cdd24f2103ba"}}, "download_size": 18991825, "post_processing_size": null, "dataset_size": 57208833, "size_in_bytes": 76200658}, "knc_Arab-lin_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["knc_Arab", "lin_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "knc_Arab-lin_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 162336639, "num_examples": 230649, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/knc_Arab-lin_Latn.gz": {"num_bytes": 50756656, "checksum": "dcf10450c039ae273f6212157dc22747f3166ac8c3abe3ca909adddd0ef21946"}}, "download_size": 50756656, "post_processing_size": null, "dataset_size": 162336639, "size_in_bytes": 213093295}, "knc_Arab-lua_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["knc_Arab", "lua_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "knc_Arab-lua_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 95869371, "num_examples": 149418, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/knc_Arab-lua_Latn.gz": {"num_bytes": 30977491, "checksum": "f889e74a73c254e5efd5e12cacfc656fd5360eca1b26ede0ecf9d04325d7890e"}}, "download_size": 30977491, "post_processing_size": null, "dataset_size": 95869371, "size_in_bytes": 126846862}, "knc_Arab-lug_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["knc_Arab", "lug_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "knc_Arab-lug_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 57376290, "num_examples": 103565, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/knc_Arab-lug_Latn.gz": {"num_bytes": 19823313, "checksum": "d7ac25e16c9780c26c5865057618393d427c20c9ccc115f0b5d1fabc6052344c"}}, "download_size": 19823313, "post_processing_size": null, "dataset_size": 57376290, "size_in_bytes": 77199603}, "knc_Arab-luo_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["knc_Arab", "luo_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "knc_Arab-luo_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 112575149, "num_examples": 172456, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/knc_Arab-luo_Latn.gz": {"num_bytes": 36458852, "checksum": "f5023cd3ef9f65176d02b6f3cc96119d7db6cbb8f841bb70bcc36bcf492eef48"}}, "download_size": 36458852, "post_processing_size": null, "dataset_size": 112575149, "size_in_bytes": 149034001}, "knc_Arab-nso_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["knc_Arab", "nso_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "knc_Arab-nso_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 154402104, "num_examples": 226349, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/knc_Arab-nso_Latn.gz": {"num_bytes": 48370823, "checksum": "49a763388998599136640299c1539786addd8081b6cbf9fba7e339f07412caa6"}}, "download_size": 48370823, "post_processing_size": null, "dataset_size": 154402104, "size_in_bytes": 202772927}, "knc_Arab-nus_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["knc_Arab", "nus_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "knc_Arab-nus_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 38775304, "num_examples": 67420, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/knc_Arab-nus_Latn.gz": {"num_bytes": 12585732, "checksum": "d3c2d0a6013eedb2334401e96ca8792294e37bfb963f257f4616cc92311423d6"}}, "download_size": 12585732, "post_processing_size": null, "dataset_size": 38775304, "size_in_bytes": 51361036}, "knc_Arab-nya_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["knc_Arab", "nya_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "knc_Arab-nya_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 217684376, "num_examples": 330514, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/knc_Arab-nya_Latn.gz": {"num_bytes": 70962150, "checksum": "9990a6a8be471c42eff013f71689777974729b651bfb2dca65210e30cd3fa40c"}}, "download_size": 70962150, "post_processing_size": null, "dataset_size": 217684376, "size_in_bytes": 288646526}, "knc_Arab-run_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["knc_Arab", "run_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "knc_Arab-run_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 172515041, "num_examples": 260513, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/knc_Arab-run_Latn.gz": {"num_bytes": 58168114, "checksum": "6751e9fc40bdae2d3a3a1b4167b90400f65a34b3f8fd39703a9bb6dcf78d11ce"}}, "download_size": 58168114, "post_processing_size": null, "dataset_size": 172515041, "size_in_bytes": 230683155}, "knc_Arab-sna_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["knc_Arab", "sna_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "knc_Arab-sna_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 178944418, "num_examples": 294766, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/knc_Arab-sna_Latn.gz": {"num_bytes": 60658588, "checksum": "f86ad852fd4ebb1e78d705fa8c1b7b53a6085efb1aa6c71b0e50ad398103ca8a"}}, "download_size": 60658588, "post_processing_size": null, "dataset_size": 178944418, "size_in_bytes": 239603006}, "knc_Arab-som_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["knc_Arab", "som_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "knc_Arab-som_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 85427107, "num_examples": 169891, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/knc_Arab-som_Latn.gz": {"num_bytes": 30323618, "checksum": "a1a5eac6ef54bd4cd8dc260e77bedded7d08fa506a181e8969f32ebbcb948466"}}, "download_size": 30323618, "post_processing_size": null, "dataset_size": 85427107, "size_in_bytes": 115750725}, "knc_Arab-sot_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["knc_Arab", "sot_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "knc_Arab-sot_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 244394690, "num_examples": 381238, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/knc_Arab-sot_Latn.gz": {"num_bytes": 81182257, "checksum": "86871bd8c6d8d87d734f472b27cac6bbe54f110206dbda401b7266e43527f858"}}, "download_size": 81182257, "post_processing_size": null, "dataset_size": 244394690, "size_in_bytes": 325576947}, "knc_Arab-ssw_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["knc_Arab", "ssw_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "knc_Arab-ssw_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 58884110, "num_examples": 94926, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/knc_Arab-ssw_Latn.gz": {"num_bytes": 18659607, "checksum": "9fcf7b42edcd86055c54595bb35bc2c0fcbf6ad9a988a71c5937fea469a7b6e8"}}, "download_size": 18659607, "post_processing_size": null, "dataset_size": 58884110, "size_in_bytes": 77543717}, "knc_Arab-swh_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["knc_Arab", "swh_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "knc_Arab-swh_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 283396797, "num_examples": 501916, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/knc_Arab-swh_Latn.gz": {"num_bytes": 97102826, "checksum": "54a6ca1b2480f8cc80a487d43f7516a8001ccd7d03451633336252bf4f313ebd"}}, "download_size": 97102826, "post_processing_size": null, "dataset_size": 283396797, "size_in_bytes": 380499623}, "knc_Arab-tir_Ethi": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["knc_Arab", "tir_Ethi"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "knc_Arab-tir_Ethi", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 115319880, "num_examples": 165317, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/knc_Arab-tir_Ethi.gz": {"num_bytes": 36140296, "checksum": "d45e3504db33c38abfd57e02467e4fb3f627bc4e29b0d094dd65a1f21a603028"}}, "download_size": 36140296, "post_processing_size": null, "dataset_size": 115319880, "size_in_bytes": 151460176}, "knc_Arab-tsn_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["knc_Arab", "tsn_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "knc_Arab-tsn_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 127498774, "num_examples": 212007, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/knc_Arab-tsn_Latn.gz": {"num_bytes": 42256698, "checksum": "f4be701ca16584f93201b9f7cc3d04c24239b6da03a1475ec242b1bf0d5a29ca"}}, "download_size": 42256698, "post_processing_size": null, "dataset_size": 127498774, "size_in_bytes": 169755472}, "knc_Arab-tso_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["knc_Arab", "tso_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "knc_Arab-tso_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 189360974, "num_examples": 272383, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/knc_Arab-tso_Latn.gz": {"num_bytes": 60896204, "checksum": "3b08fa0d9e93f2a636805089147ef38f53cd9ea9e4bd7e23450dd0ef58ed15a2"}}, "download_size": 60896204, "post_processing_size": null, "dataset_size": 189360974, "size_in_bytes": 250257178}, "knc_Arab-tum_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["knc_Arab", "tum_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "knc_Arab-tum_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 116257929, "num_examples": 183235, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/knc_Arab-tum_Latn.gz": {"num_bytes": 37160419, "checksum": "76e67fb4564d84afdd64b1ead7f2feffbae9f022367f8b9a12d83bb470dc0a84"}}, "download_size": 37160419, "post_processing_size": null, "dataset_size": 116257929, "size_in_bytes": 153418348}, "knc_Arab-twi_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["knc_Arab", "twi_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "knc_Arab-twi_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 113100663, "num_examples": 178435, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/knc_Arab-twi_Latn.gz": {"num_bytes": 37927686, "checksum": "642585aa8959289e522cc6be0dd5dea4763fb32ce763d0b8163ff578495588a4"}}, "download_size": 37927686, "post_processing_size": null, "dataset_size": 113100663, "size_in_bytes": 151028349}, "knc_Arab-umb_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["knc_Arab", "umb_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "knc_Arab-umb_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 99341457, "num_examples": 148775, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/knc_Arab-umb_Latn.gz": {"num_bytes": 32738262, "checksum": "d22430874d2994012327ab29570853e22042b8b5e5d5c6babf708e8709d297d7"}}, "download_size": 32738262, "post_processing_size": null, "dataset_size": 99341457, "size_in_bytes": 132079719}, "knc_Arab-wol_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["knc_Arab", "wol_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "knc_Arab-wol_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 26115939, "num_examples": 51769, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/knc_Arab-wol_Latn.gz": {"num_bytes": 9146730, "checksum": "3ea249601cc5a5529c4bb747a4a08f8457e4dd5a26af02d8810883a4e892b2ee"}}, "download_size": 9146730, "post_processing_size": null, "dataset_size": 26115939, "size_in_bytes": 35262669}, "knc_Arab-xho_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["knc_Arab", "xho_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "knc_Arab-xho_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 145427267, "num_examples": 235077, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/knc_Arab-xho_Latn.gz": {"num_bytes": 49182772, "checksum": "45dc3f315d1fcc0f3d2ee2d9990c28fba7a94ea670970a8141e145973a87d2d0"}}, "download_size": 49182772, "post_processing_size": null, "dataset_size": 145427267, "size_in_bytes": 194610039}, "knc_Arab-yor_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["knc_Arab", "yor_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "knc_Arab-yor_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 67890316, "num_examples": 130251, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/knc_Arab-yor_Latn.gz": {"num_bytes": 23826097, "checksum": "19c82edf8a55cf681dd4c0f65d10d7636778a24de042c498af4fb3b0da51770d"}}, "download_size": 23826097, "post_processing_size": null, "dataset_size": 67890316, "size_in_bytes": 91716413}, "knc_Arab-zul_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["knc_Arab", "zul_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "knc_Arab-zul_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 162099474, "num_examples": 279494, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/knc_Arab-zul_Latn.gz": {"num_bytes": 55605422, "checksum": "10258d5972c004aecbedcc54428a0ef5d03ebeaf1994f8610a94e1b6f62eb00e"}}, "download_size": 55605422, "post_processing_size": null, "dataset_size": 162099474, "size_in_bytes": 217704896}, "knc_Latn-gaz_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["knc_Latn", "gaz_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "knc_Latn-gaz_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 6329314, "num_examples": 15243, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/knc_Latn-gaz_Latn.gz": {"num_bytes": 2305595, "checksum": "19d2013c655769e56dc86ccbc2c26e4c526da38ea18dffd0e6c367677e5303c4"}}, "download_size": 2305595, "post_processing_size": null, "dataset_size": 6329314, "size_in_bytes": 8634909}, "knc_Latn-kik_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["knc_Latn", "kik_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "knc_Latn-kik_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 3341479, "num_examples": 7260, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/knc_Latn-kik_Latn.gz": {"num_bytes": 1165954, "checksum": "ec05a877f0bd10254e585ccff9b7d7d505e445886e43870e67f5f501b93b6906"}}, "download_size": 1165954, "post_processing_size": null, "dataset_size": 3341479, "size_in_bytes": 4507433}, "knc_Latn-kin_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["knc_Latn", "kin_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "knc_Latn-kin_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 8520373, "num_examples": 19674, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/knc_Latn-kin_Latn.gz": {"num_bytes": 3122710, "checksum": "5918d40e097bdbb05f254a0e2a917b6689315202a2889691b53201c4a1210a70"}}, "download_size": 3122710, "post_processing_size": null, "dataset_size": 8520373, "size_in_bytes": 11643083}, "knc_Latn-kmb_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["knc_Latn", "kmb_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "knc_Latn-kmb_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 2380469, "num_examples": 5128, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/knc_Latn-kmb_Latn.gz": {"num_bytes": 822933, "checksum": "27b9fbcbf6f818ead53fbf9d69c59dd347d39a7a81a745f8d15546dba2bada16"}}, "download_size": 822933, "post_processing_size": null, "dataset_size": 2380469, "size_in_bytes": 3203402}, "knc_Latn-kon_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["knc_Latn", "kon_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "knc_Latn-kon_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 5050932, "num_examples": 11405, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/knc_Latn-kon_Latn.gz": {"num_bytes": 1808226, "checksum": "54f9dfe58a6bc761f340e770932bab756a40e0b8f30e685e19ed5228d3506897"}}, "download_size": 1808226, "post_processing_size": null, "dataset_size": 5050932, "size_in_bytes": 6859158}, "knc_Latn-lin_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["knc_Latn", "lin_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "knc_Latn-lin_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 4570968, "num_examples": 10359, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/knc_Latn-lin_Latn.gz": {"num_bytes": 1648430, "checksum": "e0d9fa601202bff86918b9710e4f4a0ef1cba58e1b332a916aaf0cc5d4e3f139"}}, "download_size": 1648430, "post_processing_size": null, "dataset_size": 4570968, "size_in_bytes": 6219398}, "knc_Latn-lua_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["knc_Latn", "lua_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "knc_Latn-lua_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 4677286, "num_examples": 10507, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/knc_Latn-lua_Latn.gz": {"num_bytes": 1667852, "checksum": "9b0c2a42798df2751f7de2b95905a5e0a97715e3039da63ee4fcc95bbd419985"}}, "download_size": 1667852, "post_processing_size": null, "dataset_size": 4677286, "size_in_bytes": 6345138}, "knc_Latn-lug_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["knc_Latn", "lug_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "knc_Latn-lug_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 7251013, "num_examples": 16336, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/knc_Latn-lug_Latn.gz": {"num_bytes": 2625369, "checksum": "719ae3564aec594cda8e2c77ec9e7184a63f8fb208c98c53206695bf1b84db3a"}}, "download_size": 2625369, "post_processing_size": null, "dataset_size": 7251013, "size_in_bytes": 9876382}, "knc_Latn-luo_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["knc_Latn", "luo_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "knc_Latn-luo_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 4340258, "num_examples": 9615, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/knc_Latn-luo_Latn.gz": {"num_bytes": 1555726, "checksum": "279de2f9687684c540f647bb52ae8b6e01a2cc374268471513c1677956b60244"}}, "download_size": 1555726, "post_processing_size": null, "dataset_size": 4340258, "size_in_bytes": 5895984}, "knc_Latn-nso_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["knc_Latn", "nso_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "knc_Latn-nso_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 6783098, "num_examples": 15631, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/knc_Latn-nso_Latn.gz": {"num_bytes": 2441576, "checksum": "09a3f6c49e0e58a31aaa4ce469c0558bd8ab31b26786c31de5f679f808bd1030"}}, "download_size": 2441576, "post_processing_size": null, "dataset_size": 6783098, "size_in_bytes": 9224674}, "knc_Latn-nus_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["knc_Latn", "nus_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "knc_Latn-nus_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 3015908, "num_examples": 7302, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/knc_Latn-nus_Latn.gz": {"num_bytes": 1194957, "checksum": "f0dc992023774c28025b1bb4b48c2f5f5cfd1c27863c0ad84469cf7528539589"}}, "download_size": 1194957, "post_processing_size": null, "dataset_size": 3015908, "size_in_bytes": 4210865}, "knc_Latn-nya_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["knc_Latn", "nya_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "knc_Latn-nya_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 7144660, "num_examples": 17562, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/knc_Latn-nya_Latn.gz": {"num_bytes": 2579437, "checksum": "0ab87ab50c9530450d48d807eb24c684c3471605f810a6a5c1b86fcd1e1c6364"}}, "download_size": 2579437, "post_processing_size": null, "dataset_size": 7144660, "size_in_bytes": 9724097}, "knc_Latn-run_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["knc_Latn", "run_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "knc_Latn-run_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 6178499, "num_examples": 13512, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/knc_Latn-run_Latn.gz": {"num_bytes": 2256080, "checksum": "75d6193bb230783c345905e9378b5c23c73cb28c5685434436f04ce06a019d49"}}, "download_size": 2256080, "post_processing_size": null, "dataset_size": 6178499, "size_in_bytes": 8434579}, "knc_Latn-sna_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["knc_Latn", "sna_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "knc_Latn-sna_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 7833373, "num_examples": 17785, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/knc_Latn-sna_Latn.gz": {"num_bytes": 2823138, "checksum": "429eb8ae8d921aecb291463e7c8317fb22c2dc557fbcd1ba6388d8823b9aa453"}}, "download_size": 2823138, "post_processing_size": null, "dataset_size": 7833373, "size_in_bytes": 10656511}, "knc_Latn-som_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["knc_Latn", "som_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "knc_Latn-som_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 10804318, "num_examples": 26224, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/knc_Latn-som_Latn.gz": {"num_bytes": 3969685, "checksum": "bf4c3a65d673e48c324635d6d97d7b79a2f3dfbf3853e80319de2c4a0ad7cfda"}}, "download_size": 3969685, "post_processing_size": null, "dataset_size": 10804318, "size_in_bytes": 14774003}, "knc_Latn-sot_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["knc_Latn", "sot_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "knc_Latn-sot_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 7494278, "num_examples": 17024, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/knc_Latn-sot_Latn.gz": {"num_bytes": 2721729, "checksum": "706b95954c2f553f8956623abef83e77c81bf0338b01e5bdafaa813c12d8c696"}}, "download_size": 2721729, "post_processing_size": null, "dataset_size": 7494278, "size_in_bytes": 10216007}, "knc_Latn-ssw_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["knc_Latn", "ssw_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "knc_Latn-ssw_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 3234069, "num_examples": 7599, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/knc_Latn-ssw_Latn.gz": {"num_bytes": 1166366, "checksum": "dcfe69a2ffdf169e3c51dc51a799fc78477a95041a2121a8ac7e3eb8be72c8d0"}}, "download_size": 1166366, "post_processing_size": null, "dataset_size": 3234069, "size_in_bytes": 4400435}, "knc_Latn-swh_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["knc_Latn", "swh_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "knc_Latn-swh_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 24990215, "num_examples": 55389, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/knc_Latn-swh_Latn.gz": {"num_bytes": 8775541, "checksum": "51515bc5bd068e65a4e5f5f5918b5e28799d62df43a4a1e5a61064e04a2aaf1b"}}, "download_size": 8775541, "post_processing_size": null, "dataset_size": 24990215, "size_in_bytes": 33765756}, "knc_Latn-tir_Ethi": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["knc_Latn", "tir_Ethi"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "knc_Latn-tir_Ethi", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 3640274, "num_examples": 7571, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/knc_Latn-tir_Ethi.gz": {"num_bytes": 1260408, "checksum": "b3d496e3d8a2d4ba71fa2b0ff929c4ee742a8713f85ba28e79151b49b2980c26"}}, "download_size": 1260408, "post_processing_size": null, "dataset_size": 3640274, "size_in_bytes": 4900682}, "knc_Latn-tsn_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["knc_Latn", "tsn_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "knc_Latn-tsn_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 11420582, "num_examples": 25789, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/knc_Latn-tsn_Latn.gz": {"num_bytes": 4107951, "checksum": "7ec5fe0d216522d2a90a99fe65e8d31e93ff66c0bf8edff800c6155123fb9a79"}}, "download_size": 4107951, "post_processing_size": null, "dataset_size": 11420582, "size_in_bytes": 15528533}, "knc_Latn-tso_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["knc_Latn", "tso_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "knc_Latn-tso_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 5542452, "num_examples": 12726, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/knc_Latn-tso_Latn.gz": {"num_bytes": 2021043, "checksum": "3eccee86638bc02e0707403f66e864144623efe20a55e13c308ce17a837b016c"}}, "download_size": 2021043, "post_processing_size": null, "dataset_size": 5542452, "size_in_bytes": 7563495}, "knc_Latn-tum_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["knc_Latn", "tum_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "knc_Latn-tum_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 5079396, "num_examples": 11355, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/knc_Latn-tum_Latn.gz": {"num_bytes": 1811950, "checksum": "bb1a22de45082f14ec574d6a7e251c89a3986704773716f2800b39dc2d6f45a4"}}, "download_size": 1811950, "post_processing_size": null, "dataset_size": 5079396, "size_in_bytes": 6891346}, "knc_Latn-twi_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["knc_Latn", "twi_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "knc_Latn-twi_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 6425435, "num_examples": 14288, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/knc_Latn-twi_Latn.gz": {"num_bytes": 2345947, "checksum": "0e7cc7136a32a6242f117e7a76216c87d0f87df5ce67255fc96c252ec5587883"}}, "download_size": 2345947, "post_processing_size": null, "dataset_size": 6425435, "size_in_bytes": 8771382}, "knc_Latn-umb_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["knc_Latn", "umb_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "knc_Latn-umb_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 3562755, "num_examples": 7778, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/knc_Latn-umb_Latn.gz": {"num_bytes": 1296244, "checksum": "1fdc03b5cbe1dcede3f1fe6b35fdbff6ed7096a41fd369a6d17c991f453e212c"}}, "download_size": 1296244, "post_processing_size": null, "dataset_size": 3562755, "size_in_bytes": 4858999}, "knc_Latn-wol_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["knc_Latn", "wol_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "knc_Latn-wol_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 3845197, "num_examples": 8752, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/knc_Latn-wol_Latn.gz": {"num_bytes": 1422624, "checksum": "9f6dd029e5ce21d1d75717e9530f57cd689bbb6b8de5eaa652c2da318026cc87"}}, "download_size": 1422624, "post_processing_size": null, "dataset_size": 3845197, "size_in_bytes": 5267821}, "knc_Latn-xho_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["knc_Latn", "xho_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "knc_Latn-xho_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 7075124, "num_examples": 17164, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/knc_Latn-xho_Latn.gz": {"num_bytes": 2577374, "checksum": "90752a01ca38271b2c2f5f8b2bfdf5201b0bed1e421b448ee66518cfa5f60b58"}}, "download_size": 2577374, "post_processing_size": null, "dataset_size": 7075124, "size_in_bytes": 9652498}, "knc_Latn-yor_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["knc_Latn", "yor_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "knc_Latn-yor_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 10800440, "num_examples": 25208, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/knc_Latn-yor_Latn.gz": {"num_bytes": 3867788, "checksum": "ba65723c3e67f831fa09da3ca99c0490a8132bc75b099e1241ceedd32b269a6e"}}, "download_size": 3867788, "post_processing_size": null, "dataset_size": 10800440, "size_in_bytes": 14668228}, "knc_Latn-zul_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["knc_Latn", "zul_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "knc_Latn-zul_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 8704721, "num_examples": 21636, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/knc_Latn-zul_Latn.gz": {"num_bytes": 3165299, "checksum": "80e1322b7ebb041b0c3f5656eb3dcb18174294caf335211b45eecdb7159e2b73"}}, "download_size": 3165299, "post_processing_size": null, "dataset_size": 8704721, "size_in_bytes": 11870020}, "kon_Latn-gaz_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kon_Latn", "gaz_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kon_Latn-gaz_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 20268530, "num_examples": 50122, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kon_Latn-gaz_Latn.gz": {"num_bytes": 7011421, "checksum": "30ca0c202775c4399fee6724223d3378560d5fbd670fc2c2fabd3f551049f455"}}, "download_size": 7011421, "post_processing_size": null, "dataset_size": 20268530, "size_in_bytes": 27279951}, "kon_Latn-lin_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kon_Latn", "lin_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kon_Latn-lin_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 40856312, "num_examples": 85011, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kon_Latn-lin_Latn.gz": {"num_bytes": 12553794, "checksum": "c30a25f1131b46b76d5e8fd2112809820bb5179b3a8804bd6078de0e9fb6a475"}}, "download_size": 12553794, "post_processing_size": null, "dataset_size": 40856312, "size_in_bytes": 53410106}, "kon_Latn-lua_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kon_Latn", "lua_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kon_Latn-lua_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 41078521, "num_examples": 84850, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kon_Latn-lua_Latn.gz": {"num_bytes": 12827084, "checksum": "54da8f5f665876db17ede40f5671d04f79191fbafd6942f7349177f73db77839"}}, "download_size": 12827084, "post_processing_size": null, "dataset_size": 41078521, "size_in_bytes": 53905605}, "kon_Latn-lug_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kon_Latn", "lug_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kon_Latn-lug_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 38354421, "num_examples": 86976, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kon_Latn-lug_Latn.gz": {"num_bytes": 13120120, "checksum": "e8624a59b22f1b0bc7f03818b1b0c59989e1560645ae04464c8dac25fe6514d5"}}, "download_size": 13120120, "post_processing_size": null, "dataset_size": 38354421, "size_in_bytes": 51474541}, "kon_Latn-luo_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kon_Latn", "luo_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kon_Latn-luo_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 30678657, "num_examples": 65817, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kon_Latn-luo_Latn.gz": {"num_bytes": 9891934, "checksum": "967b0fcef3ca61bf37ba45205a013c4382b8ae798237bed7c565868073712361"}}, "download_size": 9891934, "post_processing_size": null, "dataset_size": 30678657, "size_in_bytes": 40570591}, "kon_Latn-nso_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kon_Latn", "nso_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kon_Latn-nso_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 29699268, "num_examples": 70821, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kon_Latn-nso_Latn.gz": {"num_bytes": 10082944, "checksum": "f6678fbb10c1be0c750fad10d644b7c52b4a48145430085f4dd99eaf3ede214f"}}, "download_size": 10082944, "post_processing_size": null, "dataset_size": 29699268, "size_in_bytes": 39782212}, "kon_Latn-nus_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kon_Latn", "nus_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kon_Latn-nus_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 6500659, "num_examples": 15327, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kon_Latn-nus_Latn.gz": {"num_bytes": 2190508, "checksum": "b2ad188919f5228ce7659f6809e4cb9073deb353f81baf2c167643e2c67eb584"}}, "download_size": 2190508, "post_processing_size": null, "dataset_size": 6500659, "size_in_bytes": 8691167}, "kon_Latn-nya_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kon_Latn", "nya_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kon_Latn-nya_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 59998347, "num_examples": 125181, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kon_Latn-nya_Latn.gz": {"num_bytes": 19211523, "checksum": "a85f9850810636147d9f6909e3da984181af9a81c5ea340f676640febf025f09"}}, "download_size": 19211523, "post_processing_size": null, "dataset_size": 59998347, "size_in_bytes": 79209870}, "kon_Latn-run_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kon_Latn", "run_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kon_Latn-run_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 50309722, "num_examples": 99480, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kon_Latn-run_Latn.gz": {"num_bytes": 16071483, "checksum": "3a9697c93c9b176882ccaab3e4f967015f14bb912b71b2e2c12f92073da74a40"}}, "download_size": 16071483, "post_processing_size": null, "dataset_size": 50309722, "size_in_bytes": 66381205}, "kon_Latn-sna_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kon_Latn", "sna_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kon_Latn-sna_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 61874006, "num_examples": 127296, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kon_Latn-sna_Latn.gz": {"num_bytes": 19650159, "checksum": "01f4326b26a8a61d9f066a01f5953d9dbb242ef015853e6168b1121ebb6ccdc2"}}, "download_size": 19650159, "post_processing_size": null, "dataset_size": 61874006, "size_in_bytes": 81524165}, "kon_Latn-som_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kon_Latn", "som_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kon_Latn-som_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 37567517, "num_examples": 96579, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kon_Latn-som_Latn.gz": {"num_bytes": 12998649, "checksum": "eff588b9222d88536c52dadb8679fbb5ee23f366e9f5893ead8b67a9b117ea31"}}, "download_size": 12998649, "post_processing_size": null, "dataset_size": 37567517, "size_in_bytes": 50566166}, "kon_Latn-sot_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kon_Latn", "sot_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kon_Latn-sot_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 46575447, "num_examples": 100456, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kon_Latn-sot_Latn.gz": {"num_bytes": 15304359, "checksum": "a53dcf558e6c3668c35faccef07b6941b4b6de60caab1d495f8dbf0f2559d6b0"}}, "download_size": 15304359, "post_processing_size": null, "dataset_size": 46575447, "size_in_bytes": 61879806}, "kon_Latn-ssw_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kon_Latn", "ssw_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kon_Latn-ssw_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 14153145, "num_examples": 34683, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kon_Latn-ssw_Latn.gz": {"num_bytes": 4755220, "checksum": "01bc2078ac1cc3047640c328b6d161eea12299046a55f85b7f27d3e7cb509612"}}, "download_size": 4755220, "post_processing_size": null, "dataset_size": 14153145, "size_in_bytes": 18908365}, "kon_Latn-swh_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kon_Latn", "swh_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kon_Latn-swh_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 115658065, "num_examples": 234895, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kon_Latn-swh_Latn.gz": {"num_bytes": 37176261, "checksum": "3eb4ed3503fb5ffd5165a96c07ac5a9337b87b03f2f8453c4f05557bd27fd9e1"}}, "download_size": 37176261, "post_processing_size": null, "dataset_size": 115658065, "size_in_bytes": 152834326}, "kon_Latn-tir_Ethi": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kon_Latn", "tir_Ethi"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kon_Latn-tir_Ethi", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 40965069, "num_examples": 69626, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kon_Latn-tir_Ethi.gz": {"num_bytes": 11575203, "checksum": "c42a3c58126b0dd949da2843bda40cffbe554f615090568212134276ccfb8973"}}, "download_size": 11575203, "post_processing_size": null, "dataset_size": 40965069, "size_in_bytes": 52540272}, "kon_Latn-tsn_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kon_Latn", "tsn_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kon_Latn-tsn_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 57303454, "num_examples": 124614, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kon_Latn-tsn_Latn.gz": {"num_bytes": 18707469, "checksum": "d47539a82d7a8f007548fea5f3269fc0e4fb4c04eb0c2f3f80014f24d2af3ac2"}}, "download_size": 18707469, "post_processing_size": null, "dataset_size": 57303454, "size_in_bytes": 76010923}, "kon_Latn-tso_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kon_Latn", "tso_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kon_Latn-tso_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 57247186, "num_examples": 114900, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kon_Latn-tso_Latn.gz": {"num_bytes": 18153202, "checksum": "28bb5b24533a3e1c0a327f56a497e73fff897aa8e6ea802a5ee7a792d556267e"}}, "download_size": 18153202, "post_processing_size": null, "dataset_size": 57247186, "size_in_bytes": 75400388}, "kon_Latn-tum_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kon_Latn", "tum_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kon_Latn-tum_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 46226721, "num_examples": 93758, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kon_Latn-tum_Latn.gz": {"num_bytes": 14100300, "checksum": "e3a08ae96931b42fb2d501749747dd6457273936b74d715ce35dafde4a0a6913"}}, "download_size": 14100300, "post_processing_size": null, "dataset_size": 46226721, "size_in_bytes": 60327021}, "kon_Latn-twi_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kon_Latn", "twi_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kon_Latn-twi_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 57538264, "num_examples": 117793, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kon_Latn-twi_Latn.gz": {"num_bytes": 18525382, "checksum": "31c3ec6f8cc39a313a665ceb560172a7f79cf00888887395cd96dcd2888dee25"}}, "download_size": 18525382, "post_processing_size": null, "dataset_size": 57538264, "size_in_bytes": 76063646}, "kon_Latn-umb_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kon_Latn", "umb_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kon_Latn-umb_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 29309242, "num_examples": 58711, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kon_Latn-umb_Latn.gz": {"num_bytes": 9162692, "checksum": "6f043ee2c836a6886342af9acb281b2d8a6692fa31da558776e117f173d6d58b"}}, "download_size": 9162692, "post_processing_size": null, "dataset_size": 29309242, "size_in_bytes": 38471934}, "kon_Latn-wol_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kon_Latn", "wol_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kon_Latn-wol_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 13787236, "num_examples": 33175, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kon_Latn-wol_Latn.gz": {"num_bytes": 4870377, "checksum": "53288b74bf31e3584f7655e71aa863ad7d151a23c0f104ab7eb539c9052e2076"}}, "download_size": 4870377, "post_processing_size": null, "dataset_size": 13787236, "size_in_bytes": 18657613}, "kon_Latn-xho_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kon_Latn", "xho_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kon_Latn-xho_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 52178078, "num_examples": 113621, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kon_Latn-xho_Latn.gz": {"num_bytes": 17010743, "checksum": "4a8cb055db05f38729e1d74c93bdbe8cfdf51a989fc4268d5e514b77873b4ffe"}}, "download_size": 17010743, "post_processing_size": null, "dataset_size": 52178078, "size_in_bytes": 69188821}, "kon_Latn-yor_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kon_Latn", "yor_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kon_Latn-yor_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 53852122, "num_examples": 126345, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kon_Latn-yor_Latn.gz": {"num_bytes": 17874697, "checksum": "92e50f401acd3cb9d6501d1d7861c95e6d11b2ee6ffcf443a612818e9b5d2a28"}}, "download_size": 17874697, "post_processing_size": null, "dataset_size": 53852122, "size_in_bytes": 71726819}, "kon_Latn-zul_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["kon_Latn", "zul_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "kon_Latn-zul_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 74850201, "num_examples": 155908, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/kon_Latn-zul_Latn.gz": {"num_bytes": 23796664, "checksum": "7d7eb65a6c063b13bf49444ce0c2828fe89f1f47765b522915f8ec1ef99cb66a"}}, "download_size": 23796664, "post_processing_size": null, "dataset_size": 74850201, "size_in_bytes": 98646865}, "lao_Laoo-rus_Cyrl": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["lao_Laoo", "rus_Cyrl"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "lao_Laoo-rus_Cyrl", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 662950831, "num_examples": 1033025, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/lao_Laoo-rus_Cyrl.gz": {"num_bytes": 221115547, "checksum": "059700e6c543e506b9ade34149e77ffd7e4f71c43661b2f7851e3fb2394b8740"}}, "download_size": 221115547, "post_processing_size": null, "dataset_size": 662950831, "size_in_bytes": 884066378}, "lin_Latn-gaz_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["lin_Latn", "gaz_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "lin_Latn-gaz_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 26901063, "num_examples": 66262, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/lin_Latn-gaz_Latn.gz": {"num_bytes": 9425775, "checksum": "c643a67112c3db3dc72f3b4e13bd906b70fe29833bc7ec95848c20d456f4cca5"}}, "download_size": 9425775, "post_processing_size": null, "dataset_size": 26901063, "size_in_bytes": 36326838}, "lin_Latn-lua_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["lin_Latn", "lua_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "lin_Latn-lua_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 55891632, "num_examples": 107460, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/lin_Latn-lua_Latn.gz": {"num_bytes": 17145555, "checksum": "a2e9b3c62f23d0fe1070b648ec7d62f318157a99e726357ec0170968beaf7046"}}, "download_size": 17145555, "post_processing_size": null, "dataset_size": 55891632, "size_in_bytes": 73037187}, "lin_Latn-lug_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["lin_Latn", "lug_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "lin_Latn-lug_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 51430969, "num_examples": 111492, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/lin_Latn-lug_Latn.gz": {"num_bytes": 17523724, "checksum": "5d5ff189c56d1c8fe9abf8dd34ad7ac6c786361ae87bb770eb970959705c3e3f"}}, "download_size": 17523724, "post_processing_size": null, "dataset_size": 51430969, "size_in_bytes": 68954693}, "lin_Latn-luo_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["lin_Latn", "luo_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "lin_Latn-luo_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 45353485, "num_examples": 94876, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/lin_Latn-luo_Latn.gz": {"num_bytes": 14449768, "checksum": "1a4b8fa54ce278fa80083fa31fcfe09ec91fe0ff058c4ffaf01b6a52772164a8"}}, "download_size": 14449768, "post_processing_size": null, "dataset_size": 45353485, "size_in_bytes": 59803253}, "lin_Latn-nso_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["lin_Latn", "nso_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "lin_Latn-nso_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 47393338, "num_examples": 112597, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/lin_Latn-nso_Latn.gz": {"num_bytes": 15996707, "checksum": "5219a0be19473d906338acf378b0ed2296a4b6873780046f2ddb938b37fb7da1"}}, "download_size": 15996707, "post_processing_size": null, "dataset_size": 47393338, "size_in_bytes": 63390045}, "lin_Latn-nus_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["lin_Latn", "nus_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "lin_Latn-nus_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 7538885, "num_examples": 18098, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/lin_Latn-nus_Latn.gz": {"num_bytes": 2431379, "checksum": "6640dba6028193edbf0ab83ca941d64edba5d46b3d7b4049637b3a80a3b4e4ee"}}, "download_size": 2431379, "post_processing_size": null, "dataset_size": 7538885, "size_in_bytes": 9970264}, "lin_Latn-nya_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["lin_Latn", "nya_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "lin_Latn-nya_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 110953048, "num_examples": 220080, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/lin_Latn-nya_Latn.gz": {"num_bytes": 35240525, "checksum": "8d476538c23cc6a5e7d9b147c73629653a02b7df82945251989ec7e37b0e89d6"}}, "download_size": 35240525, "post_processing_size": null, "dataset_size": 110953048, "size_in_bytes": 146193573}, "lin_Latn-run_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["lin_Latn", "run_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "lin_Latn-run_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 93406352, "num_examples": 180158, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/lin_Latn-run_Latn.gz": {"num_bytes": 29870416, "checksum": "18f5228ffe58825f0831e1529d174168315a054a75192c9a4b734e4ac0611298"}}, "download_size": 29870416, "post_processing_size": null, "dataset_size": 93406352, "size_in_bytes": 123276768}, "lin_Latn-sna_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["lin_Latn", "sna_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "lin_Latn-sna_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 103136329, "num_examples": 203471, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/lin_Latn-sna_Latn.gz": {"num_bytes": 32609645, "checksum": "697a3d240e6645bca9669098dd4dd3e95d6e2be7e4e28058cc1bc4a270aa8c5f"}}, "download_size": 32609645, "post_processing_size": null, "dataset_size": 103136329, "size_in_bytes": 135745974}, "lin_Latn-som_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["lin_Latn", "som_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "lin_Latn-som_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 57575335, "num_examples": 138569, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/lin_Latn-som_Latn.gz": {"num_bytes": 20002027, "checksum": "4e6193874ad51d1486a92e47c120bb5f7ac6be907028917c9b911d9e367d3f69"}}, "download_size": 20002027, "post_processing_size": null, "dataset_size": 57575335, "size_in_bytes": 77577362}, "lin_Latn-sot_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["lin_Latn", "sot_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "lin_Latn-sot_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 77858648, "num_examples": 168124, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/lin_Latn-sot_Latn.gz": {"num_bytes": 25812174, "checksum": "57d27bbc18bcead1591a028aef09e15389139c0cf6e5cac2adb5f4586897bf67"}}, "download_size": 25812174, "post_processing_size": null, "dataset_size": 77858648, "size_in_bytes": 103670822}, "lin_Latn-ssw_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["lin_Latn", "ssw_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "lin_Latn-ssw_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 22712422, "num_examples": 55264, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/lin_Latn-ssw_Latn.gz": {"num_bytes": 7611611, "checksum": "0069e23218ff270782cff52a341065fd78897d2d65c9a7b4e839aeefc8e7e574"}}, "download_size": 7611611, "post_processing_size": null, "dataset_size": 22712422, "size_in_bytes": 30324033}, "lin_Latn-swh_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["lin_Latn", "swh_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "lin_Latn-swh_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 199487158, "num_examples": 391897, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/lin_Latn-swh_Latn.gz": {"num_bytes": 64860092, "checksum": "cb1c31463405eb3a79d301cdf44f7ee94cd5a4a0d7e1c0adb2cfeef56a15976f"}}, "download_size": 64860092, "post_processing_size": null, "dataset_size": 199487158, "size_in_bytes": 264347250}, "lin_Latn-tir_Ethi": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["lin_Latn", "tir_Ethi"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "lin_Latn-tir_Ethi", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 63375612, "num_examples": 97832, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/lin_Latn-tir_Ethi.gz": {"num_bytes": 17729081, "checksum": "81ebe38af13ebed47ab922a1e52384d6964f95ef10655a1afb01cc94a4ae4c09"}}, "download_size": 17729081, "post_processing_size": null, "dataset_size": 63375612, "size_in_bytes": 81104693}, "lin_Latn-tsn_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["lin_Latn", "tsn_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "lin_Latn-tsn_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 79846380, "num_examples": 170337, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/lin_Latn-tsn_Latn.gz": {"num_bytes": 26289555, "checksum": "514984706e827373bba4bc7b8cecf8cc5d83ef74761089cd60b46a97a429ad03"}}, "download_size": 26289555, "post_processing_size": null, "dataset_size": 79846380, "size_in_bytes": 106135935}, "lin_Latn-tso_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["lin_Latn", "tso_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "lin_Latn-tso_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 102358092, "num_examples": 200871, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/lin_Latn-tso_Latn.gz": {"num_bytes": 32468023, "checksum": "7b0d6d295b3495442df277404edc1db7f660d95f45fa81a08b2a543c03f273e5"}}, "download_size": 32468023, "post_processing_size": null, "dataset_size": 102358092, "size_in_bytes": 134826115}, "lin_Latn-tum_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["lin_Latn", "tum_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "lin_Latn-tum_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 67778943, "num_examples": 129185, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/lin_Latn-tum_Latn.gz": {"num_bytes": 20401436, "checksum": "a477d06c5aa22236edbfeeccb5d1a9407012f49a4afdc6bacd196f6e5ca14598"}}, "download_size": 20401436, "post_processing_size": null, "dataset_size": 67778943, "size_in_bytes": 88180379}, "lin_Latn-twi_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["lin_Latn", "twi_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "lin_Latn-twi_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 77052670, "num_examples": 150224, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/lin_Latn-twi_Latn.gz": {"num_bytes": 24403188, "checksum": "b45c8f54dd5b1774a279d87d1f5172cfbc386cb259b603a801fbbcfee90c39c2"}}, "download_size": 24403188, "post_processing_size": null, "dataset_size": 77052670, "size_in_bytes": 101455858}, "lin_Latn-umb_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["lin_Latn", "umb_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "lin_Latn-umb_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 44349960, "num_examples": 86575, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/lin_Latn-umb_Latn.gz": {"num_bytes": 13989222, "checksum": "4977fb3493fe1d513c0e388a0dd8fead4093953500ce7f4eae17a7b5e50b5da2"}}, "download_size": 13989222, "post_processing_size": null, "dataset_size": 44349960, "size_in_bytes": 58339182}, "lin_Latn-wol_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["lin_Latn", "wol_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "lin_Latn-wol_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 17849478, "num_examples": 41809, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/lin_Latn-wol_Latn.gz": {"num_bytes": 6170907, "checksum": "c8c98cd2c1378cf470720d1d3b81b58156cf5ac316b5d031c325e7fae59f9830"}}, "download_size": 6170907, "post_processing_size": null, "dataset_size": 17849478, "size_in_bytes": 24020385}, "lin_Latn-xho_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["lin_Latn", "xho_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "lin_Latn-xho_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 100621568, "num_examples": 209554, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/lin_Latn-xho_Latn.gz": {"num_bytes": 32450382, "checksum": "a824dc7aa2d74a783bde6c4137e1f8e57a06b19db95995698804cdd6b48bbdc7"}}, "download_size": 32450382, "post_processing_size": null, "dataset_size": 100621568, "size_in_bytes": 133071950}, "lin_Latn-yor_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["lin_Latn", "yor_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "lin_Latn-yor_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 62336650, "num_examples": 146710, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/lin_Latn-yor_Latn.gz": {"num_bytes": 20837306, "checksum": "9bb336734a4a73d935ad79d159b0ac05f2f1a84ac43f0906d0e67f81eb204a5f"}}, "download_size": 20837306, "post_processing_size": null, "dataset_size": 62336650, "size_in_bytes": 83173956}, "lin_Latn-zul_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["lin_Latn", "zul_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "lin_Latn-zul_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 141045102, "num_examples": 285794, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/lin_Latn-zul_Latn.gz": {"num_bytes": 45297217, "checksum": "f253360816f4269b2e45608865d58107d1a1f5815a6d6dd37d1c0889c3f22641"}}, "download_size": 45297217, "post_processing_size": null, "dataset_size": 141045102, "size_in_bytes": 186342319}, "ltg_Latn-rus_Cyrl": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ltg_Latn", "rus_Cyrl"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ltg_Latn-rus_Cyrl", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 130423058, "num_examples": 251128, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ltg_Latn-rus_Cyrl.gz": {"num_bytes": 47039080, "checksum": "e4c19af3c21ce4c70d5e9d3020e9c91f8c33196151bc751036172e10b4020f60"}}, "download_size": 47039080, "post_processing_size": null, "dataset_size": 130423058, "size_in_bytes": 177462138}, "lua_Latn-gaz_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["lua_Latn", "gaz_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "lua_Latn-gaz_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 24663097, "num_examples": 59736, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/lua_Latn-gaz_Latn.gz": {"num_bytes": 8428458, "checksum": "bfb8d2708a7aef2c226293636dc593165d61a22093545818327a6f1173669b5f"}}, "download_size": 8428458, "post_processing_size": null, "dataset_size": 24663097, "size_in_bytes": 33091555}, "lua_Latn-lug_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["lua_Latn", "lug_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "lua_Latn-lug_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 48150818, "num_examples": 102198, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/lua_Latn-lug_Latn.gz": {"num_bytes": 16221085, "checksum": "a698f6ae767787ba3e27c2b5724acde4b39ad5f6d49da145a0dbbaa500b9a0e6"}}, "download_size": 16221085, "post_processing_size": null, "dataset_size": 48150818, "size_in_bytes": 64371903}, "lua_Latn-luo_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["lua_Latn", "luo_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "lua_Latn-luo_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 40219837, "num_examples": 80102, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/lua_Latn-luo_Latn.gz": {"num_bytes": 13002448, "checksum": "447ca03c16f87fc20661f0e7afcf2b3c4b0887d33dbf613146dac00f5c1bb344"}}, "download_size": 13002448, "post_processing_size": null, "dataset_size": 40219837, "size_in_bytes": 53222285}, "lua_Latn-nso_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["lua_Latn", "nso_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "lua_Latn-nso_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 31126944, "num_examples": 72567, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/lua_Latn-nso_Latn.gz": {"num_bytes": 10510955, "checksum": "a5e95d298b651af46b6f4e6227d681b51b83f49e7c5c3afb450cc9134c5595de"}}, "download_size": 10510955, "post_processing_size": null, "dataset_size": 31126944, "size_in_bytes": 41637899}, "lua_Latn-nus_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["lua_Latn", "nus_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "lua_Latn-nus_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 6932569, "num_examples": 15859, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/lua_Latn-nus_Latn.gz": {"num_bytes": 2311386, "checksum": "d0160960819eb96a1eb3498a2946ffa0ff2c0272aaa2580ac5db3b2de9f9fc5a"}}, "download_size": 2311386, "post_processing_size": null, "dataset_size": 6932569, "size_in_bytes": 9243955}, "lua_Latn-nya_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["lua_Latn", "nya_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "lua_Latn-nya_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 102112961, "num_examples": 190951, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/lua_Latn-nya_Latn.gz": {"num_bytes": 32683385, "checksum": "f9317a2a6699586cb340d6ac1ecb54a7526d6867ad5959ef73aa8a783035da4b"}}, "download_size": 32683385, "post_processing_size": null, "dataset_size": 102112961, "size_in_bytes": 134796346}, "lua_Latn-run_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["lua_Latn", "run_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "lua_Latn-run_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 82974094, "num_examples": 148766, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/lua_Latn-run_Latn.gz": {"num_bytes": 26077295, "checksum": "6829fd4877a29178cbd8299bcf5ef6a0f40fdb3dc8daacad6348b546c899579d"}}, "download_size": 26077295, "post_processing_size": null, "dataset_size": 82974094, "size_in_bytes": 109051389}, "lua_Latn-sna_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["lua_Latn", "sna_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "lua_Latn-sna_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 99443539, "num_examples": 184707, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/lua_Latn-sna_Latn.gz": {"num_bytes": 31311609, "checksum": "d976e55bca52065445901730d41467815348f116e07700717bdc5ade9c6477ca"}}, "download_size": 31311609, "post_processing_size": null, "dataset_size": 99443539, "size_in_bytes": 130755148}, "lua_Latn-som_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["lua_Latn", "som_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "lua_Latn-som_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 43281558, "num_examples": 106388, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/lua_Latn-som_Latn.gz": {"num_bytes": 14954948, "checksum": "77c0a599f7a689f2fd6c5245e9ac70620001a7893e74094c5a6330637ee954b2"}}, "download_size": 14954948, "post_processing_size": null, "dataset_size": 43281558, "size_in_bytes": 58236506}, "lua_Latn-sot_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["lua_Latn", "sot_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "lua_Latn-sot_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 56786647, "num_examples": 117287, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/lua_Latn-sot_Latn.gz": {"num_bytes": 18662754, "checksum": "1fb7797c10a72c139e81cfff81104a5fa242e8ab127d853291aee15aae808460"}}, "download_size": 18662754, "post_processing_size": null, "dataset_size": 56786647, "size_in_bytes": 75449401}, "lua_Latn-ssw_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["lua_Latn", "ssw_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "lua_Latn-ssw_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 16224485, "num_examples": 38644, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/lua_Latn-ssw_Latn.gz": {"num_bytes": 5437911, "checksum": "52574cd045de10705a934341302fdad97300a89eb04aaeaa73c81eac2313d70b"}}, "download_size": 5437911, "post_processing_size": null, "dataset_size": 16224485, "size_in_bytes": 21662396}, "lua_Latn-swh_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["lua_Latn", "swh_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "lua_Latn-swh_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 180422215, "num_examples": 336562, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/lua_Latn-swh_Latn.gz": {"num_bytes": 57639287, "checksum": "bdba0f7205f4f8ab1bc46606076edf611cf06bce0a2acda8838c58835717362d"}}, "download_size": 57639287, "post_processing_size": null, "dataset_size": 180422215, "size_in_bytes": 238061502}, "lua_Latn-tir_Ethi": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["lua_Latn", "tir_Ethi"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "lua_Latn-tir_Ethi", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 74348144, "num_examples": 107491, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/lua_Latn-tir_Ethi.gz": {"num_bytes": 20755172, "checksum": "f0aa0c755c46e650c8fe4160805f94cbf76e0bd0fa3b0fd47f4c885513917a31"}}, "download_size": 20755172, "post_processing_size": null, "dataset_size": 74348144, "size_in_bytes": 95103316}, "lua_Latn-tsn_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["lua_Latn", "tsn_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "lua_Latn-tsn_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 65612674, "num_examples": 137286, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/lua_Latn-tsn_Latn.gz": {"num_bytes": 21467371, "checksum": "164f872c5f86fd1b02bcc73808ebf5fc438867500c41599976aea1c670d8a31a"}}, "download_size": 21467371, "post_processing_size": null, "dataset_size": 65612674, "size_in_bytes": 87080045}, "lua_Latn-tso_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["lua_Latn", "tso_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "lua_Latn-tso_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 82516115, "num_examples": 151795, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/lua_Latn-tso_Latn.gz": {"num_bytes": 26189455, "checksum": "ad13d1cfea99cd3455e3d8ef3e60dfdbd0d976b748113d6dc562a70fffe1d4a4"}}, "download_size": 26189455, "post_processing_size": null, "dataset_size": 82516115, "size_in_bytes": 108705570}, "lua_Latn-tum_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["lua_Latn", "tum_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "lua_Latn-tum_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 74535023, "num_examples": 138246, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/lua_Latn-tum_Latn.gz": {"num_bytes": 22329628, "checksum": "10ea434e59a9f212c466b4f7930048a17f76f7a21d7dabaf3b30b64fca07542c"}}, "download_size": 22329628, "post_processing_size": null, "dataset_size": 74535023, "size_in_bytes": 96864651}, "lua_Latn-twi_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["lua_Latn", "twi_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "lua_Latn-twi_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 72057733, "num_examples": 136052, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/lua_Latn-twi_Latn.gz": {"num_bytes": 22854863, "checksum": "c2c80ab4736b33649664d1ddcc56eaf6aae4a96d9a9e0d9dc4f6ef7bfa348323"}}, "download_size": 22854863, "post_processing_size": null, "dataset_size": 72057733, "size_in_bytes": 94912596}, "lua_Latn-umb_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["lua_Latn", "umb_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "lua_Latn-umb_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 47227298, "num_examples": 86451, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/lua_Latn-umb_Latn.gz": {"num_bytes": 14807852, "checksum": "500e384b991fc2846f3baa63ce61920fbd29480f46dbb904efc8ae323118e612"}}, "download_size": 14807852, "post_processing_size": null, "dataset_size": 47227298, "size_in_bytes": 62035150}, "lua_Latn-wol_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["lua_Latn", "wol_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "lua_Latn-wol_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 14454018, "num_examples": 33657, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/lua_Latn-wol_Latn.gz": {"num_bytes": 5092332, "checksum": "6de08810f351c815b1ddc5cfa5e27766f619c922035e0ef3524ab36ac0dab8ef"}}, "download_size": 5092332, "post_processing_size": null, "dataset_size": 14454018, "size_in_bytes": 19546350}, "lua_Latn-xho_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["lua_Latn", "xho_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "lua_Latn-xho_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 79893037, "num_examples": 154933, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/lua_Latn-xho_Latn.gz": {"num_bytes": 25273745, "checksum": "47897e1d3fd7f13e33cbe6329a41e81131543e82162cccf08094431c0c807993"}}, "download_size": 25273745, "post_processing_size": null, "dataset_size": 79893037, "size_in_bytes": 105166782}, "lua_Latn-yor_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["lua_Latn", "yor_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "lua_Latn-yor_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 42970973, "num_examples": 101642, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/lua_Latn-yor_Latn.gz": {"num_bytes": 14789289, "checksum": "e4bec38a20a77ecacbea0f0065c3c727e010b08e012da335ca40eabdd987fac5"}}, "download_size": 14789289, "post_processing_size": null, "dataset_size": 42970973, "size_in_bytes": 57760262}, "lua_Latn-zul_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["lua_Latn", "zul_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "lua_Latn-zul_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 124836030, "num_examples": 232275, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/lua_Latn-zul_Latn.gz": {"num_bytes": 39550913, "checksum": "be52e53b05bfb5ff177ff7f4f1d7856c4a4658507489579e3f2648b7d439266f"}}, "download_size": 39550913, "post_processing_size": null, "dataset_size": 124836030, "size_in_bytes": 164386943}, "lug_Latn-gaz_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["lug_Latn", "gaz_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "lug_Latn-gaz_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 28737455, "num_examples": 71187, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/lug_Latn-gaz_Latn.gz": {"num_bytes": 10378678, "checksum": "1786c92d6c16f5e37ae42767595100cb9abf15eb6a110be8ee382536e40b8497"}}, "download_size": 10378678, "post_processing_size": null, "dataset_size": 28737455, "size_in_bytes": 39116133}, "lug_Latn-luo_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["lug_Latn", "luo_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "lug_Latn-luo_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 49509214, "num_examples": 107340, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/lug_Latn-luo_Latn.gz": {"num_bytes": 17295960, "checksum": "03e822b96a65e884f41600f43b381cd8cb493a26df111dc363cd15e7e667844c"}}, "download_size": 17295960, "post_processing_size": null, "dataset_size": 49509214, "size_in_bytes": 66805174}, "lug_Latn-nso_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["lug_Latn", "nso_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "lug_Latn-nso_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 49189739, "num_examples": 115301, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/lug_Latn-nso_Latn.gz": {"num_bytes": 17291937, "checksum": "985f0a16e936ed1c36795cf1923c7fef34d7297aa39b93530255b9b0144fa157"}}, "download_size": 17291937, "post_processing_size": null, "dataset_size": 49189739, "size_in_bytes": 66481676}, "lug_Latn-nus_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["lug_Latn", "nus_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "lug_Latn-nus_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 12267932, "num_examples": 29008, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/lug_Latn-nus_Latn.gz": {"num_bytes": 4288346, "checksum": "5b240d30c7522ddf72a602bf310b0d7d6923bf453a209117bae35d96f7cbee87"}}, "download_size": 4288346, "post_processing_size": null, "dataset_size": 12267932, "size_in_bytes": 16556278}, "lug_Latn-nya_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["lug_Latn", "nya_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "lug_Latn-nya_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 88175601, "num_examples": 187292, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/lug_Latn-nya_Latn.gz": {"num_bytes": 30528625, "checksum": "adb4111be7f8a371fc4c96de90c22be4e3bec9e63b2df02441ae1bf941557771"}}, "download_size": 30528625, "post_processing_size": null, "dataset_size": 88175601, "size_in_bytes": 118704226}, "lug_Latn-run_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["lug_Latn", "run_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "lug_Latn-run_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 75188001, "num_examples": 151680, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/lug_Latn-run_Latn.gz": {"num_bytes": 26121621, "checksum": "d0b53fb8734934b10a88f2150d921b3183b921512853999a7467cbab52667204"}}, "download_size": 26121621, "post_processing_size": null, "dataset_size": 75188001, "size_in_bytes": 101309622}, "lug_Latn-sna_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["lug_Latn", "sna_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "lug_Latn-sna_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 96729062, "num_examples": 201678, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/lug_Latn-sna_Latn.gz": {"num_bytes": 33381576, "checksum": "ac950d6929b2a85747ccf793db2cb906eff098d47ee5d3854602fe249193481f"}}, "download_size": 33381576, "post_processing_size": null, "dataset_size": 96729062, "size_in_bytes": 130110638}, "lug_Latn-som_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["lug_Latn", "som_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "lug_Latn-som_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 55173569, "num_examples": 139227, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/lug_Latn-som_Latn.gz": {"num_bytes": 19894850, "checksum": "c15380e996165acc359b05890b1efdb6ccc116489144e56be92974da20297c78"}}, "download_size": 19894850, "post_processing_size": null, "dataset_size": 55173569, "size_in_bytes": 75068419}, "lug_Latn-sot_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["lug_Latn", "sot_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "lug_Latn-sot_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 76356207, "num_examples": 167726, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/lug_Latn-sot_Latn.gz": {"num_bytes": 26855563, "checksum": "7e05308eb2f31b8f452c1937043d4d49e10c5723fecabaa295bad676ecb2ed92"}}, "download_size": 26855563, "post_processing_size": null, "dataset_size": 76356207, "size_in_bytes": 103211770}, "lug_Latn-ssw_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["lug_Latn", "ssw_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "lug_Latn-ssw_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 23634672, "num_examples": 57049, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/lug_Latn-ssw_Latn.gz": {"num_bytes": 8263825, "checksum": "03cf9f1831cdf3105a55935dea4a3213febf8b708d87486c7fa685516686d8de"}}, "download_size": 8263825, "post_processing_size": null, "dataset_size": 23634672, "size_in_bytes": 31898497}, "lug_Latn-swh_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["lug_Latn", "swh_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "lug_Latn-swh_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 160902945, "num_examples": 334135, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/lug_Latn-swh_Latn.gz": {"num_bytes": 55673823, "checksum": "afdacdd81317844dc2ef3c43c0b34c060d149d8e65991d6ba8fbb5683abb07a7"}}, "download_size": 55673823, "post_processing_size": null, "dataset_size": 160902945, "size_in_bytes": 216576768}, "lug_Latn-tir_Ethi": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["lug_Latn", "tir_Ethi"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "lug_Latn-tir_Ethi", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 58221367, "num_examples": 101857, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/lug_Latn-tir_Ethi.gz": {"num_bytes": 17914061, "checksum": "f7a23d0aacb49840b684a74c7d41b3d31f1d4d16ae7ad14992696a75a95102b4"}}, "download_size": 17914061, "post_processing_size": null, "dataset_size": 58221367, "size_in_bytes": 76135428}, "lug_Latn-tsn_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["lug_Latn", "tsn_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "lug_Latn-tsn_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 80766558, "num_examples": 183013, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/lug_Latn-tsn_Latn.gz": {"num_bytes": 28186804, "checksum": "54edf531f0615601762d26827a5cb3c3847d7f164c5f34aa933adab2b1a68bc6"}}, "download_size": 28186804, "post_processing_size": null, "dataset_size": 80766558, "size_in_bytes": 108953362}, "lug_Latn-tso_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["lug_Latn", "tso_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "lug_Latn-tso_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 74269195, "num_examples": 156337, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/lug_Latn-tso_Latn.gz": {"num_bytes": 25685996, "checksum": "8eb5d6e3bd6f13524859fd4bd3f293c01ed9b1204bee1fe37b97f308b12f249d"}}, "download_size": 25685996, "post_processing_size": null, "dataset_size": 74269195, "size_in_bytes": 99955191}, "lug_Latn-tum_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["lug_Latn", "tum_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "lug_Latn-tum_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 69537305, "num_examples": 143005, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/lug_Latn-tum_Latn.gz": {"num_bytes": 22656342, "checksum": "b9b78c3e1e17abe5793c4adac9ef305da11cc371c54e44ce68c9c4d4aa2d99ea"}}, "download_size": 22656342, "post_processing_size": null, "dataset_size": 69537305, "size_in_bytes": 92193647}, "lug_Latn-twi_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["lug_Latn", "twi_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "lug_Latn-twi_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 73990227, "num_examples": 156867, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/lug_Latn-twi_Latn.gz": {"num_bytes": 25472678, "checksum": "e346b15c87d4c9f868f03f8e664ae0b7b8ad07d72aeddec317bd7669b17746f7"}}, "download_size": 25472678, "post_processing_size": null, "dataset_size": 73990227, "size_in_bytes": 99462905}, "lug_Latn-umb_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["lug_Latn", "umb_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "lug_Latn-umb_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 36475625, "num_examples": 76417, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/lug_Latn-umb_Latn.gz": {"num_bytes": 12623872, "checksum": "ec28e3ddb70ae6c1563fbec3fb96580b6b63714f02d6f5b108efba769d1fa334"}}, "download_size": 12623872, "post_processing_size": null, "dataset_size": 36475625, "size_in_bytes": 49099497}, "lug_Latn-wol_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["lug_Latn", "wol_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "lug_Latn-wol_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 20505358, "num_examples": 49136, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/lug_Latn-wol_Latn.gz": {"num_bytes": 7592160, "checksum": "58bb497a69ddc7d855959ef85f6a5ee18b0493071decfaea918ede8f64d6539d"}}, "download_size": 7592160, "post_processing_size": null, "dataset_size": 20505358, "size_in_bytes": 28097518}, "lug_Latn-xho_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["lug_Latn", "xho_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "lug_Latn-xho_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 70583200, "num_examples": 158308, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/lug_Latn-xho_Latn.gz": {"num_bytes": 24932481, "checksum": "cdfa3231849b9fcae10f49b76600767a9d75799befc2313b3621bb9b9e4c5684"}}, "download_size": 24932481, "post_processing_size": null, "dataset_size": 70583200, "size_in_bytes": 95515681}, "lug_Latn-yor_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["lug_Latn", "yor_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "lug_Latn-yor_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 61138329, "num_examples": 147769, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/lug_Latn-yor_Latn.gz": {"num_bytes": 22070866, "checksum": "1ccdf9ff42b64e646e10fc2f9cdb5555d5870fe5f6a792f23d00f0aae9984d6f"}}, "download_size": 22070866, "post_processing_size": null, "dataset_size": 61138329, "size_in_bytes": 83209195}, "lug_Latn-zul_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["lug_Latn", "zul_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "lug_Latn-zul_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 102134291, "num_examples": 221470, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/lug_Latn-zul_Latn.gz": {"num_bytes": 35780235, "checksum": "237176c3d204f9df1f271fcc26bc8dc13abf39625d29caa1fb9adcea792e8297"}}, "download_size": 35780235, "post_processing_size": null, "dataset_size": 102134291, "size_in_bytes": 137914526}, "luo_Latn-gaz_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["luo_Latn", "gaz_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "luo_Latn-gaz_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 21264235, "num_examples": 52856, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/luo_Latn-gaz_Latn.gz": {"num_bytes": 7477076, "checksum": "0a43a2587bb9b794dba079632dbecfbe71fea353890f521abc7606f04fdc3a1c"}}, "download_size": 7477076, "post_processing_size": null, "dataset_size": 21264235, "size_in_bytes": 28741311}, "luo_Latn-nso_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["luo_Latn", "nso_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "luo_Latn-nso_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 40635373, "num_examples": 91287, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/luo_Latn-nso_Latn.gz": {"num_bytes": 13708165, "checksum": "7342629fa0e5f693d43ec53aa11019d0ebf44d3a51ab91453be358e5b5e163aa"}}, "download_size": 13708165, "post_processing_size": null, "dataset_size": 40635373, "size_in_bytes": 54343538}, "luo_Latn-nus_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["luo_Latn", "nus_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "luo_Latn-nus_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 8968155, "num_examples": 21105, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/luo_Latn-nus_Latn.gz": {"num_bytes": 2967269, "checksum": "8852f0f08d3eb26910bb133623bb6453dc03fdaff6e08b680110d181b4cb04e2"}}, "download_size": 2967269, "post_processing_size": null, "dataset_size": 8968155, "size_in_bytes": 11935424}, "luo_Latn-nya_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["luo_Latn", "nya_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "luo_Latn-nya_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 84021605, "num_examples": 167197, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/luo_Latn-nya_Latn.gz": {"num_bytes": 27691440, "checksum": "65c6927a52985ac1f531c5de36411df15efdfe08b09a226f9ed05845e5dc3420"}}, "download_size": 27691440, "post_processing_size": null, "dataset_size": 84021605, "size_in_bytes": 111713045}, "luo_Latn-run_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["luo_Latn", "run_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "luo_Latn-run_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 63997670, "num_examples": 123408, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/luo_Latn-run_Latn.gz": {"num_bytes": 21125573, "checksum": "4824ebd8b7d1004d3c1cd3f64969dac313ec0d9ca14c52a28d475f224fe01e69"}}, "download_size": 21125573, "post_processing_size": null, "dataset_size": 63997670, "size_in_bytes": 85123243}, "luo_Latn-sna_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["luo_Latn", "sna_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "luo_Latn-sna_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 104195645, "num_examples": 205906, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/luo_Latn-sna_Latn.gz": {"num_bytes": 33861093, "checksum": "9ba403ead13ca5242840bea8bbd5ba3582e797732175d409d9550738a6ffb587"}}, "download_size": 33861093, "post_processing_size": null, "dataset_size": 104195645, "size_in_bytes": 138056738}, "luo_Latn-som_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["luo_Latn", "som_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "luo_Latn-som_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 53525305, "num_examples": 128471, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/luo_Latn-som_Latn.gz": {"num_bytes": 18453101, "checksum": "b01a2ab9b0ed2b639d3fcdea5d269c1d722d977fc65fd4475eecf44c0d677c03"}}, "download_size": 18453101, "post_processing_size": null, "dataset_size": 53525305, "size_in_bytes": 71978406}, "luo_Latn-sot_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["luo_Latn", "sot_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "luo_Latn-sot_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 60351002, "num_examples": 127356, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/luo_Latn-sot_Latn.gz": {"num_bytes": 20313136, "checksum": "209f8e985c71328eadb34d76bf26ff186b7d99226f07e75aab4f64d30103e4bb"}}, "download_size": 20313136, "post_processing_size": null, "dataset_size": 60351002, "size_in_bytes": 80664138}, "luo_Latn-ssw_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["luo_Latn", "ssw_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "luo_Latn-ssw_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 18021818, "num_examples": 41578, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/luo_Latn-ssw_Latn.gz": {"num_bytes": 6032388, "checksum": "2502ee11dc618b5c5bcbbf583526c5888eb56818b61d04b37a264862e896e702"}}, "download_size": 6032388, "post_processing_size": null, "dataset_size": 18021818, "size_in_bytes": 24054206}, "luo_Latn-swh_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["luo_Latn", "swh_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "luo_Latn-swh_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 162823673, "num_examples": 327287, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/luo_Latn-swh_Latn.gz": {"num_bytes": 54297232, "checksum": "f84604966849c0b29ad8dbe136fb1c434afddbd3cc1650b50a1b5ba3e71227ab"}}, "download_size": 54297232, "post_processing_size": null, "dataset_size": 162823673, "size_in_bytes": 217120905}, "luo_Latn-tir_Ethi": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["luo_Latn", "tir_Ethi"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "luo_Latn-tir_Ethi", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 55556594, "num_examples": 89308, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/luo_Latn-tir_Ethi.gz": {"num_bytes": 16249578, "checksum": "ae5ceba67e656de57cb8478b7cff987fecebf76c49e95d7707075970e37c94ae"}}, "download_size": 16249578, "post_processing_size": null, "dataset_size": 55556594, "size_in_bytes": 71806172}, "luo_Latn-tsn_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["luo_Latn", "tsn_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "luo_Latn-tsn_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 63705080, "num_examples": 137473, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/luo_Latn-tsn_Latn.gz": {"num_bytes": 21537942, "checksum": "38c521b1e007d070b6147d3b1236f23e8224c9920ab354e2a76c74f7ebbc0d57"}}, "download_size": 21537942, "post_processing_size": null, "dataset_size": 63705080, "size_in_bytes": 85243022}, "luo_Latn-tso_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["luo_Latn", "tso_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "luo_Latn-tso_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 69043777, "num_examples": 136309, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/luo_Latn-tso_Latn.gz": {"num_bytes": 22803969, "checksum": "32a05a38d535fe3a351e208994a1a1804d3121d9abcb4c1b071d4aa530b80d16"}}, "download_size": 22803969, "post_processing_size": null, "dataset_size": 69043777, "size_in_bytes": 91847746}, "luo_Latn-tum_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["luo_Latn", "tum_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "luo_Latn-tum_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 56861905, "num_examples": 108911, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/luo_Latn-tum_Latn.gz": {"num_bytes": 17543255, "checksum": "e45b20625f3da3a4830f6ff7860e4ccbc320dc5a723336bedcb6b0657357c7df"}}, "download_size": 17543255, "post_processing_size": null, "dataset_size": 56861905, "size_in_bytes": 74405160}, "luo_Latn-twi_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["luo_Latn", "twi_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "luo_Latn-twi_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 63159375, "num_examples": 127462, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/luo_Latn-twi_Latn.gz": {"num_bytes": 20911732, "checksum": "6b2ab67b949c3b975f0eb713e0f0361c4c6ca26ddff59e3196b9b97aeba88893"}}, "download_size": 20911732, "post_processing_size": null, "dataset_size": 63159375, "size_in_bytes": 84071107}, "luo_Latn-umb_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["luo_Latn", "umb_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "luo_Latn-umb_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 34581297, "num_examples": 68983, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/luo_Latn-umb_Latn.gz": {"num_bytes": 11367726, "checksum": "f0b411197824bccf73e917bb47f3ac8f6f265a8f99a59d15340dc57e8295f53a"}}, "download_size": 11367726, "post_processing_size": null, "dataset_size": 34581297, "size_in_bytes": 45949023}, "luo_Latn-wol_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["luo_Latn", "wol_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "luo_Latn-wol_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 18627584, "num_examples": 43719, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/luo_Latn-wol_Latn.gz": {"num_bytes": 6565632, "checksum": "d2bf3a4d08fe434fe0e132f56ec92b84e699ddd19f90bfdca1e73215cc3bd888"}}, "download_size": 6565632, "post_processing_size": null, "dataset_size": 18627584, "size_in_bytes": 25193216}, "luo_Latn-xho_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["luo_Latn", "xho_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "luo_Latn-xho_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 68276272, "num_examples": 145848, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/luo_Latn-xho_Latn.gz": {"num_bytes": 23077436, "checksum": "394c016d043502b198d8b77570c176bb9cc184400a2449faff91f8aa6c1cef18"}}, "download_size": 23077436, "post_processing_size": null, "dataset_size": 68276272, "size_in_bytes": 91353708}, "luo_Latn-yor_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["luo_Latn", "yor_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "luo_Latn-yor_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 54188222, "num_examples": 125655, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/luo_Latn-yor_Latn.gz": {"num_bytes": 18815428, "checksum": "e73918cee707fee439e5d4478cd8b6107bd68ab8f8f1f07b5cb6ca892b005099"}}, "download_size": 18815428, "post_processing_size": null, "dataset_size": 54188222, "size_in_bytes": 73003650}, "luo_Latn-zul_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["luo_Latn", "zul_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "luo_Latn-zul_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 105247140, "num_examples": 214434, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/luo_Latn-zul_Latn.gz": {"num_bytes": 35031626, "checksum": "29aeb085affb4beb2d1715b8587721facfa43181bad4c396984e4f56a03278a6"}}, "download_size": 35031626, "post_processing_size": null, "dataset_size": 105247140, "size_in_bytes": 140278766}, "mag_Deva-mai_Deva": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["mag_Deva", "mai_Deva"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "mag_Deva-mai_Deva", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 30915847, "num_examples": 53848, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/mag_Deva-mai_Deva.gz": {"num_bytes": 9057434, "checksum": "e433a69a36138ea0107708fb292975aeab3e25ca9bc26267b4c0b00079605774"}}, "download_size": 9057434, "post_processing_size": null, "dataset_size": 30915847, "size_in_bytes": 39973281}, "mag_Deva-mal_Mlym": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["mag_Deva", "mal_Mlym"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "mag_Deva-mal_Mlym", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 200665967, "num_examples": 366386, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/mag_Deva-mal_Mlym.gz": {"num_bytes": 59575468, "checksum": "27fa667bafb6f71acb1b9913f99402a1370426a48944907600d345372493a470"}}, "download_size": 59575468, "post_processing_size": null, "dataset_size": 200665967, "size_in_bytes": 260241435}, "mag_Deva-mar_Deva": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["mag_Deva", "mar_Deva"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "mag_Deva-mar_Deva", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 108635066, "num_examples": 218138, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/mag_Deva-mar_Deva.gz": {"num_bytes": 32074447, "checksum": "55df61f6d0bbebc748d60d1a2020e06681fc6bab78d9a984649846a09373b489"}}, "download_size": 32074447, "post_processing_size": null, "dataset_size": 108635066, "size_in_bytes": 140709513}, "mag_Deva-npi_Deva": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["mag_Deva", "npi_Deva"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "mag_Deva-npi_Deva", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 159133839, "num_examples": 269701, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/mag_Deva-npi_Deva.gz": {"num_bytes": 45939317, "checksum": "bdbfd4792079e0c7570385643817692d2dc54f843ca6598bc5913692e0973bcd"}}, "download_size": 45939317, "post_processing_size": null, "dataset_size": 159133839, "size_in_bytes": 205073156}, "mag_Deva-ory_Orya": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["mag_Deva", "ory_Orya"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "mag_Deva-ory_Orya", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 79737033, "num_examples": 147253, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/mag_Deva-ory_Orya.gz": {"num_bytes": 23880436, "checksum": "9150860f0dd3a019860f5d3fc7377c9ecebe498078cde7d2942ca9e121e8902b"}}, "download_size": 23880436, "post_processing_size": null, "dataset_size": 79737033, "size_in_bytes": 103617469}, "mag_Deva-pan_Guru": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["mag_Deva", "pan_Guru"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "mag_Deva-pan_Guru", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 69978380, "num_examples": 117162, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/mag_Deva-pan_Guru.gz": {"num_bytes": 20679264, "checksum": "9be893db6f2714b16460a8dda6ca54a5cc35c431c8bba3c3b0fd87eb64b1ae91"}}, "download_size": 20679264, "post_processing_size": null, "dataset_size": 69978380, "size_in_bytes": 90657644}, "mag_Deva-san_Deva": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["mag_Deva", "san_Deva"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "mag_Deva-san_Deva", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 51642198, "num_examples": 91386, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/mag_Deva-san_Deva.gz": {"num_bytes": 14179570, "checksum": "eccfc7d8d12480885690707493047c9d7f23aa3bcd767381477e2d87b56e6e46"}}, "download_size": 14179570, "post_processing_size": null, "dataset_size": 51642198, "size_in_bytes": 65821768}, "mag_Deva-sat_Beng": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["mag_Deva", "sat_Beng"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "mag_Deva-sat_Beng", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1830453, "num_examples": 2728, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/mag_Deva-sat_Beng.gz": {"num_bytes": 451970, "checksum": "9f6b469d9ea757ecee345f30018b52479cee87ca8a8e0d7f81728c448f5c3c0f"}}, "download_size": 451970, "post_processing_size": null, "dataset_size": 1830453, "size_in_bytes": 2282423}, "mag_Deva-sin_Sinh": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["mag_Deva", "sin_Sinh"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "mag_Deva-sin_Sinh", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 94262782, "num_examples": 195132, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/mag_Deva-sin_Sinh.gz": {"num_bytes": 27145357, "checksum": "301a97b390e6e46b206782da6206426240225951e3b8e3acd0ed1a63e0223129"}}, "download_size": 27145357, "post_processing_size": null, "dataset_size": 94262782, "size_in_bytes": 121408139}, "mag_Deva-snd_Arab": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["mag_Deva", "snd_Arab"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "mag_Deva-snd_Arab", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 60283859, "num_examples": 109735, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/mag_Deva-snd_Arab.gz": {"num_bytes": 18380960, "checksum": "263b506d5e63f32a920ba7f96501975160ad8bfb7ef354face4cc8f36dcc020e"}}, "download_size": 18380960, "post_processing_size": null, "dataset_size": 60283859, "size_in_bytes": 78664819}, "mag_Deva-tam_Taml": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["mag_Deva", "tam_Taml"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "mag_Deva-tam_Taml", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 232422539, "num_examples": 378651, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/mag_Deva-tam_Taml.gz": {"num_bytes": 67093776, "checksum": "e4d3ed1307f32028aeb4ab3996a81f4a7fba8b2cfb9630e40f223740a0e49bf4"}}, "download_size": 67093776, "post_processing_size": null, "dataset_size": 232422539, "size_in_bytes": 299516315}, "mag_Deva-tel_Telu": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["mag_Deva", "tel_Telu"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "mag_Deva-tel_Telu", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 242988013, "num_examples": 435100, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/mag_Deva-tel_Telu.gz": {"num_bytes": 73405716, "checksum": "b0b371d4056fb9dc2130e5dec37299140a64aae5a7b1503f00c88ff460d1c01d"}}, "download_size": 73405716, "post_processing_size": null, "dataset_size": 242988013, "size_in_bytes": 316393729}, "mag_Deva-urd_Arab": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["mag_Deva", "urd_Arab"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "mag_Deva-urd_Arab", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 147591130, "num_examples": 254277, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/mag_Deva-urd_Arab.gz": {"num_bytes": 46944926, "checksum": "cd58bd36a38a789d7b9c20a1a9122ed6cc851d53c086d55fecb41fdc3bfdc5e0"}}, "download_size": 46944926, "post_processing_size": null, "dataset_size": 147591130, "size_in_bytes": 194536056}, "mai_Deva-mal_Mlym": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["mai_Deva", "mal_Mlym"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "mai_Deva-mal_Mlym", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 338483716, "num_examples": 571598, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/mai_Deva-mal_Mlym.gz": {"num_bytes": 101197988, "checksum": "fcac39abf2e01b75ae540a60bc92148978f6da5f112dd1c35adfa230777b5b65"}}, "download_size": 101197988, "post_processing_size": null, "dataset_size": 338483716, "size_in_bytes": 439681704}, "mai_Deva-mar_Deva": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["mai_Deva", "mar_Deva"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "mai_Deva-mar_Deva", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 230436747, "num_examples": 425245, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/mai_Deva-mar_Deva.gz": {"num_bytes": 67439717, "checksum": "489bbb1d996e626f844facc03a3e781983995b745cab822bfbf14ced7198cb16"}}, "download_size": 67439717, "post_processing_size": null, "dataset_size": 230436747, "size_in_bytes": 297876464}, "mai_Deva-npi_Deva": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["mai_Deva", "npi_Deva"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "mai_Deva-npi_Deva", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 356303639, "num_examples": 562417, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/mai_Deva-npi_Deva.gz": {"num_bytes": 101168681, "checksum": "9a9e29ab87d75aaf36749ddfc98a6c65b4e356aab510d680702b79626c980d58"}}, "download_size": 101168681, "post_processing_size": null, "dataset_size": 356303639, "size_in_bytes": 457472320}, "mai_Deva-ory_Orya": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["mai_Deva", "ory_Orya"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "mai_Deva-ory_Orya", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 165740238, "num_examples": 290843, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/mai_Deva-ory_Orya.gz": {"num_bytes": 49557428, "checksum": "7a44cdd88787b6fa581755b688e708db9275a8a3a914a8cd8404296f234322ca"}}, "download_size": 49557428, "post_processing_size": null, "dataset_size": 165740238, "size_in_bytes": 215297666}, "mai_Deva-pan_Guru": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["mai_Deva", "pan_Guru"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "mai_Deva-pan_Guru", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 125988924, "num_examples": 207074, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/mai_Deva-pan_Guru.gz": {"num_bytes": 37040946, "checksum": "3b303f43cc10e0056adf43e0c8c50ba05b83a24ba07ff1184518f2185bd3e110"}}, "download_size": 37040946, "post_processing_size": null, "dataset_size": 125988924, "size_in_bytes": 163029870}, "mai_Deva-san_Deva": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["mai_Deva", "san_Deva"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "mai_Deva-san_Deva", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 103831862, "num_examples": 169913, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/mai_Deva-san_Deva.gz": {"num_bytes": 29619929, "checksum": "85b9b22c4c0439e245390ae8c01a6d4071faa36e64652b2a66694b6f5acea9c3"}}, "download_size": 29619929, "post_processing_size": null, "dataset_size": 103831862, "size_in_bytes": 133451791}, "mai_Deva-sat_Beng": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["mai_Deva", "sat_Beng"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "mai_Deva-sat_Beng", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 3049077, "num_examples": 4862, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/mai_Deva-sat_Beng.gz": {"num_bytes": 766004, "checksum": "05d87ed64bd747f73ddc3f2301ffe6e07246f1cd0e83a27e5d3100ea45fe9523"}}, "download_size": 766004, "post_processing_size": null, "dataset_size": 3049077, "size_in_bytes": 3815081}, "mai_Deva-sin_Sinh": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["mai_Deva", "sin_Sinh"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "mai_Deva-sin_Sinh", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 169563077, "num_examples": 319386, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/mai_Deva-sin_Sinh.gz": {"num_bytes": 49572709, "checksum": "43d29b31fd1679e0497b65a9176cbd0ff7876cda3c176055f1d64f6695fcbc16"}}, "download_size": 49572709, "post_processing_size": null, "dataset_size": 169563077, "size_in_bytes": 219135786}, "mai_Deva-snd_Arab": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["mai_Deva", "snd_Arab"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "mai_Deva-snd_Arab", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 112515026, "num_examples": 195028, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/mai_Deva-snd_Arab.gz": {"num_bytes": 34606945, "checksum": "7209eb725b8cd5e9f09fd7312f102819fae05beb96629a717e815b83ef7bd2fe"}}, "download_size": 34606945, "post_processing_size": null, "dataset_size": 112515026, "size_in_bytes": 147121971}, "mai_Deva-tam_Taml": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["mai_Deva", "tam_Taml"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "mai_Deva-tam_Taml", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 404327199, "num_examples": 613136, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/mai_Deva-tam_Taml.gz": {"num_bytes": 118051214, "checksum": "243e8851ae85456245e9c19d9d192a754113a8f0acaf77fef0bb578ddc95f9db"}}, "download_size": 118051214, "post_processing_size": null, "dataset_size": 404327199, "size_in_bytes": 522378413}, "mai_Deva-tel_Telu": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["mai_Deva", "tel_Telu"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "mai_Deva-tel_Telu", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 409768201, "num_examples": 682238, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/mai_Deva-tel_Telu.gz": {"num_bytes": 124427316, "checksum": "ed2041ffc367d96751cf2a5fe974cf1e245f8565d4526514007afe60663c6b34"}}, "download_size": 124427316, "post_processing_size": null, "dataset_size": 409768201, "size_in_bytes": 534195517}, "mai_Deva-urd_Arab": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["mai_Deva", "urd_Arab"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "mai_Deva-urd_Arab", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 258250105, "num_examples": 423475, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/mai_Deva-urd_Arab.gz": {"num_bytes": 82597987, "checksum": "ac3e250180912ff908fa5c6fdf77a51ab62b82ce99ccd4b70e20ca5f975a3ed5"}}, "download_size": 82597987, "post_processing_size": null, "dataset_size": 258250105, "size_in_bytes": 340848092}, "mal_Mlym-mar_Deva": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["mal_Mlym", "mar_Deva"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "mal_Mlym-mar_Deva", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 2491239269, "num_examples": 4506945, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/mal_Mlym-mar_Deva.gz": {"num_bytes": 705174900, "checksum": "b37730ea896c01117b8afc272a96a353b9e3f649fa64d8328aca5eadaaf770ce"}}, "download_size": 705174900, "post_processing_size": null, "dataset_size": 2491239269, "size_in_bytes": 3196414169}, "mal_Mlym-npi_Deva": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["mal_Mlym", "npi_Deva"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "mal_Mlym-npi_Deva", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1284117806, "num_examples": 1875772, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/mal_Mlym-npi_Deva.gz": {"num_bytes": 368515929, "checksum": "55146ed2a62cfc1e1c8f8d39341b23c87a47f241c87d5be3ccd2028f8991e2e9"}}, "download_size": 368515929, "post_processing_size": null, "dataset_size": 1284117806, "size_in_bytes": 1652633735}, "mal_Mlym-ory_Orya": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["mal_Mlym", "ory_Orya"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "mal_Mlym-ory_Orya", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1620758369, "num_examples": 2685589, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/mal_Mlym-ory_Orya.gz": {"num_bytes": 470364191, "checksum": "31fbd120a3fbfebfc3ae6c0d696fa8d67f38f8c4a3810cb230906e4ee2e90b0a"}}, "download_size": 470364191, "post_processing_size": null, "dataset_size": 1620758369, "size_in_bytes": 2091122560}, "mal_Mlym-pan_Guru": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["mal_Mlym", "pan_Guru"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "mal_Mlym-pan_Guru", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 861183377, "num_examples": 1227142, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/mal_Mlym-pan_Guru.gz": {"num_bytes": 244210203, "checksum": "d3bf1d567cbccabefd6e864ddac824e683a42dab9e94e8b2fbbed2af77e02a2b"}}, "download_size": 244210203, "post_processing_size": null, "dataset_size": 861183377, "size_in_bytes": 1105393580}, "mal_Mlym-san_Deva": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["mal_Mlym", "san_Deva"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "mal_Mlym-san_Deva", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 186545093, "num_examples": 310232, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/mal_Mlym-san_Deva.gz": {"num_bytes": 53722385, "checksum": "4c81cebd45cfb1a58238891b5f85aaf6b32f85beea74aff0172ab5db68db3f77"}}, "download_size": 53722385, "post_processing_size": null, "dataset_size": 186545093, "size_in_bytes": 240267478}, "mal_Mlym-sat_Beng": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["mal_Mlym", "sat_Beng"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "mal_Mlym-sat_Beng", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 6675018, "num_examples": 10890, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/mal_Mlym-sat_Beng.gz": {"num_bytes": 1579909, "checksum": "48c51f20e204b8c3728aeebc66c518ac8cb07709941d7ae77cfdb1597b1c06b9"}}, "download_size": 1579909, "post_processing_size": null, "dataset_size": 6675018, "size_in_bytes": 8254927}, "mal_Mlym-sin_Sinh": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["mal_Mlym", "sin_Sinh"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "mal_Mlym-sin_Sinh", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 944620823, "num_examples": 1661622, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/mal_Mlym-sin_Sinh.gz": {"num_bytes": 261520161, "checksum": "b38524c6f2ecd5ef14e1f9d1d6d5d5e76ae16ed087fb9aa34fd39de9e2ae7616"}}, "download_size": 261520161, "post_processing_size": null, "dataset_size": 944620823, "size_in_bytes": 1206140984}, "mal_Mlym-snd_Arab": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["mal_Mlym", "snd_Arab"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "mal_Mlym-snd_Arab", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 569147822, "num_examples": 882394, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/mal_Mlym-snd_Arab.gz": {"num_bytes": 166759677, "checksum": "2606677aff36ca0c86ecb8815542fd4874f6f5825e0133b3ac84aa596d9833eb"}}, "download_size": 166759677, "post_processing_size": null, "dataset_size": 569147822, "size_in_bytes": 735907499}, "mal_Mlym-tam_Taml": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["mal_Mlym", "tam_Taml"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "mal_Mlym-tam_Taml", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 2636843352, "num_examples": 3705349, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/mal_Mlym-tam_Taml.gz": {"num_bytes": 739498278, "checksum": "c845b7c4ed3e45d1b838aa8019f9b88694357e72b337f4583e2e081e6e1c4d3a"}}, "download_size": 739498278, "post_processing_size": null, "dataset_size": 2636843352, "size_in_bytes": 3376341630}, "mal_Mlym-tel_Telu": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["mal_Mlym", "tel_Telu"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "mal_Mlym-tel_Telu", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 5558467820, "num_examples": 8805730, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/mal_Mlym-tel_Telu.gz": {"num_bytes": 1535788129, "checksum": "af2408958ed0a16eabb28909c8e05929d0f692e22be6db4716210905f7885886"}}, "download_size": 1535788129, "post_processing_size": null, "dataset_size": 5558467820, "size_in_bytes": 7094255949}, "mal_Mlym-urd_Arab": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["mal_Mlym", "urd_Arab"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "mal_Mlym-urd_Arab", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1911401827, "num_examples": 2878563, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/mal_Mlym-urd_Arab.gz": {"num_bytes": 589485594, "checksum": "272aadf4f675bdb4076613bacfaee0df3ca4fd149b68f771612ac3b523b29406"}}, "download_size": 589485594, "post_processing_size": null, "dataset_size": 1911401827, "size_in_bytes": 2500887421}, "mar_Deva-npi_Deva": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["mar_Deva", "npi_Deva"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "mar_Deva-npi_Deva", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1040109950, "num_examples": 1713034, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/mar_Deva-npi_Deva.gz": {"num_bytes": 293629766, "checksum": "ff7f99316a793e93f92eae4c392e4f87497d281af5b230017d7e5f56003ef7bf"}}, "download_size": 293629766, "post_processing_size": null, "dataset_size": 1040109950, "size_in_bytes": 1333739716}, "mar_Deva-ory_Orya": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["mar_Deva", "ory_Orya"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "mar_Deva-ory_Orya", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1037196098, "num_examples": 1940217, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/mar_Deva-ory_Orya.gz": {"num_bytes": 306371410, "checksum": "94f705eaa4b1a63f4c1915c5769bd248a8344b4ec46438d114a99d195bff94eb"}}, "download_size": 306371410, "post_processing_size": null, "dataset_size": 1037196098, "size_in_bytes": 1343567508}, "mar_Deva-pan_Guru": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["mar_Deva", "pan_Guru"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "mar_Deva-pan_Guru", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 629870013, "num_examples": 1025942, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/mar_Deva-pan_Guru.gz": {"num_bytes": 184511508, "checksum": "8e99ea3f03e63ea6f1b72e9bfbb830e157acfed7ca7cf6de0f5ed1831414e314"}}, "download_size": 184511508, "post_processing_size": null, "dataset_size": 629870013, "size_in_bytes": 814381521}, "mar_Deva-san_Deva": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["mar_Deva", "san_Deva"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "mar_Deva-san_Deva", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 161852555, "num_examples": 297972, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/mar_Deva-san_Deva.gz": {"num_bytes": 46144254, "checksum": "ad1aa2f652b211fc0a2ab58e3e8939c16a274624e2fae8743a1eadfed99834a6"}}, "download_size": 46144254, "post_processing_size": null, "dataset_size": 161852555, "size_in_bytes": 207996809}, "mar_Deva-sat_Beng": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["mar_Deva", "sat_Beng"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "mar_Deva-sat_Beng", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 6596979, "num_examples": 11973, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/mar_Deva-sat_Beng.gz": {"num_bytes": 1554533, "checksum": "6da0ba57e2c4bda3c2a7b7141a253044b9612e2c08e41116e23f668b4c4d99ab"}}, "download_size": 1554533, "post_processing_size": null, "dataset_size": 6596979, "size_in_bytes": 8151512}, "mar_Deva-sin_Sinh": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["mar_Deva", "sin_Sinh"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "mar_Deva-sin_Sinh", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 635698336, "num_examples": 1258447, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/mar_Deva-sin_Sinh.gz": {"num_bytes": 178981761, "checksum": "6358a504a281fbdf9577765f9589d28d9356b80f26d76860d310ebf1329503db"}}, "download_size": 178981761, "post_processing_size": null, "dataset_size": 635698336, "size_in_bytes": 814680097}, "mar_Deva-snd_Arab": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["mar_Deva", "snd_Arab"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "mar_Deva-snd_Arab", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 393030219, "num_examples": 691981, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/mar_Deva-snd_Arab.gz": {"num_bytes": 118124338, "checksum": "dcc1ede64dd0c63e0c826e3c0d824d686ab650e78047969dbaa9df3a3631560d"}}, "download_size": 118124338, "post_processing_size": null, "dataset_size": 393030219, "size_in_bytes": 511154557}, "mar_Deva-tam_Taml": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["mar_Deva", "tam_Taml"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "mar_Deva-tam_Taml", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1638099751, "num_examples": 2552484, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/mar_Deva-tam_Taml.gz": {"num_bytes": 467750538, "checksum": "7d51b61d01ac54e6b3b67229769c1f5845282b03f878d935bac41cfabd37f291"}}, "download_size": 467750538, "post_processing_size": null, "dataset_size": 1638099751, "size_in_bytes": 2105850289}, "mar_Deva-tel_Telu": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["mar_Deva", "tel_Telu"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "mar_Deva-tel_Telu", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 2927989622, "num_examples": 5227067, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/mar_Deva-tel_Telu.gz": {"num_bytes": 842943222, "checksum": "4a60080a103e8c714a55b564eac83c70699a546179408d085e29d81ea043e8a8"}}, "download_size": 842943222, "post_processing_size": null, "dataset_size": 2927989622, "size_in_bytes": 3770932844}, "mar_Deva-urd_Arab": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["mar_Deva", "urd_Arab"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "mar_Deva-urd_Arab", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1137011525, "num_examples": 1915002, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/mar_Deva-urd_Arab.gz": {"num_bytes": 358487495, "checksum": "7956beb388929180ff909ea2ecb75c3199b454f330f59488f6613824e9b1fc62"}}, "download_size": 358487495, "post_processing_size": null, "dataset_size": 1137011525, "size_in_bytes": 1495499020}, "min_Latn-mri_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["min_Latn", "mri_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "min_Latn-mri_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 13029755, "num_examples": 28267, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/min_Latn-mri_Latn.gz": {"num_bytes": 4421866, "checksum": "42876f0d51dd07aa5d7a34a064ed49ea4d649e619b0441d23de0cd7d02970aab"}}, "download_size": 4421866, "post_processing_size": null, "dataset_size": 13029755, "size_in_bytes": 17451621}, "min_Latn-pag_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["min_Latn", "pag_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "min_Latn-pag_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 18932302, "num_examples": 45330, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/min_Latn-pag_Latn.gz": {"num_bytes": 6526106, "checksum": "354920b86cabb961fef1026ed47aa402a5362e2bebe3a6134043f401aa873390"}}, "download_size": 6526106, "post_processing_size": null, "dataset_size": 18932302, "size_in_bytes": 25458408}, "min_Latn-plt_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["min_Latn", "plt_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "min_Latn-plt_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 36405512, "num_examples": 81670, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/min_Latn-plt_Latn.gz": {"num_bytes": 12368551, "checksum": "ebfec87eb7381ce27fcd1b5bd887328b0afea1ae442e717ac065c400a31a7228"}}, "download_size": 12368551, "post_processing_size": null, "dataset_size": 36405512, "size_in_bytes": 48774063}, "min_Latn-smo_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["min_Latn", "smo_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "min_Latn-smo_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 16264306, "num_examples": 36229, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/min_Latn-smo_Latn.gz": {"num_bytes": 5529786, "checksum": "92fea98431acaa5bbad3aebae86f6086e1f395b0aeb0c2a88c6014bd06edf202"}}, "download_size": 5529786, "post_processing_size": null, "dataset_size": 16264306, "size_in_bytes": 21794092}, "min_Latn-sun_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["min_Latn", "sun_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "min_Latn-sun_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 21630291, "num_examples": 47715, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/min_Latn-sun_Latn.gz": {"num_bytes": 7299901, "checksum": "18e5bd9a22f137c68a47e6dc51349941650b9bfa8900e83de89adc38e58fb7c7"}}, "download_size": 7299901, "post_processing_size": null, "dataset_size": 21630291, "size_in_bytes": 28930192}, "min_Latn-war_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["min_Latn", "war_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "min_Latn-war_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 67133669, "num_examples": 158106, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/min_Latn-war_Latn.gz": {"num_bytes": 23224344, "checksum": "fee904d2898ecb6d6ce7695fd20d1b04a525623d01e41f6858a8fe8c62e51910"}}, "download_size": 23224344, "post_processing_size": null, "dataset_size": 67133669, "size_in_bytes": 90358013}, "mri_Latn-pag_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["mri_Latn", "pag_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "mri_Latn-pag_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 25595155, "num_examples": 58907, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/mri_Latn-pag_Latn.gz": {"num_bytes": 8813386, "checksum": "512a31331fe6822cc6b695126706e9add52c3d4e4ccdba2fecb1861f903cd64c"}}, "download_size": 8813386, "post_processing_size": null, "dataset_size": 25595155, "size_in_bytes": 34408541}, "mri_Latn-smo_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["mri_Latn", "smo_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "mri_Latn-smo_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 228693871, "num_examples": 434106, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/mri_Latn-smo_Latn.gz": {"num_bytes": 75194622, "checksum": "38fbcfddaeb016df4cb5ea4de43face22adba1989c180ca07df0f3b16526e705"}}, "download_size": 75194622, "post_processing_size": null, "dataset_size": 228693871, "size_in_bytes": 303888493}, "mri_Latn-sun_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["mri_Latn", "sun_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "mri_Latn-sun_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 193337536, "num_examples": 361620, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/mri_Latn-sun_Latn.gz": {"num_bytes": 66812955, "checksum": "2d0abcec2455dcab6131ab1046198e40e719b722289e3d3be5ccd2134bba9f1e"}}, "download_size": 66812955, "post_processing_size": null, "dataset_size": 193337536, "size_in_bytes": 260150491}, "mri_Latn-war_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["mri_Latn", "war_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "mri_Latn-war_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 69038210, "num_examples": 156980, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/mri_Latn-war_Latn.gz": {"num_bytes": 24330885, "checksum": "a4cd55502ff30cfc5ba28e3973f13278cc349d26bb27939db87b34eddb32c12f"}}, "download_size": 24330885, "post_processing_size": null, "dataset_size": 69038210, "size_in_bytes": 93369095}, "npi_Deva-ory_Orya": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["npi_Deva", "ory_Orya"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "npi_Deva-ory_Orya", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 732085832, "num_examples": 1196512, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/npi_Deva-ory_Orya.gz": {"num_bytes": 213409381, "checksum": "6244bdfdee9e19ba923672166f2d818015797785896dda05a38f0ec8c9b4fe10"}}, "download_size": 213409381, "post_processing_size": null, "dataset_size": 732085832, "size_in_bytes": 945495213}, "npi_Deva-pan_Guru": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["npi_Deva", "pan_Guru"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "npi_Deva-pan_Guru", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 726785052, "num_examples": 950234, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/npi_Deva-pan_Guru.gz": {"num_bytes": 208388896, "checksum": "fe13a6296e78324ac2947994b9f8223a25e29463290e68fb811009e449d41097"}}, "download_size": 208388896, "post_processing_size": null, "dataset_size": 726785052, "size_in_bytes": 935173948}, "npi_Deva-san_Deva": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["npi_Deva", "san_Deva"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "npi_Deva-san_Deva", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 186352708, "num_examples": 297104, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/npi_Deva-san_Deva.gz": {"num_bytes": 52692977, "checksum": "e020d8ee73b59a1de01d94dcfa33a97d262ccdc10059a4a84c4fef272fdb9fd6"}}, "download_size": 52692977, "post_processing_size": null, "dataset_size": 186352708, "size_in_bytes": 239045685}, "npi_Deva-sat_Beng": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["npi_Deva", "sat_Beng"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "npi_Deva-sat_Beng", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 8562722, "num_examples": 13102, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/npi_Deva-sat_Beng.gz": {"num_bytes": 2130933, "checksum": "38df1d6734147cf1e4a2dd81cbbf4e9fa2143d22b60efd3a7e421945152f5a16"}}, "download_size": 2130933, "post_processing_size": null, "dataset_size": 8562722, "size_in_bytes": 10693655}, "npi_Deva-sin_Sinh": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["npi_Deva", "sin_Sinh"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "npi_Deva-sin_Sinh", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 499124836, "num_examples": 820315, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/npi_Deva-sin_Sinh.gz": {"num_bytes": 141367643, "checksum": "aa60de3bdb5b08b2956c6d4de061f1c9c28c583d1fefc8bec170634dd6ba47b8"}}, "download_size": 141367643, "post_processing_size": null, "dataset_size": 499124836, "size_in_bytes": 640492479}, "npi_Deva-snd_Arab": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["npi_Deva", "snd_Arab"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "npi_Deva-snd_Arab", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 493090980, "num_examples": 697642, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/npi_Deva-snd_Arab.gz": {"num_bytes": 146221329, "checksum": "b9ec3a5c1d9eecb8f4238c27df6e3ee85950d8278e1cde6d3a45785b208f16c9"}}, "download_size": 146221329, "post_processing_size": null, "dataset_size": 493090980, "size_in_bytes": 639312309}, "npi_Deva-tam_Taml": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["npi_Deva", "tam_Taml"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "npi_Deva-tam_Taml", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1221117029, "num_examples": 1631076, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/npi_Deva-tam_Taml.gz": {"num_bytes": 342512576, "checksum": "3ef161bd977f75039712fa28bfdb525ff204d0eef30c171ded1bb2589cf4f657"}}, "download_size": 342512576, "post_processing_size": null, "dataset_size": 1221117029, "size_in_bytes": 1563629605}, "npi_Deva-tel_Telu": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["npi_Deva", "tel_Telu"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "npi_Deva-tel_Telu", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1684983588, "num_examples": 2342745, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/npi_Deva-tel_Telu.gz": {"num_bytes": 484470747, "checksum": "68458760123e0483b1041810bd4d5264762bfcb98c75b6a926f01938021ac74b"}}, "download_size": 484470747, "post_processing_size": null, "dataset_size": 1684983588, "size_in_bytes": 2169454335}, "npi_Deva-urd_Arab": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["npi_Deva", "urd_Arab"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "npi_Deva-urd_Arab", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1210739403, "num_examples": 1714363, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/npi_Deva-urd_Arab.gz": {"num_bytes": 372752352, "checksum": "953ad838ce7ab50cebb691b8fe2b8f26bf046a5bc4d9c053c62a5000d54e9020"}}, "download_size": 372752352, "post_processing_size": null, "dataset_size": 1210739403, "size_in_bytes": 1583491755}, "nso_Latn-gaz_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["nso_Latn", "gaz_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "nso_Latn-gaz_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 31416285, "num_examples": 80150, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/nso_Latn-gaz_Latn.gz": {"num_bytes": 11210466, "checksum": "4f99d952092f9ed227d03a18ec4fa535d8a501efd897534c5105ae49c094d656"}}, "download_size": 11210466, "post_processing_size": null, "dataset_size": 31416285, "size_in_bytes": 42626751}, "nso_Latn-nus_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["nso_Latn", "nus_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "nso_Latn-nus_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 6972152, "num_examples": 16394, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/nso_Latn-nus_Latn.gz": {"num_bytes": 2312423, "checksum": "68400fb296cedac0a8d7d113e9d4a2786694743c67f4b84bc9b861dcb7e62cdd"}}, "download_size": 2312423, "post_processing_size": null, "dataset_size": 6972152, "size_in_bytes": 9284575}, "nso_Latn-nya_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["nso_Latn", "nya_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "nso_Latn-nya_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 73231156, "num_examples": 172380, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/nso_Latn-nya_Latn.gz": {"num_bytes": 24570260, "checksum": "aa380bcdd51d4a10c592fa1b226aecdcedbdd91843932d29d7b3e999fd1bbe04"}}, "download_size": 24570260, "post_processing_size": null, "dataset_size": 73231156, "size_in_bytes": 97801416}, "nso_Latn-run_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["nso_Latn", "run_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "nso_Latn-run_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 63030713, "num_examples": 142452, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/nso_Latn-run_Latn.gz": {"num_bytes": 21773047, "checksum": "94197a2cbe0c767922c4415da8eef6d00b5433ea0c9f8ffe7704b37391673532"}}, "download_size": 21773047, "post_processing_size": null, "dataset_size": 63030713, "size_in_bytes": 84803760}, "nso_Latn-sna_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["nso_Latn", "sna_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "nso_Latn-sna_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 74145101, "num_examples": 169322, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/nso_Latn-sna_Latn.gz": {"num_bytes": 25117679, "checksum": "23bc589f9f440fe458511cc062be58ccc36b648afe877cf80be8077e992568f3"}}, "download_size": 25117679, "post_processing_size": null, "dataset_size": 74145101, "size_in_bytes": 99262780}, "nso_Latn-som_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["nso_Latn", "som_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "nso_Latn-som_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 57616248, "num_examples": 150442, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/nso_Latn-som_Latn.gz": {"num_bytes": 20375276, "checksum": "621e51d8bb9a5cab45bfdc73b0346eb90bc435426402435d0307af4777153320"}}, "download_size": 20375276, "post_processing_size": null, "dataset_size": 57616248, "size_in_bytes": 77991524}, "nso_Latn-sot_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["nso_Latn", "sot_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "nso_Latn-sot_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 104094925, "num_examples": 246075, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/nso_Latn-sot_Latn.gz": {"num_bytes": 35332843, "checksum": "e9a94113ad0074d59907361bc1f7a99a354e13c75779f394b82cd052b76de5a0"}}, "download_size": 35332843, "post_processing_size": null, "dataset_size": 104094925, "size_in_bytes": 139427768}, "nso_Latn-ssw_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["nso_Latn", "ssw_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "nso_Latn-ssw_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 38297329, "num_examples": 98022, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/nso_Latn-ssw_Latn.gz": {"num_bytes": 13435512, "checksum": "9e78821f3579dd3872c43881ffe10d0b598ea4ab519a309f6f757647b121aa11"}}, "download_size": 13435512, "post_processing_size": null, "dataset_size": 38297329, "size_in_bytes": 51732841}, "nso_Latn-swh_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["nso_Latn", "swh_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "nso_Latn-swh_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 154571725, "num_examples": 342821, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/nso_Latn-swh_Latn.gz": {"num_bytes": 52988503, "checksum": "c2fcbee943382a357d74a5769421cd5b87eecfb085df85d744ad67068b9ae23e"}}, "download_size": 52988503, "post_processing_size": null, "dataset_size": 154571725, "size_in_bytes": 207560228}, "nso_Latn-tir_Ethi": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["nso_Latn", "tir_Ethi"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "nso_Latn-tir_Ethi", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 41281475, "num_examples": 78712, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/nso_Latn-tir_Ethi.gz": {"num_bytes": 12705718, "checksum": "9e1c8f6c898f9995769da274d695f32bef00b56324b2122bf5a68192733a0279"}}, "download_size": 12705718, "post_processing_size": null, "dataset_size": 41281475, "size_in_bytes": 53987193}, "nso_Latn-tsn_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["nso_Latn", "tsn_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "nso_Latn-tsn_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 114655619, "num_examples": 271907, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/nso_Latn-tsn_Latn.gz": {"num_bytes": 39109691, "checksum": "dd7a612d690ac79dd5a461cf416f64dffed55f02bbf34e05287d4327bf762b31"}}, "download_size": 39109691, "post_processing_size": null, "dataset_size": 114655619, "size_in_bytes": 153765310}, "nso_Latn-tso_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["nso_Latn", "tso_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "nso_Latn-tso_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 104988520, "num_examples": 249455, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/nso_Latn-tso_Latn.gz": {"num_bytes": 36396646, "checksum": "30335f94cb5f851ef825304059819217bafb1fdd6b27bb6b75f8198f06be58b9"}}, "download_size": 36396646, "post_processing_size": null, "dataset_size": 104988520, "size_in_bytes": 141385166}, "nso_Latn-tum_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["nso_Latn", "tum_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "nso_Latn-tum_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 45294820, "num_examples": 101945, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/nso_Latn-tum_Latn.gz": {"num_bytes": 14779142, "checksum": "8dc02ee473e0b7e4ac55cdc39fe414ae4cdaab26a68d8ac2751eb81a010563cd"}}, "download_size": 14779142, "post_processing_size": null, "dataset_size": 45294820, "size_in_bytes": 60073962}, "nso_Latn-twi_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["nso_Latn", "twi_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "nso_Latn-twi_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 54040144, "num_examples": 122346, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/nso_Latn-twi_Latn.gz": {"num_bytes": 18478359, "checksum": "5a5537779121afd20267ec2a7b1d5e7e919e5247c959fac1d64a48f47fe08932"}}, "download_size": 18478359, "post_processing_size": null, "dataset_size": 54040144, "size_in_bytes": 72518503}, "nso_Latn-umb_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["nso_Latn", "umb_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "nso_Latn-umb_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 28504582, "num_examples": 66472, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/nso_Latn-umb_Latn.gz": {"num_bytes": 9773066, "checksum": "ff4dad7d254366ef3d39a184c957cd618a54bd62d1af1ad20ac92b53e01f8f5e"}}, "download_size": 9773066, "post_processing_size": null, "dataset_size": 28504582, "size_in_bytes": 38277648}, "nso_Latn-wol_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["nso_Latn", "wol_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "nso_Latn-wol_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 17925269, "num_examples": 42905, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/nso_Latn-wol_Latn.gz": {"num_bytes": 6470820, "checksum": "78ebf697749a7e10258c0054922a0261a19c40434d262c196db499d1c1e62b57"}}, "download_size": 6470820, "post_processing_size": null, "dataset_size": 17925269, "size_in_bytes": 24396089}, "nso_Latn-xho_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["nso_Latn", "xho_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "nso_Latn-xho_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 95806367, "num_examples": 237725, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/nso_Latn-xho_Latn.gz": {"num_bytes": 34288253, "checksum": "762557a2c1365dc9003ef0741f267b4435cbc79b93bb840b6d007028b3ae3da2"}}, "download_size": 34288253, "post_processing_size": null, "dataset_size": 95806367, "size_in_bytes": 130094620}, "nso_Latn-yor_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["nso_Latn", "yor_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "nso_Latn-yor_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 70257367, "num_examples": 169985, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/nso_Latn-yor_Latn.gz": {"num_bytes": 24197956, "checksum": "b0416f6ff2e60dc4ca79a9ecb082ee7fbd99462081bb18a4025e2b54da3b1f30"}}, "download_size": 24197956, "post_processing_size": null, "dataset_size": 70257367, "size_in_bytes": 94455323}, "nso_Latn-zul_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["nso_Latn", "zul_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "nso_Latn-zul_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 129701831, "num_examples": 313998, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/nso_Latn-zul_Latn.gz": {"num_bytes": 45416421, "checksum": "7fce7f2f99803218497a6a5b6c13eceaecc216a5f7ab5cfc4974e3a2f0e7a33b"}}, "download_size": 45416421, "post_processing_size": null, "dataset_size": 129701831, "size_in_bytes": 175118252}, "nus_Latn-gaz_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["nus_Latn", "gaz_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "nus_Latn-gaz_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 6419014, "num_examples": 16609, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/nus_Latn-gaz_Latn.gz": {"num_bytes": 2183784, "checksum": "79e026ee91eed35f1a7e5ea54c8830e4b33aa311197fe22dca9aa4f7b3e14413"}}, "download_size": 2183784, "post_processing_size": null, "dataset_size": 6419014, "size_in_bytes": 8602798}, "nus_Latn-nya_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["nus_Latn", "nya_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "nus_Latn-nya_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 14289411, "num_examples": 34019, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/nus_Latn-nya_Latn.gz": {"num_bytes": 4776292, "checksum": "7402a53732b167bf41f6efb6f051c9fecfb63e012a50556ecd8ba71991ca5a6a"}}, "download_size": 4776292, "post_processing_size": null, "dataset_size": 14289411, "size_in_bytes": 19065703}, "nus_Latn-run_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["nus_Latn", "run_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "nus_Latn-run_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 9767433, "num_examples": 21156, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/nus_Latn-run_Latn.gz": {"num_bytes": 3347120, "checksum": "5a292cd1f0b66d5a55f361bc8d570da04d7fa7555d6e204e45a92ca004eb2e0d"}}, "download_size": 3347120, "post_processing_size": null, "dataset_size": 9767433, "size_in_bytes": 13114553}, "nus_Latn-sna_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["nus_Latn", "sna_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "nus_Latn-sna_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 15026601, "num_examples": 35601, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/nus_Latn-sna_Latn.gz": {"num_bytes": 4978613, "checksum": "28dcef428206ff567c058d425adee7d5fe8e0c239d7bf2fbc2f1866a2ae48ee2"}}, "download_size": 4978613, "post_processing_size": null, "dataset_size": 15026601, "size_in_bytes": 20005214}, "nus_Latn-som_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["nus_Latn", "som_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "nus_Latn-som_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 20497301, "num_examples": 52559, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/nus_Latn-som_Latn.gz": {"num_bytes": 6780303, "checksum": "d2b5a600350bdd4028bfbb2905256b138b6bc81daed51615b3bbfb67b1a8d61b"}}, "download_size": 6780303, "post_processing_size": null, "dataset_size": 20497301, "size_in_bytes": 27277604}, "nus_Latn-sot_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["nus_Latn", "sot_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "nus_Latn-sot_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 11273754, "num_examples": 25655, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/nus_Latn-sot_Latn.gz": {"num_bytes": 3781175, "checksum": "0868c6ddcfab06d3450dbaaec711e16e442ef618234ae0f29b8cc349e652c943"}}, "download_size": 3781175, "post_processing_size": null, "dataset_size": 11273754, "size_in_bytes": 15054929}, "nus_Latn-ssw_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["nus_Latn", "ssw_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "nus_Latn-ssw_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 3145356, "num_examples": 7761, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/nus_Latn-ssw_Latn.gz": {"num_bytes": 1047068, "checksum": "09fee7afe2dd6a4ce61f0145ff43a4feab4c9db92979be0fd3deaf4226f85674"}}, "download_size": 1047068, "post_processing_size": null, "dataset_size": 3145356, "size_in_bytes": 4192424}, "nus_Latn-swh_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["nus_Latn", "swh_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "nus_Latn-swh_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 45813352, "num_examples": 103449, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/nus_Latn-swh_Latn.gz": {"num_bytes": 14867925, "checksum": "ddc1b41ae1cdf902229fb304e38705d06db0b5dd6d9a226a9cb2301c1d47b517"}}, "download_size": 14867925, "post_processing_size": null, "dataset_size": 45813352, "size_in_bytes": 60681277}, "nus_Latn-tir_Ethi": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["nus_Latn", "tir_Ethi"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "nus_Latn-tir_Ethi", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 10528906, "num_examples": 20787, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/nus_Latn-tir_Ethi.gz": {"num_bytes": 3144164, "checksum": "a1cd44d531d393b804fd24cb3b01c41b6fc1c77534f52913a82eca05a3e559b3"}}, "download_size": 3144164, "post_processing_size": null, "dataset_size": 10528906, "size_in_bytes": 13673070}, "nus_Latn-tsn_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["nus_Latn", "tsn_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "nus_Latn-tsn_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 14414023, "num_examples": 33649, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/nus_Latn-tsn_Latn.gz": {"num_bytes": 4828993, "checksum": "17b297949c18f86f9a69604ba62b77b74f2054b2317eacd1916d0d43cdab9b27"}}, "download_size": 4828993, "post_processing_size": null, "dataset_size": 14414023, "size_in_bytes": 19243016}, "nus_Latn-tso_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["nus_Latn", "tso_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "nus_Latn-tso_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 9906493, "num_examples": 22087, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/nus_Latn-tso_Latn.gz": {"num_bytes": 3252621, "checksum": "5fc2b4805c87d7e8f56d6738010433d0065ad01a6054592afb72ca65095de673"}}, "download_size": 3252621, "post_processing_size": null, "dataset_size": 9906493, "size_in_bytes": 13159114}, "nus_Latn-tum_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["nus_Latn", "tum_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "nus_Latn-tum_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 9159803, "num_examples": 19926, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/nus_Latn-tum_Latn.gz": {"num_bytes": 2912192, "checksum": "6428ce88fe131284f5cdd1fed54124b75bc5c549aec73c21239f1ae74693c019"}}, "download_size": 2912192, "post_processing_size": null, "dataset_size": 9159803, "size_in_bytes": 12071995}, "nus_Latn-twi_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["nus_Latn", "twi_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "nus_Latn-twi_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 11242803, "num_examples": 25731, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/nus_Latn-twi_Latn.gz": {"num_bytes": 3753076, "checksum": "c0a3ffd7f5f9118811e3fded95468781cdeafffee303077d076add761796e8a0"}}, "download_size": 3753076, "post_processing_size": null, "dataset_size": 11242803, "size_in_bytes": 14995879}, "nus_Latn-umb_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["nus_Latn", "umb_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "nus_Latn-umb_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 4397410, "num_examples": 9607, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/nus_Latn-umb_Latn.gz": {"num_bytes": 1499943, "checksum": "441b3cb574ef798fd182f8f35d56c83ee5fbfea2e7d56a0ae7a2203b30d0aa8f"}}, "download_size": 1499943, "post_processing_size": null, "dataset_size": 4397410, "size_in_bytes": 5897353}, "nus_Latn-wol_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["nus_Latn", "wol_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "nus_Latn-wol_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 5142213, "num_examples": 14025, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/nus_Latn-wol_Latn.gz": {"num_bytes": 1802361, "checksum": "9f77ffa3511d7621c0dbc051c247581f81e2d76f2693657e3ff3ae7019aacb74"}}, "download_size": 1802361, "post_processing_size": null, "dataset_size": 5142213, "size_in_bytes": 6944574}, "nus_Latn-xho_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["nus_Latn", "xho_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "nus_Latn-xho_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 11287285, "num_examples": 28525, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/nus_Latn-xho_Latn.gz": {"num_bytes": 3878242, "checksum": "b9352a403e179d2e24afb0137422d74b9c75e176f2665636f2e2fd68c437d062"}}, "download_size": 3878242, "post_processing_size": null, "dataset_size": 11287285, "size_in_bytes": 15165527}, "nus_Latn-yor_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["nus_Latn", "yor_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "nus_Latn-yor_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 20044152, "num_examples": 49468, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/nus_Latn-yor_Latn.gz": {"num_bytes": 6540119, "checksum": "e816d468c5ecad2cc7138e87961b6b697802efa9a30ef3fb6dc1770bc9f48a3a"}}, "download_size": 6540119, "post_processing_size": null, "dataset_size": 20044152, "size_in_bytes": 26584271}, "nus_Latn-zul_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["nus_Latn", "zul_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "nus_Latn-zul_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 15354527, "num_examples": 38861, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/nus_Latn-zul_Latn.gz": {"num_bytes": 5219093, "checksum": "153bdab49c40ea656e0504efedfbeb238415b005454ad95cdabe689c069fa8f6"}}, "download_size": 5219093, "post_processing_size": null, "dataset_size": 15354527, "size_in_bytes": 20573620}, "nya_Latn-gaz_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["nya_Latn", "gaz_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "nya_Latn-gaz_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 36016656, "num_examples": 94366, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/nya_Latn-gaz_Latn.gz": {"num_bytes": 12631117, "checksum": "425467625df376f3415a7fda179bd6200c50826cf7dabe8b13b7ccf88abf3387"}}, "download_size": 12631117, "post_processing_size": null, "dataset_size": 36016656, "size_in_bytes": 48647773}, "nya_Latn-run_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["nya_Latn", "run_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "nya_Latn-run_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 184799539, "num_examples": 339945, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/nya_Latn-run_Latn.gz": {"num_bytes": 60965815, "checksum": "7dacafb7c9383932b60c01b17ae716bdd519e4175d7aa7abcbcd9bdf83486eac"}}, "download_size": 60965815, "post_processing_size": null, "dataset_size": 184799539, "size_in_bytes": 245765354}, "nya_Latn-sna_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["nya_Latn", "sna_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "nya_Latn-sna_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 538204335, "num_examples": 977417, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/nya_Latn-sna_Latn.gz": {"num_bytes": 181818578, "checksum": "100143f849f8258d82404cd08eb6b09061eb66902f6bb42b0acaa5c5a327c50c"}}, "download_size": 181818578, "post_processing_size": null, "dataset_size": 538204335, "size_in_bytes": 720022913}, "nya_Latn-som_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["nya_Latn", "som_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "nya_Latn-som_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 254264236, "num_examples": 535036, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/nya_Latn-som_Latn.gz": {"num_bytes": 90788539, "checksum": "5bdf237ddd95d6e234bc96bdbbabbe657d59600957264e745624e5f9ead383b1"}}, "download_size": 90788539, "post_processing_size": null, "dataset_size": 254264236, "size_in_bytes": 345052775}, "nya_Latn-sot_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["nya_Latn", "sot_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "nya_Latn-sot_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 453661039, "num_examples": 863100, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/nya_Latn-sot_Latn.gz": {"num_bytes": 154938669, "checksum": "5442446ac0088bbc787a6bff95296631005f31bb8b6d3ab851178248be83c79b"}}, "download_size": 154938669, "post_processing_size": null, "dataset_size": 453661039, "size_in_bytes": 608599708}, "nya_Latn-ssw_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["nya_Latn", "ssw_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "nya_Latn-ssw_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 37247030, "num_examples": 89228, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/nya_Latn-ssw_Latn.gz": {"num_bytes": 12437442, "checksum": "113d93228be129f00b8a0db2550907c1f60305a1359a384791df8a616d58f890"}}, "download_size": 12437442, "post_processing_size": null, "dataset_size": 37247030, "size_in_bytes": 49684472}, "nya_Latn-swh_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["nya_Latn", "swh_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "nya_Latn-swh_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 578506181, "num_examples": 1078588, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/nya_Latn-swh_Latn.gz": {"num_bytes": 197352283, "checksum": "946756e5a9440433c1438193e267973557da68c31d093a6b552e71028c7ca2fa"}}, "download_size": 197352283, "post_processing_size": null, "dataset_size": 578506181, "size_in_bytes": 775858464}, "nya_Latn-tir_Ethi": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["nya_Latn", "tir_Ethi"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "nya_Latn-tir_Ethi", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 129061491, "num_examples": 196854, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/nya_Latn-tir_Ethi.gz": {"num_bytes": 37605621, "checksum": "e2d490a2c1cb2f22936beea2c3aa7cba700e1776486e3c10a35a464ecd64014e"}}, "download_size": 37605621, "post_processing_size": null, "dataset_size": 129061491, "size_in_bytes": 166667112}, "nya_Latn-tsn_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["nya_Latn", "tsn_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "nya_Latn-tsn_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 137351222, "num_examples": 290369, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/nya_Latn-tsn_Latn.gz": {"num_bytes": 46248188, "checksum": "89e02dfd89f97a65aac2d7d69da2a5eb224deb837bbae8ea09dece027e846757"}}, "download_size": 46248188, "post_processing_size": null, "dataset_size": 137351222, "size_in_bytes": 183599410}, "nya_Latn-tso_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["nya_Latn", "tso_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "nya_Latn-tso_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 198196647, "num_examples": 365385, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/nya_Latn-tso_Latn.gz": {"num_bytes": 63837772, "checksum": "46dda0f3b97c2eca1ab1ca61ae366deb39ea4b0b576306259f96d3f9cb3d8735"}}, "download_size": 63837772, "post_processing_size": null, "dataset_size": 198196647, "size_in_bytes": 262034419}, "nya_Latn-tum_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["nya_Latn", "tum_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "nya_Latn-tum_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 155270059, "num_examples": 292145, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/nya_Latn-tum_Latn.gz": {"num_bytes": 46794334, "checksum": "d226cc30df41eb0dd49e800b4e18971e7fb65493fad88302168d5c274eb8583a"}}, "download_size": 46794334, "post_processing_size": null, "dataset_size": 155270059, "size_in_bytes": 202064393}, "nya_Latn-twi_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["nya_Latn", "twi_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "nya_Latn-twi_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 145162189, "num_examples": 277105, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/nya_Latn-twi_Latn.gz": {"num_bytes": 47537172, "checksum": "30221678bac563f8d716d304190717950be5a6fcf000c76cebba37563a80a6ba"}}, "download_size": 47537172, "post_processing_size": null, "dataset_size": 145162189, "size_in_bytes": 192699361}, "nya_Latn-umb_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["nya_Latn", "umb_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "nya_Latn-umb_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 75946769, "num_examples": 141904, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/nya_Latn-umb_Latn.gz": {"num_bytes": 24370716, "checksum": "42d349ba95be53fc4df1dcd7c00c591311342bd2e2546cabf6e3a0cc21106e2a"}}, "download_size": 24370716, "post_processing_size": null, "dataset_size": 75946769, "size_in_bytes": 100317485}, "nya_Latn-wol_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["nya_Latn", "wol_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "nya_Latn-wol_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 29016056, "num_examples": 69792, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/nya_Latn-wol_Latn.gz": {"num_bytes": 10282539, "checksum": "e020a9a0676421f721d37da30aa9f82dd3613c2433e80889a94cc83ef0fcc69d"}}, "download_size": 10282539, "post_processing_size": null, "dataset_size": 29016056, "size_in_bytes": 39298595}, "nya_Latn-xho_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["nya_Latn", "xho_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "nya_Latn-xho_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 356626068, "num_examples": 702941, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/nya_Latn-xho_Latn.gz": {"num_bytes": 122459939, "checksum": "61fe2ffc426ad557040602a8893136d22eb4901ce632c8508c5954edce241117"}}, "download_size": 122459939, "post_processing_size": null, "dataset_size": 356626068, "size_in_bytes": 479086007}, "nya_Latn-yor_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["nya_Latn", "yor_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "nya_Latn-yor_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 261553527, "num_examples": 525619, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/nya_Latn-yor_Latn.gz": {"num_bytes": 90574533, "checksum": "3d4e79af62dcc228fcc0ca7d82a720fb66dbd02a2a2252cbaaf3c9bb93271c95"}}, "download_size": 90574533, "post_processing_size": null, "dataset_size": 261553527, "size_in_bytes": 352128060}, "nya_Latn-zul_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["nya_Latn", "zul_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "nya_Latn-zul_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 621007409, "num_examples": 1184037, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/nya_Latn-zul_Latn.gz": {"num_bytes": 215055146, "checksum": "0b4ddb403aae6cb044b9a4782c04201252b00b954db49545c383c6eb6453fe64"}}, "download_size": 215055146, "post_processing_size": null, "dataset_size": 621007409, "size_in_bytes": 836062555}, "oci_Latn-por_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["oci_Latn", "por_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "oci_Latn-por_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 23353471936, "num_examples": 43906623, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/oci_Latn-por_Latn.gz": {"num_bytes": 8665421511, "checksum": "38f29e8c9988c12e24bd029e2bb2f8f4a0e7380d8145267643bda0c8e2a6ecdc"}}, "download_size": 8665421511, "post_processing_size": null, "dataset_size": 23353471936, "size_in_bytes": 32018893447}, "ory_Orya-pan_Guru": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ory_Orya", "pan_Guru"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ory_Orya-pan_Guru", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 406611425, "num_examples": 631666, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ory_Orya-pan_Guru.gz": {"num_bytes": 119844206, "checksum": "d576e82c827c500150ee9a99fcc3822feff6d4debbd80130eae870329f4a84de"}}, "download_size": 119844206, "post_processing_size": null, "dataset_size": 406611425, "size_in_bytes": 526455631}, "ory_Orya-san_Deva": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ory_Orya", "san_Deva"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ory_Orya-san_Deva", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 119120771, "num_examples": 202789, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ory_Orya-san_Deva.gz": {"num_bytes": 34011644, "checksum": "de0899a3d35025286cfbe28a1f6071663543aa29483fb150b30721e92208ac66"}}, "download_size": 34011644, "post_processing_size": null, "dataset_size": 119120771, "size_in_bytes": 153132415}, "ory_Orya-sat_Beng": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ory_Orya", "sat_Beng"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ory_Orya-sat_Beng", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 4575288, "num_examples": 7256, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ory_Orya-sat_Beng.gz": {"num_bytes": 1120085, "checksum": "429e64e2b66a3ffb0d5ce4e29f76e0d93046378053055680fb6a3074e63e8000"}}, "download_size": 1120085, "post_processing_size": null, "dataset_size": 4575288, "size_in_bytes": 5695373}, "ory_Orya-sin_Sinh": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ory_Orya", "sin_Sinh"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ory_Orya-sin_Sinh", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 407323790, "num_examples": 795511, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ory_Orya-sin_Sinh.gz": {"num_bytes": 114793433, "checksum": "043526b67ecf938ee61e051167a6d124d390a6e9553fcb03c64b65faf8ad87b3"}}, "download_size": 114793433, "post_processing_size": null, "dataset_size": 407323790, "size_in_bytes": 522117223}, "ory_Orya-snd_Arab": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ory_Orya", "snd_Arab"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ory_Orya-snd_Arab", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 198215094, "num_examples": 358943, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ory_Orya-snd_Arab.gz": {"num_bytes": 58667648, "checksum": "5a88a4f1c48f61823c92b1676e69e2894e10f0d85162ba11b649a4d6daacc93b"}}, "download_size": 58667648, "post_processing_size": null, "dataset_size": 198215094, "size_in_bytes": 256882742}, "ory_Orya-tam_Taml": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ory_Orya", "tam_Taml"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ory_Orya-tam_Taml", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1317266493, "num_examples": 1937627, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ory_Orya-tam_Taml.gz": {"num_bytes": 375822338, "checksum": "f853edafc07861684eae287b5cae79c60e44d9361126fecb153d6379af66bffd"}}, "download_size": 375822338, "post_processing_size": null, "dataset_size": 1317266493, "size_in_bytes": 1693088831}, "ory_Orya-tel_Telu": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ory_Orya", "tel_Telu"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ory_Orya-tel_Telu", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1695902949, "num_examples": 2778489, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ory_Orya-tel_Telu.gz": {"num_bytes": 504188511, "checksum": "8a866c850fd67bec25117937af9660e6f0040ac560b045cea92b045c6d615fc8"}}, "download_size": 504188511, "post_processing_size": null, "dataset_size": 1695902949, "size_in_bytes": 2200091460}, "ory_Orya-urd_Arab": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ory_Orya", "urd_Arab"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ory_Orya-urd_Arab", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 822868443, "num_examples": 1328747, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ory_Orya-urd_Arab.gz": {"num_bytes": 258239524, "checksum": "50df8cd9dde6681e6e2d2a6a125a3c8e8fd259f954c74a474f0f34f1bb9a0adf"}}, "download_size": 258239524, "post_processing_size": null, "dataset_size": 822868443, "size_in_bytes": 1081107967}, "pag_Latn-smo_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["pag_Latn", "smo_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "pag_Latn-smo_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 47022821, "num_examples": 100104, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/pag_Latn-smo_Latn.gz": {"num_bytes": 14923284, "checksum": "6c56e4865e5c8109f645220d8cde0f19dd4c79569df793301cc29f5526ecd7fa"}}, "download_size": 14923284, "post_processing_size": null, "dataset_size": 47022821, "size_in_bytes": 61946105}, "pag_Latn-sun_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["pag_Latn", "sun_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "pag_Latn-sun_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 36863830, "num_examples": 84540, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/pag_Latn-sun_Latn.gz": {"num_bytes": 12661569, "checksum": "50540d50f57842acb565e01758267ebd95ed826c2bc2e742850c55c4bc107392"}}, "download_size": 12661569, "post_processing_size": null, "dataset_size": 36863830, "size_in_bytes": 49525399}, "pan_Guru-san_Deva": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["pan_Guru", "san_Deva"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "pan_Guru-san_Deva", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 98378630, "num_examples": 164926, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/pan_Guru-san_Deva.gz": {"num_bytes": 29006893, "checksum": "b523fea8f31b63c374867b4dbf2a1bfb7a3b2852945a65cade7d9349cd8a669a"}}, "download_size": 29006893, "post_processing_size": null, "dataset_size": 98378630, "size_in_bytes": 127385523}, "pan_Guru-sat_Beng": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["pan_Guru", "sat_Beng"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "pan_Guru-sat_Beng", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1289978, "num_examples": 2088, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/pan_Guru-sat_Beng.gz": {"num_bytes": 312888, "checksum": "5ab2289d939a8e2cf033c8b05463b6acd416dd5d0884999a6f394cbd2b11e4b9"}}, "download_size": 312888, "post_processing_size": null, "dataset_size": 1289978, "size_in_bytes": 1602866}, "pan_Guru-sin_Sinh": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["pan_Guru", "sin_Sinh"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "pan_Guru-sin_Sinh", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 359669912, "num_examples": 608832, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/pan_Guru-sin_Sinh.gz": {"num_bytes": 101517802, "checksum": "f7a662e8f1ce69694c5fdc585d7aaef51d00a19f34ebce2454a4a5cb5d42ee0c"}}, "download_size": 101517802, "post_processing_size": null, "dataset_size": 359669912, "size_in_bytes": 461187714}, "pan_Guru-snd_Arab": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["pan_Guru", "snd_Arab"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "pan_Guru-snd_Arab", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 343073477, "num_examples": 515434, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/pan_Guru-snd_Arab.gz": {"num_bytes": 102824213, "checksum": "7941816d6bf586f48211a00c3c371aa0ddae27ba9f9f22582ce9eaa1cd5b5267"}}, "download_size": 102824213, "post_processing_size": null, "dataset_size": 343073477, "size_in_bytes": 445897690}, "pan_Guru-tam_Taml": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["pan_Guru", "tam_Taml"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "pan_Guru-tam_Taml", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 943002416, "num_examples": 1195675, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/pan_Guru-tam_Taml.gz": {"num_bytes": 261041409, "checksum": "ac68a4985c1528405d9b523cf3bd4e014ac6a5b43d7981cbfc34ccbc2adfe823"}}, "download_size": 261041409, "post_processing_size": null, "dataset_size": 943002416, "size_in_bytes": 1204043825}, "pan_Guru-tel_Telu": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["pan_Guru", "tel_Telu"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "pan_Guru-tel_Telu", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1094148683, "num_examples": 1586109, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/pan_Guru-tel_Telu.gz": {"num_bytes": 314800686, "checksum": "24d38ce27ba23d315bdec5f81b5f7320454e3f48d876abb6ed2b43681618b642"}}, "download_size": 314800686, "post_processing_size": null, "dataset_size": 1094148683, "size_in_bytes": 1408949369}, "pan_Guru-urd_Arab": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["pan_Guru", "urd_Arab"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "pan_Guru-urd_Arab", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 944706687, "num_examples": 1322495, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/pan_Guru-urd_Arab.gz": {"num_bytes": 291190466, "checksum": "c18edc4232b0526ae943e5f19e2e773f13a3c1dacfffa60fbd75186532d821cd"}}, "download_size": 291190466, "post_processing_size": null, "dataset_size": 944706687, "size_in_bytes": 1235897153}, "pbt_Arab-tam_Taml": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["pbt_Arab", "tam_Taml"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "pbt_Arab-tam_Taml", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 724848050, "num_examples": 978176, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/pbt_Arab-tam_Taml.gz": {"num_bytes": 210639829, "checksum": "07fce33218fbb64f34e9e74c4390972ba740524ef83edc709809d0f1be74f86e"}}, "download_size": 210639829, "post_processing_size": null, "dataset_size": 724848050, "size_in_bytes": 935487879}, "pbt_Arab-tgk_Cyrl": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["pbt_Arab", "tgk_Cyrl"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "pbt_Arab-tgk_Cyrl", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 194916614, "num_examples": 308851, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/pbt_Arab-tgk_Cyrl.gz": {"num_bytes": 61923845, "checksum": "2462b31f9a8208ff871c0cacb1aca48349a4a20dde54d785fdbcfcd9443c1428"}}, "download_size": 61923845, "post_processing_size": null, "dataset_size": 194916614, "size_in_bytes": 256840459}, "plt_Latn-mri_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["plt_Latn", "mri_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "plt_Latn-mri_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 321464147, "num_examples": 601730, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/plt_Latn-mri_Latn.gz": {"num_bytes": 108158557, "checksum": "41e9b048d9f2fc4b0ca3da8e50665533ef561b6f1b13342deb12bdac57000214"}}, "download_size": 108158557, "post_processing_size": null, "dataset_size": 321464147, "size_in_bytes": 429622704}, "plt_Latn-pag_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["plt_Latn", "pag_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "plt_Latn-pag_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 102976871, "num_examples": 219102, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/plt_Latn-pag_Latn.gz": {"num_bytes": 33692924, "checksum": "e6b140cb09cf3072b0aaa9e4ec640a0620e65f0aca2affd8f217811a9d678275"}}, "download_size": 33692924, "post_processing_size": null, "dataset_size": 102976871, "size_in_bytes": 136669795}, "plt_Latn-smo_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["plt_Latn", "smo_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "plt_Latn-smo_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 397990911, "num_examples": 744208, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/plt_Latn-smo_Latn.gz": {"num_bytes": 130459589, "checksum": "fac498ad7bec45b45cf1eac5dbf54b23db706f83e331f875f2e9bf3eec280844"}}, "download_size": 130459589, "post_processing_size": null, "dataset_size": 397990911, "size_in_bytes": 528450500}, "plt_Latn-sun_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["plt_Latn", "sun_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "plt_Latn-sun_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 407898269, "num_examples": 733095, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/plt_Latn-sun_Latn.gz": {"num_bytes": 139213870, "checksum": "3e14493919e4efd89f2ec94c347ab7ae6c250e1472ffd1234775a624e52b476d"}}, "download_size": 139213870, "post_processing_size": null, "dataset_size": 407898269, "size_in_bytes": 547112139}, "plt_Latn-war_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["plt_Latn", "war_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "plt_Latn-war_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 219705402, "num_examples": 503863, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/plt_Latn-war_Latn.gz": {"num_bytes": 76627194, "checksum": "c8132cf448b125c6ec7239771bf2ffe3dae335697c59949b5fbfb2339a20f7f5"}}, "download_size": 76627194, "post_processing_size": null, "dataset_size": 219705402, "size_in_bytes": 296332596}, "por_Latn-ayr_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["por_Latn", "ayr_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "por_Latn-ayr_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 312276556, "num_examples": 628438, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/por_Latn-ayr_Latn.gz": {"num_bytes": 113669730, "checksum": "de278218e0261086d35cfc70970f1d06dcb7c72194523824e8a4223ba5081174"}}, "download_size": 113669730, "post_processing_size": null, "dataset_size": 312276556, "size_in_bytes": 425946286}, "por_Latn-quy_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["por_Latn", "quy_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "por_Latn-quy_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 999277929, "num_examples": 2071571, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/por_Latn-quy_Latn.gz": {"num_bytes": 368686340, "checksum": "a4f037d58cef055643833bf4fa0ece2a1a87d3688c1a5d399f1cb89d0690e634"}}, "download_size": 368686340, "post_processing_size": null, "dataset_size": 999277929, "size_in_bytes": 1367964269}, "prs_Arab-pbt_Arab": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["prs_Arab", "pbt_Arab"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "prs_Arab-pbt_Arab", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 80548380, "num_examples": 116147, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/prs_Arab-pbt_Arab.gz": {"num_bytes": 24988207, "checksum": "e0db1941f16562b80817bc38ce2ececa44555cf852cae9832cc7b9ce1f14f2ab"}}, "download_size": 24988207, "post_processing_size": null, "dataset_size": 80548380, "size_in_bytes": 105536587}, "prs_Arab-tgk_Cyrl": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["prs_Arab", "tgk_Cyrl"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "prs_Arab-tgk_Cyrl", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 35873235, "num_examples": 58314, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/prs_Arab-tgk_Cyrl.gz": {"num_bytes": 11473398, "checksum": "1c590d850a04c98a1e0cf6d558e6d85e4597165ba108c7a6708686b2203d4aa7"}}, "download_size": 11473398, "post_processing_size": null, "dataset_size": 35873235, "size_in_bytes": 47346633}, "quy_Latn-spa_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["quy_Latn", "spa_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "quy_Latn-spa_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 363553833, "num_examples": 748091, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/quy_Latn-spa_Latn.gz": {"num_bytes": 132559507, "checksum": "50004675eaae02bb6ccc428193d2ffcc197333849f5be17972bb287a3c76befc"}}, "download_size": 132559507, "post_processing_size": null, "dataset_size": 363553833, "size_in_bytes": 496113340}, "run_Latn-sna_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["run_Latn", "sna_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "run_Latn-sna_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 182654994, "num_examples": 334205, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/run_Latn-sna_Latn.gz": {"num_bytes": 59266971, "checksum": "31c6fdb41e018b89a2b31ba23227f74065cce102cd2a3eb45ab1d40ac11ab195"}}, "download_size": 59266971, "post_processing_size": null, "dataset_size": 182654994, "size_in_bytes": 241921965}, "run_Latn-som_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["run_Latn", "som_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "run_Latn-som_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 90689755, "num_examples": 210469, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/run_Latn-som_Latn.gz": {"num_bytes": 32741327, "checksum": "e7d3e5c3f422c5b4b136ebaaa4ebfdfbe1a83acef52fd1ec7c71efccc38f680e"}}, "download_size": 32741327, "post_processing_size": null, "dataset_size": 90689755, "size_in_bytes": 123431082}, "run_Latn-sot_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["run_Latn", "sot_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "run_Latn-sot_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 113361628, "num_examples": 230734, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/run_Latn-sot_Latn.gz": {"num_bytes": 38829142, "checksum": "59cebaf469c68d623414a3b57283483d16ad9de2dde05f94b83d0b1b1868593e"}}, "download_size": 38829142, "post_processing_size": null, "dataset_size": 113361628, "size_in_bytes": 152190770}, "run_Latn-ssw_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["run_Latn", "ssw_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "run_Latn-ssw_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 31311130, "num_examples": 71808, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/run_Latn-ssw_Latn.gz": {"num_bytes": 10724929, "checksum": "e9dc8f72fe1966f35de576b480fb7872390136538f7d76413f8fdd1c5b6ecc2a"}}, "download_size": 10724929, "post_processing_size": null, "dataset_size": 31311130, "size_in_bytes": 42036059}, "run_Latn-swh_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["run_Latn", "swh_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "run_Latn-swh_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 336894352, "num_examples": 622955, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/run_Latn-swh_Latn.gz": {"num_bytes": 113085094, "checksum": "84b00f4fac0577944ee547d2444ef7ba8fb125bb15869115ea326ae3d6f51d6e"}}, "download_size": 113085094, "post_processing_size": null, "dataset_size": 336894352, "size_in_bytes": 449979446}, "run_Latn-tir_Ethi": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["run_Latn", "tir_Ethi"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "run_Latn-tir_Ethi", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 114676154, "num_examples": 161796, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/run_Latn-tir_Ethi.gz": {"num_bytes": 33333434, "checksum": "5b1095f0d16b697ac7586e75f000e4152178893962e2ad0d44d278b55ce6cef9"}}, "download_size": 33333434, "post_processing_size": null, "dataset_size": 114676154, "size_in_bytes": 148009588}, "run_Latn-tsn_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["run_Latn", "tsn_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "run_Latn-tsn_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 108678669, "num_examples": 221202, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/run_Latn-tsn_Latn.gz": {"num_bytes": 36651631, "checksum": "b544ef2369787c4963b40d3326f49f5cff0331802e95de76c1e8b89bc7314e13"}}, "download_size": 36651631, "post_processing_size": null, "dataset_size": 108678669, "size_in_bytes": 145330300}, "run_Latn-tso_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["run_Latn", "tso_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "run_Latn-tso_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 152414817, "num_examples": 283463, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/run_Latn-tso_Latn.gz": {"num_bytes": 49823244, "checksum": "b12629332cbba25ff3aadfefc0da3c972bd0684fbebc709ede4fb863a2c7dd38"}}, "download_size": 49823244, "post_processing_size": null, "dataset_size": 152414817, "size_in_bytes": 202238061}, "run_Latn-tum_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["run_Latn", "tum_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "run_Latn-tum_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 108627544, "num_examples": 194527, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/run_Latn-tum_Latn.gz": {"num_bytes": 33425857, "checksum": "fae0b44efed7879602b7f7e5a49f02568a7d468394dc7d14622d07ed9e5c8adb"}}, "download_size": 33425857, "post_processing_size": null, "dataset_size": 108627544, "size_in_bytes": 142053401}, "run_Latn-twi_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["run_Latn", "twi_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "run_Latn-twi_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 107955870, "num_examples": 199589, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/run_Latn-twi_Latn.gz": {"num_bytes": 35305958, "checksum": "06bda3925383b8fd51ecb6ddae9fb1a00ed9691e4f9e15ecef1c99751c9551b2"}}, "download_size": 35305958, "post_processing_size": null, "dataset_size": 107955870, "size_in_bytes": 143261828}, "run_Latn-umb_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["run_Latn", "umb_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "run_Latn-umb_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 66626116, "num_examples": 121294, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/run_Latn-umb_Latn.gz": {"num_bytes": 21294356, "checksum": "6eabe77d65b3956903f2592c804e2b9cee2c4c6c5cd95c3447416fbf70dff13f"}}, "download_size": 21294356, "post_processing_size": null, "dataset_size": 66626116, "size_in_bytes": 87920472}, "run_Latn-wol_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["run_Latn", "wol_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "run_Latn-wol_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 20828298, "num_examples": 45932, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/run_Latn-wol_Latn.gz": {"num_bytes": 7549094, "checksum": "0fffa0b3edb819110b29d8ec7cb77c7f77158bf5e32ab4b40af0ce9b25bf6281"}}, "download_size": 7549094, "post_processing_size": null, "dataset_size": 20828298, "size_in_bytes": 28377392}, "run_Latn-xho_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["run_Latn", "xho_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "run_Latn-xho_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 158511184, "num_examples": 307503, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/run_Latn-xho_Latn.gz": {"num_bytes": 52521089, "checksum": "731e82534f0e6bfad994bd9e8e30535de3d2100b2460f3df203f2b1f1cbfb770"}}, "download_size": 52521089, "post_processing_size": null, "dataset_size": 158511184, "size_in_bytes": 211032273}, "run_Latn-yor_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["run_Latn", "yor_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "run_Latn-yor_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 78409837, "num_examples": 174926, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/run_Latn-yor_Latn.gz": {"num_bytes": 28255285, "checksum": "54c9e98393703e8ba369f1124c48f7dfd6f8f0237f21f695f338c77c81bf61bb"}}, "download_size": 28255285, "post_processing_size": null, "dataset_size": 78409837, "size_in_bytes": 106665122}, "run_Latn-zul_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["run_Latn", "zul_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "run_Latn-zul_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 248221813, "num_examples": 467223, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/run_Latn-zul_Latn.gz": {"num_bytes": 82534280, "checksum": "48e8b2908abee65df3246c3cf8678def0e73f765003ca73bbedbeeda01bddef7"}}, "download_size": 82534280, "post_processing_size": null, "dataset_size": 248221813, "size_in_bytes": 330756093}, "rus_Cyrl-tat_Cyrl": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["rus_Cyrl", "tat_Cyrl"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "rus_Cyrl-tat_Cyrl", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 439781905, "num_examples": 756560, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/rus_Cyrl-tat_Cyrl.gz": {"num_bytes": 154052107, "checksum": "25430230b4e3dc7c4570fa979c8546a1a68a334091f248377c4ea4e34676a1db"}}, "download_size": 154052107, "post_processing_size": null, "dataset_size": 439781905, "size_in_bytes": 593834012}, "rus_Cyrl-tgk_Cyrl": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["rus_Cyrl", "tgk_Cyrl"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "rus_Cyrl-tgk_Cyrl", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 2376862828, "num_examples": 3855330, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/rus_Cyrl-tgk_Cyrl.gz": {"num_bytes": 829414659, "checksum": "f971324eb747eeb6242c91aabbfae01221934bfa3a785ee9c8370369fc16030f"}}, "download_size": 829414659, "post_processing_size": null, "dataset_size": 2376862828, "size_in_bytes": 3206277487}, "san_Deva-sat_Beng": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["san_Deva", "sat_Beng"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "san_Deva-sat_Beng", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 3918031, "num_examples": 6250, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/san_Deva-sat_Beng.gz": {"num_bytes": 926795, "checksum": "a809edbf7965fb482ed7c2e89962abf0407b86d5de7a58cf53f70cf8f1332cad"}}, "download_size": 926795, "post_processing_size": null, "dataset_size": 3918031, "size_in_bytes": 4844826}, "san_Deva-sin_Sinh": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["san_Deva", "sin_Sinh"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "san_Deva-sin_Sinh", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 95286595, "num_examples": 181039, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/san_Deva-sin_Sinh.gz": {"num_bytes": 26893523, "checksum": "c8044fa991823dc3089ce31920d48c0413403057f210e1f8fd6b9dc998fd1824"}}, "download_size": 26893523, "post_processing_size": null, "dataset_size": 95286595, "size_in_bytes": 122180118}, "san_Deva-snd_Arab": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["san_Deva", "snd_Arab"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "san_Deva-snd_Arab", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 82697097, "num_examples": 146447, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/san_Deva-snd_Arab.gz": {"num_bytes": 24776382, "checksum": "4295b51fc0608b02a5116c0a243cffead2554f1895ebcfd6fc0196a29bfe53a0"}}, "download_size": 24776382, "post_processing_size": null, "dataset_size": 82697097, "size_in_bytes": 107473479}, "san_Deva-tam_Taml": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["san_Deva", "tam_Taml"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "san_Deva-tam_Taml", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 205469718, "num_examples": 313468, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/san_Deva-tam_Taml.gz": {"num_bytes": 58451167, "checksum": "e90a9c5b2df91cf075bd659e346d4898513db4bee63c309010176a6681921fdc"}}, "download_size": 58451167, "post_processing_size": null, "dataset_size": 205469718, "size_in_bytes": 263920885}, "san_Deva-tel_Telu": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["san_Deva", "tel_Telu"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "san_Deva-tel_Telu", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 235981050, "num_examples": 389396, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/san_Deva-tel_Telu.gz": {"num_bytes": 69389814, "checksum": "d71e6a67c6c444922f493430ad2249101a9c07b3145e4ee825a63714ce6a7dda"}}, "download_size": 69389814, "post_processing_size": null, "dataset_size": 235981050, "size_in_bytes": 305370864}, "san_Deva-urd_Arab": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["san_Deva", "urd_Arab"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "san_Deva-urd_Arab", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 185418654, "num_examples": 297131, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/san_Deva-urd_Arab.gz": {"num_bytes": 57950715, "checksum": "0886645b4c1bd7e597f7a95418ec301b4decf8056293ce0a66160456d5054950"}}, "download_size": 57950715, "post_processing_size": null, "dataset_size": 185418654, "size_in_bytes": 243369369}, "sat_Beng-sin_Sinh": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["sat_Beng", "sin_Sinh"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "sat_Beng-sin_Sinh", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 3967535, "num_examples": 7355, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/sat_Beng-sin_Sinh.gz": {"num_bytes": 897261, "checksum": "9aa7b0a1f4dd237dfa915749666ce76e1fcac5be85645f2a814c85e1e066290f"}}, "download_size": 897261, "post_processing_size": null, "dataset_size": 3967535, "size_in_bytes": 4864796}, "sat_Beng-snd_Arab": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["sat_Beng", "snd_Arab"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "sat_Beng-snd_Arab", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 3083091, "num_examples": 5213, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/sat_Beng-snd_Arab.gz": {"num_bytes": 727714, "checksum": "3a934ed5810163995a23debbf42c9be84d414cc38248220ae943a0c6af9bbdc9"}}, "download_size": 727714, "post_processing_size": null, "dataset_size": 3083091, "size_in_bytes": 3810805}, "sat_Beng-tam_Taml": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["sat_Beng", "tam_Taml"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "sat_Beng-tam_Taml", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 8499200, "num_examples": 12554, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/sat_Beng-tam_Taml.gz": {"num_bytes": 2016830, "checksum": "a76fbf101f90ea41a8d4aada8064ebdda8fa861ed50f8f99d30a8e4eef61658f"}}, "download_size": 2016830, "post_processing_size": null, "dataset_size": 8499200, "size_in_bytes": 10516030}, "sat_Beng-tel_Telu": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["sat_Beng", "tel_Telu"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "sat_Beng-tel_Telu", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 8834731, "num_examples": 14317, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/sat_Beng-tel_Telu.gz": {"num_bytes": 2102588, "checksum": "041fe58e5c1d9122a3d9ddae9fa676a1e0a4e63a077865701577b9991dd78dd7"}}, "download_size": 2102588, "post_processing_size": null, "dataset_size": 8834731, "size_in_bytes": 10937319}, "sat_Beng-urd_Arab": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["sat_Beng", "urd_Arab"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "sat_Beng-urd_Arab", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 6425542, "num_examples": 9838, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/sat_Beng-urd_Arab.gz": {"num_bytes": 1714756, "checksum": "e8e0df352c633cada0b728c092c3a5c64a844d51a16985e30f255c36ee369a56"}}, "download_size": 1714756, "post_processing_size": null, "dataset_size": 6425542, "size_in_bytes": 8140298}, "sin_Sinh-snd_Arab": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["sin_Sinh", "snd_Arab"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "sin_Sinh-snd_Arab", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 277933515, "num_examples": 491330, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/sin_Sinh-snd_Arab.gz": {"num_bytes": 81258594, "checksum": "607a8f1e2d971ee1904c7f3aed2553cb83d41eee2fffe14aacda832dc4313397"}}, "download_size": 81258594, "post_processing_size": null, "dataset_size": 277933515, "size_in_bytes": 359192109}, "sin_Sinh-tam_Taml": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["sin_Sinh", "tam_Taml"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "sin_Sinh-tam_Taml", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 971033437, "num_examples": 1493318, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/sin_Sinh-tam_Taml.gz": {"num_bytes": 264985482, "checksum": "c7083f0e04c906bb84896d62396f348ac3eea8e8937398a465282b8ea5dc149b"}}, "download_size": 264985482, "post_processing_size": null, "dataset_size": 971033437, "size_in_bytes": 1236018919}, "sin_Sinh-tel_Telu": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["sin_Sinh", "tel_Telu"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "sin_Sinh-tel_Telu", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1019509618, "num_examples": 1764426, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/sin_Sinh-tel_Telu.gz": {"num_bytes": 289341460, "checksum": "091ef2565681494b5f0f8e300e0ba876b9d529f70218cd1df116aefdc4f91d6e"}}, "download_size": 289341460, "post_processing_size": null, "dataset_size": 1019509618, "size_in_bytes": 1308851078}, "sin_Sinh-urd_Arab": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["sin_Sinh", "urd_Arab"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "sin_Sinh-urd_Arab", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 751271556, "num_examples": 1266917, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/sin_Sinh-urd_Arab.gz": {"num_bytes": 228787269, "checksum": "2e24a803a03c44195df678355c0c6b3502fffe325109c1d5f16b84548643d4fe"}}, "download_size": 228787269, "post_processing_size": null, "dataset_size": 751271556, "size_in_bytes": 980058825}, "smo_Latn-sun_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["smo_Latn", "sun_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "smo_Latn-sun_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 236091144, "num_examples": 446935, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/smo_Latn-sun_Latn.gz": {"num_bytes": 80606865, "checksum": "4d5216c3bc9ded4ed5eeaa0893c5463c96fe5e3274226bb11e23ab9359d460d2"}}, "download_size": 80606865, "post_processing_size": null, "dataset_size": 236091144, "size_in_bytes": 316698009}, "smo_Latn-war_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["smo_Latn", "war_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "smo_Latn-war_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 94207479, "num_examples": 213088, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/smo_Latn-war_Latn.gz": {"num_bytes": 32185322, "checksum": "e1231ab7c45178e920c77536b9387b74ac8e82f25a9717724aa18b9a0c09e557"}}, "download_size": 32185322, "post_processing_size": null, "dataset_size": 94207479, "size_in_bytes": 126392801}, "sna_Latn-som_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["sna_Latn", "som_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "sna_Latn-som_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 255054757, "num_examples": 532720, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/sna_Latn-som_Latn.gz": {"num_bytes": 91219487, "checksum": "d21365aeef0c2d4adb8ed9ad4b54e0e8f95ae6af841e88df480cbd8e1d783429"}}, "download_size": 91219487, "post_processing_size": null, "dataset_size": 255054757, "size_in_bytes": 346274244}, "sna_Latn-sot_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["sna_Latn", "sot_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "sna_Latn-sot_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 481801238, "num_examples": 915705, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/sna_Latn-sot_Latn.gz": {"num_bytes": 163705889, "checksum": "d328bc85d57dfa4c5a7b9cd2c334a92bbb428561b08150a4ec6466f6bb032048"}}, "download_size": 163705889, "post_processing_size": null, "dataset_size": 481801238, "size_in_bytes": 645507127}, "sna_Latn-ssw_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["sna_Latn", "ssw_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "sna_Latn-ssw_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 37378568, "num_examples": 86651, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/sna_Latn-ssw_Latn.gz": {"num_bytes": 12612928, "checksum": "5328c96b3cf8961d5e78846fef8b0c0797abc2c5f5901d90c41d97aeb74824b2"}}, "download_size": 12612928, "post_processing_size": null, "dataset_size": 37378568, "size_in_bytes": 49991496}, "sna_Latn-swh_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["sna_Latn", "swh_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "sna_Latn-swh_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 597160781, "num_examples": 1099171, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/sna_Latn-swh_Latn.gz": {"num_bytes": 201341570, "checksum": "4d8bada78ff0f1beb6feb31b6edea5689a843771774dee69fc7c9d9c62ade07a"}}, "download_size": 201341570, "post_processing_size": null, "dataset_size": 597160781, "size_in_bytes": 798502351}, "sna_Latn-tir_Ethi": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["sna_Latn", "tir_Ethi"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "sna_Latn-tir_Ethi", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 151401776, "num_examples": 226951, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/sna_Latn-tir_Ethi.gz": {"num_bytes": 43791022, "checksum": "05356f977adf94164c6be2330eb29c98991075b7b3eda733eed6f8c36f0fce7e"}}, "download_size": 43791022, "post_processing_size": null, "dataset_size": 151401776, "size_in_bytes": 195192798}, "sna_Latn-tsn_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["sna_Latn", "tsn_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "sna_Latn-tsn_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 143399061, "num_examples": 299901, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/sna_Latn-tsn_Latn.gz": {"num_bytes": 48117183, "checksum": "0f50638cc0ed85dfa078809b8177e32573f7d40278b5b536e1b849117e7b7f66"}}, "download_size": 48117183, "post_processing_size": null, "dataset_size": 143399061, "size_in_bytes": 191516244}, "sna_Latn-tso_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["sna_Latn", "tso_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "sna_Latn-tso_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 190021566, "num_examples": 351101, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/sna_Latn-tso_Latn.gz": {"num_bytes": 60610600, "checksum": "36ec2e078216422f6223fa1b5b4ef0ad8d1b75ea2d11c965cb4c968223fba543"}}, "download_size": 60610600, "post_processing_size": null, "dataset_size": 190021566, "size_in_bytes": 250632166}, "sna_Latn-tum_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["sna_Latn", "tum_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "sna_Latn-tum_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 159529163, "num_examples": 294060, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/sna_Latn-tum_Latn.gz": {"num_bytes": 49203562, "checksum": "b4681f8179c3320f0ed593f204066c8b529bd89d7504aba9cf6389b5266d2c69"}}, "download_size": 49203562, "post_processing_size": null, "dataset_size": 159529163, "size_in_bytes": 208732725}, "sna_Latn-twi_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["sna_Latn", "twi_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "sna_Latn-twi_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 142525241, "num_examples": 272924, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/sna_Latn-twi_Latn.gz": {"num_bytes": 46539648, "checksum": "1f65b14c5463d015a0aa632e70870697d6a84e1a74ee930500914f5bb0818cf6"}}, "download_size": 46539648, "post_processing_size": null, "dataset_size": 142525241, "size_in_bytes": 189064889}, "sna_Latn-umb_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["sna_Latn", "umb_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "sna_Latn-umb_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 82414641, "num_examples": 153467, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/sna_Latn-umb_Latn.gz": {"num_bytes": 26349229, "checksum": "5a51429c2f306a3e523ad7215e4d2d8cdf8ffc542c34501355912ac124e8dc29"}}, "download_size": 26349229, "post_processing_size": null, "dataset_size": 82414641, "size_in_bytes": 108763870}, "sna_Latn-wol_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["sna_Latn", "wol_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "sna_Latn-wol_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 28920875, "num_examples": 67753, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/sna_Latn-wol_Latn.gz": {"num_bytes": 10260649, "checksum": "aeef519ae93e36b3722699fa771a2b558b1cb73bdda95d9997dc62b98db03cc7"}}, "download_size": 10260649, "post_processing_size": null, "dataset_size": 28920875, "size_in_bytes": 39181524}, "sna_Latn-xho_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["sna_Latn", "xho_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "sna_Latn-xho_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 414227908, "num_examples": 847016, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/sna_Latn-xho_Latn.gz": {"num_bytes": 141728493, "checksum": "04a9fb96382fb06573b4399b70b5dfe3c5d01ff7cfbb7be0dcbf154d99ae9a07"}}, "download_size": 141728493, "post_processing_size": null, "dataset_size": 414227908, "size_in_bytes": 555956401}, "sna_Latn-yor_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["sna_Latn", "yor_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "sna_Latn-yor_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 271882433, "num_examples": 541537, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/sna_Latn-yor_Latn.gz": {"num_bytes": 94765408, "checksum": "21f14a3b0a1ba8ab12a5e2687d3b73a8896822c4622b850c5242d1afbe9c7396"}}, "download_size": 94765408, "post_processing_size": null, "dataset_size": 271882433, "size_in_bytes": 366647841}, "sna_Latn-zul_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["sna_Latn", "zul_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "sna_Latn-zul_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 690030453, "num_examples": 1309315, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/sna_Latn-zul_Latn.gz": {"num_bytes": 237383634, "checksum": "b9921931116522eff9e433c0574f0ed17f16a9f59d237f44a3af8ff0869148d3"}}, "download_size": 237383634, "post_processing_size": null, "dataset_size": 690030453, "size_in_bytes": 927414087}, "snd_Arab-tam_Taml": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["snd_Arab", "tam_Taml"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "snd_Arab-tam_Taml", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 557645460, "num_examples": 801562, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/snd_Arab-tam_Taml.gz": {"num_bytes": 159876882, "checksum": "f354ab4aa91db73dd376befd2ad19f23f89d8318a5f37b4c17b8279b5cc2fe2d"}}, "download_size": 159876882, "post_processing_size": null, "dataset_size": 557645460, "size_in_bytes": 717522342}, "snd_Arab-tel_Telu": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["snd_Arab", "tel_Telu"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "snd_Arab-tel_Telu", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 747156071, "num_examples": 1119706, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/snd_Arab-tel_Telu.gz": {"num_bytes": 222038431, "checksum": "6bd50f622727db8468c410bc57cd64e91c0efd1668ac11b5c50aa750a6a52113"}}, "download_size": 222038431, "post_processing_size": null, "dataset_size": 747156071, "size_in_bytes": 969194502}, "snd_Arab-urd_Arab": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["snd_Arab", "urd_Arab"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "snd_Arab-urd_Arab", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 697082088, "num_examples": 1022963, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/snd_Arab-urd_Arab.gz": {"num_bytes": 217842161, "checksum": "d5beca723db0ecd6ca41be19ee138c1a3936dddbbbd87b63ee933723aec729a8"}}, "download_size": 217842161, "post_processing_size": null, "dataset_size": 697082088, "size_in_bytes": 914924249}, "som_Latn-sot_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["som_Latn", "sot_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "som_Latn-sot_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 289279988, "num_examples": 607015, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/som_Latn-sot_Latn.gz": {"num_bytes": 101528127, "checksum": "444082bd0f5f1f496663d1cbe95caf9e60f2b2d49c6a168458be65c8f6eab329"}}, "download_size": 101528127, "post_processing_size": null, "dataset_size": 289279988, "size_in_bytes": 390808115}, "som_Latn-ssw_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["som_Latn", "ssw_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "som_Latn-ssw_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 27002435, "num_examples": 74547, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/som_Latn-ssw_Latn.gz": {"num_bytes": 9549042, "checksum": "d70381173406d9f45ce5722f794bb9414a908a1c5eed77feb1158eed01641358"}}, "download_size": 9549042, "post_processing_size": null, "dataset_size": 27002435, "size_in_bytes": 36551477}, "som_Latn-swh_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["som_Latn", "swh_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "som_Latn-swh_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 299703864, "num_examples": 630267, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/som_Latn-swh_Latn.gz": {"num_bytes": 106905813, "checksum": "86fec89e0510fe1b66848af160e3f309f8a5b7e3dd5d7e519d4809f846d0bac9"}}, "download_size": 106905813, "post_processing_size": null, "dataset_size": 299703864, "size_in_bytes": 406609677}, "som_Latn-tir_Ethi": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["som_Latn", "tir_Ethi"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "som_Latn-tir_Ethi", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 82633280, "num_examples": 169616, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/som_Latn-tir_Ethi.gz": {"num_bytes": 27110247, "checksum": "2d39f320731d8121845f8af53b5cb35e80f06bffdcd1a6dbcd90d46384d8d811"}}, "download_size": 27110247, "post_processing_size": null, "dataset_size": 82633280, "size_in_bytes": 109743527}, "som_Latn-tsn_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["som_Latn", "tsn_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "som_Latn-tsn_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 76235953, "num_examples": 197113, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/som_Latn-tsn_Latn.gz": {"num_bytes": 27061722, "checksum": "675e5d467fb8699b9aa3e1bef28bf6c2717c607acc814877b980fd576d707e51"}}, "download_size": 27061722, "post_processing_size": null, "dataset_size": 76235953, "size_in_bytes": 103297675}, "som_Latn-tso_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["som_Latn", "tso_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "som_Latn-tso_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 82607709, "num_examples": 196989, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/som_Latn-tso_Latn.gz": {"num_bytes": 29144066, "checksum": "eb4e86f5b25b46f78e5328f6ca279ffdb2ce8c9bb62b2124d2add4c651153eb0"}}, "download_size": 29144066, "post_processing_size": null, "dataset_size": 82607709, "size_in_bytes": 111751775}, "som_Latn-tum_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["som_Latn", "tum_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "som_Latn-tum_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 76748442, "num_examples": 179588, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/som_Latn-tum_Latn.gz": {"num_bytes": 25742590, "checksum": "efba5166b35212220f2081558c67831c95bd7da5254ea34f63c98e0c02c966ca"}}, "download_size": 25742590, "post_processing_size": null, "dataset_size": 76748442, "size_in_bytes": 102491032}, "som_Latn-twi_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["som_Latn", "twi_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "som_Latn-twi_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 78999831, "num_examples": 189353, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/som_Latn-twi_Latn.gz": {"num_bytes": 28015252, "checksum": "f1f22b03bda6c8fa2880f79a4787a72af7aef16cf0106447856dbeab604e5858"}}, "download_size": 28015252, "post_processing_size": null, "dataset_size": 78999831, "size_in_bytes": 107015083}, "som_Latn-umb_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["som_Latn", "umb_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "som_Latn-umb_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 40769552, "num_examples": 96449, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/som_Latn-umb_Latn.gz": {"num_bytes": 14152686, "checksum": "d8809675d85c335ea4854efc7e7dfc3fc9295eaf84a373a299af474c2bfbe97e"}}, "download_size": 14152686, "post_processing_size": null, "dataset_size": 40769552, "size_in_bytes": 54922238}, "som_Latn-wol_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["som_Latn", "wol_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "som_Latn-wol_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 26848205, "num_examples": 71347, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/som_Latn-wol_Latn.gz": {"num_bytes": 10078416, "checksum": "0ddc90ccc675426a13e875ba0a32b55a63432de610044bf9475e020dcda36615"}}, "download_size": 10078416, "post_processing_size": null, "dataset_size": 26848205, "size_in_bytes": 36926621}, "som_Latn-xho_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["som_Latn", "xho_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "som_Latn-xho_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 157984062, "num_examples": 377342, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/som_Latn-xho_Latn.gz": {"num_bytes": 58365450, "checksum": "3b21401387f399b7212a973dbf9a1c781ef86c7a5618a59921b6db929beae372"}}, "download_size": 58365450, "post_processing_size": null, "dataset_size": 157984062, "size_in_bytes": 216349512}, "som_Latn-yor_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["som_Latn", "yor_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "som_Latn-yor_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 165917794, "num_examples": 378909, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/som_Latn-yor_Latn.gz": {"num_bytes": 59696039, "checksum": "9f642741dfa142055cea05b1821823ac51e850c906933e13d8e30d338b6f46b3"}}, "download_size": 59696039, "post_processing_size": null, "dataset_size": 165917794, "size_in_bytes": 225613833}, "som_Latn-zul_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["som_Latn", "zul_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "som_Latn-zul_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 275029596, "num_examples": 605556, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/som_Latn-zul_Latn.gz": {"num_bytes": 99778833, "checksum": "1e3b499c9797ae982ab31d3d393fd1b933720492b0f934b85a941dd61226e5eb"}}, "download_size": 99778833, "post_processing_size": null, "dataset_size": 275029596, "size_in_bytes": 374808429}, "sot_Latn-ssw_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["sot_Latn", "ssw_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "sot_Latn-ssw_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 44961799, "num_examples": 107727, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/sot_Latn-ssw_Latn.gz": {"num_bytes": 15592842, "checksum": "6f8a6a536940f56c98cf70f659cbd179dbd236f36a712b4ebec840138deace30"}}, "download_size": 15592842, "post_processing_size": null, "dataset_size": 44961799, "size_in_bytes": 60554641}, "sot_Latn-swh_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["sot_Latn", "swh_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "sot_Latn-swh_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 530189745, "num_examples": 1002144, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/sot_Latn-swh_Latn.gz": {"num_bytes": 181090446, "checksum": "8ac66281da3173a5320f72bce5e5cc1b4f2061fc3f7c50ecd74533e46e7ca08e"}}, "download_size": 181090446, "post_processing_size": null, "dataset_size": 530189745, "size_in_bytes": 711280191}, "sot_Latn-tir_Ethi": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["sot_Latn", "tir_Ethi"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "sot_Latn-tir_Ethi", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 95230317, "num_examples": 163357, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/sot_Latn-tir_Ethi.gz": {"num_bytes": 29550742, "checksum": "493a46d121e163b6a5b4e4cb95434994c15ee9fbf8d505abd71a4b621a27112c"}}, "download_size": 29550742, "post_processing_size": null, "dataset_size": 95230317, "size_in_bytes": 124781059}, "sot_Latn-tsn_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["sot_Latn", "tsn_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "sot_Latn-tsn_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 140363239, "num_examples": 310854, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/sot_Latn-tsn_Latn.gz": {"num_bytes": 46887486, "checksum": "6f148a100cc02c2d2f54541270364658664eb2fea388368dd644b540b36004e2"}}, "download_size": 46887486, "post_processing_size": null, "dataset_size": 140363239, "size_in_bytes": 187250725}, "sot_Latn-tso_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["sot_Latn", "tso_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "sot_Latn-tso_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 147976711, "num_examples": 311353, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/sot_Latn-tso_Latn.gz": {"num_bytes": 49826607, "checksum": "99940af35bfb0a062367df5928f8228658fffff95629a3e2eb80c0a7698ba3db"}}, "download_size": 49826607, "post_processing_size": null, "dataset_size": 147976711, "size_in_bytes": 197803318}, "sot_Latn-tum_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["sot_Latn", "tum_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "sot_Latn-tum_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 102608641, "num_examples": 206581, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/sot_Latn-tum_Latn.gz": {"num_bytes": 33396540, "checksum": "12a2d0c22bb7d465240943115ec4ed10e49be59e4d3047fef5014de08a98a414"}}, "download_size": 33396540, "post_processing_size": null, "dataset_size": 102608641, "size_in_bytes": 136005181}, "sot_Latn-twi_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["sot_Latn", "twi_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "sot_Latn-twi_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 97236352, "num_examples": 199837, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/sot_Latn-twi_Latn.gz": {"num_bytes": 32718169, "checksum": "87e136ddfbf53934ed22d025ecc2848b9d33bf7822583bc3094de114e434dbcf"}}, "download_size": 32718169, "post_processing_size": null, "dataset_size": 97236352, "size_in_bytes": 129954521}, "sot_Latn-umb_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["sot_Latn", "umb_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "sot_Latn-umb_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 49030958, "num_examples": 102807, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/sot_Latn-umb_Latn.gz": {"num_bytes": 16380334, "checksum": "96b1edc8c600395f6844c523aeab7e9edc29592ed52c358c99fef20278361ba6"}}, "download_size": 16380334, "post_processing_size": null, "dataset_size": 49030958, "size_in_bytes": 65411292}, "sot_Latn-wol_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["sot_Latn", "wol_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "sot_Latn-wol_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 28589649, "num_examples": 65657, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/sot_Latn-wol_Latn.gz": {"num_bytes": 10270319, "checksum": "f88b9240b9cf49bb5d2246e5af8f9cca4e50b4de2b3887219fa7ce9fdba67d57"}}, "download_size": 10270319, "post_processing_size": null, "dataset_size": 28589649, "size_in_bytes": 38859968}, "sot_Latn-xho_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["sot_Latn", "xho_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "sot_Latn-xho_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 379725728, "num_examples": 802349, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/sot_Latn-xho_Latn.gz": {"num_bytes": 132598388, "checksum": "0bf18961dfd96fb7c7dc8e6c123a51b47b7e10164470bf489962cd9cca9840b1"}}, "download_size": 132598388, "post_processing_size": null, "dataset_size": 379725728, "size_in_bytes": 512324116}, "sot_Latn-yor_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["sot_Latn", "yor_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "sot_Latn-yor_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 327393283, "num_examples": 649382, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/sot_Latn-yor_Latn.gz": {"num_bytes": 112313325, "checksum": "e9bd291b003d75003526908f09a3b142f71af17ee5ddde32fc9360d541d05a34"}}, "download_size": 112313325, "post_processing_size": null, "dataset_size": 327393283, "size_in_bytes": 439706608}, "sot_Latn-zul_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["sot_Latn", "zul_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "sot_Latn-zul_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 596473891, "num_examples": 1191034, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/sot_Latn-zul_Latn.gz": {"num_bytes": 205085587, "checksum": "e28d6f6473cbaf029c7515d997d4eb771fa71462c31d2af59923dc73e8aec1a8"}}, "download_size": 205085587, "post_processing_size": null, "dataset_size": 596473891, "size_in_bytes": 801559478}, "ssw_Latn-swh_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ssw_Latn", "swh_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ssw_Latn-swh_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 76933630, "num_examples": 175608, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ssw_Latn-swh_Latn.gz": {"num_bytes": 26137409, "checksum": "4ee922df36b5297af2d57bca44b577552b2671f9d9cd71791f2c44965da5793a"}}, "download_size": 26137409, "post_processing_size": null, "dataset_size": 76933630, "size_in_bytes": 103071039}, "ssw_Latn-tir_Ethi": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ssw_Latn", "tir_Ethi"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ssw_Latn-tir_Ethi", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 19113183, "num_examples": 36832, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ssw_Latn-tir_Ethi.gz": {"num_bytes": 5778626, "checksum": "363c45dc415176a2a7b783b2f1a9778fe464c82cba2e26d699f3683ca371a9b2"}}, "download_size": 5778626, "post_processing_size": null, "dataset_size": 19113183, "size_in_bytes": 24891809}, "ssw_Latn-tsn_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ssw_Latn", "tsn_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ssw_Latn-tsn_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 44028239, "num_examples": 106936, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ssw_Latn-tsn_Latn.gz": {"num_bytes": 15394863, "checksum": "6174099e5e847168861b8ad36cf7a9c60a28fc60fa3b1f9e9e314472998a39ed"}}, "download_size": 15394863, "post_processing_size": null, "dataset_size": 44028239, "size_in_bytes": 59423102}, "ssw_Latn-tso_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ssw_Latn", "tso_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ssw_Latn-tso_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 52060559, "num_examples": 125555, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ssw_Latn-tso_Latn.gz": {"num_bytes": 18148136, "checksum": "f2584e35a41cbfaeb99b661f44ceb370f30c5ae66192506b1a68521296cf56d3"}}, "download_size": 18148136, "post_processing_size": null, "dataset_size": 52060559, "size_in_bytes": 70208695}, "ssw_Latn-tum_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ssw_Latn", "tum_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ssw_Latn-tum_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 22969233, "num_examples": 52465, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ssw_Latn-tum_Latn.gz": {"num_bytes": 7400718, "checksum": "c76ea504a8b61c3a702dc40eeb4a37063d225012f5807a822444cce034e9f1a2"}}, "download_size": 7400718, "post_processing_size": null, "dataset_size": 22969233, "size_in_bytes": 30369951}, "ssw_Latn-twi_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ssw_Latn", "twi_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ssw_Latn-twi_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 25584037, "num_examples": 58915, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ssw_Latn-twi_Latn.gz": {"num_bytes": 8740103, "checksum": "80512d257b47f2c35650c8cdbbf331c0048b268811132f09af2cd946d9919d3c"}}, "download_size": 8740103, "post_processing_size": null, "dataset_size": 25584037, "size_in_bytes": 34324140}, "ssw_Latn-umb_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ssw_Latn", "umb_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ssw_Latn-umb_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 13500976, "num_examples": 32317, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ssw_Latn-umb_Latn.gz": {"num_bytes": 4633648, "checksum": "39f5e739dfdf9f7171923a379eba4d53a646ace1767495b4b5253c61bb69b366"}}, "download_size": 4633648, "post_processing_size": null, "dataset_size": 13500976, "size_in_bytes": 18134624}, "ssw_Latn-wol_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ssw_Latn", "wol_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ssw_Latn-wol_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 8520658, "num_examples": 21230, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ssw_Latn-wol_Latn.gz": {"num_bytes": 3081010, "checksum": "1a3d11bf8f81f789b325b03c19a678cf1b9fcee5837ab56628940c8389f46789"}}, "download_size": 3081010, "post_processing_size": null, "dataset_size": 8520658, "size_in_bytes": 11601668}, "ssw_Latn-xho_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ssw_Latn", "xho_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ssw_Latn-xho_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 47982290, "num_examples": 120198, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ssw_Latn-xho_Latn.gz": {"num_bytes": 16934922, "checksum": "4c3ba4ad58b90ce0276c56c902f6063be42e3d6ae799b3cfcae6717ca133b06e"}}, "download_size": 16934922, "post_processing_size": null, "dataset_size": 47982290, "size_in_bytes": 64917212}, "ssw_Latn-yor_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ssw_Latn", "yor_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ssw_Latn-yor_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 30685797, "num_examples": 78042, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ssw_Latn-yor_Latn.gz": {"num_bytes": 10676551, "checksum": "d296c218f499191c025e2d7f2796b0978376607c64cf48747a392ea9b4512f22"}}, "download_size": 10676551, "post_processing_size": null, "dataset_size": 30685797, "size_in_bytes": 41362348}, "ssw_Latn-zul_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["ssw_Latn", "zul_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "ssw_Latn-zul_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 80222123, "num_examples": 193252, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/ssw_Latn-zul_Latn.gz": {"num_bytes": 27050429, "checksum": "6c35ef2a91dd7e75708dfa76892cc267226a6e9ea8262b7516023c4b2b9b453d"}}, "download_size": 27050429, "post_processing_size": null, "dataset_size": 80222123, "size_in_bytes": 107272552}, "sun_Latn-war_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["sun_Latn", "war_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "sun_Latn-war_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 103078232, "num_examples": 238286, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/sun_Latn-war_Latn.gz": {"num_bytes": 36795540, "checksum": "2a0222a7fd6bdfcad2ce3bbb23e6d63afb7478c61197189cd779b649868645f3"}}, "download_size": 36795540, "post_processing_size": null, "dataset_size": 103078232, "size_in_bytes": 139873772}, "swh_Latn-tir_Ethi": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["swh_Latn", "tir_Ethi"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "swh_Latn-tir_Ethi", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 261633952, "num_examples": 423021, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/swh_Latn-tir_Ethi.gz": {"num_bytes": 79334921, "checksum": "15cb3df95a1e7792b643c0065c16e0bf14756a081f41fa1b01e183cd3d798265"}}, "download_size": 79334921, "post_processing_size": null, "dataset_size": 261633952, "size_in_bytes": 340968873}, "swh_Latn-tsn_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["swh_Latn", "tsn_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "swh_Latn-tsn_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 247259208, "num_examples": 507209, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/swh_Latn-tsn_Latn.gz": {"num_bytes": 83611986, "checksum": "b83acb5ca5924485a855b608f8259dd0718750554dc3e9199687e7f70b9795c9"}}, "download_size": 83611986, "post_processing_size": null, "dataset_size": 247259208, "size_in_bytes": 330871194}, "swh_Latn-tso_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["swh_Latn", "tso_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "swh_Latn-tso_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 308681847, "num_examples": 585431, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/swh_Latn-tso_Latn.gz": {"num_bytes": 101888106, "checksum": "a78f97877f1e090772df728b621e14c7fd087f3f94a742ede5fba1d8d4ca1368"}}, "download_size": 101888106, "post_processing_size": null, "dataset_size": 308681847, "size_in_bytes": 410569953}, "swh_Latn-tum_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["swh_Latn", "tum_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "swh_Latn-tum_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 269659828, "num_examples": 499548, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/swh_Latn-tum_Latn.gz": {"num_bytes": 84423541, "checksum": "6b0580d73f76ce83493625053bce98af00740c2b6b4d218e771b328e0418ae8f"}}, "download_size": 84423541, "post_processing_size": null, "dataset_size": 269659828, "size_in_bytes": 354083369}, "swh_Latn-twi_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["swh_Latn", "twi_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "swh_Latn-twi_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 266418954, "num_examples": 514581, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/swh_Latn-twi_Latn.gz": {"num_bytes": 89294308, "checksum": "a7cfe18fc92f0d96cad5ba400e4b5ce7b1fc202600b6efb56691828b4860976a"}}, "download_size": 89294308, "post_processing_size": null, "dataset_size": 266418954, "size_in_bytes": 355713262}, "swh_Latn-umb_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["swh_Latn", "umb_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "swh_Latn-umb_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 144083345, "num_examples": 276673, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/swh_Latn-umb_Latn.gz": {"num_bytes": 47080258, "checksum": "9218870acd005c5cced944bbba629ea7afa00db9ff75efd29bb31871b22e40b4"}}, "download_size": 47080258, "post_processing_size": null, "dataset_size": 144083345, "size_in_bytes": 191163603}, "swh_Latn-wol_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["swh_Latn", "wol_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "swh_Latn-wol_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 70598432, "num_examples": 156839, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/swh_Latn-wol_Latn.gz": {"num_bytes": 25204418, "checksum": "e31c4377f751d096a69c2b802879e9362b88f3afe4d020738d7f7006c38744b8"}}, "download_size": 25204418, "post_processing_size": null, "dataset_size": 70598432, "size_in_bytes": 95802850}, "swh_Latn-xho_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["swh_Latn", "xho_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "swh_Latn-xho_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 406138833, "num_examples": 793222, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/swh_Latn-xho_Latn.gz": {"num_bytes": 139334630, "checksum": "3e89e3925cd69ab20c09320e3de3b3a4129d07544bf9e36642c16ced4fa47451"}}, "download_size": 139334630, "post_processing_size": null, "dataset_size": 406138833, "size_in_bytes": 545473463}, "swh_Latn-yor_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["swh_Latn", "yor_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "swh_Latn-yor_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 283118226, "num_examples": 582985, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/swh_Latn-yor_Latn.gz": {"num_bytes": 100148880, "checksum": "7423d8804638e891cc58cd2d787795d8759f4d1314e1d0fe1272940703689ffe"}}, "download_size": 100148880, "post_processing_size": null, "dataset_size": 283118226, "size_in_bytes": 383267106}, "swh_Latn-zul_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["swh_Latn", "zul_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "swh_Latn-zul_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 729452547, "num_examples": 1366197, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/swh_Latn-zul_Latn.gz": {"num_bytes": 252021522, "checksum": "b77b83b3e05f3d3db2e2661e280d6994dc5f88b89d8b4fa405476da22bce9ace"}}, "download_size": 252021522, "post_processing_size": null, "dataset_size": 729452547, "size_in_bytes": 981474069}, "tam_Taml-tel_Telu": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["tam_Taml", "tel_Telu"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "tam_Taml-tel_Telu", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 3244582045, "num_examples": 4433174, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/tam_Taml-tel_Telu.gz": {"num_bytes": 919401823, "checksum": "95a6326720463c37c50f1847416ba1431ab5a6c1939c230be877f70f157beee8"}}, "download_size": 919401823, "post_processing_size": null, "dataset_size": 3244582045, "size_in_bytes": 4163983868}, "tam_Taml-urd_Arab": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["tam_Taml", "urd_Arab"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "tam_Taml-urd_Arab", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 2053442618, "num_examples": 2765286, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/tam_Taml-urd_Arab.gz": {"num_bytes": 609744236, "checksum": "8889d96a09a18a815405840992cee60c34f6e42cc6251a6c57cda4ae920f3a24"}}, "download_size": 609744236, "post_processing_size": null, "dataset_size": 2053442618, "size_in_bytes": 2663186854}, "tat_Cyrl-tuk_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["tat_Cyrl", "tuk_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "tat_Cyrl-tuk_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 6036894, "num_examples": 12642, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/tat_Cyrl-tuk_Latn.gz": {"num_bytes": 1319710, "checksum": "596f95f253c531d34abe555d72c448146ea3d6e09d221fe590cd45fcefd0614c"}}, "download_size": 1319710, "post_processing_size": null, "dataset_size": 6036894, "size_in_bytes": 7356604}, "tat_Cyrl-uig_Arab": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["tat_Cyrl", "uig_Arab"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "tat_Cyrl-uig_Arab", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 134240570, "num_examples": 267506, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/tat_Cyrl-uig_Arab.gz": {"num_bytes": 43354693, "checksum": "c6f645785261f87cfd3097b0fa17b17a4a3f0db5ecc6ef198b588b3bad765ae9"}}, "download_size": 43354693, "post_processing_size": null, "dataset_size": 134240570, "size_in_bytes": 177595263}, "tat_Cyrl-uzn_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["tat_Cyrl", "uzn_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "tat_Cyrl-uzn_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 227456758, "num_examples": 452373, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/tat_Cyrl-uzn_Latn.gz": {"num_bytes": 80786446, "checksum": "305a1776a11448142b1e1440ca819033d96ea0bf4dce50f45cd976480035c175"}}, "download_size": 80786446, "post_processing_size": null, "dataset_size": 227456758, "size_in_bytes": 308243204}, "tel_Telu-urd_Arab": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["tel_Telu", "urd_Arab"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "tel_Telu-urd_Arab", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 2179737091, "num_examples": 3208818, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/tel_Telu-urd_Arab.gz": {"num_bytes": 678998269, "checksum": "7159a6deaeff4e843aca63438dd60da0d7debb6ffca549a8985c90432a9b012d"}}, "download_size": 678998269, "post_processing_size": null, "dataset_size": 2179737091, "size_in_bytes": 2858735360}, "tir_Ethi-tsn_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["tir_Ethi", "tsn_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "tir_Ethi-tsn_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 88071532, "num_examples": 154981, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/tir_Ethi-tsn_Latn.gz": {"num_bytes": 26914384, "checksum": "7f10f5a3e78854210e66d4846c025acc961224879e55bcd0207fe5e39eaa33f8"}}, "download_size": 26914384, "post_processing_size": null, "dataset_size": 88071532, "size_in_bytes": 114985916}, "tir_Ethi-tso_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["tir_Ethi", "tso_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "tir_Ethi-tso_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 109483997, "num_examples": 157713, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/tir_Ethi-tso_Latn.gz": {"num_bytes": 30940631, "checksum": "60e1f0f791d4567264cd77266fedf1fbc24334fb6227dbe9e3c3db01a1b20980"}}, "download_size": 30940631, "post_processing_size": null, "dataset_size": 109483997, "size_in_bytes": 140424628}, "tir_Ethi-tum_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["tir_Ethi", "tum_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "tir_Ethi-tum_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 105244294, "num_examples": 152915, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/tir_Ethi-tum_Latn.gz": {"num_bytes": 28396646, "checksum": "8e68c4468ed9833408bdb7a9c7cd546f82e0f58eb361d9db0463e7fb199d6442"}}, "download_size": 28396646, "post_processing_size": null, "dataset_size": 105244294, "size_in_bytes": 133640940}, "tir_Ethi-twi_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["tir_Ethi", "twi_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "tir_Ethi-twi_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 93122473, "num_examples": 142352, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/tir_Ethi-twi_Latn.gz": {"num_bytes": 26652047, "checksum": "d2d1baca908512c5b7ec602c07e5a31991841050048725858d9835b3681b5893"}}, "download_size": 26652047, "post_processing_size": null, "dataset_size": 93122473, "size_in_bytes": 119774520}, "tir_Ethi-umb_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["tir_Ethi", "umb_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "tir_Ethi-umb_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 46786520, "num_examples": 66681, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/tir_Ethi-umb_Latn.gz": {"num_bytes": 13140440, "checksum": "bbf85d33ae60ca4eda8f1b1e1a3313f2c5c9f9dac6ca2db4a727f633ad9a6018"}}, "download_size": 13140440, "post_processing_size": null, "dataset_size": 46786520, "size_in_bytes": 59926960}, "tir_Ethi-wol_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["tir_Ethi", "wol_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "tir_Ethi-wol_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 17102126, "num_examples": 35192, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/tir_Ethi-wol_Latn.gz": {"num_bytes": 5475657, "checksum": "938ec5d387e17afce00f230449908b7cd157fcf00899db38a1492fea58f2ac0f"}}, "download_size": 5475657, "post_processing_size": null, "dataset_size": 17102126, "size_in_bytes": 22577783}, "tir_Ethi-xho_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["tir_Ethi", "xho_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "tir_Ethi-xho_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 102008079, "num_examples": 158878, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/tir_Ethi-xho_Latn.gz": {"num_bytes": 29319428, "checksum": "ce1112194d0b70ffdaec2f4351af7a898d39316c9c2485e461f904d669ac8fb9"}}, "download_size": 29319428, "post_processing_size": null, "dataset_size": 102008079, "size_in_bytes": 131327507}, "tir_Ethi-yor_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["tir_Ethi", "yor_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "tir_Ethi-yor_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 66898946, "num_examples": 133380, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/tir_Ethi-yor_Latn.gz": {"num_bytes": 21482373, "checksum": "d7e36990cef6656608409134aab762ba3f54c2a06aee5b805f3b423d13660815"}}, "download_size": 21482373, "post_processing_size": null, "dataset_size": 66898946, "size_in_bytes": 88381319}, "tir_Ethi-zul_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["tir_Ethi", "zul_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "tir_Ethi-zul_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 164485060, "num_examples": 251069, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/tir_Ethi-zul_Latn.gz": {"num_bytes": 47835997, "checksum": "f812b5359df1c67c52780e8b95e361385f56747901616c57d7ee8e1b6fa7ff47"}}, "download_size": 47835997, "post_processing_size": null, "dataset_size": 164485060, "size_in_bytes": 212321057}, "tsn_Latn-tso_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["tsn_Latn", "tso_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "tsn_Latn-tso_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 152648735, "num_examples": 315656, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/tsn_Latn-tso_Latn.gz": {"num_bytes": 51425670, "checksum": "4a8106c61e2314abf364c82cc3ad32b04737d0cad5c1279561274a6177890e0e"}}, "download_size": 51425670, "post_processing_size": null, "dataset_size": 152648735, "size_in_bytes": 204074405}, "tsn_Latn-tum_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["tsn_Latn", "tum_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "tsn_Latn-tum_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 90670332, "num_examples": 187262, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/tsn_Latn-tum_Latn.gz": {"num_bytes": 29118578, "checksum": "8bdf6d13c95150ce3ffbb909f17ade9a50cffa8b5ff943fa63ffb99f4c59bca7"}}, "download_size": 29118578, "post_processing_size": null, "dataset_size": 90670332, "size_in_bytes": 119788910}, "tsn_Latn-twi_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["tsn_Latn", "twi_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "tsn_Latn-twi_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 116021489, "num_examples": 241557, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/tsn_Latn-twi_Latn.gz": {"num_bytes": 39051140, "checksum": "1122de228d2ea61b4647736fcab87abf0d37e2d2ee2ebe0d149d4d7ae3bcfbc5"}}, "download_size": 39051140, "post_processing_size": null, "dataset_size": 116021489, "size_in_bytes": 155072629}, "tsn_Latn-umb_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["tsn_Latn", "umb_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "tsn_Latn-umb_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 52713569, "num_examples": 109540, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/tsn_Latn-umb_Latn.gz": {"num_bytes": 17481605, "checksum": "9555e32b611ac300848742da3d24ed743a4860adfc4dfafbcc0c424bab57aef0"}}, "download_size": 17481605, "post_processing_size": null, "dataset_size": 52713569, "size_in_bytes": 70195174}, "tsn_Latn-wol_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["tsn_Latn", "wol_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "tsn_Latn-wol_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 33159711, "num_examples": 77986, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/tsn_Latn-wol_Latn.gz": {"num_bytes": 12014918, "checksum": "a954b1421df17828391a1f1880fe1808dea13a2f5e080efdf85ea77a71e7d37f"}}, "download_size": 12014918, "post_processing_size": null, "dataset_size": 33159711, "size_in_bytes": 45174629}, "tsn_Latn-xho_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["tsn_Latn", "xho_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "tsn_Latn-xho_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 141841451, "num_examples": 318484, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/tsn_Latn-xho_Latn.gz": {"num_bytes": 49494188, "checksum": "eba4b7da54736f1bc04b2133f99fb08604e002e5d0fc600b300214c0146c3078"}}, "download_size": 49494188, "post_processing_size": null, "dataset_size": 141841451, "size_in_bytes": 191335639}, "tsn_Latn-yor_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["tsn_Latn", "yor_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "tsn_Latn-yor_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 88727858, "num_examples": 213015, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/tsn_Latn-yor_Latn.gz": {"num_bytes": 31592956, "checksum": "b5a28b8e233e8e8d708a202ce0eeaa2e63c99c9c53817e2fced3462d46e65105"}}, "download_size": 31592956, "post_processing_size": null, "dataset_size": 88727858, "size_in_bytes": 120320814}, "tsn_Latn-zul_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["tsn_Latn", "zul_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "tsn_Latn-zul_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 189557330, "num_examples": 412358, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/tsn_Latn-zul_Latn.gz": {"num_bytes": 65037389, "checksum": "87b9b1861f5806879a4584775b10ee5ee67c69f2338e29988be4d46dfaf2ad3b"}}, "download_size": 65037389, "post_processing_size": null, "dataset_size": 189557330, "size_in_bytes": 254594719}, "tso_Latn-tum_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["tso_Latn", "tum_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "tso_Latn-tum_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 111122881, "num_examples": 203106, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/tso_Latn-tum_Latn.gz": {"num_bytes": 34053803, "checksum": "674d18c9527972813371a5d050a036b16ec576efecc65867992ccfb8e542992b"}}, "download_size": 34053803, "post_processing_size": null, "dataset_size": 111122881, "size_in_bytes": 145176684}, "tso_Latn-twi_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["tso_Latn", "twi_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "tso_Latn-twi_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 123792124, "num_examples": 229944, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/tso_Latn-twi_Latn.gz": {"num_bytes": 40199223, "checksum": "ed132ee338418b4462ab97888de49a55d415d6d418aa131ea98520279130668e"}}, "download_size": 40199223, "post_processing_size": null, "dataset_size": 123792124, "size_in_bytes": 163991347}, "tso_Latn-umb_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["tso_Latn", "umb_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "tso_Latn-umb_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 70621228, "num_examples": 132324, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/tso_Latn-umb_Latn.gz": {"num_bytes": 22865946, "checksum": "6013914e71f8b712f3c7253e41bc42c83ed0505b13f30bfeeeebaa7afc16fe9e"}}, "download_size": 22865946, "post_processing_size": null, "dataset_size": 70621228, "size_in_bytes": 93487174}, "tso_Latn-wol_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["tso_Latn", "wol_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "tso_Latn-wol_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 21848239, "num_examples": 49796, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/tso_Latn-wol_Latn.gz": {"num_bytes": 7657499, "checksum": "920f470a63945d10b5fb88970403dda2868f93772d7d0b59839e164e4cca8221"}}, "download_size": 7657499, "post_processing_size": null, "dataset_size": 21848239, "size_in_bytes": 29505738}, "tso_Latn-xho_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["tso_Latn", "xho_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "tso_Latn-xho_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 206416528, "num_examples": 413346, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/tso_Latn-xho_Latn.gz": {"num_bytes": 68178012, "checksum": "e434adc4ca9afe0b71535e61e94f0bc2d4d121d5b8e48dc5a784337cf29101b6"}}, "download_size": 68178012, "post_processing_size": null, "dataset_size": 206416528, "size_in_bytes": 274594540}, "tso_Latn-yor_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["tso_Latn", "yor_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "tso_Latn-yor_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 81255910, "num_examples": 187996, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/tso_Latn-yor_Latn.gz": {"num_bytes": 28550628, "checksum": "3614bf2a4088005b2a0a86272d4652612c431cbd52ae967876184eb89b960131"}}, "download_size": 28550628, "post_processing_size": null, "dataset_size": 81255910, "size_in_bytes": 109806538}, "tso_Latn-zul_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["tso_Latn", "zul_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "tso_Latn-zul_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 277492353, "num_examples": 548606, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/tso_Latn-zul_Latn.gz": {"num_bytes": 92532074, "checksum": "5b0a4ffa31b59653e3b763fab5555d97c4029b4c620cc9ae226d432df335307d"}}, "download_size": 92532074, "post_processing_size": null, "dataset_size": 277492353, "size_in_bytes": 370024427}, "tuk_Latn-uig_Arab": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["tuk_Latn", "uig_Arab"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "tuk_Latn-uig_Arab", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 3029853, "num_examples": 7771, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/tuk_Latn-uig_Arab.gz": {"num_bytes": 463249, "checksum": "b9be948918502f2d1d0d06afc8ff157738a5e2417ae8dd09960576d92c68fde0"}}, "download_size": 463249, "post_processing_size": null, "dataset_size": 3029853, "size_in_bytes": 3493102}, "tuk_Latn-uzn_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["tuk_Latn", "uzn_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "tuk_Latn-uzn_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 5133209, "num_examples": 11329, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/tuk_Latn-uzn_Latn.gz": {"num_bytes": 1138758, "checksum": "1c513bf2e692579804a2dc5e8da8cfb31260dd954cf90d871959431a181e56f9"}}, "download_size": 1138758, "post_processing_size": null, "dataset_size": 5133209, "size_in_bytes": 6271967}, "tum_Latn-twi_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["tum_Latn", "twi_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "tum_Latn-twi_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 94219032, "num_examples": 176324, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/tum_Latn-twi_Latn.gz": {"num_bytes": 28949716, "checksum": "22681e2f1e8d55f020aa9a1f45d436c2779ae934c80703ea132240bb451509ea"}}, "download_size": 28949716, "post_processing_size": null, "dataset_size": 94219032, "size_in_bytes": 123168748}, "tum_Latn-umb_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["tum_Latn", "umb_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "tum_Latn-umb_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 54328141, "num_examples": 99125, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/tum_Latn-umb_Latn.gz": {"num_bytes": 16572111, "checksum": "a668fa74128a959e7232c0fe5cb289a3c0fd0759244afa10e0b015819e007420"}}, "download_size": 16572111, "post_processing_size": null, "dataset_size": 54328141, "size_in_bytes": 70900252}, "tum_Latn-wol_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["tum_Latn", "wol_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "tum_Latn-wol_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 22099521, "num_examples": 48826, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/tum_Latn-wol_Latn.gz": {"num_bytes": 7344039, "checksum": "425aaa7b4b51e2d1f49440ea7c1d7ba3b9c1146010071f7304711cc805965589"}}, "download_size": 7344039, "post_processing_size": null, "dataset_size": 22099521, "size_in_bytes": 29443560}, "tum_Latn-xho_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["tum_Latn", "xho_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "tum_Latn-xho_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 120145129, "num_examples": 235704, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/tum_Latn-xho_Latn.gz": {"num_bytes": 37622646, "checksum": "c38d92c24a808599270f53814152d6178cca89c606e145e692cf978af6eb7ef1"}}, "download_size": 37622646, "post_processing_size": null, "dataset_size": 120145129, "size_in_bytes": 157767775}, "tum_Latn-yor_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["tum_Latn", "yor_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "tum_Latn-yor_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 75960981, "num_examples": 169097, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/tum_Latn-yor_Latn.gz": {"num_bytes": 25361344, "checksum": "b548fd65a5d6b2fa15ae5914fa449d85cb9bb5df11ab72390b6846cedf93526d"}}, "download_size": 25361344, "post_processing_size": null, "dataset_size": 75960981, "size_in_bytes": 101322325}, "tum_Latn-zul_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["tum_Latn", "zul_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "tum_Latn-zul_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 188388749, "num_examples": 359883, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/tum_Latn-zul_Latn.gz": {"num_bytes": 59212313, "checksum": "e1fae7e16c6c4ed2fa4b445fe901b336d831b137528e860c0da1bcc48efe041b"}}, "download_size": 59212313, "post_processing_size": null, "dataset_size": 188388749, "size_in_bytes": 247601062}, "twi_Latn-umb_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["twi_Latn", "umb_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "twi_Latn-umb_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 59232806, "num_examples": 111020, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/twi_Latn-umb_Latn.gz": {"num_bytes": 19287894, "checksum": "401b985319ffd21b104811badd3e7bceab76c8e200dce86844ccb40e57e09969"}}, "download_size": 19287894, "post_processing_size": null, "dataset_size": 59232806, "size_in_bytes": 78520700}, "twi_Latn-wol_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["twi_Latn", "wol_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "twi_Latn-wol_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 25908380, "num_examples": 60423, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/twi_Latn-wol_Latn.gz": {"num_bytes": 9228326, "checksum": "fbe68aa3b5f7a17b300353331c1fb75c6cbabb2641156f8cc92312fd71afec0c"}}, "download_size": 9228326, "post_processing_size": null, "dataset_size": 25908380, "size_in_bytes": 35136706}, "twi_Latn-xho_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["twi_Latn", "xho_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "twi_Latn-xho_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 119224090, "num_examples": 240275, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/twi_Latn-xho_Latn.gz": {"num_bytes": 39599703, "checksum": "cdee81d28588ecc323c36a91a6c294182b18e0ebad605a059e7b155e005ee66c"}}, "download_size": 39599703, "post_processing_size": null, "dataset_size": 119224090, "size_in_bytes": 158823793}, "twi_Latn-yor_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["twi_Latn", "yor_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "twi_Latn-yor_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 79126820, "num_examples": 178712, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/twi_Latn-yor_Latn.gz": {"num_bytes": 27584235, "checksum": "891e562060b75c2cc67758a16e0ca972a4cc175dae5cd910de9193ccf4442f87"}}, "download_size": 27584235, "post_processing_size": null, "dataset_size": 79126820, "size_in_bytes": 106711055}, "twi_Latn-zul_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["twi_Latn", "zul_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "twi_Latn-zul_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 166444163, "num_examples": 321639, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/twi_Latn-zul_Latn.gz": {"num_bytes": 54733095, "checksum": "8f91dbbc1142ae451c1bf95aa787e0080ab3b4ca1979f3d39b3c633ce83cf728"}}, "download_size": 54733095, "post_processing_size": null, "dataset_size": 166444163, "size_in_bytes": 221177258}, "uig_Arab-uzn_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["uig_Arab", "uzn_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "uig_Arab-uzn_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 56195862, "num_examples": 122372, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/uig_Arab-uzn_Latn.gz": {"num_bytes": 18479768, "checksum": "15ae38c0f6369bb7e71c13f805b5d55ee16003419f027d084ea5a6851fbbf581"}}, "download_size": 18479768, "post_processing_size": null, "dataset_size": 56195862, "size_in_bytes": 74675630}, "umb_Latn-wol_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["umb_Latn", "wol_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "umb_Latn-wol_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 10616630, "num_examples": 23989, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/umb_Latn-wol_Latn.gz": {"num_bytes": 3824283, "checksum": "841591a9f0e7f18bec3d77fda9d3ed13bbba67aa8ea16d19111cdc9d5e817cc7"}}, "download_size": 3824283, "post_processing_size": null, "dataset_size": 10616630, "size_in_bytes": 14440913}, "umb_Latn-xho_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["umb_Latn", "xho_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "umb_Latn-xho_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 67740442, "num_examples": 133083, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/umb_Latn-xho_Latn.gz": {"num_bytes": 22086611, "checksum": "04a46214df9a8196492479c3cade103e89e7333a9f66872ece697e266c81b119"}}, "download_size": 22086611, "post_processing_size": null, "dataset_size": 67740442, "size_in_bytes": 89827053}, "umb_Latn-yor_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["umb_Latn", "yor_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "umb_Latn-yor_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 36630094, "num_examples": 84666, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/umb_Latn-yor_Latn.gz": {"num_bytes": 12985976, "checksum": "2db462de82bf0f19e37737ee6ef8d777c00e1add87f9bedf93614d09f4d7d80d"}}, "download_size": 12985976, "post_processing_size": null, "dataset_size": 36630094, "size_in_bytes": 49616070}, "umb_Latn-zul_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["umb_Latn", "zul_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "umb_Latn-zul_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 103168094, "num_examples": 193864, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/umb_Latn-zul_Latn.gz": {"num_bytes": 33344834, "checksum": "1b1b08d4064a644622952f7ad1c50aaa8029494f939995e3ddd600a5225cd164"}}, "download_size": 33344834, "post_processing_size": null, "dataset_size": 103168094, "size_in_bytes": 136512928}, "wol_Latn-xho_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["wol_Latn", "xho_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "wol_Latn-xho_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 26122275, "num_examples": 64044, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/wol_Latn-xho_Latn.gz": {"num_bytes": 9650254, "checksum": "546f82b140813018a4642de622b9ce18ebc07163e0847e35eafd4647ac0b7f3b"}}, "download_size": 9650254, "post_processing_size": null, "dataset_size": 26122275, "size_in_bytes": 35772529}, "wol_Latn-yor_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["wol_Latn", "yor_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "wol_Latn-yor_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 32971408, "num_examples": 85181, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/wol_Latn-yor_Latn.gz": {"num_bytes": 12338752, "checksum": "e257dd1c987859c48d8fa2e5f3ab965655474fc0c6a932339dcd89da831714fb"}}, "download_size": 12338752, "post_processing_size": null, "dataset_size": 32971408, "size_in_bytes": 45310160}, "wol_Latn-zul_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["wol_Latn", "zul_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "wol_Latn-zul_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 29172486, "num_examples": 71057, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/wol_Latn-zul_Latn.gz": {"num_bytes": 10670026, "checksum": "a679cb1a2a746dd9bfb7168c8a46a729a21fb68f1fcb39cc9d3c9da08d2cef29"}}, "download_size": 10670026, "post_processing_size": null, "dataset_size": 29172486, "size_in_bytes": 39842512}, "xho_Latn-yor_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["xho_Latn", "yor_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "xho_Latn-yor_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 171348307, "num_examples": 381959, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/xho_Latn-yor_Latn.gz": {"num_bytes": 61705141, "checksum": "44582c895ab5733c3c9c8f3ef94d08c370b2ddc9d7262259c539401408cbfb42"}}, "download_size": 61705141, "post_processing_size": null, "dataset_size": 171348307, "size_in_bytes": 233053448}, "xho_Latn-zul_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["xho_Latn", "zul_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "xho_Latn-zul_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 595296768, "num_examples": 1249447, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/xho_Latn-zul_Latn.gz": {"num_bytes": 197588546, "checksum": "ca5ac998936178cb38ff875e9152fbf3f26e64ce1572c605ffda12ec25ad292d"}}, "download_size": 197588546, "post_processing_size": null, "dataset_size": 595296768, "size_in_bytes": 792885314}, "yor_Latn-zul_Latn": {"description": "", "citation": "@article{team2022NoLL,title={No Language Left Behind: Scaling Human-Centered Machine Translation},author={Nllb team and Marta Ruiz Costa-juss{\\`a} and James Cross and Onur cCelebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},journal={ArXiv},year={2022},volume={abs/2207.04672}}", "homepage": "", "license": "https://opendatacommons.org/licenses/by/1-0/", "features": {"translation": {"languages": ["yor_Latn", "zul_Latn"], "id": null, "_type": "Translation"}, "laser_score": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "target_sentence_lid": {"dtype": "float32", "id": null, "_type": "Value"}, "source_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "source_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_source": {"dtype": "string", "id": null, "_type": "Value"}, "target_sentence_url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nllb", "config_name": "yor_Latn-zul_Latn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 314124773, "num_examples": 649355, "dataset_name": "nllb"}}, "download_checksums": {"https://storage.googleapis.com/allennlp-data-bucket/nllb/yor_Latn-zul_Latn.gz": {"num_bytes": 111393165, "checksum": "696dc217e266b172fd5e6300e8fcf75784f77c6d668355c3eb4f26d7e20edda0"}}, "download_size": 111393165, "post_processing_size": null, "dataset_size": 314124773, "size_in_bytes": 425517938}
+,
+"afr_Latn-dan_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["afr_Latn","dan_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"afr_Latn-dan_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":175995706,"num_examples":1147737,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/af-da.bitextf.tsv.gz":{"num_bytes":74859146,"checksum":"f03eb061cda4d22264c7b8036ad3bc841a6c7d6b2649b2e6dabee12adee7d7e1"}},"download_size":74859146,"post_processing_size":null,"dataset_size":175995706,"size_in_bytes":250854852},"afr_Latn-deu_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["afr_Latn","deu_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"afr_Latn-deu_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":529067030,"num_examples":3610533,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/af-de.bitextf.tsv.gz":{"num_bytes":226067664,"checksum":"35eb3d641ade14026ec52933679845c435d7cc340c993b96faa36469edf8729d"}},"download_size":226067664,"post_processing_size":null,"dataset_size":529067030,"size_in_bytes":755134694},"afr_Latn-isl_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["afr_Latn","isl_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"afr_Latn-isl_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/af-is.bitextf.tsv.gz":{"num_bytes":22899967,"checksum":null}},"download_size":22899967,"post_processing_size":null,"dataset_size":0,"size_in_bytes":22899967},"afr_Latn-ltz_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["afr_Latn","ltz_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"afr_Latn-ltz_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/af-lb.bitextf.tsv.gz":{"num_bytes":4301827,"checksum":null}},"download_size":4301827,"post_processing_size":null,"dataset_size":0,"size_in_bytes":4301827},"afr_Latn-nld_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["afr_Latn","nld_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"afr_Latn-nld_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/af-nl.bitextf.tsv.gz":{"num_bytes":145308185,"checksum":null}},"download_size":145308185,"post_processing_size":null,"dataset_size":0,"size_in_bytes":145308185},"afr_Latn-nob_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["afr_Latn","nob_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"afr_Latn-nob_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/af-no.bitextf.tsv.gz":{"num_bytes":97146269,"checksum":null}},"download_size":97146269,"post_processing_size":null,"dataset_size":0,"size_in_bytes":97146269},"afr_Latn-swe_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["afr_Latn","swe_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"afr_Latn-swe_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/af-sv.bitextf.tsv.gz":{"num_bytes":111318710,"checksum":null}},"download_size":111318710,"post_processing_size":null,"dataset_size":0,"size_in_bytes":111318710},"afr_Latn-tur_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["afr_Latn","tur_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"afr_Latn-tur_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/af-tr.bitextf.tsv.gz":{"num_bytes":139615041,"checksum":null}},"download_size":139615041,"post_processing_size":null,"dataset_size":0,"size_in_bytes":139615041},"afr_Latn-ydd_Hebr":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["afr_Latn","ydd_Hebr"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"afr_Latn-ydd_Hebr","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/af-yi.bitextf.tsv.gz":{"num_bytes":702422,"checksum":null}},"download_size":702422,"post_processing_size":null,"dataset_size":0,"size_in_bytes":702422},"als_Latn-srp_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["als_Latn","srp_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"als_Latn-srp_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/sq-sr.bitextf.tsv.gz":{"num_bytes":258461115,"checksum":null}},"download_size":258461115,"post_processing_size":null,"dataset_size":0,"size_in_bytes":258461115},"als_Latn-swe_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["als_Latn","swe_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"als_Latn-swe_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/sq-sv.bitextf.tsv.gz":{"num_bytes":251836723,"checksum":null}},"download_size":251836723,"post_processing_size":null,"dataset_size":0,"size_in_bytes":251836723},"als_Latn-tur_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["als_Latn","tur_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"als_Latn-tur_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/sq-tr.bitextf.tsv.gz":{"num_bytes":421794551,"checksum":null}},"download_size":421794551,"post_processing_size":null,"dataset_size":0,"size_in_bytes":421794551},"als_Latn-ukr_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["als_Latn","ukr_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"als_Latn-ukr_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/sq-uk.bitextf.tsv.gz":{"num_bytes":120393256,"checksum":null}},"download_size":120393256,"post_processing_size":null,"dataset_size":0,"size_in_bytes":120393256},"arb_Arab-als_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["arb_Arab","als_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"arb_Arab-als_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ar-sq.bitextf.tsv.gz":{"num_bytes":224680093,"checksum":null}},"download_size":224680093,"post_processing_size":null,"dataset_size":0,"size_in_bytes":224680093},"arb_Arab-azj_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["arb_Arab","azj_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"arb_Arab-azj_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ar-az.bitextf.tsv.gz":{"num_bytes":31743737,"checksum":null}},"download_size":31743737,"post_processing_size":null,"dataset_size":0,"size_in_bytes":31743737},"arb_Arab-ben_Beng":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["arb_Arab","ben_Beng"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"arb_Arab-ben_Beng","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ar-bn.bitextf.tsv.gz":{"num_bytes":207865699,"checksum":null}},"download_size":207865699,"post_processing_size":null,"dataset_size":0,"size_in_bytes":207865699},"arb_Arab-bul_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["arb_Arab","bul_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"arb_Arab-bul_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ar-bg.bitextf.tsv.gz":{"num_bytes":193450922,"checksum":null}},"download_size":193450922,"post_processing_size":null,"dataset_size":0,"size_in_bytes":193450922},"arb_Arab-cat_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["arb_Arab","cat_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"arb_Arab-cat_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ar-ca.bitextf.tsv.gz":{"num_bytes":129506071,"checksum":null}},"download_size":129506071,"post_processing_size":null,"dataset_size":0,"size_in_bytes":129506071},"arb_Arab-ces_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["arb_Arab","ces_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"arb_Arab-ces_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ar-cs.bitextf.tsv.gz":{"num_bytes":542189810,"checksum":null}},"download_size":542189810,"post_processing_size":null,"dataset_size":0,"size_in_bytes":542189810},"arb_Arab-dan_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["arb_Arab","dan_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"arb_Arab-dan_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ar-da.bitextf.tsv.gz":{"num_bytes":420721652,"checksum":null}},"download_size":420721652,"post_processing_size":null,"dataset_size":0,"size_in_bytes":420721652},"arb_Arab-deu_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["arb_Arab","deu_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"arb_Arab-deu_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ar-de.bitextf.tsv.gz":{"num_bytes":1643156437,"checksum":null}},"download_size":1643156437,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1643156437},"arb_Arab-ell_Grek":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["arb_Arab","ell_Grek"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"arb_Arab-ell_Grek","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ar-el.bitextf.tsv.gz":{"num_bytes":493431966,"checksum":null}},"download_size":493431966,"post_processing_size":null,"dataset_size":0,"size_in_bytes":493431966},"arb_Arab-eng_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["arb_Arab","eng_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"arb_Arab-eng_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ar-en.bitextf.tsv.gz":{"num_bytes":5579788074,"checksum":null}},"download_size":5579788074,"post_processing_size":null,"dataset_size":0,"size_in_bytes":5579788074},"arb_Arab-epo_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["arb_Arab","epo_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"arb_Arab-epo_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ar-eo.bitextf.tsv.gz":{"num_bytes":81893441,"checksum":null}},"download_size":81893441,"post_processing_size":null,"dataset_size":0,"size_in_bytes":81893441},"arb_Arab-est_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["arb_Arab","est_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"arb_Arab-est_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ar-et.bitextf.tsv.gz":{"num_bytes":243684494,"checksum":null}},"download_size":243684494,"post_processing_size":null,"dataset_size":0,"size_in_bytes":243684494},"arb_Arab-fin_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["arb_Arab","fin_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"arb_Arab-fin_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ar-fi.bitextf.tsv.gz":{"num_bytes":364104493,"checksum":null}},"download_size":364104493,"post_processing_size":null,"dataset_size":0,"size_in_bytes":364104493},"arb_Arab-fra_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["arb_Arab","fra_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"arb_Arab-fra_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ar-fr.bitextf.tsv.gz":{"num_bytes":2795991087,"checksum":null}},"download_size":2795991087,"post_processing_size":null,"dataset_size":0,"size_in_bytes":2795991087},"arb_Arab-gaz_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["arb_Arab","gaz_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"arb_Arab-gaz_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ar-om.bitextf.tsv.gz":{"num_bytes":1317552,"checksum":null}},"download_size":1317552,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1317552},"arb_Arab-heb_Hebr":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["arb_Arab","heb_Hebr"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"arb_Arab-heb_Hebr","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ar-he.bitextf.tsv.gz":{"num_bytes":344389955,"checksum":null}},"download_size":344389955,"post_processing_size":null,"dataset_size":0,"size_in_bytes":344389955},"arb_Arab-hin_Deva":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["arb_Arab","hin_Deva"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"arb_Arab-hin_Deva","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ar-hi.bitextf.tsv.gz":{"num_bytes":299366482,"checksum":null}},"download_size":299366482,"post_processing_size":null,"dataset_size":0,"size_in_bytes":299366482},"arb_Arab-hrv_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["arb_Arab","hrv_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"arb_Arab-hrv_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ar-hr.bitextf.tsv.gz":{"num_bytes":154397843,"checksum":null}},"download_size":154397843,"post_processing_size":null,"dataset_size":0,"size_in_bytes":154397843},"arb_Arab-hun_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["arb_Arab","hun_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"arb_Arab-hun_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ar-hu.bitextf.tsv.gz":{"num_bytes":413639947,"checksum":null}},"download_size":413639947,"post_processing_size":null,"dataset_size":0,"size_in_bytes":413639947},"arb_Arab-hye_Armn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["arb_Arab","hye_Armn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"arb_Arab-hye_Armn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ar-hy.bitextf.tsv.gz":{"num_bytes":17490461,"checksum":null}},"download_size":17490461,"post_processing_size":null,"dataset_size":0,"size_in_bytes":17490461},"arb_Arab-ind_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["arb_Arab","ind_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"arb_Arab-ind_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ar-id.bitextf.tsv.gz":{"num_bytes":791782075,"checksum":null}},"download_size":791782075,"post_processing_size":null,"dataset_size":0,"size_in_bytes":791782075},"arb_Arab-ita_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["arb_Arab","ita_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"arb_Arab-ita_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ar-it.bitextf.tsv.gz":{"num_bytes":1191615415,"checksum":null}},"download_size":1191615415,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1191615415},"arb_Arab-jpn_Jpan":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["arb_Arab","jpn_Jpan"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"arb_Arab-jpn_Jpan","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ar-ja.bitextf.tsv.gz":{"num_bytes":276553838,"checksum":null}},"download_size":276553838,"post_processing_size":null,"dataset_size":0,"size_in_bytes":276553838},"arb_Arab-kat_Geor":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["arb_Arab","kat_Geor"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"arb_Arab-kat_Geor","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ar-ka.bitextf.tsv.gz":{"num_bytes":12540007,"checksum":null}},"download_size":12540007,"post_processing_size":null,"dataset_size":0,"size_in_bytes":12540007},"arb_Arab-kaz_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["arb_Arab","kaz_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"arb_Arab-kaz_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ar-kk.bitextf.tsv.gz":{"num_bytes":9815546,"checksum":null}},"download_size":9815546,"post_processing_size":null,"dataset_size":0,"size_in_bytes":9815546},"arb_Arab-khm_Khmr":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["arb_Arab","khm_Khmr"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"arb_Arab-khm_Khmr","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ar-km.bitextf.tsv.gz":{"num_bytes":15207958,"checksum":null}},"download_size":15207958,"post_processing_size":null,"dataset_size":0,"size_in_bytes":15207958},"arb_Arab-kor_Hang":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["arb_Arab","kor_Hang"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"arb_Arab-kor_Hang","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ar-ko.bitextf.tsv.gz":{"num_bytes":216484468,"checksum":null}},"download_size":216484468,"post_processing_size":null,"dataset_size":0,"size_in_bytes":216484468},"arb_Arab-lit_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["arb_Arab","lit_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"arb_Arab-lit_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ar-lt.bitextf.tsv.gz":{"num_bytes":305388471,"checksum":null}},"download_size":305388471,"post_processing_size":null,"dataset_size":0,"size_in_bytes":305388471},"arb_Arab-lug_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["arb_Arab","lug_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"arb_Arab-lug_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ar-lg.bitextf.tsv.gz":{"num_bytes":1067372,"checksum":null}},"download_size":1067372,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1067372},"arb_Arab-lvs_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["arb_Arab","lvs_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"arb_Arab-lvs_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ar-lv.bitextf.tsv.gz":{"num_bytes":222669696,"checksum":null}},"download_size":222669696,"post_processing_size":null,"dataset_size":0,"size_in_bytes":222669696},"arb_Arab-mal_Mlym":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["arb_Arab","mal_Mlym"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"arb_Arab-mal_Mlym","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ar-ml.bitextf.tsv.gz":{"num_bytes":136374061,"checksum":null}},"download_size":136374061,"post_processing_size":null,"dataset_size":0,"size_in_bytes":136374061},"arb_Arab-mar_Deva":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["arb_Arab","mar_Deva"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"arb_Arab-mar_Deva","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ar-mr.bitextf.tsv.gz":{"num_bytes":71872326,"checksum":null}},"download_size":71872326,"post_processing_size":null,"dataset_size":0,"size_in_bytes":71872326},"arb_Arab-mya_Mymr":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["arb_Arab","mya_Mymr"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"arb_Arab-mya_Mymr","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ar-my.bitextf.tsv.gz":{"num_bytes":11423289,"checksum":null}},"download_size":11423289,"post_processing_size":null,"dataset_size":0,"size_in_bytes":11423289},"arb_Arab-nld_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["arb_Arab","nld_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"arb_Arab-nld_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ar-nl.bitextf.tsv.gz":{"num_bytes":766444768,"checksum":null}},"download_size":766444768,"post_processing_size":null,"dataset_size":0,"size_in_bytes":766444768},"arb_Arab-nob_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["arb_Arab","nob_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"arb_Arab-nob_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ar-no.bitextf.tsv.gz":{"num_bytes":435914361,"checksum":null}},"download_size":435914361,"post_processing_size":null,"dataset_size":0,"size_in_bytes":435914361},"arb_Arab-npi_Deva":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["arb_Arab","npi_Deva"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"arb_Arab-npi_Deva","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ar-ne.bitextf.tsv.gz":{"num_bytes":255899142,"checksum":null}},"download_size":255899142,"post_processing_size":null,"dataset_size":0,"size_in_bytes":255899142},"arb_Arab-ory_Orya":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["arb_Arab","ory_Orya"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"arb_Arab-ory_Orya","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ar-or.bitextf.tsv.gz":{"num_bytes":707972,"checksum":null}},"download_size":707972,"post_processing_size":null,"dataset_size":0,"size_in_bytes":707972},"arb_Arab-pes_Arab":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["arb_Arab","pes_Arab"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"arb_Arab-pes_Arab","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ar-fa.bitextf.tsv.gz":{"num_bytes":458856043,"checksum":null}},"download_size":458856043,"post_processing_size":null,"dataset_size":0,"size_in_bytes":458856043},"arb_Arab-pol_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["arb_Arab","pol_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"arb_Arab-pol_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ar-pl.bitextf.tsv.gz":{"num_bytes":724132630,"checksum":null}},"download_size":724132630,"post_processing_size":null,"dataset_size":0,"size_in_bytes":724132630},"arb_Arab-por_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["arb_Arab","por_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"arb_Arab-por_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ar-pt.bitextf.tsv.gz":{"num_bytes":1627274181,"checksum":null}},"download_size":1627274181,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1627274181},"arb_Arab-ron_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["arb_Arab","ron_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"arb_Arab-ron_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ar-ro.bitextf.tsv.gz":{"num_bytes":548372034,"checksum":null}},"download_size":548372034,"post_processing_size":null,"dataset_size":0,"size_in_bytes":548372034},"arb_Arab-rus_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["arb_Arab","rus_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"arb_Arab-rus_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ar-ru.bitextf.tsv.gz":{"num_bytes":1353235038,"checksum":null}},"download_size":1353235038,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1353235038},"arb_Arab-sin_Sinh":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["arb_Arab","sin_Sinh"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"arb_Arab-sin_Sinh","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ar-si.bitextf.tsv.gz":{"num_bytes":122224459,"checksum":null}},"download_size":122224459,"post_processing_size":null,"dataset_size":0,"size_in_bytes":122224459},"arb_Arab-slk_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["arb_Arab","slk_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"arb_Arab-slk_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ar-sk.bitextf.tsv.gz":{"num_bytes":485982801,"checksum":null}},"download_size":485982801,"post_processing_size":null,"dataset_size":0,"size_in_bytes":485982801},"arb_Arab-slv_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["arb_Arab","slv_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"arb_Arab-slv_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ar-sl.bitextf.tsv.gz":{"num_bytes":333346833,"checksum":null}},"download_size":333346833,"post_processing_size":null,"dataset_size":0,"size_in_bytes":333346833},"arb_Arab-snd_Arab":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["arb_Arab","snd_Arab"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"arb_Arab-snd_Arab","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ar-sd.bitextf.tsv.gz":{"num_bytes":14086594,"checksum":null}},"download_size":14086594,"post_processing_size":null,"dataset_size":0,"size_in_bytes":14086594},"arb_Arab-spa_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["arb_Arab","spa_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"arb_Arab-spa_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ar-es.bitextf.tsv.gz":{"num_bytes":3063078338,"checksum":null}},"download_size":3063078338,"post_processing_size":null,"dataset_size":0,"size_in_bytes":3063078338},"arb_Arab-srp_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["arb_Arab","srp_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"arb_Arab-srp_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ar-sr.bitextf.tsv.gz":{"num_bytes":320201646,"checksum":null}},"download_size":320201646,"post_processing_size":null,"dataset_size":0,"size_in_bytes":320201646},"arb_Arab-swe_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["arb_Arab","swe_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"arb_Arab-swe_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ar-sv.bitextf.tsv.gz":{"num_bytes":636025945,"checksum":null}},"download_size":636025945,"post_processing_size":null,"dataset_size":0,"size_in_bytes":636025945},"arb_Arab-swh_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["arb_Arab","swh_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"arb_Arab-swh_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ar-sw.bitextf.tsv.gz":{"num_bytes":136360864,"checksum":null}},"download_size":136360864,"post_processing_size":null,"dataset_size":0,"size_in_bytes":136360864},"arb_Arab-tam_Taml":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["arb_Arab","tam_Taml"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"arb_Arab-tam_Taml","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ar-ta.bitextf.tsv.gz":{"num_bytes":132782947,"checksum":null}},"download_size":132782947,"post_processing_size":null,"dataset_size":0,"size_in_bytes":132782947},"arb_Arab-tgl_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["arb_Arab","tgl_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"arb_Arab-tgl_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ar-tl.bitextf.tsv.gz":{"num_bytes":63291950,"checksum":null}},"download_size":63291950,"post_processing_size":null,"dataset_size":0,"size_in_bytes":63291950},"arb_Arab-tur_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["arb_Arab","tur_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"arb_Arab-tur_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ar-tr.bitextf.tsv.gz":{"num_bytes":512140117,"checksum":null}},"download_size":512140117,"post_processing_size":null,"dataset_size":0,"size_in_bytes":512140117},"arb_Arab-ukr_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["arb_Arab","ukr_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"arb_Arab-ukr_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ar-uk.bitextf.tsv.gz":{"num_bytes":209304216,"checksum":null}},"download_size":209304216,"post_processing_size":null,"dataset_size":0,"size_in_bytes":209304216},"arb_Arab-uzn_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["arb_Arab","uzn_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"arb_Arab-uzn_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ar-uz.bitextf.tsv.gz":{"num_bytes":127826630,"checksum":null}},"download_size":127826630,"post_processing_size":null,"dataset_size":0,"size_in_bytes":127826630},"arb_Arab-vie_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["arb_Arab","vie_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"arb_Arab-vie_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ar-vi.bitextf.tsv.gz":{"num_bytes":679182689,"checksum":null}},"download_size":679182689,"post_processing_size":null,"dataset_size":0,"size_in_bytes":679182689},"arb_Arab-xho_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["arb_Arab","xho_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"arb_Arab-xho_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ar-xh.bitextf.tsv.gz":{"num_bytes":47697605,"checksum":null}},"download_size":47697605,"post_processing_size":null,"dataset_size":0,"size_in_bytes":47697605},"arb_Arab-zho_Hans":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["arb_Arab","zho_Hans"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"arb_Arab-zho_Hans","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ar-zh.bitextf.tsv.gz":{"num_bytes":649816808,"checksum":null}},"download_size":649816808,"post_processing_size":null,"dataset_size":0,"size_in_bytes":649816808},"arb_Arab-zsm_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["arb_Arab","zsm_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"arb_Arab-zsm_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ar-ms.bitextf.tsv.gz":{"num_bytes":179669294,"checksum":null}},"download_size":179669294,"post_processing_size":null,"dataset_size":0,"size_in_bytes":179669294},"arb_Arab-zul_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["arb_Arab","zul_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"arb_Arab-zul_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ar-zu.bitextf.tsv.gz":{"num_bytes":2019858,"checksum":null}},"download_size":2019858,"post_processing_size":null,"dataset_size":0,"size_in_bytes":2019858},"ast_Latn-cat_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ast_Latn","cat_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ast_Latn-cat_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ast-ca.bitextf.tsv.gz":{"num_bytes":75149472,"checksum":null}},"download_size":75149472,"post_processing_size":null,"dataset_size":0,"size_in_bytes":75149472},"ast_Latn-eng_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ast_Latn","eng_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ast_Latn-eng_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ast-en.bitextf.tsv.gz":{"num_bytes":286628648,"checksum":null}},"download_size":286628648,"post_processing_size":null,"dataset_size":0,"size_in_bytes":286628648},"ast_Latn-fra_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ast_Latn","fra_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ast_Latn-fra_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ast-fr.bitextf.tsv.gz":{"num_bytes":120992954,"checksum":null}},"download_size":120992954,"post_processing_size":null,"dataset_size":0,"size_in_bytes":120992954},"ast_Latn-glg_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ast_Latn","glg_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ast_Latn-glg_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ast-gl.bitextf.tsv.gz":{"num_bytes":49385228,"checksum":null}},"download_size":49385228,"post_processing_size":null,"dataset_size":0,"size_in_bytes":49385228},"ast_Latn-ita_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ast_Latn","ita_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ast_Latn-ita_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ast-it.bitextf.tsv.gz":{"num_bytes":58111489,"checksum":null}},"download_size":58111489,"post_processing_size":null,"dataset_size":0,"size_in_bytes":58111489},"ast_Latn-oci_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ast_Latn","oci_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ast_Latn-oci_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ast-oc.bitextf.tsv.gz":{"num_bytes":2654202,"checksum":null}},"download_size":2654202,"post_processing_size":null,"dataset_size":0,"size_in_bytes":2654202},"ast_Latn-por_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ast_Latn","por_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ast_Latn-por_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ast-pt.bitextf.tsv.gz":{"num_bytes":79461675,"checksum":null}},"download_size":79461675,"post_processing_size":null,"dataset_size":0,"size_in_bytes":79461675},"ast_Latn-ron_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ast_Latn","ron_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ast_Latn-ron_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ast-ro.bitextf.tsv.gz":{"num_bytes":27822464,"checksum":null}},"download_size":27822464,"post_processing_size":null,"dataset_size":0,"size_in_bytes":27822464},"ast_Latn-spa_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ast_Latn","spa_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ast_Latn-spa_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ast-es.bitextf.tsv.gz":{"num_bytes":832710779,"checksum":null}},"download_size":832710779,"post_processing_size":null,"dataset_size":0,"size_in_bytes":832710779},"azj_Latn-hye_Armn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["azj_Latn","hye_Armn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"azj_Latn-hye_Armn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/az-hy.bitextf.tsv.gz":{"num_bytes":4716744,"checksum":null}},"download_size":4716744,"post_processing_size":null,"dataset_size":0,"size_in_bytes":4716744},"azj_Latn-ind_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["azj_Latn","ind_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"azj_Latn-ind_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/az-id.bitextf.tsv.gz":{"num_bytes":84426377,"checksum":null}},"download_size":84426377,"post_processing_size":null,"dataset_size":0,"size_in_bytes":84426377},"azj_Latn-kat_Geor":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["azj_Latn","kat_Geor"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"azj_Latn-kat_Geor","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/az-ka.bitextf.tsv.gz":{"num_bytes":3671051,"checksum":null}},"download_size":3671051,"post_processing_size":null,"dataset_size":0,"size_in_bytes":3671051},"azj_Latn-kaz_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["azj_Latn","kaz_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"azj_Latn-kaz_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/az-kk.bitextf.tsv.gz":{"num_bytes":4139622,"checksum":null}},"download_size":4139622,"post_processing_size":null,"dataset_size":0,"size_in_bytes":4139622},"azj_Latn-khm_Khmr":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["azj_Latn","khm_Khmr"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"azj_Latn-khm_Khmr","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/az-km.bitextf.tsv.gz":{"num_bytes":4850572,"checksum":null}},"download_size":4850572,"post_processing_size":null,"dataset_size":0,"size_in_bytes":4850572},"azj_Latn-mya_Mymr":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["azj_Latn","mya_Mymr"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"azj_Latn-mya_Mymr","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/az-my.bitextf.tsv.gz":{"num_bytes":3886972,"checksum":null}},"download_size":3886972,"post_processing_size":null,"dataset_size":0,"size_in_bytes":3886972},"azj_Latn-tat_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["azj_Latn","tat_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"azj_Latn-tat_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/az-tt.bitextf.tsv.gz":{"num_bytes":11891874,"checksum":null}},"download_size":11891874,"post_processing_size":null,"dataset_size":0,"size_in_bytes":11891874},"azj_Latn-tur_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["azj_Latn","tur_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"azj_Latn-tur_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/az-tr.bitextf.tsv.gz":{"num_bytes":106068552,"checksum":null}},"download_size":106068552,"post_processing_size":null,"dataset_size":0,"size_in_bytes":106068552},"azj_Latn-vie_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["azj_Latn","vie_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"azj_Latn-vie_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/az-vi.bitextf.tsv.gz":{"num_bytes":21169972,"checksum":null}},"download_size":21169972,"post_processing_size":null,"dataset_size":0,"size_in_bytes":21169972},"bel_Cyrl-als_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["bel_Cyrl","als_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"bel_Cyrl-als_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/be-sq.bitextf.tsv.gz":{"num_bytes":7409967,"checksum":null}},"download_size":7409967,"post_processing_size":null,"dataset_size":0,"size_in_bytes":7409967},"bel_Cyrl-ben_Beng":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["bel_Cyrl","ben_Beng"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"bel_Cyrl-ben_Beng","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/be-bn.bitextf.tsv.gz":{"num_bytes":3701290,"checksum":null}},"download_size":3701290,"post_processing_size":null,"dataset_size":0,"size_in_bytes":3701290},"bel_Cyrl-bul_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["bel_Cyrl","bul_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"bel_Cyrl-bul_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/be-bg.bitextf.tsv.gz":{"num_bytes":69129276,"checksum":null}},"download_size":69129276,"post_processing_size":null,"dataset_size":0,"size_in_bytes":69129276},"bel_Cyrl-ces_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["bel_Cyrl","ces_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"bel_Cyrl-ces_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/be-cs.bitextf.tsv.gz":{"num_bytes":113607154,"checksum":null}},"download_size":113607154,"post_processing_size":null,"dataset_size":0,"size_in_bytes":113607154},"bel_Cyrl-dan_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["bel_Cyrl","dan_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"bel_Cyrl-dan_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/be-da.bitextf.tsv.gz":{"num_bytes":12731718,"checksum":null}},"download_size":12731718,"post_processing_size":null,"dataset_size":0,"size_in_bytes":12731718},"bel_Cyrl-deu_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["bel_Cyrl","deu_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"bel_Cyrl-deu_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/be-de.bitextf.tsv.gz":{"num_bytes":42045375,"checksum":null}},"download_size":42045375,"post_processing_size":null,"dataset_size":0,"size_in_bytes":42045375},"bel_Cyrl-ell_Grek":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["bel_Cyrl","ell_Grek"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"bel_Cyrl-ell_Grek","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/be-el.bitextf.tsv.gz":{"num_bytes":14589756,"checksum":null}},"download_size":14589756,"post_processing_size":null,"dataset_size":0,"size_in_bytes":14589756},"bel_Cyrl-epo_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["bel_Cyrl","epo_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"bel_Cyrl-epo_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/be-eo.bitextf.tsv.gz":{"num_bytes":5092682,"checksum":null}},"download_size":5092682,"post_processing_size":null,"dataset_size":0,"size_in_bytes":5092682},"bel_Cyrl-est_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["bel_Cyrl","est_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"bel_Cyrl-est_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/be-et.bitextf.tsv.gz":{"num_bytes":10262244,"checksum":null}},"download_size":10262244,"post_processing_size":null,"dataset_size":0,"size_in_bytes":10262244},"bel_Cyrl-fin_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["bel_Cyrl","fin_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"bel_Cyrl-fin_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/be-fi.bitextf.tsv.gz":{"num_bytes":10728504,"checksum":null}},"download_size":10728504,"post_processing_size":null,"dataset_size":0,"size_in_bytes":10728504},"bel_Cyrl-hin_Deva":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["bel_Cyrl","hin_Deva"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"bel_Cyrl-hin_Deva","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/be-hi.bitextf.tsv.gz":{"num_bytes":4402681,"checksum":null}},"download_size":4402681,"post_processing_size":null,"dataset_size":0,"size_in_bytes":4402681},"bel_Cyrl-hrv_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["bel_Cyrl","hrv_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"bel_Cyrl-hrv_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/be-hr.bitextf.tsv.gz":{"num_bytes":7701878,"checksum":null}},"download_size":7701878,"post_processing_size":null,"dataset_size":0,"size_in_bytes":7701878},"bel_Cyrl-hun_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["bel_Cyrl","hun_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"bel_Cyrl-hun_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/be-hu.bitextf.tsv.gz":{"num_bytes":23761164,"checksum":null}},"download_size":23761164,"post_processing_size":null,"dataset_size":0,"size_in_bytes":23761164},"bel_Cyrl-ita_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["bel_Cyrl","ita_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"bel_Cyrl-ita_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/be-it.bitextf.tsv.gz":{"num_bytes":24770057,"checksum":null}},"download_size":24770057,"post_processing_size":null,"dataset_size":0,"size_in_bytes":24770057},"bel_Cyrl-lit_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["bel_Cyrl","lit_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"bel_Cyrl-lit_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/be-lt.bitextf.tsv.gz":{"num_bytes":11736744,"checksum":null}},"download_size":11736744,"post_processing_size":null,"dataset_size":0,"size_in_bytes":11736744},"bel_Cyrl-lvs_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["bel_Cyrl","lvs_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"bel_Cyrl-lvs_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/be-lv.bitextf.tsv.gz":{"num_bytes":11407341,"checksum":null}},"download_size":11407341,"post_processing_size":null,"dataset_size":0,"size_in_bytes":11407341},"bel_Cyrl-nld_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["bel_Cyrl","nld_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"bel_Cyrl-nld_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/be-nl.bitextf.tsv.gz":{"num_bytes":17995309,"checksum":null}},"download_size":17995309,"post_processing_size":null,"dataset_size":0,"size_in_bytes":17995309},"bel_Cyrl-nob_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["bel_Cyrl","nob_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"bel_Cyrl-nob_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/be-no.bitextf.tsv.gz":{"num_bytes":10830502,"checksum":null}},"download_size":10830502,"post_processing_size":null,"dataset_size":0,"size_in_bytes":10830502},"bel_Cyrl-pol_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["bel_Cyrl","pol_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"bel_Cyrl-pol_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/be-pl.bitextf.tsv.gz":{"num_bytes":183702523,"checksum":null}},"download_size":183702523,"post_processing_size":null,"dataset_size":0,"size_in_bytes":183702523},"bel_Cyrl-ron_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["bel_Cyrl","ron_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"bel_Cyrl-ron_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/be-ro.bitextf.tsv.gz":{"num_bytes":23320454,"checksum":null}},"download_size":23320454,"post_processing_size":null,"dataset_size":0,"size_in_bytes":23320454},"bel_Cyrl-slk_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["bel_Cyrl","slk_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"bel_Cyrl-slk_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/be-sk.bitextf.tsv.gz":{"num_bytes":60494721,"checksum":null}},"download_size":60494721,"post_processing_size":null,"dataset_size":0,"size_in_bytes":60494721},"bel_Cyrl-slv_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["bel_Cyrl","slv_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"bel_Cyrl-slv_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/be-sl.bitextf.tsv.gz":{"num_bytes":38930396,"checksum":null}},"download_size":38930396,"post_processing_size":null,"dataset_size":0,"size_in_bytes":38930396},"bel_Cyrl-srp_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["bel_Cyrl","srp_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"bel_Cyrl-srp_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/be-sr.bitextf.tsv.gz":{"num_bytes":35380989,"checksum":null}},"download_size":35380989,"post_processing_size":null,"dataset_size":0,"size_in_bytes":35380989},"bel_Cyrl-swe_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["bel_Cyrl","swe_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"bel_Cyrl-swe_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/be-sv.bitextf.tsv.gz":{"num_bytes":15801005,"checksum":null}},"download_size":15801005,"post_processing_size":null,"dataset_size":0,"size_in_bytes":15801005},"bel_Cyrl-swh_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["bel_Cyrl","swh_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"bel_Cyrl-swh_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/be-sw.bitextf.tsv.gz":{"num_bytes":2622359,"checksum":null}},"download_size":2622359,"post_processing_size":null,"dataset_size":0,"size_in_bytes":2622359},"bel_Cyrl-tur_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["bel_Cyrl","tur_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"bel_Cyrl-tur_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/be-tr.bitextf.tsv.gz":{"num_bytes":161085782,"checksum":null}},"download_size":161085782,"post_processing_size":null,"dataset_size":0,"size_in_bytes":161085782},"bel_Cyrl-ukr_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["bel_Cyrl","ukr_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"bel_Cyrl-ukr_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/be-uk.bitextf.tsv.gz":{"num_bytes":65886988,"checksum":null}},"download_size":65886988,"post_processing_size":null,"dataset_size":0,"size_in_bytes":65886988},"bel_Cyrl-vie_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["bel_Cyrl","vie_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"bel_Cyrl-vie_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/be-vi.bitextf.tsv.gz":{"num_bytes":9595322,"checksum":null}},"download_size":9595322,"post_processing_size":null,"dataset_size":0,"size_in_bytes":9595322},"ben_Beng-cat_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ben_Beng","cat_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ben_Beng-cat_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/bn-ca.bitextf.tsv.gz":{"num_bytes":38408887,"checksum":null}},"download_size":38408887,"post_processing_size":null,"dataset_size":0,"size_in_bytes":38408887},"ben_Beng-ces_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ben_Beng","ces_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ben_Beng-ces_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/bn-cs.bitextf.tsv.gz":{"num_bytes":96845863,"checksum":null}},"download_size":96845863,"post_processing_size":null,"dataset_size":0,"size_in_bytes":96845863},"ben_Beng-deu_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ben_Beng","deu_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ben_Beng-deu_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/bn-de.bitextf.tsv.gz":{"num_bytes":259128382,"checksum":null}},"download_size":259128382,"post_processing_size":null,"dataset_size":0,"size_in_bytes":259128382},"ben_Beng-ell_Grek":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ben_Beng","ell_Grek"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ben_Beng-ell_Grek","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/bn-el.bitextf.tsv.gz":{"num_bytes":197529148,"checksum":null}},"download_size":197529148,"post_processing_size":null,"dataset_size":0,"size_in_bytes":197529148},"ben_Beng-epo_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ben_Beng","epo_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ben_Beng-epo_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/bn-eo.bitextf.tsv.gz":{"num_bytes":38242811,"checksum":null}},"download_size":38242811,"post_processing_size":null,"dataset_size":0,"size_in_bytes":38242811},"ben_Beng-est_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ben_Beng","est_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ben_Beng-est_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/bn-et.bitextf.tsv.gz":{"num_bytes":49443555,"checksum":null}},"download_size":49443555,"post_processing_size":null,"dataset_size":0,"size_in_bytes":49443555},"ben_Beng-fin_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ben_Beng","fin_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ben_Beng-fin_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/bn-fi.bitextf.tsv.gz":{"num_bytes":162953496,"checksum":null}},"download_size":162953496,"post_processing_size":null,"dataset_size":0,"size_in_bytes":162953496},"ben_Beng-fra_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ben_Beng","fra_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ben_Beng-fra_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/bn-fr.bitextf.tsv.gz":{"num_bytes":599471136,"checksum":null}},"download_size":599471136,"post_processing_size":null,"dataset_size":0,"size_in_bytes":599471136},"ben_Beng-heb_Hebr":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ben_Beng","heb_Hebr"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ben_Beng-heb_Hebr","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/bn-he.bitextf.tsv.gz":{"num_bytes":125305450,"checksum":null}},"download_size":125305450,"post_processing_size":null,"dataset_size":0,"size_in_bytes":125305450},"ben_Beng-hun_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ben_Beng","hun_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ben_Beng-hun_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/bn-hu.bitextf.tsv.gz":{"num_bytes":184952851,"checksum":null}},"download_size":184952851,"post_processing_size":null,"dataset_size":0,"size_in_bytes":184952851},"ben_Beng-ilo_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ben_Beng","ilo_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ben_Beng-ilo_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/bn-ilo.bitextf.tsv.gz":{"num_bytes":2369545,"checksum":null}},"download_size":2369545,"post_processing_size":null,"dataset_size":0,"size_in_bytes":2369545},"ben_Beng-ind_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ben_Beng","ind_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ben_Beng-ind_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/bn-id.bitextf.tsv.gz":{"num_bytes":210367139,"checksum":null}},"download_size":210367139,"post_processing_size":null,"dataset_size":0,"size_in_bytes":210367139},"ben_Beng-ita_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ben_Beng","ita_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ben_Beng-ita_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/bn-it.bitextf.tsv.gz":{"num_bytes":131702388,"checksum":null}},"download_size":131702388,"post_processing_size":null,"dataset_size":0,"size_in_bytes":131702388},"ben_Beng-jpn_Jpan":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ben_Beng","jpn_Jpan"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ben_Beng-jpn_Jpan","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/bn-ja.bitextf.tsv.gz":{"num_bytes":106084569,"checksum":null}},"download_size":106084569,"post_processing_size":null,"dataset_size":0,"size_in_bytes":106084569},"ben_Beng-kor_Hang":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ben_Beng","kor_Hang"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ben_Beng-kor_Hang","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/bn-ko.bitextf.tsv.gz":{"num_bytes":69805122,"checksum":null}},"download_size":69805122,"post_processing_size":null,"dataset_size":0,"size_in_bytes":69805122},"ben_Beng-lit_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ben_Beng","lit_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ben_Beng-lit_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/bn-lt.bitextf.tsv.gz":{"num_bytes":128435058,"checksum":null}},"download_size":128435058,"post_processing_size":null,"dataset_size":0,"size_in_bytes":128435058},"ben_Beng-lvs_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ben_Beng","lvs_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ben_Beng-lvs_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/bn-lv.bitextf.tsv.gz":{"num_bytes":53430787,"checksum":null}},"download_size":53430787,"post_processing_size":null,"dataset_size":0,"size_in_bytes":53430787},"ben_Beng-mkd_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ben_Beng","mkd_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ben_Beng-mkd_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/bn-mk.bitextf.tsv.gz":{"num_bytes":37061380,"checksum":null}},"download_size":37061380,"post_processing_size":null,"dataset_size":0,"size_in_bytes":37061380},"ben_Beng-nld_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ben_Beng","nld_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ben_Beng-nld_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/bn-nl.bitextf.tsv.gz":{"num_bytes":124222902,"checksum":null}},"download_size":124222902,"post_processing_size":null,"dataset_size":0,"size_in_bytes":124222902},"ben_Beng-pes_Arab":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ben_Beng","pes_Arab"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ben_Beng-pes_Arab","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/bn-fa.bitextf.tsv.gz":{"num_bytes":171460567,"checksum":null}},"download_size":171460567,"post_processing_size":null,"dataset_size":0,"size_in_bytes":171460567},"ben_Beng-plt_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ben_Beng","plt_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ben_Beng-plt_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/bn-mg.bitextf.tsv.gz":{"num_bytes":32762140,"checksum":null}},"download_size":32762140,"post_processing_size":null,"dataset_size":0,"size_in_bytes":32762140},"ben_Beng-pol_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ben_Beng","pol_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ben_Beng-pol_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/bn-pl.bitextf.tsv.gz":{"num_bytes":117435286,"checksum":null}},"download_size":117435286,"post_processing_size":null,"dataset_size":0,"size_in_bytes":117435286},"ben_Beng-por_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ben_Beng","por_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ben_Beng-por_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/bn-pt.bitextf.tsv.gz":{"num_bytes":318395159,"checksum":null}},"download_size":318395159,"post_processing_size":null,"dataset_size":0,"size_in_bytes":318395159},"ben_Beng-ron_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ben_Beng","ron_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ben_Beng-ron_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/bn-ro.bitextf.tsv.gz":{"num_bytes":85799823,"checksum":null}},"download_size":85799823,"post_processing_size":null,"dataset_size":0,"size_in_bytes":85799823},"ben_Beng-rus_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ben_Beng","rus_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ben_Beng-rus_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/bn-ru.bitextf.tsv.gz":{"num_bytes":182371103,"checksum":null}},"download_size":182371103,"post_processing_size":null,"dataset_size":0,"size_in_bytes":182371103},"ben_Beng-slk_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ben_Beng","slk_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ben_Beng-slk_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/bn-sk.bitextf.tsv.gz":{"num_bytes":79313278,"checksum":null}},"download_size":79313278,"post_processing_size":null,"dataset_size":0,"size_in_bytes":79313278},"ben_Beng-slv_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ben_Beng","slv_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ben_Beng-slv_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/bn-sl.bitextf.tsv.gz":{"num_bytes":63899800,"checksum":null}},"download_size":63899800,"post_processing_size":null,"dataset_size":0,"size_in_bytes":63899800},"ben_Beng-spa_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ben_Beng","spa_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ben_Beng-spa_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/bn-es.bitextf.tsv.gz":{"num_bytes":275095910,"checksum":null}},"download_size":275095910,"post_processing_size":null,"dataset_size":0,"size_in_bytes":275095910},"ben_Beng-srp_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ben_Beng","srp_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ben_Beng-srp_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/bn-sr.bitextf.tsv.gz":{"num_bytes":65080038,"checksum":null}},"download_size":65080038,"post_processing_size":null,"dataset_size":0,"size_in_bytes":65080038},"ben_Beng-swe_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ben_Beng","swe_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ben_Beng-swe_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/bn-sv.bitextf.tsv.gz":{"num_bytes":112469548,"checksum":null}},"download_size":112469548,"post_processing_size":null,"dataset_size":0,"size_in_bytes":112469548},"ben_Beng-swh_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ben_Beng","swh_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ben_Beng-swh_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/bn-sw.bitextf.tsv.gz":{"num_bytes":63249904,"checksum":null}},"download_size":63249904,"post_processing_size":null,"dataset_size":0,"size_in_bytes":63249904},"ben_Beng-tgl_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ben_Beng","tgl_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ben_Beng-tgl_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/bn-tl.bitextf.tsv.gz":{"num_bytes":10089003,"checksum":null}},"download_size":10089003,"post_processing_size":null,"dataset_size":0,"size_in_bytes":10089003},"ben_Beng-tur_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ben_Beng","tur_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ben_Beng-tur_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/bn-tr.bitextf.tsv.gz":{"num_bytes":313415945,"checksum":null}},"download_size":313415945,"post_processing_size":null,"dataset_size":0,"size_in_bytes":313415945},"ben_Beng-ukr_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ben_Beng","ukr_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ben_Beng-ukr_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/bn-uk.bitextf.tsv.gz":{"num_bytes":39813320,"checksum":null}},"download_size":39813320,"post_processing_size":null,"dataset_size":0,"size_in_bytes":39813320},"ben_Beng-vie_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ben_Beng","vie_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ben_Beng-vie_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/bn-vi.bitextf.tsv.gz":{"num_bytes":172228278,"checksum":null}},"download_size":172228278,"post_processing_size":null,"dataset_size":0,"size_in_bytes":172228278},"ben_Beng-zho_Hans":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ben_Beng","zho_Hans"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ben_Beng-zho_Hans","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/bn-zh.bitextf.tsv.gz":{"num_bytes":127110349,"checksum":null}},"download_size":127110349,"post_processing_size":null,"dataset_size":0,"size_in_bytes":127110349},"ben_Beng-zsm_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ben_Beng","zsm_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ben_Beng-zsm_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/bn-ms.bitextf.tsv.gz":{"num_bytes":31814397,"checksum":null}},"download_size":31814397,"post_processing_size":null,"dataset_size":0,"size_in_bytes":31814397},"bul_Cyrl-als_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["bul_Cyrl","als_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"bul_Cyrl-als_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/bg-sq.bitextf.tsv.gz":{"num_bytes":287295752,"checksum":null}},"download_size":287295752,"post_processing_size":null,"dataset_size":0,"size_in_bytes":287295752},"bul_Cyrl-ben_Beng":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["bul_Cyrl","ben_Beng"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"bul_Cyrl-ben_Beng","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/bg-bn.bitextf.tsv.gz":{"num_bytes":89304073,"checksum":null}},"download_size":89304073,"post_processing_size":null,"dataset_size":0,"size_in_bytes":89304073},"bul_Cyrl-cat_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["bul_Cyrl","cat_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"bul_Cyrl-cat_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/bg-ca.bitextf.tsv.gz":{"num_bytes":162140684,"checksum":null}},"download_size":162140684,"post_processing_size":null,"dataset_size":0,"size_in_bytes":162140684},"bul_Cyrl-ces_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["bul_Cyrl","ces_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"bul_Cyrl-ces_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/bg-cs.bitextf.tsv.gz":{"num_bytes":1237615216,"checksum":null}},"download_size":1237615216,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1237615216},"bul_Cyrl-dan_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["bul_Cyrl","dan_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"bul_Cyrl-dan_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/bg-da.bitextf.tsv.gz":{"num_bytes":834052699,"checksum":null}},"download_size":834052699,"post_processing_size":null,"dataset_size":0,"size_in_bytes":834052699},"bul_Cyrl-deu_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["bul_Cyrl","deu_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"bul_Cyrl-deu_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/bg-de.bitextf.tsv.gz":{"num_bytes":2119142416,"checksum":null}},"download_size":2119142416,"post_processing_size":null,"dataset_size":0,"size_in_bytes":2119142416},"bul_Cyrl-ell_Grek":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["bul_Cyrl","ell_Grek"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"bul_Cyrl-ell_Grek","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/bg-el.bitextf.tsv.gz":{"num_bytes":1242816550,"checksum":null}},"download_size":1242816550,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1242816550},"bul_Cyrl-eng_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["bul_Cyrl","eng_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"bul_Cyrl-eng_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/bg-en.bitextf.tsv.gz":{"num_bytes":4417874798,"checksum":null}},"download_size":4417874798,"post_processing_size":null,"dataset_size":0,"size_in_bytes":4417874798},"bul_Cyrl-epo_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["bul_Cyrl","epo_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"bul_Cyrl-epo_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/bg-eo.bitextf.tsv.gz":{"num_bytes":90603124,"checksum":null}},"download_size":90603124,"post_processing_size":null,"dataset_size":0,"size_in_bytes":90603124},"bul_Cyrl-est_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["bul_Cyrl","est_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"bul_Cyrl-est_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/bg-et.bitextf.tsv.gz":{"num_bytes":628183509,"checksum":null}},"download_size":628183509,"post_processing_size":null,"dataset_size":0,"size_in_bytes":628183509},"bul_Cyrl-fin_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["bul_Cyrl","fin_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"bul_Cyrl-fin_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/bg-fi.bitextf.tsv.gz":{"num_bytes":707565741,"checksum":null}},"download_size":707565741,"post_processing_size":null,"dataset_size":0,"size_in_bytes":707565741},"bul_Cyrl-fra_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["bul_Cyrl","fra_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"bul_Cyrl-fra_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/bg-fr.bitextf.tsv.gz":{"num_bytes":772123382,"checksum":null}},"download_size":772123382,"post_processing_size":null,"dataset_size":0,"size_in_bytes":772123382},"bul_Cyrl-heb_Hebr":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["bul_Cyrl","heb_Hebr"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"bul_Cyrl-heb_Hebr","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/bg-he.bitextf.tsv.gz":{"num_bytes":280288107,"checksum":null}},"download_size":280288107,"post_processing_size":null,"dataset_size":0,"size_in_bytes":280288107},"bul_Cyrl-hin_Deva":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["bul_Cyrl","hin_Deva"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"bul_Cyrl-hin_Deva","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/bg-hi.bitextf.tsv.gz":{"num_bytes":195396511,"checksum":null}},"download_size":195396511,"post_processing_size":null,"dataset_size":0,"size_in_bytes":195396511},"bul_Cyrl-hrv_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["bul_Cyrl","hrv_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"bul_Cyrl-hrv_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/bg-hr.bitextf.tsv.gz":{"num_bytes":441519316,"checksum":null}},"download_size":441519316,"post_processing_size":null,"dataset_size":0,"size_in_bytes":441519316},"bul_Cyrl-hun_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["bul_Cyrl","hun_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"bul_Cyrl-hun_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/bg-hu.bitextf.tsv.gz":{"num_bytes":954142533,"checksum":null}},"download_size":954142533,"post_processing_size":null,"dataset_size":0,"size_in_bytes":954142533},"bul_Cyrl-ind_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["bul_Cyrl","ind_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"bul_Cyrl-ind_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/bg-id.bitextf.tsv.gz":{"num_bytes":226766914,"checksum":null}},"download_size":226766914,"post_processing_size":null,"dataset_size":0,"size_in_bytes":226766914},"bul_Cyrl-ita_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["bul_Cyrl","ita_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"bul_Cyrl-ita_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/bg-it.bitextf.tsv.gz":{"num_bytes":1556325620,"checksum":null}},"download_size":1556325620,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1556325620},"bul_Cyrl-jpn_Jpan":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["bul_Cyrl","jpn_Jpan"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"bul_Cyrl-jpn_Jpan","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/bg-ja.bitextf.tsv.gz":{"num_bytes":284198604,"checksum":null}},"download_size":284198604,"post_processing_size":null,"dataset_size":0,"size_in_bytes":284198604},"bul_Cyrl-kor_Hang":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["bul_Cyrl","kor_Hang"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"bul_Cyrl-kor_Hang","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/bg-ko.bitextf.tsv.gz":{"num_bytes":198349910,"checksum":null}},"download_size":198349910,"post_processing_size":null,"dataset_size":0,"size_in_bytes":198349910},"bul_Cyrl-lit_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["bul_Cyrl","lit_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"bul_Cyrl-lit_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/bg-lt.bitextf.tsv.gz":{"num_bytes":812399364,"checksum":null}},"download_size":812399364,"post_processing_size":null,"dataset_size":0,"size_in_bytes":812399364},"bul_Cyrl-lvs_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["bul_Cyrl","lvs_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"bul_Cyrl-lvs_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/bg-lv.bitextf.tsv.gz":{"num_bytes":584946704,"checksum":null}},"download_size":584946704,"post_processing_size":null,"dataset_size":0,"size_in_bytes":584946704},"bul_Cyrl-mkd_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["bul_Cyrl","mkd_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"bul_Cyrl-mkd_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/bg-mk.bitextf.tsv.gz":{"num_bytes":319961287,"checksum":null}},"download_size":319961287,"post_processing_size":null,"dataset_size":0,"size_in_bytes":319961287},"bul_Cyrl-nld_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["bul_Cyrl","nld_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"bul_Cyrl-nld_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/bg-nl.bitextf.tsv.gz":{"num_bytes":1118181358,"checksum":null}},"download_size":1118181358,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1118181358},"bul_Cyrl-nob_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["bul_Cyrl","nob_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"bul_Cyrl-nob_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/bg-no.bitextf.tsv.gz":{"num_bytes":587622283,"checksum":null}},"download_size":587622283,"post_processing_size":null,"dataset_size":0,"size_in_bytes":587622283},"bul_Cyrl-pol_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["bul_Cyrl","pol_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"bul_Cyrl-pol_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/bg-pl.bitextf.tsv.gz":{"num_bytes":1606977992,"checksum":null}},"download_size":1606977992,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1606977992},"bul_Cyrl-por_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["bul_Cyrl","por_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"bul_Cyrl-por_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/bg-pt.bitextf.tsv.gz":{"num_bytes":508144831,"checksum":null}},"download_size":508144831,"post_processing_size":null,"dataset_size":0,"size_in_bytes":508144831},"bul_Cyrl-ron_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["bul_Cyrl","ron_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"bul_Cyrl-ron_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/bg-ro.bitextf.tsv.gz":{"num_bytes":1243968409,"checksum":null}},"download_size":1243968409,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1243968409},"bul_Cyrl-rus_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["bul_Cyrl","rus_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"bul_Cyrl-rus_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/bg-ru.bitextf.tsv.gz":{"num_bytes":2798844937,"checksum":null}},"download_size":2798844937,"post_processing_size":null,"dataset_size":0,"size_in_bytes":2798844937},"bul_Cyrl-slk_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["bul_Cyrl","slk_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"bul_Cyrl-slk_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/bg-sk.bitextf.tsv.gz":{"num_bytes":1129749131,"checksum":null}},"download_size":1129749131,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1129749131},"bul_Cyrl-slv_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["bul_Cyrl","slv_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"bul_Cyrl-slv_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/bg-sl.bitextf.tsv.gz":{"num_bytes":843242759,"checksum":null}},"download_size":843242759,"post_processing_size":null,"dataset_size":0,"size_in_bytes":843242759},"bul_Cyrl-spa_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["bul_Cyrl","spa_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"bul_Cyrl-spa_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/bg-es.bitextf.tsv.gz":{"num_bytes":760219026,"checksum":null}},"download_size":760219026,"post_processing_size":null,"dataset_size":0,"size_in_bytes":760219026},"bul_Cyrl-srp_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["bul_Cyrl","srp_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"bul_Cyrl-srp_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/bg-sr.bitextf.tsv.gz":{"num_bytes":652036045,"checksum":null}},"download_size":652036045,"post_processing_size":null,"dataset_size":0,"size_in_bytes":652036045},"bul_Cyrl-swe_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["bul_Cyrl","swe_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"bul_Cyrl-swe_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/bg-sv.bitextf.tsv.gz":{"num_bytes":918730663,"checksum":null}},"download_size":918730663,"post_processing_size":null,"dataset_size":0,"size_in_bytes":918730663},"bul_Cyrl-swh_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["bul_Cyrl","swh_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"bul_Cyrl-swh_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/bg-sw.bitextf.tsv.gz":{"num_bytes":54077172,"checksum":null}},"download_size":54077172,"post_processing_size":null,"dataset_size":0,"size_in_bytes":54077172},"bul_Cyrl-tam_Taml":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["bul_Cyrl","tam_Taml"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"bul_Cyrl-tam_Taml","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/bg-ta.bitextf.tsv.gz":{"num_bytes":38590987,"checksum":null}},"download_size":38590987,"post_processing_size":null,"dataset_size":0,"size_in_bytes":38590987},"bul_Cyrl-tur_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["bul_Cyrl","tur_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"bul_Cyrl-tur_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/bg-tr.bitextf.tsv.gz":{"num_bytes":323591717,"checksum":null}},"download_size":323591717,"post_processing_size":null,"dataset_size":0,"size_in_bytes":323591717},"bul_Cyrl-ukr_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["bul_Cyrl","ukr_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"bul_Cyrl-ukr_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/bg-uk.bitextf.tsv.gz":{"num_bytes":628326431,"checksum":null}},"download_size":628326431,"post_processing_size":null,"dataset_size":0,"size_in_bytes":628326431},"bul_Cyrl-vie_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["bul_Cyrl","vie_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"bul_Cyrl-vie_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/bg-vi.bitextf.tsv.gz":{"num_bytes":472920592,"checksum":null}},"download_size":472920592,"post_processing_size":null,"dataset_size":0,"size_in_bytes":472920592},"bul_Cyrl-zho_Hans":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["bul_Cyrl","zho_Hans"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"bul_Cyrl-zho_Hans","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/bg-zh.bitextf.tsv.gz":{"num_bytes":448720722,"checksum":null}},"download_size":448720722,"post_processing_size":null,"dataset_size":0,"size_in_bytes":448720722},"cat_Latn-als_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["cat_Latn","als_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"cat_Latn-als_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ca-sq.bitextf.tsv.gz":{"num_bytes":80594581,"checksum":null}},"download_size":80594581,"post_processing_size":null,"dataset_size":0,"size_in_bytes":80594581},"cat_Latn-dan_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["cat_Latn","dan_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"cat_Latn-dan_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ca-da.bitextf.tsv.gz":{"num_bytes":142758760,"checksum":null}},"download_size":142758760,"post_processing_size":null,"dataset_size":0,"size_in_bytes":142758760},"cat_Latn-ell_Grek":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["cat_Latn","ell_Grek"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"cat_Latn-ell_Grek","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ca-el.bitextf.tsv.gz":{"num_bytes":210637361,"checksum":null}},"download_size":210637361,"post_processing_size":null,"dataset_size":0,"size_in_bytes":210637361},"cat_Latn-eng_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["cat_Latn","eng_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"cat_Latn-eng_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ca-en.bitextf.tsv.gz":{"num_bytes":1632066925,"checksum":null}},"download_size":1632066925,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1632066925},"cat_Latn-epo_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["cat_Latn","epo_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"cat_Latn-epo_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ca-eo.bitextf.tsv.gz":{"num_bytes":60229395,"checksum":null}},"download_size":60229395,"post_processing_size":null,"dataset_size":0,"size_in_bytes":60229395},"cat_Latn-est_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["cat_Latn","est_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"cat_Latn-est_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ca-et.bitextf.tsv.gz":{"num_bytes":79337748,"checksum":null}},"download_size":79337748,"post_processing_size":null,"dataset_size":0,"size_in_bytes":79337748},"cat_Latn-fin_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["cat_Latn","fin_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"cat_Latn-fin_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ca-fi.bitextf.tsv.gz":{"num_bytes":110035543,"checksum":null}},"download_size":110035543,"post_processing_size":null,"dataset_size":0,"size_in_bytes":110035543},"cat_Latn-fra_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["cat_Latn","fra_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"cat_Latn-fra_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ca-fr.bitextf.tsv.gz":{"num_bytes":1426410922,"checksum":null}},"download_size":1426410922,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1426410922},"cat_Latn-glg_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["cat_Latn","glg_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"cat_Latn-glg_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ca-gl.bitextf.tsv.gz":{"num_bytes":240835165,"checksum":null}},"download_size":240835165,"post_processing_size":null,"dataset_size":0,"size_in_bytes":240835165},"cat_Latn-heb_Hebr":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["cat_Latn","heb_Hebr"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"cat_Latn-heb_Hebr","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ca-he.bitextf.tsv.gz":{"num_bytes":78852672,"checksum":null}},"download_size":78852672,"post_processing_size":null,"dataset_size":0,"size_in_bytes":78852672},"cat_Latn-hin_Deva":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["cat_Latn","hin_Deva"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"cat_Latn-hin_Deva","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ca-hi.bitextf.tsv.gz":{"num_bytes":45805353,"checksum":null}},"download_size":45805353,"post_processing_size":null,"dataset_size":0,"size_in_bytes":45805353},"cat_Latn-hun_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["cat_Latn","hun_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"cat_Latn-hun_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ca-hu.bitextf.tsv.gz":{"num_bytes":134854148,"checksum":null}},"download_size":134854148,"post_processing_size":null,"dataset_size":0,"size_in_bytes":134854148},"cat_Latn-ind_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["cat_Latn","ind_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"cat_Latn-ind_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ca-id.bitextf.tsv.gz":{"num_bytes":120023754,"checksum":null}},"download_size":120023754,"post_processing_size":null,"dataset_size":0,"size_in_bytes":120023754},"cat_Latn-ita_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["cat_Latn","ita_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"cat_Latn-ita_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ca-it.bitextf.tsv.gz":{"num_bytes":678951392,"checksum":null}},"download_size":678951392,"post_processing_size":null,"dataset_size":0,"size_in_bytes":678951392},"cat_Latn-lit_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["cat_Latn","lit_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"cat_Latn-lit_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ca-lt.bitextf.tsv.gz":{"num_bytes":91674609,"checksum":null}},"download_size":91674609,"post_processing_size":null,"dataset_size":0,"size_in_bytes":91674609},"cat_Latn-lvs_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["cat_Latn","lvs_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"cat_Latn-lvs_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ca-lv.bitextf.tsv.gz":{"num_bytes":90665785,"checksum":null}},"download_size":90665785,"post_processing_size":null,"dataset_size":0,"size_in_bytes":90665785},"cat_Latn-nob_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["cat_Latn","nob_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"cat_Latn-nob_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ca-no.bitextf.tsv.gz":{"num_bytes":122765763,"checksum":null}},"download_size":122765763,"post_processing_size":null,"dataset_size":0,"size_in_bytes":122765763},"cat_Latn-oci_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["cat_Latn","oci_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"cat_Latn-oci_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ca-oc.bitextf.tsv.gz":{"num_bytes":9699426,"checksum":null}},"download_size":9699426,"post_processing_size":null,"dataset_size":0,"size_in_bytes":9699426},"cat_Latn-pes_Arab":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["cat_Latn","pes_Arab"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"cat_Latn-pes_Arab","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ca-fa.bitextf.tsv.gz":{"num_bytes":74613422,"checksum":null}},"download_size":74613422,"post_processing_size":null,"dataset_size":0,"size_in_bytes":74613422},"cat_Latn-por_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["cat_Latn","por_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"cat_Latn-por_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ca-pt.bitextf.tsv.gz":{"num_bytes":768705358,"checksum":null}},"download_size":768705358,"post_processing_size":null,"dataset_size":0,"size_in_bytes":768705358},"cat_Latn-ron_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["cat_Latn","ron_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"cat_Latn-ron_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ca-ro.bitextf.tsv.gz":{"num_bytes":338005315,"checksum":null}},"download_size":338005315,"post_processing_size":null,"dataset_size":0,"size_in_bytes":338005315},"cat_Latn-slk_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["cat_Latn","slk_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"cat_Latn-slk_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ca-sk.bitextf.tsv.gz":{"num_bytes":137742046,"checksum":null}},"download_size":137742046,"post_processing_size":null,"dataset_size":0,"size_in_bytes":137742046},"cat_Latn-slv_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["cat_Latn","slv_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"cat_Latn-slv_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ca-sl.bitextf.tsv.gz":{"num_bytes":115723101,"checksum":null}},"download_size":115723101,"post_processing_size":null,"dataset_size":0,"size_in_bytes":115723101},"cat_Latn-spa_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["cat_Latn","spa_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"cat_Latn-spa_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ca-es.bitextf.tsv.gz":{"num_bytes":5822718768,"checksum":null}},"download_size":5822718768,"post_processing_size":null,"dataset_size":0,"size_in_bytes":5822718768},"cat_Latn-srp_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["cat_Latn","srp_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"cat_Latn-srp_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ca-sr.bitextf.tsv.gz":{"num_bytes":101571054,"checksum":null}},"download_size":101571054,"post_processing_size":null,"dataset_size":0,"size_in_bytes":101571054},"cat_Latn-swh_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["cat_Latn","swh_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"cat_Latn-swh_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ca-sw.bitextf.tsv.gz":{"num_bytes":24217792,"checksum":null}},"download_size":24217792,"post_processing_size":null,"dataset_size":0,"size_in_bytes":24217792},"cat_Latn-tam_Taml":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["cat_Latn","tam_Taml"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"cat_Latn-tam_Taml","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ca-ta.bitextf.tsv.gz":{"num_bytes":23901688,"checksum":null}},"download_size":23901688,"post_processing_size":null,"dataset_size":0,"size_in_bytes":23901688},"cat_Latn-ukr_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["cat_Latn","ukr_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"cat_Latn-ukr_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ca-uk.bitextf.tsv.gz":{"num_bytes":74922523,"checksum":null}},"download_size":74922523,"post_processing_size":null,"dataset_size":0,"size_in_bytes":74922523},"ceb_Latn-deu_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ceb_Latn","deu_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ceb_Latn-deu_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ceb-de.bitextf.tsv.gz":{"num_bytes":15941006,"checksum":null}},"download_size":15941006,"post_processing_size":null,"dataset_size":0,"size_in_bytes":15941006},"ceb_Latn-hin_Deva":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ceb_Latn","hin_Deva"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ceb_Latn-hin_Deva","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ceb-hi.bitextf.tsv.gz":{"num_bytes":1990561,"checksum":null}},"download_size":1990561,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1990561},"ceb_Latn-ind_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ceb_Latn","ind_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ceb_Latn-ind_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ceb-id.bitextf.tsv.gz":{"num_bytes":9788169,"checksum":null}},"download_size":9788169,"post_processing_size":null,"dataset_size":0,"size_in_bytes":9788169},"ceb_Latn-jpn_Jpan":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ceb_Latn","jpn_Jpan"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ceb_Latn-jpn_Jpan","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ceb-ja.bitextf.tsv.gz":{"num_bytes":8360841,"checksum":null}},"download_size":8360841,"post_processing_size":null,"dataset_size":0,"size_in_bytes":8360841},"ceb_Latn-mal_Mlym":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ceb_Latn","mal_Mlym"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ceb_Latn-mal_Mlym","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ceb-ml.bitextf.tsv.gz":{"num_bytes":1613170,"checksum":null}},"download_size":1613170,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1613170},"ceb_Latn-tgl_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ceb_Latn","tgl_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ceb_Latn-tgl_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ceb-tl.bitextf.tsv.gz":{"num_bytes":2735850,"checksum":null}},"download_size":2735850,"post_processing_size":null,"dataset_size":0,"size_in_bytes":2735850},"ceb_Latn-zsm_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ceb_Latn","zsm_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ceb_Latn-zsm_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ceb-ms.bitextf.tsv.gz":{"num_bytes":1218784,"checksum":null}},"download_size":1218784,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1218784},"ces_Latn-als_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ces_Latn","als_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ces_Latn-als_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/cs-sq.bitextf.tsv.gz":{"num_bytes":218954838,"checksum":null}},"download_size":218954838,"post_processing_size":null,"dataset_size":0,"size_in_bytes":218954838},"ces_Latn-dan_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ces_Latn","dan_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ces_Latn-dan_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/cs-da.bitextf.tsv.gz":{"num_bytes":321548363,"checksum":null}},"download_size":321548363,"post_processing_size":null,"dataset_size":0,"size_in_bytes":321548363},"ces_Latn-deu_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ces_Latn","deu_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ces_Latn-deu_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/cs-de.bitextf.tsv.gz":{"num_bytes":2943652449,"checksum":null}},"download_size":2943652449,"post_processing_size":null,"dataset_size":0,"size_in_bytes":2943652449},"ces_Latn-ell_Grek":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ces_Latn","ell_Grek"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ces_Latn-ell_Grek","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/cs-el.bitextf.tsv.gz":{"num_bytes":1075644279,"checksum":null}},"download_size":1075644279,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1075644279},"ces_Latn-eng_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ces_Latn","eng_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ces_Latn-eng_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/cs-en.bitextf.tsv.gz":{"num_bytes":4604399724,"checksum":null}},"download_size":4604399724,"post_processing_size":null,"dataset_size":0,"size_in_bytes":4604399724},"ces_Latn-epo_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ces_Latn","epo_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ces_Latn-epo_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/cs-eo.bitextf.tsv.gz":{"num_bytes":106240321,"checksum":null}},"download_size":106240321,"post_processing_size":null,"dataset_size":0,"size_in_bytes":106240321},"ces_Latn-est_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ces_Latn","est_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ces_Latn-est_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/cs-et.bitextf.tsv.gz":{"num_bytes":623045563,"checksum":null}},"download_size":623045563,"post_processing_size":null,"dataset_size":0,"size_in_bytes":623045563},"ces_Latn-fin_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ces_Latn","fin_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ces_Latn-fin_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/cs-fi.bitextf.tsv.gz":{"num_bytes":820502070,"checksum":null}},"download_size":820502070,"post_processing_size":null,"dataset_size":0,"size_in_bytes":820502070},"ces_Latn-fra_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ces_Latn","fra_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ces_Latn-fra_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/cs-fr.bitextf.tsv.gz":{"num_bytes":2441031296,"checksum":null}},"download_size":2441031296,"post_processing_size":null,"dataset_size":0,"size_in_bytes":2441031296},"ces_Latn-heb_Hebr":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ces_Latn","heb_Hebr"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ces_Latn-heb_Hebr","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/cs-he.bitextf.tsv.gz":{"num_bytes":275957622,"checksum":null}},"download_size":275957622,"post_processing_size":null,"dataset_size":0,"size_in_bytes":275957622},"ces_Latn-hin_Deva":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ces_Latn","hin_Deva"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ces_Latn-hin_Deva","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/cs-hi.bitextf.tsv.gz":{"num_bytes":182492270,"checksum":null}},"download_size":182492270,"post_processing_size":null,"dataset_size":0,"size_in_bytes":182492270},"ces_Latn-hrv_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ces_Latn","hrv_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ces_Latn-hrv_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/cs-hr.bitextf.tsv.gz":{"num_bytes":382231349,"checksum":null}},"download_size":382231349,"post_processing_size":null,"dataset_size":0,"size_in_bytes":382231349},"ces_Latn-hun_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ces_Latn","hun_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ces_Latn-hun_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/cs-hu.bitextf.tsv.gz":{"num_bytes":1107046331,"checksum":null}},"download_size":1107046331,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1107046331},"ces_Latn-ind_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ces_Latn","ind_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ces_Latn-ind_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/cs-id.bitextf.tsv.gz":{"num_bytes":516192994,"checksum":null}},"download_size":516192994,"post_processing_size":null,"dataset_size":0,"size_in_bytes":516192994},"ces_Latn-ita_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ces_Latn","ita_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ces_Latn-ita_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/cs-it.bitextf.tsv.gz":{"num_bytes":667136120,"checksum":null}},"download_size":667136120,"post_processing_size":null,"dataset_size":0,"size_in_bytes":667136120},"ces_Latn-jpn_Jpan":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ces_Latn","jpn_Jpan"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ces_Latn-jpn_Jpan","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/cs-ja.bitextf.tsv.gz":{"num_bytes":611066563,"checksum":null}},"download_size":611066563,"post_processing_size":null,"dataset_size":0,"size_in_bytes":611066563},"ces_Latn-kor_Hang":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ces_Latn","kor_Hang"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ces_Latn-kor_Hang","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/cs-ko.bitextf.tsv.gz":{"num_bytes":383461730,"checksum":null}},"download_size":383461730,"post_processing_size":null,"dataset_size":0,"size_in_bytes":383461730},"ces_Latn-lit_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ces_Latn","lit_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ces_Latn-lit_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/cs-lt.bitextf.tsv.gz":{"num_bytes":713256313,"checksum":null}},"download_size":713256313,"post_processing_size":null,"dataset_size":0,"size_in_bytes":713256313},"ces_Latn-lvs_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ces_Latn","lvs_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ces_Latn-lvs_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/cs-lv.bitextf.tsv.gz":{"num_bytes":543629367,"checksum":null}},"download_size":543629367,"post_processing_size":null,"dataset_size":0,"size_in_bytes":543629367},"ces_Latn-mkd_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ces_Latn","mkd_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ces_Latn-mkd_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/cs-mk.bitextf.tsv.gz":{"num_bytes":202945193,"checksum":null}},"download_size":202945193,"post_processing_size":null,"dataset_size":0,"size_in_bytes":202945193},"ces_Latn-nld_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ces_Latn","nld_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ces_Latn-nld_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/cs-nl.bitextf.tsv.gz":{"num_bytes":1698300235,"checksum":null}},"download_size":1698300235,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1698300235},"ces_Latn-nob_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ces_Latn","nob_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ces_Latn-nob_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/cs-no.bitextf.tsv.gz":{"num_bytes":651509808,"checksum":null}},"download_size":651509808,"post_processing_size":null,"dataset_size":0,"size_in_bytes":651509808},"ces_Latn-pes_Arab":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ces_Latn","pes_Arab"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ces_Latn-pes_Arab","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/cs-fa.bitextf.tsv.gz":{"num_bytes":236656184,"checksum":null}},"download_size":236656184,"post_processing_size":null,"dataset_size":0,"size_in_bytes":236656184},"ces_Latn-pol_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ces_Latn","pol_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ces_Latn-pol_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/cs-pl.bitextf.tsv.gz":{"num_bytes":2209602957,"checksum":null}},"download_size":2209602957,"post_processing_size":null,"dataset_size":0,"size_in_bytes":2209602957},"ces_Latn-por_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ces_Latn","por_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ces_Latn-por_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/cs-pt.bitextf.tsv.gz":{"num_bytes":1819426316,"checksum":null}},"download_size":1819426316,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1819426316},"ces_Latn-ron_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ces_Latn","ron_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ces_Latn-ron_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/cs-ro.bitextf.tsv.gz":{"num_bytes":1038516387,"checksum":null}},"download_size":1038516387,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1038516387},"ces_Latn-rus_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ces_Latn","rus_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ces_Latn-rus_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/cs-ru.bitextf.tsv.gz":{"num_bytes":2172446489,"checksum":null}},"download_size":2172446489,"post_processing_size":null,"dataset_size":0,"size_in_bytes":2172446489},"ces_Latn-slk_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ces_Latn","slk_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ces_Latn-slk_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/cs-sk.bitextf.tsv.gz":{"num_bytes":3212895977,"checksum":null}},"download_size":3212895977,"post_processing_size":null,"dataset_size":0,"size_in_bytes":3212895977},"ces_Latn-slv_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ces_Latn","slv_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ces_Latn-slv_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/cs-sl.bitextf.tsv.gz":{"num_bytes":875537129,"checksum":null}},"download_size":875537129,"post_processing_size":null,"dataset_size":0,"size_in_bytes":875537129},"ces_Latn-spa_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ces_Latn","spa_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ces_Latn-spa_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/cs-es.bitextf.tsv.gz":{"num_bytes":2454649224,"checksum":null}},"download_size":2454649224,"post_processing_size":null,"dataset_size":0,"size_in_bytes":2454649224},"ces_Latn-srp_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ces_Latn","srp_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ces_Latn-srp_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/cs-sr.bitextf.tsv.gz":{"num_bytes":527920234,"checksum":null}},"download_size":527920234,"post_processing_size":null,"dataset_size":0,"size_in_bytes":527920234},"ces_Latn-swe_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ces_Latn","swe_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ces_Latn-swe_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/cs-sv.bitextf.tsv.gz":{"num_bytes":1437443024,"checksum":null}},"download_size":1437443024,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1437443024},"ces_Latn-swh_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ces_Latn","swh_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ces_Latn-swh_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/cs-sw.bitextf.tsv.gz":{"num_bytes":52433067,"checksum":null}},"download_size":52433067,"post_processing_size":null,"dataset_size":0,"size_in_bytes":52433067},"ces_Latn-tam_Taml":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ces_Latn","tam_Taml"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ces_Latn-tam_Taml","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/cs-ta.bitextf.tsv.gz":{"num_bytes":48702795,"checksum":null}},"download_size":48702795,"post_processing_size":null,"dataset_size":0,"size_in_bytes":48702795},"ces_Latn-tur_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ces_Latn","tur_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ces_Latn-tur_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/cs-tr.bitextf.tsv.gz":{"num_bytes":798840025,"checksum":null}},"download_size":798840025,"post_processing_size":null,"dataset_size":0,"size_in_bytes":798840025},"ces_Latn-ukr_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ces_Latn","ukr_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ces_Latn-ukr_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/cs-uk.bitextf.tsv.gz":{"num_bytes":369707683,"checksum":null}},"download_size":369707683,"post_processing_size":null,"dataset_size":0,"size_in_bytes":369707683},"ces_Latn-vie_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ces_Latn","vie_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ces_Latn-vie_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/cs-vi.bitextf.tsv.gz":{"num_bytes":602761431,"checksum":null}},"download_size":602761431,"post_processing_size":null,"dataset_size":0,"size_in_bytes":602761431},"ces_Latn-zho_Hans":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ces_Latn","zho_Hans"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ces_Latn-zho_Hans","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/cs-zh.bitextf.tsv.gz":{"num_bytes":489751846,"checksum":null}},"download_size":489751846,"post_processing_size":null,"dataset_size":0,"size_in_bytes":489751846},"cym_Latn-nld_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["cym_Latn","nld_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"cym_Latn-nld_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/cy-nl.bitextf.tsv.gz":{"num_bytes":6519178,"checksum":null}},"download_size":6519178,"post_processing_size":null,"dataset_size":0,"size_in_bytes":6519178},"dan_Latn-als_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["dan_Latn","als_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"dan_Latn-als_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/da-sq.bitextf.tsv.gz":{"num_bytes":151915151,"checksum":null}},"download_size":151915151,"post_processing_size":null,"dataset_size":0,"size_in_bytes":151915151},"dan_Latn-deu_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["dan_Latn","deu_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"dan_Latn-deu_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/da-de.bitextf.tsv.gz":{"num_bytes":2313340879,"checksum":null}},"download_size":2313340879,"post_processing_size":null,"dataset_size":0,"size_in_bytes":2313340879},"dan_Latn-ell_Grek":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["dan_Latn","ell_Grek"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"dan_Latn-ell_Grek","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/da-el.bitextf.tsv.gz":{"num_bytes":895980567,"checksum":null}},"download_size":895980567,"post_processing_size":null,"dataset_size":0,"size_in_bytes":895980567},"dan_Latn-eng_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["dan_Latn","eng_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"dan_Latn-eng_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/da-en.bitextf.tsv.gz":{"num_bytes":3879632246,"checksum":null}},"download_size":3879632246,"post_processing_size":null,"dataset_size":0,"size_in_bytes":3879632246},"dan_Latn-epo_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["dan_Latn","epo_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"dan_Latn-epo_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/da-eo.bitextf.tsv.gz":{"num_bytes":77158222,"checksum":null}},"download_size":77158222,"post_processing_size":null,"dataset_size":0,"size_in_bytes":77158222},"dan_Latn-est_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["dan_Latn","est_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"dan_Latn-est_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/da-et.bitextf.tsv.gz":{"num_bytes":513643081,"checksum":null}},"download_size":513643081,"post_processing_size":null,"dataset_size":0,"size_in_bytes":513643081},"dan_Latn-fin_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["dan_Latn","fin_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"dan_Latn-fin_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/da-fi.bitextf.tsv.gz":{"num_bytes":889825121,"checksum":null}},"download_size":889825121,"post_processing_size":null,"dataset_size":0,"size_in_bytes":889825121},"dan_Latn-fra_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["dan_Latn","fra_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"dan_Latn-fra_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/da-fr.bitextf.tsv.gz":{"num_bytes":2067850317,"checksum":null}},"download_size":2067850317,"post_processing_size":null,"dataset_size":0,"size_in_bytes":2067850317},"dan_Latn-gla_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["dan_Latn","gla_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"dan_Latn-gla_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/da-gd.bitextf.tsv.gz":{"num_bytes":1220563,"checksum":null}},"download_size":1220563,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1220563},"dan_Latn-heb_Hebr":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["dan_Latn","heb_Hebr"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"dan_Latn-heb_Hebr","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/da-he.bitextf.tsv.gz":{"num_bytes":235363592,"checksum":null}},"download_size":235363592,"post_processing_size":null,"dataset_size":0,"size_in_bytes":235363592},"dan_Latn-hrv_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["dan_Latn","hrv_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"dan_Latn-hrv_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/da-hr.bitextf.tsv.gz":{"num_bytes":251457532,"checksum":null}},"download_size":251457532,"post_processing_size":null,"dataset_size":0,"size_in_bytes":251457532},"dan_Latn-hun_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["dan_Latn","hun_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"dan_Latn-hun_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/da-hu.bitextf.tsv.gz":{"num_bytes":748775380,"checksum":null}},"download_size":748775380,"post_processing_size":null,"dataset_size":0,"size_in_bytes":748775380},"dan_Latn-ind_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["dan_Latn","ind_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"dan_Latn-ind_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/da-id.bitextf.tsv.gz":{"num_bytes":449011903,"checksum":null}},"download_size":449011903,"post_processing_size":null,"dataset_size":0,"size_in_bytes":449011903},"dan_Latn-isl_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["dan_Latn","isl_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"dan_Latn-isl_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/da-is.bitextf.tsv.gz":{"num_bytes":80829941,"checksum":null}},"download_size":80829941,"post_processing_size":null,"dataset_size":0,"size_in_bytes":80829941},"dan_Latn-ita_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["dan_Latn","ita_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"dan_Latn-ita_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/da-it.bitextf.tsv.gz":{"num_bytes":1372743496,"checksum":null}},"download_size":1372743496,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1372743496},"dan_Latn-jpn_Jpan":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["dan_Latn","jpn_Jpan"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"dan_Latn-jpn_Jpan","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/da-ja.bitextf.tsv.gz":{"num_bytes":245361738,"checksum":null}},"download_size":245361738,"post_processing_size":null,"dataset_size":0,"size_in_bytes":245361738},"dan_Latn-kor_Hang":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["dan_Latn","kor_Hang"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"dan_Latn-kor_Hang","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/da-ko.bitextf.tsv.gz":{"num_bytes":184455625,"checksum":null}},"download_size":184455625,"post_processing_size":null,"dataset_size":0,"size_in_bytes":184455625},"dan_Latn-lit_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["dan_Latn","lit_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"dan_Latn-lit_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/da-lt.bitextf.tsv.gz":{"num_bytes":565675709,"checksum":null}},"download_size":565675709,"post_processing_size":null,"dataset_size":0,"size_in_bytes":565675709},"dan_Latn-ltz_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["dan_Latn","ltz_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"dan_Latn-ltz_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/da-lb.bitextf.tsv.gz":{"num_bytes":12762686,"checksum":null}},"download_size":12762686,"post_processing_size":null,"dataset_size":0,"size_in_bytes":12762686},"dan_Latn-lvs_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["dan_Latn","lvs_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"dan_Latn-lvs_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/da-lv.bitextf.tsv.gz":{"num_bytes":425612585,"checksum":null}},"download_size":425612585,"post_processing_size":null,"dataset_size":0,"size_in_bytes":425612585},"dan_Latn-mkd_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["dan_Latn","mkd_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"dan_Latn-mkd_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/da-mk.bitextf.tsv.gz":{"num_bytes":139038620,"checksum":null}},"download_size":139038620,"post_processing_size":null,"dataset_size":0,"size_in_bytes":139038620},"dan_Latn-nld_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["dan_Latn","nld_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"dan_Latn-nld_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/da-nl.bitextf.tsv.gz":{"num_bytes":1436981977,"checksum":null}},"download_size":1436981977,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1436981977},"dan_Latn-nob_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["dan_Latn","nob_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"dan_Latn-nob_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/da-no.bitextf.tsv.gz":{"num_bytes":1204243355,"checksum":null}},"download_size":1204243355,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1204243355},"dan_Latn-pes_Arab":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["dan_Latn","pes_Arab"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"dan_Latn-pes_Arab","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/da-fa.bitextf.tsv.gz":{"num_bytes":173219359,"checksum":null}},"download_size":173219359,"post_processing_size":null,"dataset_size":0,"size_in_bytes":173219359},"dan_Latn-pol_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["dan_Latn","pol_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"dan_Latn-pol_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/da-pl.bitextf.tsv.gz":{"num_bytes":364247982,"checksum":null}},"download_size":364247982,"post_processing_size":null,"dataset_size":0,"size_in_bytes":364247982},"dan_Latn-por_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["dan_Latn","por_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"dan_Latn-por_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/da-pt.bitextf.tsv.gz":{"num_bytes":1319177596,"checksum":null}},"download_size":1319177596,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1319177596},"dan_Latn-ron_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["dan_Latn","ron_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"dan_Latn-ron_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/da-ro.bitextf.tsv.gz":{"num_bytes":751641469,"checksum":null}},"download_size":751641469,"post_processing_size":null,"dataset_size":0,"size_in_bytes":751641469},"dan_Latn-rus_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["dan_Latn","rus_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"dan_Latn-rus_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/da-ru.bitextf.tsv.gz":{"num_bytes":548728595,"checksum":null}},"download_size":548728595,"post_processing_size":null,"dataset_size":0,"size_in_bytes":548728595},"dan_Latn-slk_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["dan_Latn","slk_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"dan_Latn-slk_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/da-sk.bitextf.tsv.gz":{"num_bytes":739495889,"checksum":null}},"download_size":739495889,"post_processing_size":null,"dataset_size":0,"size_in_bytes":739495889},"dan_Latn-slv_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["dan_Latn","slv_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"dan_Latn-slv_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/da-sl.bitextf.tsv.gz":{"num_bytes":585865717,"checksum":null}},"download_size":585865717,"post_processing_size":null,"dataset_size":0,"size_in_bytes":585865717},"dan_Latn-spa_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["dan_Latn","spa_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"dan_Latn-spa_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/da-es.bitextf.tsv.gz":{"num_bytes":2120694350,"checksum":null}},"download_size":2120694350,"post_processing_size":null,"dataset_size":0,"size_in_bytes":2120694350},"dan_Latn-srp_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["dan_Latn","srp_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"dan_Latn-srp_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/da-sr.bitextf.tsv.gz":{"num_bytes":349919357,"checksum":null}},"download_size":349919357,"post_processing_size":null,"dataset_size":0,"size_in_bytes":349919357},"dan_Latn-swe_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["dan_Latn","swe_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"dan_Latn-swe_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/da-sv.bitextf.tsv.gz":{"num_bytes":1850836973,"checksum":null}},"download_size":1850836973,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1850836973},"dan_Latn-tam_Taml":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["dan_Latn","tam_Taml"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"dan_Latn-tam_Taml","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/da-ta.bitextf.tsv.gz":{"num_bytes":30435413,"checksum":null}},"download_size":30435413,"post_processing_size":null,"dataset_size":0,"size_in_bytes":30435413},"dan_Latn-tur_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["dan_Latn","tur_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"dan_Latn-tur_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/da-tr.bitextf.tsv.gz":{"num_bytes":402654287,"checksum":null}},"download_size":402654287,"post_processing_size":null,"dataset_size":0,"size_in_bytes":402654287},"dan_Latn-ukr_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["dan_Latn","ukr_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"dan_Latn-ukr_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/da-uk.bitextf.tsv.gz":{"num_bytes":224040909,"checksum":null}},"download_size":224040909,"post_processing_size":null,"dataset_size":0,"size_in_bytes":224040909},"dan_Latn-vie_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["dan_Latn","vie_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"dan_Latn-vie_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/da-vi.bitextf.tsv.gz":{"num_bytes":320535878,"checksum":null}},"download_size":320535878,"post_processing_size":null,"dataset_size":0,"size_in_bytes":320535878},"dan_Latn-ydd_Hebr":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["dan_Latn","ydd_Hebr"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"dan_Latn-ydd_Hebr","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/da-yi.bitextf.tsv.gz":{"num_bytes":2083629,"checksum":null}},"download_size":2083629,"post_processing_size":null,"dataset_size":0,"size_in_bytes":2083629},"dan_Latn-zho_Hans":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["dan_Latn","zho_Hans"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"dan_Latn-zho_Hans","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/da-zh.bitextf.tsv.gz":{"num_bytes":336886051,"checksum":null}},"download_size":336886051,"post_processing_size":null,"dataset_size":0,"size_in_bytes":336886051},"deu_Latn-als_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["deu_Latn","als_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"deu_Latn-als_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/de-sq.bitextf.tsv.gz":{"num_bytes":584426025,"checksum":null}},"download_size":584426025,"post_processing_size":null,"dataset_size":0,"size_in_bytes":584426025},"deu_Latn-ell_Grek":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["deu_Latn","ell_Grek"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"deu_Latn-ell_Grek","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/de-el.bitextf.tsv.gz":{"num_bytes":2174389511,"checksum":null}},"download_size":2174389511,"post_processing_size":null,"dataset_size":0,"size_in_bytes":2174389511},"deu_Latn-eng_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["deu_Latn","eng_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"deu_Latn-eng_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/de-en.bitextf.tsv.gz":{"num_bytes":22046948130,"checksum":null}},"download_size":22046948130,"post_processing_size":null,"dataset_size":0,"size_in_bytes":22046948130},"deu_Latn-epo_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["deu_Latn","epo_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"deu_Latn-epo_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/de-eo.bitextf.tsv.gz":{"num_bytes":305271404,"checksum":null}},"download_size":305271404,"post_processing_size":null,"dataset_size":0,"size_in_bytes":305271404},"deu_Latn-est_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["deu_Latn","est_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"deu_Latn-est_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/de-et.bitextf.tsv.gz":{"num_bytes":1013848262,"checksum":null}},"download_size":1013848262,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1013848262},"deu_Latn-fin_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["deu_Latn","fin_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"deu_Latn-fin_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/de-fi.bitextf.tsv.gz":{"num_bytes":1672880244,"checksum":null}},"download_size":1672880244,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1672880244},"deu_Latn-fra_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["deu_Latn","fra_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"deu_Latn-fra_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/de-fr.bitextf.tsv.gz":{"num_bytes":13513549738,"checksum":null}},"download_size":13513549738,"post_processing_size":null,"dataset_size":0,"size_in_bytes":13513549738},"deu_Latn-hau_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["deu_Latn","hau_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"deu_Latn-hau_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/de-ha.bitextf.tsv.gz":{"num_bytes":32752332,"checksum":null}},"download_size":32752332,"post_processing_size":null,"dataset_size":0,"size_in_bytes":32752332},"deu_Latn-heb_Hebr":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["deu_Latn","heb_Hebr"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"deu_Latn-heb_Hebr","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/de-he.bitextf.tsv.gz":{"num_bytes":633781993,"checksum":null}},"download_size":633781993,"post_processing_size":null,"dataset_size":0,"size_in_bytes":633781993},"deu_Latn-hin_Deva":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["deu_Latn","hin_Deva"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"deu_Latn-hin_Deva","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/de-hi.bitextf.tsv.gz":{"num_bytes":537862110,"checksum":null}},"download_size":537862110,"post_processing_size":null,"dataset_size":0,"size_in_bytes":537862110},"deu_Latn-hrv_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["deu_Latn","hrv_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"deu_Latn-hrv_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/de-hr.bitextf.tsv.gz":{"num_bytes":704548391,"checksum":null}},"download_size":704548391,"post_processing_size":null,"dataset_size":0,"size_in_bytes":704548391},"deu_Latn-hun_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["deu_Latn","hun_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"deu_Latn-hun_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/de-hu.bitextf.tsv.gz":{"num_bytes":2148625081,"checksum":null}},"download_size":2148625081,"post_processing_size":null,"dataset_size":0,"size_in_bytes":2148625081},"deu_Latn-ilo_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["deu_Latn","ilo_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"deu_Latn-ilo_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/de-ilo.bitextf.tsv.gz":{"num_bytes":15992888,"checksum":null}},"download_size":15992888,"post_processing_size":null,"dataset_size":0,"size_in_bytes":15992888},"deu_Latn-ind_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["deu_Latn","ind_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"deu_Latn-ind_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/de-id.bitextf.tsv.gz":{"num_bytes":1416414388,"checksum":null}},"download_size":1416414388,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1416414388},"deu_Latn-isl_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["deu_Latn","isl_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"deu_Latn-isl_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/de-is.bitextf.tsv.gz":{"num_bytes":179412327,"checksum":null}},"download_size":179412327,"post_processing_size":null,"dataset_size":0,"size_in_bytes":179412327},"deu_Latn-ita_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["deu_Latn","ita_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"deu_Latn-ita_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/de-it.bitextf.tsv.gz":{"num_bytes":7386772415,"checksum":null}},"download_size":7386772415,"post_processing_size":null,"dataset_size":0,"size_in_bytes":7386772415},"deu_Latn-jav_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["deu_Latn","jav_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"deu_Latn-jav_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/de-jv.bitextf.tsv.gz":{"num_bytes":18229553,"checksum":null}},"download_size":18229553,"post_processing_size":null,"dataset_size":0,"size_in_bytes":18229553},"deu_Latn-jpn_Jpan":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["deu_Latn","jpn_Jpan"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"deu_Latn-jpn_Jpan","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/de-ja.bitextf.tsv.gz":{"num_bytes":863365746,"checksum":null}},"download_size":863365746,"post_processing_size":null,"dataset_size":0,"size_in_bytes":863365746},"deu_Latn-kor_Hang":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["deu_Latn","kor_Hang"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"deu_Latn-kor_Hang","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/de-ko.bitextf.tsv.gz":{"num_bytes":589650933,"checksum":null}},"download_size":589650933,"post_processing_size":null,"dataset_size":0,"size_in_bytes":589650933},"deu_Latn-lit_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["deu_Latn","lit_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"deu_Latn-lit_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/de-lt.bitextf.tsv.gz":{"num_bytes":1148626867,"checksum":null}},"download_size":1148626867,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1148626867},"deu_Latn-ltz_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["deu_Latn","ltz_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"deu_Latn-ltz_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/de-lb.bitextf.tsv.gz":{"num_bytes":57263009,"checksum":null}},"download_size":57263009,"post_processing_size":null,"dataset_size":0,"size_in_bytes":57263009},"deu_Latn-lvs_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["deu_Latn","lvs_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"deu_Latn-lvs_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/de-lv.bitextf.tsv.gz":{"num_bytes":936481431,"checksum":null}},"download_size":936481431,"post_processing_size":null,"dataset_size":0,"size_in_bytes":936481431},"deu_Latn-mal_Mlym":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["deu_Latn","mal_Mlym"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"deu_Latn-mal_Mlym","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/de-ml.bitextf.tsv.gz":{"num_bytes":160920480,"checksum":null}},"download_size":160920480,"post_processing_size":null,"dataset_size":0,"size_in_bytes":160920480},"deu_Latn-mkd_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["deu_Latn","mkd_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"deu_Latn-mkd_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/de-mk.bitextf.tsv.gz":{"num_bytes":405400731,"checksum":null}},"download_size":405400731,"post_processing_size":null,"dataset_size":0,"size_in_bytes":405400731},"deu_Latn-nld_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["deu_Latn","nld_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"deu_Latn-nld_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/de-nl.bitextf.tsv.gz":{"num_bytes":5944931626,"checksum":null}},"download_size":5944931626,"post_processing_size":null,"dataset_size":0,"size_in_bytes":5944931626},"deu_Latn-nob_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["deu_Latn","nob_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"deu_Latn-nob_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/de-no.bitextf.tsv.gz":{"num_bytes":1797042687,"checksum":null}},"download_size":1797042687,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1797042687},"deu_Latn-pes_Arab":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["deu_Latn","pes_Arab"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"deu_Latn-pes_Arab","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/de-fa.bitextf.tsv.gz":{"num_bytes":620673446,"checksum":null}},"download_size":620673446,"post_processing_size":null,"dataset_size":0,"size_in_bytes":620673446},"deu_Latn-plt_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["deu_Latn","plt_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"deu_Latn-plt_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/de-mg.bitextf.tsv.gz":{"num_bytes":47458799,"checksum":null}},"download_size":47458799,"post_processing_size":null,"dataset_size":0,"size_in_bytes":47458799},"deu_Latn-pol_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["deu_Latn","pol_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"deu_Latn-pol_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/de-pl.bitextf.tsv.gz":{"num_bytes":3395642481,"checksum":null}},"download_size":3395642481,"post_processing_size":null,"dataset_size":0,"size_in_bytes":3395642481},"deu_Latn-por_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["deu_Latn","por_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"deu_Latn-por_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/de-pt.bitextf.tsv.gz":{"num_bytes":5401104560,"checksum":null}},"download_size":5401104560,"post_processing_size":null,"dataset_size":0,"size_in_bytes":5401104560},"deu_Latn-ron_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["deu_Latn","ron_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"deu_Latn-ron_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/de-ro.bitextf.tsv.gz":{"num_bytes":2052088458,"checksum":null}},"download_size":2052088458,"post_processing_size":null,"dataset_size":0,"size_in_bytes":2052088458},"deu_Latn-rus_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["deu_Latn","rus_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"deu_Latn-rus_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/de-ru.bitextf.tsv.gz":{"num_bytes":4729470839,"checksum":null}},"download_size":4729470839,"post_processing_size":null,"dataset_size":0,"size_in_bytes":4729470839},"deu_Latn-slk_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["deu_Latn","slk_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"deu_Latn-slk_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/de-sk.bitextf.tsv.gz":{"num_bytes":2203914657,"checksum":null}},"download_size":2203914657,"post_processing_size":null,"dataset_size":0,"size_in_bytes":2203914657},"deu_Latn-slv_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["deu_Latn","slv_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"deu_Latn-slv_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/de-sl.bitextf.tsv.gz":{"num_bytes":1524651203,"checksum":null}},"download_size":1524651203,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1524651203},"deu_Latn-spa_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["deu_Latn","spa_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"deu_Latn-spa_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/de-es.bitextf.tsv.gz":{"num_bytes":11186228619,"checksum":null}},"download_size":11186228619,"post_processing_size":null,"dataset_size":0,"size_in_bytes":11186228619},"deu_Latn-srp_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["deu_Latn","srp_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"deu_Latn-srp_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/de-sr.bitextf.tsv.gz":{"num_bytes":934786522,"checksum":null}},"download_size":934786522,"post_processing_size":null,"dataset_size":0,"size_in_bytes":934786522},"deu_Latn-sun_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["deu_Latn","sun_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"deu_Latn-sun_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/de-su.bitextf.tsv.gz":{"num_bytes":24955429,"checksum":null}},"download_size":24955429,"post_processing_size":null,"dataset_size":0,"size_in_bytes":24955429},"deu_Latn-swe_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["deu_Latn","swe_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"deu_Latn-swe_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/de-sv.bitextf.tsv.gz":{"num_bytes":3519602493,"checksum":null}},"download_size":3519602493,"post_processing_size":null,"dataset_size":0,"size_in_bytes":3519602493},"deu_Latn-swh_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["deu_Latn","swh_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"deu_Latn-swh_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/de-sw.bitextf.tsv.gz":{"num_bytes":166222957,"checksum":null}},"download_size":166222957,"post_processing_size":null,"dataset_size":0,"size_in_bytes":166222957},"deu_Latn-tam_Taml":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["deu_Latn","tam_Taml"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"deu_Latn-tam_Taml","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/de-ta.bitextf.tsv.gz":{"num_bytes":163413502,"checksum":null}},"download_size":163413502,"post_processing_size":null,"dataset_size":0,"size_in_bytes":163413502},"deu_Latn-tgl_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["deu_Latn","tgl_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"deu_Latn-tgl_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/de-tl.bitextf.tsv.gz":{"num_bytes":69480906,"checksum":null}},"download_size":69480906,"post_processing_size":null,"dataset_size":0,"size_in_bytes":69480906},"deu_Latn-tur_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["deu_Latn","tur_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"deu_Latn-tur_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/de-tr.bitextf.tsv.gz":{"num_bytes":1538257604,"checksum":null}},"download_size":1538257604,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1538257604},"deu_Latn-ukr_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["deu_Latn","ukr_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"deu_Latn-ukr_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/de-uk.bitextf.tsv.gz":{"num_bytes":678613694,"checksum":null}},"download_size":678613694,"post_processing_size":null,"dataset_size":0,"size_in_bytes":678613694},"deu_Latn-vie_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["deu_Latn","vie_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"deu_Latn-vie_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/de-vi.bitextf.tsv.gz":{"num_bytes":1071282356,"checksum":null}},"download_size":1071282356,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1071282356},"deu_Latn-ydd_Hebr":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["deu_Latn","ydd_Hebr"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"deu_Latn-ydd_Hebr","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/de-yi.bitextf.tsv.gz":{"num_bytes":10585010,"checksum":null}},"download_size":10585010,"post_processing_size":null,"dataset_size":0,"size_in_bytes":10585010},"deu_Latn-yor_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["deu_Latn","yor_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"deu_Latn-yor_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/de-yo.bitextf.tsv.gz":{"num_bytes":14809360,"checksum":null}},"download_size":14809360,"post_processing_size":null,"dataset_size":0,"size_in_bytes":14809360},"deu_Latn-zho_Hans":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["deu_Latn","zho_Hans"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"deu_Latn-zho_Hans","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/de-zh.bitextf.tsv.gz":{"num_bytes":1519823991,"checksum":null}},"download_size":1519823991,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1519823991},"deu_Latn-zsm_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["deu_Latn","zsm_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"deu_Latn-zsm_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/de-ms.bitextf.tsv.gz":{"num_bytes":251925273,"checksum":null}},"download_size":251925273,"post_processing_size":null,"dataset_size":0,"size_in_bytes":251925273},"ell_Grek-als_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ell_Grek","als_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ell_Grek-als_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/el-sq.bitextf.tsv.gz":{"num_bytes":297160668,"checksum":null}},"download_size":297160668,"post_processing_size":null,"dataset_size":0,"size_in_bytes":297160668},"ell_Grek-eng_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ell_Grek","eng_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ell_Grek-eng_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/el-en.bitextf.tsv.gz":{"num_bytes":5501235077,"checksum":null}},"download_size":5501235077,"post_processing_size":null,"dataset_size":0,"size_in_bytes":5501235077},"ell_Grek-epo_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ell_Grek","epo_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ell_Grek-epo_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/el-eo.bitextf.tsv.gz":{"num_bytes":101999663,"checksum":null}},"download_size":101999663,"post_processing_size":null,"dataset_size":0,"size_in_bytes":101999663},"ell_Grek-est_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ell_Grek","est_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ell_Grek-est_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/el-et.bitextf.tsv.gz":{"num_bytes":550037606,"checksum":null}},"download_size":550037606,"post_processing_size":null,"dataset_size":0,"size_in_bytes":550037606},"ell_Grek-fin_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ell_Grek","fin_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ell_Grek-fin_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/el-fi.bitextf.tsv.gz":{"num_bytes":728776771,"checksum":null}},"download_size":728776771,"post_processing_size":null,"dataset_size":0,"size_in_bytes":728776771},"ell_Grek-fra_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ell_Grek","fra_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ell_Grek-fra_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/el-fr.bitextf.tsv.gz":{"num_bytes":3804781883,"checksum":null}},"download_size":3804781883,"post_processing_size":null,"dataset_size":0,"size_in_bytes":3804781883},"ell_Grek-heb_Hebr":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ell_Grek","heb_Hebr"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ell_Grek-heb_Hebr","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/el-he.bitextf.tsv.gz":{"num_bytes":409907892,"checksum":null}},"download_size":409907892,"post_processing_size":null,"dataset_size":0,"size_in_bytes":409907892},"ell_Grek-hin_Deva":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ell_Grek","hin_Deva"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ell_Grek-hin_Deva","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/el-hi.bitextf.tsv.gz":{"num_bytes":253691758,"checksum":null}},"download_size":253691758,"post_processing_size":null,"dataset_size":0,"size_in_bytes":253691758},"ell_Grek-hun_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ell_Grek","hun_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ell_Grek-hun_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/el-hu.bitextf.tsv.gz":{"num_bytes":920274251,"checksum":null}},"download_size":920274251,"post_processing_size":null,"dataset_size":0,"size_in_bytes":920274251},"ell_Grek-ind_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ell_Grek","ind_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ell_Grek-ind_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/el-id.bitextf.tsv.gz":{"num_bytes":702712355,"checksum":null}},"download_size":702712355,"post_processing_size":null,"dataset_size":0,"size_in_bytes":702712355},"ell_Grek-ita_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ell_Grek","ita_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ell_Grek-ita_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/el-it.bitextf.tsv.gz":{"num_bytes":1934161692,"checksum":null}},"download_size":1934161692,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1934161692},"ell_Grek-jpn_Jpan":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ell_Grek","jpn_Jpan"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ell_Grek-jpn_Jpan","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/el-ja.bitextf.tsv.gz":{"num_bytes":289399400,"checksum":null}},"download_size":289399400,"post_processing_size":null,"dataset_size":0,"size_in_bytes":289399400},"ell_Grek-kor_Hang":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ell_Grek","kor_Hang"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ell_Grek-kor_Hang","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/el-ko.bitextf.tsv.gz":{"num_bytes":183674349,"checksum":null}},"download_size":183674349,"post_processing_size":null,"dataset_size":0,"size_in_bytes":183674349},"ell_Grek-lit_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ell_Grek","lit_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ell_Grek-lit_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/el-lt.bitextf.tsv.gz":{"num_bytes":657044932,"checksum":null}},"download_size":657044932,"post_processing_size":null,"dataset_size":0,"size_in_bytes":657044932},"ell_Grek-lvs_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ell_Grek","lvs_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ell_Grek-lvs_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/el-lv.bitextf.tsv.gz":{"num_bytes":512696471,"checksum":null}},"download_size":512696471,"post_processing_size":null,"dataset_size":0,"size_in_bytes":512696471},"ell_Grek-nld_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ell_Grek","nld_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ell_Grek-nld_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/el-nl.bitextf.tsv.gz":{"num_bytes":1274925422,"checksum":null}},"download_size":1274925422,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1274925422},"ell_Grek-nob_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ell_Grek","nob_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ell_Grek-nob_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/el-no.bitextf.tsv.gz":{"num_bytes":595645232,"checksum":null}},"download_size":595645232,"post_processing_size":null,"dataset_size":0,"size_in_bytes":595645232},"ell_Grek-pes_Arab":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ell_Grek","pes_Arab"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ell_Grek-pes_Arab","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/el-fa.bitextf.tsv.gz":{"num_bytes":254729957,"checksum":null}},"download_size":254729957,"post_processing_size":null,"dataset_size":0,"size_in_bytes":254729957},"ell_Grek-pol_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ell_Grek","pol_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ell_Grek-pol_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/el-pl.bitextf.tsv.gz":{"num_bytes":1223740959,"checksum":null}},"download_size":1223740959,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1223740959},"ell_Grek-por_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ell_Grek","por_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ell_Grek-por_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/el-pt.bitextf.tsv.gz":{"num_bytes":2191534897,"checksum":null}},"download_size":2191534897,"post_processing_size":null,"dataset_size":0,"size_in_bytes":2191534897},"ell_Grek-ron_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ell_Grek","ron_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ell_Grek-ron_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/el-ro.bitextf.tsv.gz":{"num_bytes":1210805161,"checksum":null}},"download_size":1210805161,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1210805161},"ell_Grek-rus_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ell_Grek","rus_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ell_Grek-rus_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/el-ru.bitextf.tsv.gz":{"num_bytes":1453461792,"checksum":null}},"download_size":1453461792,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1453461792},"ell_Grek-slk_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ell_Grek","slk_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ell_Grek-slk_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/el-sk.bitextf.tsv.gz":{"num_bytes":908470803,"checksum":null}},"download_size":908470803,"post_processing_size":null,"dataset_size":0,"size_in_bytes":908470803},"ell_Grek-slv_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ell_Grek","slv_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ell_Grek-slv_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/el-sl.bitextf.tsv.gz":{"num_bytes":710463866,"checksum":null}},"download_size":710463866,"post_processing_size":null,"dataset_size":0,"size_in_bytes":710463866},"ell_Grek-spa_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ell_Grek","spa_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ell_Grek-spa_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/el-es.bitextf.tsv.gz":{"num_bytes":3982171107,"checksum":null}},"download_size":3982171107,"post_processing_size":null,"dataset_size":0,"size_in_bytes":3982171107},"ell_Grek-srp_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ell_Grek","srp_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ell_Grek-srp_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/el-sr.bitextf.tsv.gz":{"num_bytes":485295448,"checksum":null}},"download_size":485295448,"post_processing_size":null,"dataset_size":0,"size_in_bytes":485295448},"ell_Grek-swe_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ell_Grek","swe_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ell_Grek-swe_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/el-sv.bitextf.tsv.gz":{"num_bytes":1003329139,"checksum":null}},"download_size":1003329139,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1003329139},"ell_Grek-swh_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ell_Grek","swh_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ell_Grek-swh_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/el-sw.bitextf.tsv.gz":{"num_bytes":115797470,"checksum":null}},"download_size":115797470,"post_processing_size":null,"dataset_size":0,"size_in_bytes":115797470},"ell_Grek-tam_Taml":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ell_Grek","tam_Taml"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ell_Grek-tam_Taml","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/el-ta.bitextf.tsv.gz":{"num_bytes":113816609,"checksum":null}},"download_size":113816609,"post_processing_size":null,"dataset_size":0,"size_in_bytes":113816609},"ell_Grek-tur_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ell_Grek","tur_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ell_Grek-tur_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/el-tr.bitextf.tsv.gz":{"num_bytes":738841570,"checksum":null}},"download_size":738841570,"post_processing_size":null,"dataset_size":0,"size_in_bytes":738841570},"ell_Grek-ukr_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ell_Grek","ukr_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ell_Grek-ukr_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/el-uk.bitextf.tsv.gz":{"num_bytes":277318580,"checksum":null}},"download_size":277318580,"post_processing_size":null,"dataset_size":0,"size_in_bytes":277318580},"ell_Grek-vie_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ell_Grek","vie_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ell_Grek-vie_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/el-vi.bitextf.tsv.gz":{"num_bytes":635151213,"checksum":null}},"download_size":635151213,"post_processing_size":null,"dataset_size":0,"size_in_bytes":635151213},"ell_Grek-zho_Hans":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ell_Grek","zho_Hans"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ell_Grek-zho_Hans","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/el-zh.bitextf.tsv.gz":{"num_bytes":450173240,"checksum":null}},"download_size":450173240,"post_processing_size":null,"dataset_size":0,"size_in_bytes":450173240},"eng_Latn-est_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["eng_Latn","est_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"eng_Latn-est_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/en-et.bitextf.tsv.gz":{"num_bytes":1580221485,"checksum":null}},"download_size":1580221485,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1580221485},"eng_Latn-fin_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["eng_Latn","fin_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"eng_Latn-fin_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/en-fi.bitextf.tsv.gz":{"num_bytes":2599836915,"checksum":null}},"download_size":2599836915,"post_processing_size":null,"dataset_size":0,"size_in_bytes":2599836915},"eng_Latn-fra_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["eng_Latn","fra_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"eng_Latn-fra_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/en-fr.bitextf.tsv.gz":{"num_bytes":31105404233,"checksum":null}},"download_size":31105404233,"post_processing_size":null,"dataset_size":0,"size_in_bytes":31105404233},"eng_Latn-glg_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["eng_Latn","glg_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"eng_Latn-glg_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/en-gl.bitextf.tsv.gz":{"num_bytes":770134243,"checksum":null}},"download_size":770134243,"post_processing_size":null,"dataset_size":0,"size_in_bytes":770134243},"eng_Latn-heb_Hebr":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["eng_Latn","heb_Hebr"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"eng_Latn-heb_Hebr","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/en-he.bitextf.tsv.gz":{"num_bytes":1776054274,"checksum":null}},"download_size":1776054274,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1776054274},"eng_Latn-hrv_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["eng_Latn","hrv_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"eng_Latn-hrv_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/en-hr.bitextf.tsv.gz":{"num_bytes":1431687300,"checksum":null}},"download_size":1431687300,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1431687300},"eng_Latn-hun_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["eng_Latn","hun_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"eng_Latn-hun_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/en-hu.bitextf.tsv.gz":{"num_bytes":2982602173,"checksum":null}},"download_size":2982602173,"post_processing_size":null,"dataset_size":0,"size_in_bytes":2982602173},"eng_Latn-ind_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["eng_Latn","ind_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"eng_Latn-ind_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/en-id.bitextf.tsv.gz":{"num_bytes":6200473579,"checksum":null}},"download_size":6200473579,"post_processing_size":null,"dataset_size":0,"size_in_bytes":6200473579},"eng_Latn-isl_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["eng_Latn","isl_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"eng_Latn-isl_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/en-is.bitextf.tsv.gz":{"num_bytes":442020187,"checksum":null}},"download_size":442020187,"post_processing_size":null,"dataset_size":0,"size_in_bytes":442020187},"eng_Latn-ita_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["eng_Latn","ita_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"eng_Latn-ita_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/en-it.bitextf.tsv.gz":{"num_bytes":14310796271,"checksum":null}},"download_size":14310796271,"post_processing_size":null,"dataset_size":0,"size_in_bytes":14310796271},"eng_Latn-jpn_Jpan":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["eng_Latn","jpn_Jpan"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"eng_Latn-jpn_Jpan","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/en-ja.bitextf.tsv.gz":{"num_bytes":2756240873,"checksum":null}},"download_size":2756240873,"post_processing_size":null,"dataset_size":0,"size_in_bytes":2756240873},"eng_Latn-kor_Hang":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["eng_Latn","kor_Hang"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"eng_Latn-kor_Hang","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/en-ko.bitextf.tsv.gz":{"num_bytes":1295820826,"checksum":null}},"download_size":1295820826,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1295820826},"eng_Latn-lit_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["eng_Latn","lit_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"eng_Latn-lit_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/en-lt.bitextf.tsv.gz":{"num_bytes":1819025504,"checksum":null}},"download_size":1819025504,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1819025504},"eng_Latn-lvs_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["eng_Latn","lvs_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"eng_Latn-lvs_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/en-lv.bitextf.tsv.gz":{"num_bytes":1488274312,"checksum":null}},"download_size":1488274312,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1488274312},"eng_Latn-mkd_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["eng_Latn","mkd_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"eng_Latn-mkd_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/en-mk.bitextf.tsv.gz":{"num_bytes":1036184429,"checksum":null}},"download_size":1036184429,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1036184429},"eng_Latn-nld_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["eng_Latn","nld_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"eng_Latn-nld_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/en-nl.bitextf.tsv.gz":{"num_bytes":8475029403,"checksum":null}},"download_size":8475029403,"post_processing_size":null,"dataset_size":0,"size_in_bytes":8475029403},"eng_Latn-nob_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["eng_Latn","nob_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"eng_Latn-nob_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/en-no.bitextf.tsv.gz":{"num_bytes":3304406106,"checksum":null}},"download_size":3304406106,"post_processing_size":null,"dataset_size":0,"size_in_bytes":3304406106},"eng_Latn-oci_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["eng_Latn","oci_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"eng_Latn-oci_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/en-oc.bitextf.tsv.gz":{"num_bytes":65540052,"checksum":null}},"download_size":65540052,"post_processing_size":null,"dataset_size":0,"size_in_bytes":65540052},"eng_Latn-pes_Arab":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["eng_Latn","pes_Arab"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"eng_Latn-pes_Arab","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/en-fa.bitextf.tsv.gz":{"num_bytes":2169843180,"checksum":null}},"download_size":2169843180,"post_processing_size":null,"dataset_size":0,"size_in_bytes":2169843180},"eng_Latn-pol_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["eng_Latn","pol_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"eng_Latn-pol_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/en-pl.bitextf.tsv.gz":{"num_bytes":6430392099,"checksum":null}},"download_size":6430392099,"post_processing_size":null,"dataset_size":0,"size_in_bytes":6430392099},"eng_Latn-por_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["eng_Latn","por_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"eng_Latn-por_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/en-pt.bitextf.tsv.gz":{"num_bytes":17251525212,"checksum":null}},"download_size":17251525212,"post_processing_size":null,"dataset_size":0,"size_in_bytes":17251525212},"eng_Latn-ron_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["eng_Latn","ron_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"eng_Latn-ron_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/en-ro.bitextf.tsv.gz":{"num_bytes":5164201165,"checksum":null}},"download_size":5164201165,"post_processing_size":null,"dataset_size":0,"size_in_bytes":5164201165},"eng_Latn-rus_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["eng_Latn","rus_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"eng_Latn-rus_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/en-ru.bitextf.tsv.gz":{"num_bytes":15759721758,"checksum":null}},"download_size":15759721758,"post_processing_size":null,"dataset_size":0,"size_in_bytes":15759721758},"eng_Latn-slk_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["eng_Latn","slk_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"eng_Latn-slk_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/en-sk.bitextf.tsv.gz":{"num_bytes":2955329431,"checksum":null}},"download_size":2955329431,"post_processing_size":null,"dataset_size":0,"size_in_bytes":2955329431},"eng_Latn-slv_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["eng_Latn","slv_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"eng_Latn-slv_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/en-sl.bitextf.tsv.gz":{"num_bytes":1993655555,"checksum":null}},"download_size":1993655555,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1993655555},"eng_Latn-spa_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["eng_Latn","spa_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"eng_Latn-spa_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/en-es.bitextf.tsv.gz":{"num_bytes":41724375948,"checksum":null}},"download_size":41724375948,"post_processing_size":null,"dataset_size":0,"size_in_bytes":41724375948},"eng_Latn-srp_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["eng_Latn","srp_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"eng_Latn-srp_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/en-sr.bitextf.tsv.gz":{"num_bytes":1941773409,"checksum":null}},"download_size":1941773409,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1941773409},"eng_Latn-swe_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["eng_Latn","swe_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"eng_Latn-swe_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/en-sv.bitextf.tsv.gz":{"num_bytes":5466834325,"checksum":null}},"download_size":5466834325,"post_processing_size":null,"dataset_size":0,"size_in_bytes":5466834325},"eng_Latn-tur_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["eng_Latn","tur_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"eng_Latn-tur_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/en-tr.bitextf.tsv.gz":{"num_bytes":3314836667,"checksum":null}},"download_size":3314836667,"post_processing_size":null,"dataset_size":0,"size_in_bytes":3314836667},"eng_Latn-ukr_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["eng_Latn","ukr_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"eng_Latn-ukr_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/en-uk.bitextf.tsv.gz":{"num_bytes":1930617505,"checksum":null}},"download_size":1930617505,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1930617505},"eng_Latn-vie_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["eng_Latn","vie_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"eng_Latn-vie_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/en-vi.bitextf.tsv.gz":{"num_bytes":4544515330,"checksum":null}},"download_size":4544515330,"post_processing_size":null,"dataset_size":0,"size_in_bytes":4544515330},"eng_Latn-zho_Hans":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["eng_Latn","zho_Hans"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"eng_Latn-zho_Hans","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/en-zh.bitextf.tsv.gz":{"num_bytes":6538636032,"checksum":null}},"download_size":6538636032,"post_processing_size":null,"dataset_size":0,"size_in_bytes":6538636032},"epo_Latn-als_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["epo_Latn","als_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"epo_Latn-als_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/eo-sq.bitextf.tsv.gz":{"num_bytes":72274645,"checksum":null}},"download_size":72274645,"post_processing_size":null,"dataset_size":0,"size_in_bytes":72274645},"epo_Latn-est_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["epo_Latn","est_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"epo_Latn-est_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/eo-et.bitextf.tsv.gz":{"num_bytes":44727721,"checksum":null}},"download_size":44727721,"post_processing_size":null,"dataset_size":0,"size_in_bytes":44727721},"epo_Latn-fin_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["epo_Latn","fin_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"epo_Latn-fin_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/eo-fi.bitextf.tsv.gz":{"num_bytes":67302405,"checksum":null}},"download_size":67302405,"post_processing_size":null,"dataset_size":0,"size_in_bytes":67302405},"epo_Latn-heb_Hebr":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["epo_Latn","heb_Hebr"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"epo_Latn-heb_Hebr","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/eo-he.bitextf.tsv.gz":{"num_bytes":47701418,"checksum":null}},"download_size":47701418,"post_processing_size":null,"dataset_size":0,"size_in_bytes":47701418},"epo_Latn-hrv_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["epo_Latn","hrv_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"epo_Latn-hrv_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/eo-hr.bitextf.tsv.gz":{"num_bytes":29737272,"checksum":null}},"download_size":29737272,"post_processing_size":null,"dataset_size":0,"size_in_bytes":29737272},"epo_Latn-hun_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["epo_Latn","hun_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"epo_Latn-hun_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/eo-hu.bitextf.tsv.gz":{"num_bytes":73840152,"checksum":null}},"download_size":73840152,"post_processing_size":null,"dataset_size":0,"size_in_bytes":73840152},"epo_Latn-ita_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["epo_Latn","ita_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"epo_Latn-ita_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/eo-it.bitextf.tsv.gz":{"num_bytes":173393401,"checksum":null}},"download_size":173393401,"post_processing_size":null,"dataset_size":0,"size_in_bytes":173393401},"epo_Latn-lit_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["epo_Latn","lit_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"epo_Latn-lit_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/eo-lt.bitextf.tsv.gz":{"num_bytes":45534599,"checksum":null}},"download_size":45534599,"post_processing_size":null,"dataset_size":0,"size_in_bytes":45534599},"epo_Latn-lvs_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["epo_Latn","lvs_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"epo_Latn-lvs_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/eo-lv.bitextf.tsv.gz":{"num_bytes":48598664,"checksum":null}},"download_size":48598664,"post_processing_size":null,"dataset_size":0,"size_in_bytes":48598664},"epo_Latn-mkd_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["epo_Latn","mkd_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"epo_Latn-mkd_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/eo-mk.bitextf.tsv.gz":{"num_bytes":42105251,"checksum":null}},"download_size":42105251,"post_processing_size":null,"dataset_size":0,"size_in_bytes":42105251},"epo_Latn-nld_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["epo_Latn","nld_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"epo_Latn-nld_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/eo-nl.bitextf.tsv.gz":{"num_bytes":132697068,"checksum":null}},"download_size":132697068,"post_processing_size":null,"dataset_size":0,"size_in_bytes":132697068},"epo_Latn-nob_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["epo_Latn","nob_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"epo_Latn-nob_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/eo-no.bitextf.tsv.gz":{"num_bytes":72998665,"checksum":null}},"download_size":72998665,"post_processing_size":null,"dataset_size":0,"size_in_bytes":72998665},"epo_Latn-pes_Arab":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["epo_Latn","pes_Arab"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"epo_Latn-pes_Arab","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/eo-fa.bitextf.tsv.gz":{"num_bytes":57398394,"checksum":null}},"download_size":57398394,"post_processing_size":null,"dataset_size":0,"size_in_bytes":57398394},"epo_Latn-ron_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["epo_Latn","ron_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"epo_Latn-ron_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/eo-ro.bitextf.tsv.gz":{"num_bytes":88634227,"checksum":null}},"download_size":88634227,"post_processing_size":null,"dataset_size":0,"size_in_bytes":88634227},"epo_Latn-slk_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["epo_Latn","slk_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"epo_Latn-slk_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/eo-sk.bitextf.tsv.gz":{"num_bytes":87068168,"checksum":null}},"download_size":87068168,"post_processing_size":null,"dataset_size":0,"size_in_bytes":87068168},"epo_Latn-slv_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["epo_Latn","slv_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"epo_Latn-slv_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/eo-sl.bitextf.tsv.gz":{"num_bytes":68066262,"checksum":null}},"download_size":68066262,"post_processing_size":null,"dataset_size":0,"size_in_bytes":68066262},"epo_Latn-spa_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["epo_Latn","spa_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"epo_Latn-spa_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/eo-es.bitextf.tsv.gz":{"num_bytes":425182295,"checksum":null}},"download_size":425182295,"post_processing_size":null,"dataset_size":0,"size_in_bytes":425182295},"epo_Latn-srp_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["epo_Latn","srp_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"epo_Latn-srp_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/eo-sr.bitextf.tsv.gz":{"num_bytes":78180225,"checksum":null}},"download_size":78180225,"post_processing_size":null,"dataset_size":0,"size_in_bytes":78180225},"epo_Latn-swe_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["epo_Latn","swe_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"epo_Latn-swe_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/eo-sv.bitextf.tsv.gz":{"num_bytes":112946938,"checksum":null}},"download_size":112946938,"post_processing_size":null,"dataset_size":0,"size_in_bytes":112946938},"epo_Latn-swh_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["epo_Latn","swh_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"epo_Latn-swh_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/eo-sw.bitextf.tsv.gz":{"num_bytes":23786353,"checksum":null}},"download_size":23786353,"post_processing_size":null,"dataset_size":0,"size_in_bytes":23786353},"epo_Latn-ukr_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["epo_Latn","ukr_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"epo_Latn-ukr_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/eo-uk.bitextf.tsv.gz":{"num_bytes":48480412,"checksum":null}},"download_size":48480412,"post_processing_size":null,"dataset_size":0,"size_in_bytes":48480412},"est_Latn-als_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["est_Latn","als_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"est_Latn-als_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/et-sq.bitextf.tsv.gz":{"num_bytes":97514021,"checksum":null}},"download_size":97514021,"post_processing_size":null,"dataset_size":0,"size_in_bytes":97514021},"est_Latn-fin_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["est_Latn","fin_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"est_Latn-fin_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/et-fi.bitextf.tsv.gz":{"num_bytes":553638936,"checksum":null}},"download_size":553638936,"post_processing_size":null,"dataset_size":0,"size_in_bytes":553638936},"est_Latn-fra_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["est_Latn","fra_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"est_Latn-fra_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/et-fr.bitextf.tsv.gz":{"num_bytes":971999005,"checksum":null}},"download_size":971999005,"post_processing_size":null,"dataset_size":0,"size_in_bytes":971999005},"est_Latn-heb_Hebr":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["est_Latn","heb_Hebr"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"est_Latn-heb_Hebr","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/et-he.bitextf.tsv.gz":{"num_bytes":148131244,"checksum":null}},"download_size":148131244,"post_processing_size":null,"dataset_size":0,"size_in_bytes":148131244},"est_Latn-hin_Deva":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["est_Latn","hin_Deva"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"est_Latn-hin_Deva","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/et-hi.bitextf.tsv.gz":{"num_bytes":138171495,"checksum":null}},"download_size":138171495,"post_processing_size":null,"dataset_size":0,"size_in_bytes":138171495},"est_Latn-hrv_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["est_Latn","hrv_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"est_Latn-hrv_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/et-hr.bitextf.tsv.gz":{"num_bytes":218403478,"checksum":null}},"download_size":218403478,"post_processing_size":null,"dataset_size":0,"size_in_bytes":218403478},"est_Latn-hun_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["est_Latn","hun_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"est_Latn-hun_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/et-hu.bitextf.tsv.gz":{"num_bytes":529965778,"checksum":null}},"download_size":529965778,"post_processing_size":null,"dataset_size":0,"size_in_bytes":529965778},"est_Latn-ind_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["est_Latn","ind_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"est_Latn-ind_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/et-id.bitextf.tsv.gz":{"num_bytes":273118159,"checksum":null}},"download_size":273118159,"post_processing_size":null,"dataset_size":0,"size_in_bytes":273118159},"est_Latn-ita_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["est_Latn","ita_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"est_Latn-ita_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/et-it.bitextf.tsv.gz":{"num_bytes":646118692,"checksum":null}},"download_size":646118692,"post_processing_size":null,"dataset_size":0,"size_in_bytes":646118692},"est_Latn-kor_Hang":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["est_Latn","kor_Hang"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"est_Latn-kor_Hang","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/et-ko.bitextf.tsv.gz":{"num_bytes":122083010,"checksum":null}},"download_size":122083010,"post_processing_size":null,"dataset_size":0,"size_in_bytes":122083010},"est_Latn-lit_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["est_Latn","lit_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"est_Latn-lit_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/et-lt.bitextf.tsv.gz":{"num_bytes":556580500,"checksum":null}},"download_size":556580500,"post_processing_size":null,"dataset_size":0,"size_in_bytes":556580500},"est_Latn-lvs_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["est_Latn","lvs_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"est_Latn-lvs_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/et-lv.bitextf.tsv.gz":{"num_bytes":421917887,"checksum":null}},"download_size":421917887,"post_processing_size":null,"dataset_size":0,"size_in_bytes":421917887},"est_Latn-mkd_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["est_Latn","mkd_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"est_Latn-mkd_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/et-mk.bitextf.tsv.gz":{"num_bytes":103428634,"checksum":null}},"download_size":103428634,"post_processing_size":null,"dataset_size":0,"size_in_bytes":103428634},"est_Latn-nld_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["est_Latn","nld_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"est_Latn-nld_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/et-nl.bitextf.tsv.gz":{"num_bytes":615265261,"checksum":null}},"download_size":615265261,"post_processing_size":null,"dataset_size":0,"size_in_bytes":615265261},"est_Latn-nob_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["est_Latn","nob_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"est_Latn-nob_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/et-no.bitextf.tsv.gz":{"num_bytes":331311256,"checksum":null}},"download_size":331311256,"post_processing_size":null,"dataset_size":0,"size_in_bytes":331311256},"est_Latn-pes_Arab":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["est_Latn","pes_Arab"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"est_Latn-pes_Arab","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/et-fa.bitextf.tsv.gz":{"num_bytes":118026412,"checksum":null}},"download_size":118026412,"post_processing_size":null,"dataset_size":0,"size_in_bytes":118026412},"est_Latn-pol_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["est_Latn","pol_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"est_Latn-pol_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/et-pl.bitextf.tsv.gz":{"num_bytes":636616943,"checksum":null}},"download_size":636616943,"post_processing_size":null,"dataset_size":0,"size_in_bytes":636616943},"est_Latn-por_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["est_Latn","por_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"est_Latn-por_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/et-pt.bitextf.tsv.gz":{"num_bytes":615162692,"checksum":null}},"download_size":615162692,"post_processing_size":null,"dataset_size":0,"size_in_bytes":615162692},"est_Latn-ron_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["est_Latn","ron_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"est_Latn-ron_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/et-ro.bitextf.tsv.gz":{"num_bytes":489023849,"checksum":null}},"download_size":489023849,"post_processing_size":null,"dataset_size":0,"size_in_bytes":489023849},"est_Latn-rus_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["est_Latn","rus_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"est_Latn-rus_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/et-ru.bitextf.tsv.gz":{"num_bytes":961005215,"checksum":null}},"download_size":961005215,"post_processing_size":null,"dataset_size":0,"size_in_bytes":961005215},"est_Latn-slk_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["est_Latn","slk_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"est_Latn-slk_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/et-sk.bitextf.tsv.gz":{"num_bytes":555943591,"checksum":null}},"download_size":555943591,"post_processing_size":null,"dataset_size":0,"size_in_bytes":555943591},"est_Latn-slv_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["est_Latn","slv_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"est_Latn-slv_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/et-sl.bitextf.tsv.gz":{"num_bytes":506601046,"checksum":null}},"download_size":506601046,"post_processing_size":null,"dataset_size":0,"size_in_bytes":506601046},"est_Latn-srp_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["est_Latn","srp_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"est_Latn-srp_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/et-sr.bitextf.tsv.gz":{"num_bytes":318423615,"checksum":null}},"download_size":318423615,"post_processing_size":null,"dataset_size":0,"size_in_bytes":318423615},"est_Latn-swe_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["est_Latn","swe_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"est_Latn-swe_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/et-sv.bitextf.tsv.gz":{"num_bytes":531399181,"checksum":null}},"download_size":531399181,"post_processing_size":null,"dataset_size":0,"size_in_bytes":531399181},"est_Latn-swh_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["est_Latn","swh_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"est_Latn-swh_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/et-sw.bitextf.tsv.gz":{"num_bytes":48532452,"checksum":null}},"download_size":48532452,"post_processing_size":null,"dataset_size":0,"size_in_bytes":48532452},"est_Latn-tam_Taml":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["est_Latn","tam_Taml"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"est_Latn-tam_Taml","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/et-ta.bitextf.tsv.gz":{"num_bytes":21082161,"checksum":null}},"download_size":21082161,"post_processing_size":null,"dataset_size":0,"size_in_bytes":21082161},"est_Latn-tur_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["est_Latn","tur_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"est_Latn-tur_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/et-tr.bitextf.tsv.gz":{"num_bytes":232112717,"checksum":null}},"download_size":232112717,"post_processing_size":null,"dataset_size":0,"size_in_bytes":232112717},"est_Latn-ukr_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["est_Latn","ukr_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"est_Latn-ukr_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/et-uk.bitextf.tsv.gz":{"num_bytes":179923716,"checksum":null}},"download_size":179923716,"post_processing_size":null,"dataset_size":0,"size_in_bytes":179923716},"est_Latn-vie_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["est_Latn","vie_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"est_Latn-vie_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/et-vi.bitextf.tsv.gz":{"num_bytes":198262878,"checksum":null}},"download_size":198262878,"post_processing_size":null,"dataset_size":0,"size_in_bytes":198262878},"est_Latn-zho_Hans":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["est_Latn","zho_Hans"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"est_Latn-zho_Hans","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/et-zh.bitextf.tsv.gz":{"num_bytes":205340547,"checksum":null}},"download_size":205340547,"post_processing_size":null,"dataset_size":0,"size_in_bytes":205340547},"fin_Latn-als_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["fin_Latn","als_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"fin_Latn-als_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/fi-sq.bitextf.tsv.gz":{"num_bytes":129008049,"checksum":null}},"download_size":129008049,"post_processing_size":null,"dataset_size":0,"size_in_bytes":129008049},"fin_Latn-fra_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["fin_Latn","fra_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"fin_Latn-fra_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/fi-fr.bitextf.tsv.gz":{"num_bytes":2366455602,"checksum":null}},"download_size":2366455602,"post_processing_size":null,"dataset_size":0,"size_in_bytes":2366455602},"fin_Latn-heb_Hebr":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["fin_Latn","heb_Hebr"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"fin_Latn-heb_Hebr","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/fi-he.bitextf.tsv.gz":{"num_bytes":310712184,"checksum":null}},"download_size":310712184,"post_processing_size":null,"dataset_size":0,"size_in_bytes":310712184},"fin_Latn-hin_Deva":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["fin_Latn","hin_Deva"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"fin_Latn-hin_Deva","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/fi-hi.bitextf.tsv.gz":{"num_bytes":213579115,"checksum":null}},"download_size":213579115,"post_processing_size":null,"dataset_size":0,"size_in_bytes":213579115},"fin_Latn-hrv_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["fin_Latn","hrv_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"fin_Latn-hrv_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/fi-hr.bitextf.tsv.gz":{"num_bytes":213166502,"checksum":null}},"download_size":213166502,"post_processing_size":null,"dataset_size":0,"size_in_bytes":213166502},"fin_Latn-hun_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["fin_Latn","hun_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"fin_Latn-hun_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/fi-hu.bitextf.tsv.gz":{"num_bytes":748862909,"checksum":null}},"download_size":748862909,"post_processing_size":null,"dataset_size":0,"size_in_bytes":748862909},"fin_Latn-ind_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["fin_Latn","ind_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"fin_Latn-ind_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/fi-id.bitextf.tsv.gz":{"num_bytes":496160756,"checksum":null}},"download_size":496160756,"post_processing_size":null,"dataset_size":0,"size_in_bytes":496160756},"fin_Latn-ita_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["fin_Latn","ita_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"fin_Latn-ita_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/fi-it.bitextf.tsv.gz":{"num_bytes":1070908279,"checksum":null}},"download_size":1070908279,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1070908279},"fin_Latn-jpn_Jpan":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["fin_Latn","jpn_Jpan"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"fin_Latn-jpn_Jpan","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/fi-ja.bitextf.tsv.gz":{"num_bytes":239777951,"checksum":null}},"download_size":239777951,"post_processing_size":null,"dataset_size":0,"size_in_bytes":239777951},"fin_Latn-kor_Hang":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["fin_Latn","kor_Hang"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"fin_Latn-kor_Hang","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/fi-ko.bitextf.tsv.gz":{"num_bytes":180811461,"checksum":null}},"download_size":180811461,"post_processing_size":null,"dataset_size":0,"size_in_bytes":180811461},"fin_Latn-lit_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["fin_Latn","lit_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"fin_Latn-lit_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/fi-lt.bitextf.tsv.gz":{"num_bytes":522275993,"checksum":null}},"download_size":522275993,"post_processing_size":null,"dataset_size":0,"size_in_bytes":522275993},"fin_Latn-lvs_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["fin_Latn","lvs_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"fin_Latn-lvs_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/fi-lv.bitextf.tsv.gz":{"num_bytes":392643372,"checksum":null}},"download_size":392643372,"post_processing_size":null,"dataset_size":0,"size_in_bytes":392643372},"fin_Latn-mkd_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["fin_Latn","mkd_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"fin_Latn-mkd_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/fi-mk.bitextf.tsv.gz":{"num_bytes":129662045,"checksum":null}},"download_size":129662045,"post_processing_size":null,"dataset_size":0,"size_in_bytes":129662045},"fin_Latn-nld_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["fin_Latn","nld_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"fin_Latn-nld_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/fi-nl.bitextf.tsv.gz":{"num_bytes":1031146772,"checksum":null}},"download_size":1031146772,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1031146772},"fin_Latn-nob_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["fin_Latn","nob_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"fin_Latn-nob_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/fi-no.bitextf.tsv.gz":{"num_bytes":672224454,"checksum":null}},"download_size":672224454,"post_processing_size":null,"dataset_size":0,"size_in_bytes":672224454},"fin_Latn-pol_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["fin_Latn","pol_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"fin_Latn-pol_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/fi-pl.bitextf.tsv.gz":{"num_bytes":906516894,"checksum":null}},"download_size":906516894,"post_processing_size":null,"dataset_size":0,"size_in_bytes":906516894},"fin_Latn-por_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["fin_Latn","por_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"fin_Latn-por_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/fi-pt.bitextf.tsv.gz":{"num_bytes":1015770960,"checksum":null}},"download_size":1015770960,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1015770960},"fin_Latn-ron_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["fin_Latn","ron_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"fin_Latn-ron_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/fi-ro.bitextf.tsv.gz":{"num_bytes":625160197,"checksum":null}},"download_size":625160197,"post_processing_size":null,"dataset_size":0,"size_in_bytes":625160197},"fin_Latn-rus_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["fin_Latn","rus_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"fin_Latn-rus_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/fi-ru.bitextf.tsv.gz":{"num_bytes":909885118,"checksum":null}},"download_size":909885118,"post_processing_size":null,"dataset_size":0,"size_in_bytes":909885118},"fin_Latn-slk_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["fin_Latn","slk_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"fin_Latn-slk_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/fi-sk.bitextf.tsv.gz":{"num_bytes":698611229,"checksum":null}},"download_size":698611229,"post_processing_size":null,"dataset_size":0,"size_in_bytes":698611229},"fin_Latn-slv_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["fin_Latn","slv_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"fin_Latn-slv_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/fi-sl.bitextf.tsv.gz":{"num_bytes":557515879,"checksum":null}},"download_size":557515879,"post_processing_size":null,"dataset_size":0,"size_in_bytes":557515879},"fin_Latn-srp_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["fin_Latn","srp_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"fin_Latn-srp_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/fi-sr.bitextf.tsv.gz":{"num_bytes":300331640,"checksum":null}},"download_size":300331640,"post_processing_size":null,"dataset_size":0,"size_in_bytes":300331640},"fin_Latn-swe_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["fin_Latn","swe_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"fin_Latn-swe_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/fi-sv.bitextf.tsv.gz":{"num_bytes":1702552357,"checksum":null}},"download_size":1702552357,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1702552357},"fin_Latn-swh_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["fin_Latn","swh_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"fin_Latn-swh_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/fi-sw.bitextf.tsv.gz":{"num_bytes":82431853,"checksum":null}},"download_size":82431853,"post_processing_size":null,"dataset_size":0,"size_in_bytes":82431853},"fin_Latn-tam_Taml":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["fin_Latn","tam_Taml"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"fin_Latn-tam_Taml","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/fi-ta.bitextf.tsv.gz":{"num_bytes":102913229,"checksum":null}},"download_size":102913229,"post_processing_size":null,"dataset_size":0,"size_in_bytes":102913229},"fin_Latn-tur_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["fin_Latn","tur_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"fin_Latn-tur_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/fi-tr.bitextf.tsv.gz":{"num_bytes":389892120,"checksum":null}},"download_size":389892120,"post_processing_size":null,"dataset_size":0,"size_in_bytes":389892120},"fin_Latn-ukr_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["fin_Latn","ukr_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"fin_Latn-ukr_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/fi-uk.bitextf.tsv.gz":{"num_bytes":191757181,"checksum":null}},"download_size":191757181,"post_processing_size":null,"dataset_size":0,"size_in_bytes":191757181},"fin_Latn-vie_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["fin_Latn","vie_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"fin_Latn-vie_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/fi-vi.bitextf.tsv.gz":{"num_bytes":457944195,"checksum":null}},"download_size":457944195,"post_processing_size":null,"dataset_size":0,"size_in_bytes":457944195},"fin_Latn-zho_Hans":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["fin_Latn","zho_Hans"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"fin_Latn-zho_Hans","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/fi-zh.bitextf.tsv.gz":{"num_bytes":311232668,"checksum":null}},"download_size":311232668,"post_processing_size":null,"dataset_size":0,"size_in_bytes":311232668},"fra_Latn-heb_Hebr":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["fra_Latn","heb_Hebr"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"fra_Latn-heb_Hebr","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/fr-he.bitextf.tsv.gz":{"num_bytes":1246327921,"checksum":null}},"download_size":1246327921,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1246327921},"fra_Latn-hin_Deva":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["fra_Latn","hin_Deva"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"fra_Latn-hin_Deva","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/fr-hi.bitextf.tsv.gz":{"num_bytes":790676406,"checksum":null}},"download_size":790676406,"post_processing_size":null,"dataset_size":0,"size_in_bytes":790676406},"fra_Latn-hrv_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["fra_Latn","hrv_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"fra_Latn-hrv_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/fr-hr.bitextf.tsv.gz":{"num_bytes":745929325,"checksum":null}},"download_size":745929325,"post_processing_size":null,"dataset_size":0,"size_in_bytes":745929325},"fra_Latn-hun_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["fra_Latn","hun_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"fra_Latn-hun_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/fr-hu.bitextf.tsv.gz":{"num_bytes":2676530589,"checksum":null}},"download_size":2676530589,"post_processing_size":null,"dataset_size":0,"size_in_bytes":2676530589},"fra_Latn-ind_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["fra_Latn","ind_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"fra_Latn-ind_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/fr-id.bitextf.tsv.gz":{"num_bytes":1444661798,"checksum":null}},"download_size":1444661798,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1444661798},"fra_Latn-ita_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["fra_Latn","ita_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"fra_Latn-ita_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/fr-it.bitextf.tsv.gz":{"num_bytes":11971632633,"checksum":null}},"download_size":11971632633,"post_processing_size":null,"dataset_size":0,"size_in_bytes":11971632633},"fra_Latn-jpn_Jpan":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["fra_Latn","jpn_Jpan"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"fra_Latn-jpn_Jpan","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/fr-ja.bitextf.tsv.gz":{"num_bytes":874485211,"checksum":null}},"download_size":874485211,"post_processing_size":null,"dataset_size":0,"size_in_bytes":874485211},"fra_Latn-kor_Hang":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["fra_Latn","kor_Hang"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"fra_Latn-kor_Hang","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/fr-ko.bitextf.tsv.gz":{"num_bytes":588461935,"checksum":null}},"download_size":588461935,"post_processing_size":null,"dataset_size":0,"size_in_bytes":588461935},"fra_Latn-lit_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["fra_Latn","lit_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"fra_Latn-lit_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/fr-lt.bitextf.tsv.gz":{"num_bytes":1651652294,"checksum":null}},"download_size":1651652294,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1651652294},"fra_Latn-lvs_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["fra_Latn","lvs_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"fra_Latn-lvs_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/fr-lv.bitextf.tsv.gz":{"num_bytes":899393447,"checksum":null}},"download_size":899393447,"post_processing_size":null,"dataset_size":0,"size_in_bytes":899393447},"fra_Latn-mal_Mlym":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["fra_Latn","mal_Mlym"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"fra_Latn-mal_Mlym","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/fr-ml.bitextf.tsv.gz":{"num_bytes":148741969,"checksum":null}},"download_size":148741969,"post_processing_size":null,"dataset_size":0,"size_in_bytes":148741969},"fra_Latn-nld_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["fra_Latn","nld_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"fra_Latn-nld_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/fr-nl.bitextf.tsv.gz":{"num_bytes":3774343708,"checksum":null}},"download_size":3774343708,"post_processing_size":null,"dataset_size":0,"size_in_bytes":3774343708},"fra_Latn-nob_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["fra_Latn","nob_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"fra_Latn-nob_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/fr-no.bitextf.tsv.gz":{"num_bytes":1615922153,"checksum":null}},"download_size":1615922153,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1615922153},"fra_Latn-pol_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["fra_Latn","pol_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"fra_Latn-pol_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/fr-pl.bitextf.tsv.gz":{"num_bytes":3305859627,"checksum":null}},"download_size":3305859627,"post_processing_size":null,"dataset_size":0,"size_in_bytes":3305859627},"fra_Latn-por_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["fra_Latn","por_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"fra_Latn-por_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/fr-pt.bitextf.tsv.gz":{"num_bytes":10087051334,"checksum":null}},"download_size":10087051334,"post_processing_size":null,"dataset_size":0,"size_in_bytes":10087051334},"fra_Latn-ron_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["fra_Latn","ron_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"fra_Latn-ron_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/fr-ro.bitextf.tsv.gz":{"num_bytes":4360395328,"checksum":null}},"download_size":4360395328,"post_processing_size":null,"dataset_size":0,"size_in_bytes":4360395328},"fra_Latn-rus_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["fra_Latn","rus_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"fra_Latn-rus_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/fr-ru.bitextf.tsv.gz":{"num_bytes":5033671436,"checksum":null}},"download_size":5033671436,"post_processing_size":null,"dataset_size":0,"size_in_bytes":5033671436},"fra_Latn-slk_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["fra_Latn","slk_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"fra_Latn-slk_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/fr-sk.bitextf.tsv.gz":{"num_bytes":2006618836,"checksum":null}},"download_size":2006618836,"post_processing_size":null,"dataset_size":0,"size_in_bytes":2006618836},"fra_Latn-slv_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["fra_Latn","slv_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"fra_Latn-slv_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/fr-sl.bitextf.tsv.gz":{"num_bytes":1402396218,"checksum":null}},"download_size":1402396218,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1402396218},"fra_Latn-srp_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["fra_Latn","srp_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"fra_Latn-srp_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/fr-sr.bitextf.tsv.gz":{"num_bytes":957108833,"checksum":null}},"download_size":957108833,"post_processing_size":null,"dataset_size":0,"size_in_bytes":957108833},"fra_Latn-swe_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["fra_Latn","swe_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"fra_Latn-swe_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/fr-sv.bitextf.tsv.gz":{"num_bytes":3057096929,"checksum":null}},"download_size":3057096929,"post_processing_size":null,"dataset_size":0,"size_in_bytes":3057096929},"fra_Latn-tam_Taml":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["fra_Latn","tam_Taml"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"fra_Latn-tam_Taml","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/fr-ta.bitextf.tsv.gz":{"num_bytes":545904453,"checksum":null}},"download_size":545904453,"post_processing_size":null,"dataset_size":0,"size_in_bytes":545904453},"fra_Latn-tgl_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["fra_Latn","tgl_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"fra_Latn-tgl_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/fr-tl.bitextf.tsv.gz":{"num_bytes":70640863,"checksum":null}},"download_size":70640863,"post_processing_size":null,"dataset_size":0,"size_in_bytes":70640863},"fra_Latn-tur_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["fra_Latn","tur_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"fra_Latn-tur_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/fr-tr.bitextf.tsv.gz":{"num_bytes":1376231007,"checksum":null}},"download_size":1376231007,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1376231007},"fra_Latn-ukr_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["fra_Latn","ukr_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"fra_Latn-ukr_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/fr-uk.bitextf.tsv.gz":{"num_bytes":682918255,"checksum":null}},"download_size":682918255,"post_processing_size":null,"dataset_size":0,"size_in_bytes":682918255},"fra_Latn-vie_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["fra_Latn","vie_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"fra_Latn-vie_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/fr-vi.bitextf.tsv.gz":{"num_bytes":1406269630,"checksum":null}},"download_size":1406269630,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1406269630},"fra_Latn-zho_Hans":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["fra_Latn","zho_Hans"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"fra_Latn-zho_Hans","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/fr-zh.bitextf.tsv.gz":{"num_bytes":1855677314,"checksum":null}},"download_size":1855677314,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1855677314},"fra_Latn-zsm_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["fra_Latn","zsm_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"fra_Latn-zsm_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/fr-ms.bitextf.tsv.gz":{"num_bytes":276918944,"checksum":null}},"download_size":276918944,"post_processing_size":null,"dataset_size":0,"size_in_bytes":276918944},"gla_Latn-nld_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["gla_Latn","nld_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"gla_Latn-nld_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/gd-nl.bitextf.tsv.gz":{"num_bytes":4110488,"checksum":null}},"download_size":4110488,"post_processing_size":null,"dataset_size":0,"size_in_bytes":4110488},"gla_Latn-nob_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["gla_Latn","nob_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"gla_Latn-nob_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/gd-no.bitextf.tsv.gz":{"num_bytes":1303946,"checksum":null}},"download_size":1303946,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1303946},"gle_Latn-nld_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["gle_Latn","nld_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"gle_Latn-nld_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ga-nl.bitextf.tsv.gz":{"num_bytes":8194263,"checksum":null}},"download_size":8194263,"post_processing_size":null,"dataset_size":0,"size_in_bytes":8194263},"glg_Latn-ita_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["glg_Latn","ita_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"glg_Latn-ita_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/gl-it.bitextf.tsv.gz":{"num_bytes":237859274,"checksum":null}},"download_size":237859274,"post_processing_size":null,"dataset_size":0,"size_in_bytes":237859274},"glg_Latn-oci_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["glg_Latn","oci_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"glg_Latn-oci_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/gl-oc.bitextf.tsv.gz":{"num_bytes":4872194,"checksum":null}},"download_size":4872194,"post_processing_size":null,"dataset_size":0,"size_in_bytes":4872194},"glg_Latn-ron_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["glg_Latn","ron_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"glg_Latn-ron_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/gl-ro.bitextf.tsv.gz":{"num_bytes":116291310,"checksum":null}},"download_size":116291310,"post_processing_size":null,"dataset_size":0,"size_in_bytes":116291310},"glg_Latn-tur_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["glg_Latn","tur_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"glg_Latn-tur_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/gl-tr.bitextf.tsv.gz":{"num_bytes":220914655,"checksum":null}},"download_size":220914655,"post_processing_size":null,"dataset_size":0,"size_in_bytes":220914655},"hau_Latn-nld_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["hau_Latn","nld_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"hau_Latn-nld_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ha-nl.bitextf.tsv.gz":{"num_bytes":12064769,"checksum":null}},"download_size":12064769,"post_processing_size":null,"dataset_size":0,"size_in_bytes":12064769},"heb_Hebr-als_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["heb_Hebr","als_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"heb_Hebr-als_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/he-sq.bitextf.tsv.gz":{"num_bytes":94267970,"checksum":null}},"download_size":94267970,"post_processing_size":null,"dataset_size":0,"size_in_bytes":94267970},"heb_Hebr-hin_Deva":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["heb_Hebr","hin_Deva"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"heb_Hebr-hin_Deva","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/he-hi.bitextf.tsv.gz":{"num_bytes":174615360,"checksum":null}},"download_size":174615360,"post_processing_size":null,"dataset_size":0,"size_in_bytes":174615360},"heb_Hebr-hun_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["heb_Hebr","hun_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"heb_Hebr-hun_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/he-hu.bitextf.tsv.gz":{"num_bytes":330185702,"checksum":null}},"download_size":330185702,"post_processing_size":null,"dataset_size":0,"size_in_bytes":330185702},"heb_Hebr-ind_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["heb_Hebr","ind_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"heb_Hebr-ind_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/he-id.bitextf.tsv.gz":{"num_bytes":348056847,"checksum":null}},"download_size":348056847,"post_processing_size":null,"dataset_size":0,"size_in_bytes":348056847},"heb_Hebr-jpn_Jpan":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["heb_Hebr","jpn_Jpan"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"heb_Hebr-jpn_Jpan","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/he-ja.bitextf.tsv.gz":{"num_bytes":354784524,"checksum":null}},"download_size":354784524,"post_processing_size":null,"dataset_size":0,"size_in_bytes":354784524},"heb_Hebr-kor_Hang":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["heb_Hebr","kor_Hang"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"heb_Hebr-kor_Hang","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/he-ko.bitextf.tsv.gz":{"num_bytes":226825571,"checksum":null}},"download_size":226825571,"post_processing_size":null,"dataset_size":0,"size_in_bytes":226825571},"heb_Hebr-lit_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["heb_Hebr","lit_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"heb_Hebr-lit_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/he-lt.bitextf.tsv.gz":{"num_bytes":224276125,"checksum":null}},"download_size":224276125,"post_processing_size":null,"dataset_size":0,"size_in_bytes":224276125},"heb_Hebr-lvs_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["heb_Hebr","lvs_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"heb_Hebr-lvs_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/he-lv.bitextf.tsv.gz":{"num_bytes":147904839,"checksum":null}},"download_size":147904839,"post_processing_size":null,"dataset_size":0,"size_in_bytes":147904839},"heb_Hebr-mal_Mlym":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["heb_Hebr","mal_Mlym"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"heb_Hebr-mal_Mlym","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/he-ml.bitextf.tsv.gz":{"num_bytes":107244781,"checksum":null}},"download_size":107244781,"post_processing_size":null,"dataset_size":0,"size_in_bytes":107244781},"heb_Hebr-mar_Deva":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["heb_Hebr","mar_Deva"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"heb_Hebr-mar_Deva","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/he-mr.bitextf.tsv.gz":{"num_bytes":55448832,"checksum":null}},"download_size":55448832,"post_processing_size":null,"dataset_size":0,"size_in_bytes":55448832},"heb_Hebr-nld_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["heb_Hebr","nld_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"heb_Hebr-nld_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/he-nl.bitextf.tsv.gz":{"num_bytes":512096427,"checksum":null}},"download_size":512096427,"post_processing_size":null,"dataset_size":0,"size_in_bytes":512096427},"heb_Hebr-nob_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["heb_Hebr","nob_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"heb_Hebr-nob_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/he-no.bitextf.tsv.gz":{"num_bytes":242680636,"checksum":null}},"download_size":242680636,"post_processing_size":null,"dataset_size":0,"size_in_bytes":242680636},"heb_Hebr-npi_Deva":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["heb_Hebr","npi_Deva"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"heb_Hebr-npi_Deva","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/he-ne.bitextf.tsv.gz":{"num_bytes":108633068,"checksum":null}},"download_size":108633068,"post_processing_size":null,"dataset_size":0,"size_in_bytes":108633068},"heb_Hebr-plt_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["heb_Hebr","plt_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"heb_Hebr-plt_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/he-mg.bitextf.tsv.gz":{"num_bytes":29460252,"checksum":null}},"download_size":29460252,"post_processing_size":null,"dataset_size":0,"size_in_bytes":29460252},"heb_Hebr-pol_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["heb_Hebr","pol_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"heb_Hebr-pol_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/he-pl.bitextf.tsv.gz":{"num_bytes":480143022,"checksum":null}},"download_size":480143022,"post_processing_size":null,"dataset_size":0,"size_in_bytes":480143022},"heb_Hebr-por_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["heb_Hebr","por_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"heb_Hebr-por_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/he-pt.bitextf.tsv.gz":{"num_bytes":673554654,"checksum":null}},"download_size":673554654,"post_processing_size":null,"dataset_size":0,"size_in_bytes":673554654},"heb_Hebr-ron_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["heb_Hebr","ron_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"heb_Hebr-ron_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/he-ro.bitextf.tsv.gz":{"num_bytes":250472009,"checksum":null}},"download_size":250472009,"post_processing_size":null,"dataset_size":0,"size_in_bytes":250472009},"heb_Hebr-rus_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["heb_Hebr","rus_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"heb_Hebr-rus_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/he-ru.bitextf.tsv.gz":{"num_bytes":566317151,"checksum":null}},"download_size":566317151,"post_processing_size":null,"dataset_size":0,"size_in_bytes":566317151},"heb_Hebr-sin_Sinh":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["heb_Hebr","sin_Sinh"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"heb_Hebr-sin_Sinh","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/he-si.bitextf.tsv.gz":{"num_bytes":101845376,"checksum":null}},"download_size":101845376,"post_processing_size":null,"dataset_size":0,"size_in_bytes":101845376},"heb_Hebr-slk_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["heb_Hebr","slk_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"heb_Hebr-slk_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/he-sk.bitextf.tsv.gz":{"num_bytes":241383103,"checksum":null}},"download_size":241383103,"post_processing_size":null,"dataset_size":0,"size_in_bytes":241383103},"heb_Hebr-slv_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["heb_Hebr","slv_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"heb_Hebr-slv_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/he-sl.bitextf.tsv.gz":{"num_bytes":178255155,"checksum":null}},"download_size":178255155,"post_processing_size":null,"dataset_size":0,"size_in_bytes":178255155},"heb_Hebr-srp_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["heb_Hebr","srp_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"heb_Hebr-srp_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/he-sr.bitextf.tsv.gz":{"num_bytes":191321765,"checksum":null}},"download_size":191321765,"post_processing_size":null,"dataset_size":0,"size_in_bytes":191321765},"heb_Hebr-swe_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["heb_Hebr","swe_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"heb_Hebr-swe_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/he-sv.bitextf.tsv.gz":{"num_bytes":459817087,"checksum":null}},"download_size":459817087,"post_processing_size":null,"dataset_size":0,"size_in_bytes":459817087},"heb_Hebr-swh_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["heb_Hebr","swh_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"heb_Hebr-swh_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/he-sw.bitextf.tsv.gz":{"num_bytes":59088625,"checksum":null}},"download_size":59088625,"post_processing_size":null,"dataset_size":0,"size_in_bytes":59088625},"heb_Hebr-tam_Taml":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["heb_Hebr","tam_Taml"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"heb_Hebr-tam_Taml","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/he-ta.bitextf.tsv.gz":{"num_bytes":107589779,"checksum":null}},"download_size":107589779,"post_processing_size":null,"dataset_size":0,"size_in_bytes":107589779},"heb_Hebr-tgl_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["heb_Hebr","tgl_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"heb_Hebr-tgl_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/he-tl.bitextf.tsv.gz":{"num_bytes":43786653,"checksum":null}},"download_size":43786653,"post_processing_size":null,"dataset_size":0,"size_in_bytes":43786653},"heb_Hebr-tur_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["heb_Hebr","tur_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"heb_Hebr-tur_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/he-tr.bitextf.tsv.gz":{"num_bytes":401020761,"checksum":null}},"download_size":401020761,"post_processing_size":null,"dataset_size":0,"size_in_bytes":401020761},"heb_Hebr-ukr_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["heb_Hebr","ukr_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"heb_Hebr-ukr_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/he-uk.bitextf.tsv.gz":{"num_bytes":132027081,"checksum":null}},"download_size":132027081,"post_processing_size":null,"dataset_size":0,"size_in_bytes":132027081},"heb_Hebr-urd_Arab":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["heb_Hebr","urd_Arab"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"heb_Hebr-urd_Arab","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/he-ur.bitextf.tsv.gz":{"num_bytes":51006661,"checksum":null}},"download_size":51006661,"post_processing_size":null,"dataset_size":0,"size_in_bytes":51006661},"heb_Hebr-vie_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["heb_Hebr","vie_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"heb_Hebr-vie_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/he-vi.bitextf.tsv.gz":{"num_bytes":326185484,"checksum":null}},"download_size":326185484,"post_processing_size":null,"dataset_size":0,"size_in_bytes":326185484},"heb_Hebr-zho_Hans":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["heb_Hebr","zho_Hans"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"heb_Hebr-zho_Hans","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/he-zh.bitextf.tsv.gz":{"num_bytes":270728575,"checksum":null}},"download_size":270728575,"post_processing_size":null,"dataset_size":0,"size_in_bytes":270728575},"heb_Hebr-zsm_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["heb_Hebr","zsm_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"heb_Hebr-zsm_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/he-ms.bitextf.tsv.gz":{"num_bytes":98257704,"checksum":null}},"download_size":98257704,"post_processing_size":null,"dataset_size":0,"size_in_bytes":98257704},"hin_Deva-hun_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["hin_Deva","hun_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"hin_Deva-hun_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/hi-hu.bitextf.tsv.gz":{"num_bytes":218165575,"checksum":null}},"download_size":218165575,"post_processing_size":null,"dataset_size":0,"size_in_bytes":218165575},"hin_Deva-ilo_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["hin_Deva","ilo_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"hin_Deva-ilo_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/hi-ilo.bitextf.tsv.gz":{"num_bytes":1987932,"checksum":null}},"download_size":1987932,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1987932},"hin_Deva-ind_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["hin_Deva","ind_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"hin_Deva-ind_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/hi-id.bitextf.tsv.gz":{"num_bytes":309983235,"checksum":null}},"download_size":309983235,"post_processing_size":null,"dataset_size":0,"size_in_bytes":309983235},"hin_Deva-ita_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["hin_Deva","ita_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"hin_Deva-ita_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/hi-it.bitextf.tsv.gz":{"num_bytes":323717398,"checksum":null}},"download_size":323717398,"post_processing_size":null,"dataset_size":0,"size_in_bytes":323717398},"hin_Deva-jav_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["hin_Deva","jav_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"hin_Deva-jav_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/hi-jv.bitextf.tsv.gz":{"num_bytes":3236349,"checksum":null}},"download_size":3236349,"post_processing_size":null,"dataset_size":0,"size_in_bytes":3236349},"hin_Deva-jpn_Jpan":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["hin_Deva","jpn_Jpan"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"hin_Deva-jpn_Jpan","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/hi-ja.bitextf.tsv.gz":{"num_bytes":126539684,"checksum":null}},"download_size":126539684,"post_processing_size":null,"dataset_size":0,"size_in_bytes":126539684},"hin_Deva-kor_Hang":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["hin_Deva","kor_Hang"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"hin_Deva-kor_Hang","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/hi-ko.bitextf.tsv.gz":{"num_bytes":136070137,"checksum":null}},"download_size":136070137,"post_processing_size":null,"dataset_size":0,"size_in_bytes":136070137},"hin_Deva-lit_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["hin_Deva","lit_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"hin_Deva-lit_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/hi-lt.bitextf.tsv.gz":{"num_bytes":184220269,"checksum":null}},"download_size":184220269,"post_processing_size":null,"dataset_size":0,"size_in_bytes":184220269},"hin_Deva-lvs_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["hin_Deva","lvs_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"hin_Deva-lvs_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/hi-lv.bitextf.tsv.gz":{"num_bytes":131076781,"checksum":null}},"download_size":131076781,"post_processing_size":null,"dataset_size":0,"size_in_bytes":131076781},"hin_Deva-nld_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["hin_Deva","nld_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"hin_Deva-nld_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/hi-nl.bitextf.tsv.gz":{"num_bytes":275148767,"checksum":null}},"download_size":275148767,"post_processing_size":null,"dataset_size":0,"size_in_bytes":275148767},"hin_Deva-plt_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["hin_Deva","plt_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"hin_Deva-plt_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/hi-mg.bitextf.tsv.gz":{"num_bytes":30944797,"checksum":null}},"download_size":30944797,"post_processing_size":null,"dataset_size":0,"size_in_bytes":30944797},"hin_Deva-pol_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["hin_Deva","pol_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"hin_Deva-pol_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/hi-pl.bitextf.tsv.gz":{"num_bytes":230187140,"checksum":null}},"download_size":230187140,"post_processing_size":null,"dataset_size":0,"size_in_bytes":230187140},"hin_Deva-por_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["hin_Deva","por_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"hin_Deva-por_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/hi-pt.bitextf.tsv.gz":{"num_bytes":486325867,"checksum":null}},"download_size":486325867,"post_processing_size":null,"dataset_size":0,"size_in_bytes":486325867},"hin_Deva-ron_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["hin_Deva","ron_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"hin_Deva-ron_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/hi-ro.bitextf.tsv.gz":{"num_bytes":170759959,"checksum":null}},"download_size":170759959,"post_processing_size":null,"dataset_size":0,"size_in_bytes":170759959},"hin_Deva-rus_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["hin_Deva","rus_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"hin_Deva-rus_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/hi-ru.bitextf.tsv.gz":{"num_bytes":345267158,"checksum":null}},"download_size":345267158,"post_processing_size":null,"dataset_size":0,"size_in_bytes":345267158},"hin_Deva-slk_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["hin_Deva","slk_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"hin_Deva-slk_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/hi-sk.bitextf.tsv.gz":{"num_bytes":179911406,"checksum":null}},"download_size":179911406,"post_processing_size":null,"dataset_size":0,"size_in_bytes":179911406},"hin_Deva-slv_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["hin_Deva","slv_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"hin_Deva-slv_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/hi-sl.bitextf.tsv.gz":{"num_bytes":161922968,"checksum":null}},"download_size":161922968,"post_processing_size":null,"dataset_size":0,"size_in_bytes":161922968},"hin_Deva-srp_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["hin_Deva","srp_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"hin_Deva-srp_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/hi-sr.bitextf.tsv.gz":{"num_bytes":183747718,"checksum":null}},"download_size":183747718,"post_processing_size":null,"dataset_size":0,"size_in_bytes":183747718},"hin_Deva-swe_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["hin_Deva","swe_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"hin_Deva-swe_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/hi-sv.bitextf.tsv.gz":{"num_bytes":239379879,"checksum":null}},"download_size":239379879,"post_processing_size":null,"dataset_size":0,"size_in_bytes":239379879},"hin_Deva-swh_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["hin_Deva","swh_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"hin_Deva-swh_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/hi-sw.bitextf.tsv.gz":{"num_bytes":76667451,"checksum":null}},"download_size":76667451,"post_processing_size":null,"dataset_size":0,"size_in_bytes":76667451},"hin_Deva-tgl_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["hin_Deva","tgl_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"hin_Deva-tgl_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/hi-tl.bitextf.tsv.gz":{"num_bytes":11237276,"checksum":null}},"download_size":11237276,"post_processing_size":null,"dataset_size":0,"size_in_bytes":11237276},"hin_Deva-tur_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["hin_Deva","tur_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"hin_Deva-tur_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/hi-tr.bitextf.tsv.gz":{"num_bytes":384301965,"checksum":null}},"download_size":384301965,"post_processing_size":null,"dataset_size":0,"size_in_bytes":384301965},"hin_Deva-ukr_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["hin_Deva","ukr_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"hin_Deva-ukr_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/hi-uk.bitextf.tsv.gz":{"num_bytes":84288527,"checksum":null}},"download_size":84288527,"post_processing_size":null,"dataset_size":0,"size_in_bytes":84288527},"hin_Deva-vie_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["hin_Deva","vie_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"hin_Deva-vie_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/hi-vi.bitextf.tsv.gz":{"num_bytes":245172642,"checksum":null}},"download_size":245172642,"post_processing_size":null,"dataset_size":0,"size_in_bytes":245172642},"hin_Deva-zho_Hans":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["hin_Deva","zho_Hans"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"hin_Deva-zho_Hans","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/hi-zh.bitextf.tsv.gz":{"num_bytes":190434266,"checksum":null}},"download_size":190434266,"post_processing_size":null,"dataset_size":0,"size_in_bytes":190434266},"hin_Deva-zsm_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["hin_Deva","zsm_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"hin_Deva-zsm_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/hi-ms.bitextf.tsv.gz":{"num_bytes":48695863,"checksum":null}},"download_size":48695863,"post_processing_size":null,"dataset_size":0,"size_in_bytes":48695863},"hrv_Latn-als_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["hrv_Latn","als_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"hrv_Latn-als_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/hr-sq.bitextf.tsv.gz":{"num_bytes":114902685,"checksum":null}},"download_size":114902685,"post_processing_size":null,"dataset_size":0,"size_in_bytes":114902685},"hrv_Latn-hun_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["hrv_Latn","hun_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"hrv_Latn-hun_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/hr-hu.bitextf.tsv.gz":{"num_bytes":301089677,"checksum":null}},"download_size":301089677,"post_processing_size":null,"dataset_size":0,"size_in_bytes":301089677},"hrv_Latn-lit_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["hrv_Latn","lit_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"hrv_Latn-lit_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/hr-lt.bitextf.tsv.gz":{"num_bytes":266722790,"checksum":null}},"download_size":266722790,"post_processing_size":null,"dataset_size":0,"size_in_bytes":266722790},"hrv_Latn-lvs_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["hrv_Latn","lvs_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"hrv_Latn-lvs_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/hr-lv.bitextf.tsv.gz":{"num_bytes":198056532,"checksum":null}},"download_size":198056532,"post_processing_size":null,"dataset_size":0,"size_in_bytes":198056532},"hrv_Latn-mkd_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["hrv_Latn","mkd_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"hrv_Latn-mkd_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/hr-mk.bitextf.tsv.gz":{"num_bytes":157710593,"checksum":null}},"download_size":157710593,"post_processing_size":null,"dataset_size":0,"size_in_bytes":157710593},"hrv_Latn-nob_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["hrv_Latn","nob_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"hrv_Latn-nob_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/hr-no.bitextf.tsv.gz":{"num_bytes":173163541,"checksum":null}},"download_size":173163541,"post_processing_size":null,"dataset_size":0,"size_in_bytes":173163541},"hrv_Latn-pol_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["hrv_Latn","pol_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"hrv_Latn-pol_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/hr-pl.bitextf.tsv.gz":{"num_bytes":442843951,"checksum":null}},"download_size":442843951,"post_processing_size":null,"dataset_size":0,"size_in_bytes":442843951},"hrv_Latn-ron_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["hrv_Latn","ron_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"hrv_Latn-ron_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/hr-ro.bitextf.tsv.gz":{"num_bytes":358561415,"checksum":null}},"download_size":358561415,"post_processing_size":null,"dataset_size":0,"size_in_bytes":358561415},"hrv_Latn-rus_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["hrv_Latn","rus_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"hrv_Latn-rus_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/hr-ru.bitextf.tsv.gz":{"num_bytes":707071332,"checksum":null}},"download_size":707071332,"post_processing_size":null,"dataset_size":0,"size_in_bytes":707071332},"hrv_Latn-slk_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["hrv_Latn","slk_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"hrv_Latn-slk_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/hr-sk.bitextf.tsv.gz":{"num_bytes":345416150,"checksum":null}},"download_size":345416150,"post_processing_size":null,"dataset_size":0,"size_in_bytes":345416150},"hrv_Latn-slv_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["hrv_Latn","slv_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"hrv_Latn-slv_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/hr-sl.bitextf.tsv.gz":{"num_bytes":363643598,"checksum":null}},"download_size":363643598,"post_processing_size":null,"dataset_size":0,"size_in_bytes":363643598},"hrv_Latn-srp_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["hrv_Latn","srp_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"hrv_Latn-srp_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/hr-sr.bitextf.tsv.gz":{"num_bytes":462258050,"checksum":null}},"download_size":462258050,"post_processing_size":null,"dataset_size":0,"size_in_bytes":462258050},"hrv_Latn-tam_Taml":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["hrv_Latn","tam_Taml"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"hrv_Latn-tam_Taml","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/hr-ta.bitextf.tsv.gz":{"num_bytes":37212604,"checksum":null}},"download_size":37212604,"post_processing_size":null,"dataset_size":0,"size_in_bytes":37212604},"hrv_Latn-ukr_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["hrv_Latn","ukr_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"hrv_Latn-ukr_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/hr-uk.bitextf.tsv.gz":{"num_bytes":150941314,"checksum":null}},"download_size":150941314,"post_processing_size":null,"dataset_size":0,"size_in_bytes":150941314},"hrv_Latn-zho_Hans":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["hrv_Latn","zho_Hans"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"hrv_Latn-zho_Hans","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/hr-zh.bitextf.tsv.gz":{"num_bytes":166869624,"checksum":null}},"download_size":166869624,"post_processing_size":null,"dataset_size":0,"size_in_bytes":166869624},"hun_Latn-als_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["hun_Latn","als_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"hun_Latn-als_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/hu-sq.bitextf.tsv.gz":{"num_bytes":183043952,"checksum":null}},"download_size":183043952,"post_processing_size":null,"dataset_size":0,"size_in_bytes":183043952},"hun_Latn-gaz_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["hun_Latn","gaz_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"hun_Latn-gaz_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/hu-om.bitextf.tsv.gz":{"num_bytes":341721,"checksum":null}},"download_size":341721,"post_processing_size":null,"dataset_size":0,"size_in_bytes":341721},"hun_Latn-ind_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["hun_Latn","ind_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"hun_Latn-ind_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/hu-id.bitextf.tsv.gz":{"num_bytes":381825387,"checksum":null}},"download_size":381825387,"post_processing_size":null,"dataset_size":0,"size_in_bytes":381825387},"hun_Latn-ita_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["hun_Latn","ita_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"hun_Latn-ita_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/hu-it.bitextf.tsv.gz":{"num_bytes":1343303023,"checksum":null}},"download_size":1343303023,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1343303023},"hun_Latn-jpn_Jpan":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["hun_Latn","jpn_Jpan"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"hun_Latn-jpn_Jpan","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/hu-ja.bitextf.tsv.gz":{"num_bytes":260596320,"checksum":null}},"download_size":260596320,"post_processing_size":null,"dataset_size":0,"size_in_bytes":260596320},"hun_Latn-kor_Hang":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["hun_Latn","kor_Hang"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"hun_Latn-kor_Hang","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/hu-ko.bitextf.tsv.gz":{"num_bytes":185739385,"checksum":null}},"download_size":185739385,"post_processing_size":null,"dataset_size":0,"size_in_bytes":185739385},"hun_Latn-lit_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["hun_Latn","lit_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"hun_Latn-lit_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/hu-lt.bitextf.tsv.gz":{"num_bytes":634349695,"checksum":null}},"download_size":634349695,"post_processing_size":null,"dataset_size":0,"size_in_bytes":634349695},"hun_Latn-lvs_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["hun_Latn","lvs_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"hun_Latn-lvs_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/hu-lv.bitextf.tsv.gz":{"num_bytes":466786698,"checksum":null}},"download_size":466786698,"post_processing_size":null,"dataset_size":0,"size_in_bytes":466786698},"hun_Latn-mkd_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["hun_Latn","mkd_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"hun_Latn-mkd_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/hu-mk.bitextf.tsv.gz":{"num_bytes":160210652,"checksum":null}},"download_size":160210652,"post_processing_size":null,"dataset_size":0,"size_in_bytes":160210652},"hun_Latn-nld_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["hun_Latn","nld_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"hun_Latn-nld_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/hu-nl.bitextf.tsv.gz":{"num_bytes":1111442542,"checksum":null}},"download_size":1111442542,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1111442542},"hun_Latn-nob_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["hun_Latn","nob_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"hun_Latn-nob_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/hu-no.bitextf.tsv.gz":{"num_bytes":524972850,"checksum":null}},"download_size":524972850,"post_processing_size":null,"dataset_size":0,"size_in_bytes":524972850},"hun_Latn-pol_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["hun_Latn","pol_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"hun_Latn-pol_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/hu-pl.bitextf.tsv.gz":{"num_bytes":1235711203,"checksum":null}},"download_size":1235711203,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1235711203},"hun_Latn-por_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["hun_Latn","por_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"hun_Latn-por_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/hu-pt.bitextf.tsv.gz":{"num_bytes":1260353962,"checksum":null}},"download_size":1260353962,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1260353962},"hun_Latn-ron_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["hun_Latn","ron_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"hun_Latn-ron_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/hu-ro.bitextf.tsv.gz":{"num_bytes":977910762,"checksum":null}},"download_size":977910762,"post_processing_size":null,"dataset_size":0,"size_in_bytes":977910762},"hun_Latn-rus_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["hun_Latn","rus_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"hun_Latn-rus_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/hu-ru.bitextf.tsv.gz":{"num_bytes":1184213493,"checksum":null}},"download_size":1184213493,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1184213493},"hun_Latn-slk_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["hun_Latn","slk_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"hun_Latn-slk_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/hu-sk.bitextf.tsv.gz":{"num_bytes":1090755572,"checksum":null}},"download_size":1090755572,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1090755572},"hun_Latn-slv_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["hun_Latn","slv_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"hun_Latn-slv_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/hu-sl.bitextf.tsv.gz":{"num_bytes":716071916,"checksum":null}},"download_size":716071916,"post_processing_size":null,"dataset_size":0,"size_in_bytes":716071916},"hun_Latn-srp_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["hun_Latn","srp_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"hun_Latn-srp_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/hu-sr.bitextf.tsv.gz":{"num_bytes":386582635,"checksum":null}},"download_size":386582635,"post_processing_size":null,"dataset_size":0,"size_in_bytes":386582635},"hun_Latn-swe_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["hun_Latn","swe_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"hun_Latn-swe_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/hu-sv.bitextf.tsv.gz":{"num_bytes":917075427,"checksum":null}},"download_size":917075427,"post_processing_size":null,"dataset_size":0,"size_in_bytes":917075427},"hun_Latn-swh_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["hun_Latn","swh_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"hun_Latn-swh_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/hu-sw.bitextf.tsv.gz":{"num_bytes":89092583,"checksum":null}},"download_size":89092583,"post_processing_size":null,"dataset_size":0,"size_in_bytes":89092583},"hun_Latn-tam_Taml":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["hun_Latn","tam_Taml"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"hun_Latn-tam_Taml","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/hu-ta.bitextf.tsv.gz":{"num_bytes":107948878,"checksum":null}},"download_size":107948878,"post_processing_size":null,"dataset_size":0,"size_in_bytes":107948878},"hun_Latn-tur_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["hun_Latn","tur_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"hun_Latn-tur_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/hu-tr.bitextf.tsv.gz":{"num_bytes":469369265,"checksum":null}},"download_size":469369265,"post_processing_size":null,"dataset_size":0,"size_in_bytes":469369265},"hun_Latn-ukr_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["hun_Latn","ukr_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"hun_Latn-ukr_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/hu-uk.bitextf.tsv.gz":{"num_bytes":230873659,"checksum":null}},"download_size":230873659,"post_processing_size":null,"dataset_size":0,"size_in_bytes":230873659},"hun_Latn-vie_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["hun_Latn","vie_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"hun_Latn-vie_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/hu-vi.bitextf.tsv.gz":{"num_bytes":495708888,"checksum":null}},"download_size":495708888,"post_processing_size":null,"dataset_size":0,"size_in_bytes":495708888},"hun_Latn-xho_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["hun_Latn","xho_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"hun_Latn-xho_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/hu-xh.bitextf.tsv.gz":{"num_bytes":6183202,"checksum":null}},"download_size":6183202,"post_processing_size":null,"dataset_size":0,"size_in_bytes":6183202},"hun_Latn-zho_Hans":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["hun_Latn","zho_Hans"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"hun_Latn-zho_Hans","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/hu-zh.bitextf.tsv.gz":{"num_bytes":348646000,"checksum":null}},"download_size":348646000,"post_processing_size":null,"dataset_size":0,"size_in_bytes":348646000},"hun_Latn-zul_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["hun_Latn","zul_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"hun_Latn-zul_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/hu-zu.bitextf.tsv.gz":{"num_bytes":1693849,"checksum":null}},"download_size":1693849,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1693849},"hye_Armn-kat_Geor":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["hye_Armn","kat_Geor"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"hye_Armn-kat_Geor","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/hy-ka.bitextf.tsv.gz":{"num_bytes":4114930,"checksum":null}},"download_size":4114930,"post_processing_size":null,"dataset_size":0,"size_in_bytes":4114930},"hye_Armn-kaz_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["hye_Armn","kaz_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"hye_Armn-kaz_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/hy-kk.bitextf.tsv.gz":{"num_bytes":2499285,"checksum":null}},"download_size":2499285,"post_processing_size":null,"dataset_size":0,"size_in_bytes":2499285},"hye_Armn-khm_Khmr":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["hye_Armn","khm_Khmr"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"hye_Armn-khm_Khmr","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/hy-km.bitextf.tsv.gz":{"num_bytes":3600220,"checksum":null}},"download_size":3600220,"post_processing_size":null,"dataset_size":0,"size_in_bytes":3600220},"hye_Armn-mya_Mymr":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["hye_Armn","mya_Mymr"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"hye_Armn-mya_Mymr","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/hy-my.bitextf.tsv.gz":{"num_bytes":2621946,"checksum":null}},"download_size":2621946,"post_processing_size":null,"dataset_size":0,"size_in_bytes":2621946},"hye_Armn-tat_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["hye_Armn","tat_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"hye_Armn-tat_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/hy-tt.bitextf.tsv.gz":{"num_bytes":3209918,"checksum":null}},"download_size":3209918,"post_processing_size":null,"dataset_size":0,"size_in_bytes":3209918},"hye_Armn-tur_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["hye_Armn","tur_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"hye_Armn-tur_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/hy-tr.bitextf.tsv.gz":{"num_bytes":21499017,"checksum":null}},"download_size":21499017,"post_processing_size":null,"dataset_size":0,"size_in_bytes":21499017},"hye_Armn-vie_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["hye_Armn","vie_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"hye_Armn-vie_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/hy-vi.bitextf.tsv.gz":{"num_bytes":20419811,"checksum":null}},"download_size":20419811,"post_processing_size":null,"dataset_size":0,"size_in_bytes":20419811},"ibo_Latn-nld_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ibo_Latn","nld_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ibo_Latn-nld_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ig-nl.bitextf.tsv.gz":{"num_bytes":4890118,"checksum":null}},"download_size":4890118,"post_processing_size":null,"dataset_size":0,"size_in_bytes":4890118},"ilo_Latn-mal_Mlym":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ilo_Latn","mal_Mlym"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ilo_Latn-mal_Mlym","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ilo-ml.bitextf.tsv.gz":{"num_bytes":1611749,"checksum":null}},"download_size":1611749,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1611749},"ilo_Latn-tgl_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ilo_Latn","tgl_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ilo_Latn-tgl_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ilo-tl.bitextf.tsv.gz":{"num_bytes":1799560,"checksum":null}},"download_size":1799560,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1799560},"ilo_Latn-zsm_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ilo_Latn","zsm_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ilo_Latn-zsm_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ilo-ms.bitextf.tsv.gz":{"num_bytes":1174117,"checksum":null}},"download_size":1174117,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1174117},"ind_Latn-ilo_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ind_Latn","ilo_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ind_Latn-ilo_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/id-ilo.bitextf.tsv.gz":{"num_bytes":7694428,"checksum":null}},"download_size":7694428,"post_processing_size":null,"dataset_size":0,"size_in_bytes":7694428},"ind_Latn-ita_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ind_Latn","ita_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ind_Latn-ita_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/id-it.bitextf.tsv.gz":{"num_bytes":967908447,"checksum":null}},"download_size":967908447,"post_processing_size":null,"dataset_size":0,"size_in_bytes":967908447},"ind_Latn-jpn_Jpan":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ind_Latn","jpn_Jpan"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ind_Latn-jpn_Jpan","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/id-ja.bitextf.tsv.gz":{"num_bytes":425828770,"checksum":null}},"download_size":425828770,"post_processing_size":null,"dataset_size":0,"size_in_bytes":425828770},"ind_Latn-kor_Hang":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ind_Latn","kor_Hang"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ind_Latn-kor_Hang","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/id-ko.bitextf.tsv.gz":{"num_bytes":221254025,"checksum":null}},"download_size":221254025,"post_processing_size":null,"dataset_size":0,"size_in_bytes":221254025},"ind_Latn-lit_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ind_Latn","lit_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ind_Latn-lit_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/id-lt.bitextf.tsv.gz":{"num_bytes":309813985,"checksum":null}},"download_size":309813985,"post_processing_size":null,"dataset_size":0,"size_in_bytes":309813985},"ind_Latn-lvs_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ind_Latn","lvs_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ind_Latn-lvs_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/id-lv.bitextf.tsv.gz":{"num_bytes":227963697,"checksum":null}},"download_size":227963697,"post_processing_size":null,"dataset_size":0,"size_in_bytes":227963697},"ind_Latn-mal_Mlym":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ind_Latn","mal_Mlym"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ind_Latn-mal_Mlym","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/id-ml.bitextf.tsv.gz":{"num_bytes":147207286,"checksum":null}},"download_size":147207286,"post_processing_size":null,"dataset_size":0,"size_in_bytes":147207286},"ind_Latn-mar_Deva":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ind_Latn","mar_Deva"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ind_Latn-mar_Deva","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/id-mr.bitextf.tsv.gz":{"num_bytes":80564652,"checksum":null}},"download_size":80564652,"post_processing_size":null,"dataset_size":0,"size_in_bytes":80564652},"ind_Latn-nld_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ind_Latn","nld_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ind_Latn-nld_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/id-nl.bitextf.tsv.gz":{"num_bytes":783094909,"checksum":null}},"download_size":783094909,"post_processing_size":null,"dataset_size":0,"size_in_bytes":783094909},"ind_Latn-nob_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ind_Latn","nob_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ind_Latn-nob_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/id-no.bitextf.tsv.gz":{"num_bytes":491471747,"checksum":null}},"download_size":491471747,"post_processing_size":null,"dataset_size":0,"size_in_bytes":491471747},"ind_Latn-npi_Deva":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ind_Latn","npi_Deva"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ind_Latn-npi_Deva","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/id-ne.bitextf.tsv.gz":{"num_bytes":542292252,"checksum":null}},"download_size":542292252,"post_processing_size":null,"dataset_size":0,"size_in_bytes":542292252},"ind_Latn-plt_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ind_Latn","plt_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ind_Latn-plt_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/id-mg.bitextf.tsv.gz":{"num_bytes":78231203,"checksum":null}},"download_size":78231203,"post_processing_size":null,"dataset_size":0,"size_in_bytes":78231203},"ind_Latn-pol_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ind_Latn","pol_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ind_Latn-pol_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/id-pl.bitextf.tsv.gz":{"num_bytes":853605581,"checksum":null}},"download_size":853605581,"post_processing_size":null,"dataset_size":0,"size_in_bytes":853605581},"ind_Latn-por_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ind_Latn","por_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ind_Latn-por_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/id-pt.bitextf.tsv.gz":{"num_bytes":1512371138,"checksum":null}},"download_size":1512371138,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1512371138},"ind_Latn-ron_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ind_Latn","ron_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ind_Latn-ron_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/id-ro.bitextf.tsv.gz":{"num_bytes":537629142,"checksum":null}},"download_size":537629142,"post_processing_size":null,"dataset_size":0,"size_in_bytes":537629142},"ind_Latn-rus_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ind_Latn","rus_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ind_Latn-rus_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/id-ru.bitextf.tsv.gz":{"num_bytes":1060166378,"checksum":null}},"download_size":1060166378,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1060166378},"ind_Latn-sin_Sinh":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ind_Latn","sin_Sinh"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ind_Latn-sin_Sinh","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/id-si.bitextf.tsv.gz":{"num_bytes":127390321,"checksum":null}},"download_size":127390321,"post_processing_size":null,"dataset_size":0,"size_in_bytes":127390321},"ind_Latn-slk_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ind_Latn","slk_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ind_Latn-slk_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/id-sk.bitextf.tsv.gz":{"num_bytes":406494306,"checksum":null}},"download_size":406494306,"post_processing_size":null,"dataset_size":0,"size_in_bytes":406494306},"ind_Latn-slv_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ind_Latn","slv_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ind_Latn-slv_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/id-sl.bitextf.tsv.gz":{"num_bytes":322542013,"checksum":null}},"download_size":322542013,"post_processing_size":null,"dataset_size":0,"size_in_bytes":322542013},"ind_Latn-srp_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ind_Latn","srp_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ind_Latn-srp_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/id-sr.bitextf.tsv.gz":{"num_bytes":378456314,"checksum":null}},"download_size":378456314,"post_processing_size":null,"dataset_size":0,"size_in_bytes":378456314},"ind_Latn-swe_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ind_Latn","swe_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ind_Latn-swe_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/id-sv.bitextf.tsv.gz":{"num_bytes":619669689,"checksum":null}},"download_size":619669689,"post_processing_size":null,"dataset_size":0,"size_in_bytes":619669689},"ind_Latn-swh_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ind_Latn","swh_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ind_Latn-swh_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/id-sw.bitextf.tsv.gz":{"num_bytes":159924066,"checksum":null}},"download_size":159924066,"post_processing_size":null,"dataset_size":0,"size_in_bytes":159924066},"ind_Latn-tam_Taml":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ind_Latn","tam_Taml"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ind_Latn-tam_Taml","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/id-ta.bitextf.tsv.gz":{"num_bytes":157458796,"checksum":null}},"download_size":157458796,"post_processing_size":null,"dataset_size":0,"size_in_bytes":157458796},"ind_Latn-tgl_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ind_Latn","tgl_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ind_Latn-tgl_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/id-tl.bitextf.tsv.gz":{"num_bytes":97506563,"checksum":null}},"download_size":97506563,"post_processing_size":null,"dataset_size":0,"size_in_bytes":97506563},"ind_Latn-tur_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ind_Latn","tur_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ind_Latn-tur_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/id-tr.bitextf.tsv.gz":{"num_bytes":504873390,"checksum":null}},"download_size":504873390,"post_processing_size":null,"dataset_size":0,"size_in_bytes":504873390},"ind_Latn-ukr_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ind_Latn","ukr_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ind_Latn-ukr_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/id-uk.bitextf.tsv.gz":{"num_bytes":202141909,"checksum":null}},"download_size":202141909,"post_processing_size":null,"dataset_size":0,"size_in_bytes":202141909},"ind_Latn-urd_Arab":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ind_Latn","urd_Arab"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ind_Latn-urd_Arab","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/id-ur.bitextf.tsv.gz":{"num_bytes":140765887,"checksum":null}},"download_size":140765887,"post_processing_size":null,"dataset_size":0,"size_in_bytes":140765887},"ind_Latn-vie_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ind_Latn","vie_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ind_Latn-vie_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/id-vi.bitextf.tsv.gz":{"num_bytes":873073390,"checksum":null}},"download_size":873073390,"post_processing_size":null,"dataset_size":0,"size_in_bytes":873073390},"ind_Latn-zho_Hans":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ind_Latn","zho_Hans"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ind_Latn-zho_Hans","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/id-zh.bitextf.tsv.gz":{"num_bytes":512004892,"checksum":null}},"download_size":512004892,"post_processing_size":null,"dataset_size":0,"size_in_bytes":512004892},"ind_Latn-zsm_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ind_Latn","zsm_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ind_Latn-zsm_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/id-ms.bitextf.tsv.gz":{"num_bytes":397519174,"checksum":null}},"download_size":397519174,"post_processing_size":null,"dataset_size":0,"size_in_bytes":397519174},"isl_Latn-ltz_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["isl_Latn","ltz_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"isl_Latn-ltz_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/is-lb.bitextf.tsv.gz":{"num_bytes":3263058,"checksum":null}},"download_size":3263058,"post_processing_size":null,"dataset_size":0,"size_in_bytes":3263058},"isl_Latn-nld_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["isl_Latn","nld_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"isl_Latn-nld_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/is-nl.bitextf.tsv.gz":{"num_bytes":96247596,"checksum":null}},"download_size":96247596,"post_processing_size":null,"dataset_size":0,"size_in_bytes":96247596},"isl_Latn-nob_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["isl_Latn","nob_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"isl_Latn-nob_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/is-no.bitextf.tsv.gz":{"num_bytes":81234586,"checksum":null}},"download_size":81234586,"post_processing_size":null,"dataset_size":0,"size_in_bytes":81234586},"isl_Latn-swe_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["isl_Latn","swe_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"isl_Latn-swe_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/is-sv.bitextf.tsv.gz":{"num_bytes":99204966,"checksum":null}},"download_size":99204966,"post_processing_size":null,"dataset_size":0,"size_in_bytes":99204966},"isl_Latn-ydd_Hebr":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["isl_Latn","ydd_Hebr"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"isl_Latn-ydd_Hebr","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/is-yi.bitextf.tsv.gz":{"num_bytes":703226,"checksum":null}},"download_size":703226,"post_processing_size":null,"dataset_size":0,"size_in_bytes":703226},"ita_Latn-als_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ita_Latn","als_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ita_Latn-als_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/it-sq.bitextf.tsv.gz":{"num_bytes":450148041,"checksum":null}},"download_size":450148041,"post_processing_size":null,"dataset_size":0,"size_in_bytes":450148041},"ita_Latn-jpn_Jpan":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ita_Latn","jpn_Jpan"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ita_Latn-jpn_Jpan","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/it-ja.bitextf.tsv.gz":{"num_bytes":485407283,"checksum":null}},"download_size":485407283,"post_processing_size":null,"dataset_size":0,"size_in_bytes":485407283},"ita_Latn-kor_Hang":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ita_Latn","kor_Hang"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ita_Latn-kor_Hang","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/it-ko.bitextf.tsv.gz":{"num_bytes":376752593,"checksum":null}},"download_size":376752593,"post_processing_size":null,"dataset_size":0,"size_in_bytes":376752593},"ita_Latn-lit_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ita_Latn","lit_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ita_Latn-lit_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/it-lt.bitextf.tsv.gz":{"num_bytes":802169574,"checksum":null}},"download_size":802169574,"post_processing_size":null,"dataset_size":0,"size_in_bytes":802169574},"ita_Latn-lvs_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ita_Latn","lvs_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ita_Latn-lvs_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/it-lv.bitextf.tsv.gz":{"num_bytes":578843312,"checksum":null}},"download_size":578843312,"post_processing_size":null,"dataset_size":0,"size_in_bytes":578843312},"ita_Latn-nld_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ita_Latn","nld_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ita_Latn-nld_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/it-nl.bitextf.tsv.gz":{"num_bytes":2835976940,"checksum":null}},"download_size":2835976940,"post_processing_size":null,"dataset_size":0,"size_in_bytes":2835976940},"ita_Latn-nob_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ita_Latn","nob_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ita_Latn-nob_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/it-no.bitextf.tsv.gz":{"num_bytes":1076048360,"checksum":null}},"download_size":1076048360,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1076048360},"ita_Latn-oci_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ita_Latn","oci_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ita_Latn-oci_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/it-oc.bitextf.tsv.gz":{"num_bytes":57857770,"checksum":null}},"download_size":57857770,"post_processing_size":null,"dataset_size":0,"size_in_bytes":57857770},"ita_Latn-pol_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ita_Latn","pol_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ita_Latn-pol_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/it-pl.bitextf.tsv.gz":{"num_bytes":937026668,"checksum":null}},"download_size":937026668,"post_processing_size":null,"dataset_size":0,"size_in_bytes":937026668},"ita_Latn-por_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ita_Latn","por_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ita_Latn-por_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/it-pt.bitextf.tsv.gz":{"num_bytes":5839133999,"checksum":null}},"download_size":5839133999,"post_processing_size":null,"dataset_size":0,"size_in_bytes":5839133999},"ita_Latn-ron_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ita_Latn","ron_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ita_Latn-ron_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/it-ro.bitextf.tsv.gz":{"num_bytes":2321396484,"checksum":null}},"download_size":2321396484,"post_processing_size":null,"dataset_size":0,"size_in_bytes":2321396484},"ita_Latn-rus_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ita_Latn","rus_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ita_Latn-rus_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/it-ru.bitextf.tsv.gz":{"num_bytes":1494286996,"checksum":null}},"download_size":1494286996,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1494286996},"ita_Latn-slk_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ita_Latn","slk_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ita_Latn-slk_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/it-sk.bitextf.tsv.gz":{"num_bytes":1327876886,"checksum":null}},"download_size":1327876886,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1327876886},"ita_Latn-slv_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ita_Latn","slv_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ita_Latn-slv_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/it-sl.bitextf.tsv.gz":{"num_bytes":985604102,"checksum":null}},"download_size":985604102,"post_processing_size":null,"dataset_size":0,"size_in_bytes":985604102},"ita_Latn-srp_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ita_Latn","srp_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ita_Latn-srp_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/it-sr.bitextf.tsv.gz":{"num_bytes":600275503,"checksum":null}},"download_size":600275503,"post_processing_size":null,"dataset_size":0,"size_in_bytes":600275503},"ita_Latn-swe_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ita_Latn","swe_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ita_Latn-swe_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/it-sv.bitextf.tsv.gz":{"num_bytes":1918481192,"checksum":null}},"download_size":1918481192,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1918481192},"ita_Latn-swh_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ita_Latn","swh_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ita_Latn-swh_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/it-sw.bitextf.tsv.gz":{"num_bytes":88635614,"checksum":null}},"download_size":88635614,"post_processing_size":null,"dataset_size":0,"size_in_bytes":88635614},"ita_Latn-tam_Taml":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ita_Latn","tam_Taml"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ita_Latn-tam_Taml","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/it-ta.bitextf.tsv.gz":{"num_bytes":69295438,"checksum":null}},"download_size":69295438,"post_processing_size":null,"dataset_size":0,"size_in_bytes":69295438},"ita_Latn-tur_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ita_Latn","tur_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ita_Latn-tur_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/it-tr.bitextf.tsv.gz":{"num_bytes":896263635,"checksum":null}},"download_size":896263635,"post_processing_size":null,"dataset_size":0,"size_in_bytes":896263635},"ita_Latn-ukr_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ita_Latn","ukr_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ita_Latn-ukr_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/it-uk.bitextf.tsv.gz":{"num_bytes":156270103,"checksum":null}},"download_size":156270103,"post_processing_size":null,"dataset_size":0,"size_in_bytes":156270103},"ita_Latn-vie_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ita_Latn","vie_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ita_Latn-vie_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/it-vi.bitextf.tsv.gz":{"num_bytes":808621119,"checksum":null}},"download_size":808621119,"post_processing_size":null,"dataset_size":0,"size_in_bytes":808621119},"ita_Latn-zho_Hans":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ita_Latn","zho_Hans"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ita_Latn-zho_Hans","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/it-zh.bitextf.tsv.gz":{"num_bytes":925642054,"checksum":null}},"download_size":925642054,"post_processing_size":null,"dataset_size":0,"size_in_bytes":925642054},"jav_Latn-mal_Mlym":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["jav_Latn","mal_Mlym"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"jav_Latn-mal_Mlym","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/jv-ml.bitextf.tsv.gz":{"num_bytes":2116427,"checksum":null}},"download_size":2116427,"post_processing_size":null,"dataset_size":0,"size_in_bytes":2116427},"jav_Latn-tgl_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["jav_Latn","tgl_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"jav_Latn-tgl_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/jv-tl.bitextf.tsv.gz":{"num_bytes":2825567,"checksum":null}},"download_size":2825567,"post_processing_size":null,"dataset_size":0,"size_in_bytes":2825567},"jav_Latn-zsm_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["jav_Latn","zsm_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"jav_Latn-zsm_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/jv-ms.bitextf.tsv.gz":{"num_bytes":3234711,"checksum":null}},"download_size":3234711,"post_processing_size":null,"dataset_size":0,"size_in_bytes":3234711},"jpn_Jpan-kor_Hang":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["jpn_Jpan","kor_Hang"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"jpn_Jpan-kor_Hang","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ja-ko.bitextf.tsv.gz":{"num_bytes":561855947,"checksum":null}},"download_size":561855947,"post_processing_size":null,"dataset_size":0,"size_in_bytes":561855947},"jpn_Jpan-lit_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["jpn_Jpan","lit_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"jpn_Jpan-lit_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ja-lt.bitextf.tsv.gz":{"num_bytes":165789587,"checksum":null}},"download_size":165789587,"post_processing_size":null,"dataset_size":0,"size_in_bytes":165789587},"jpn_Jpan-mal_Mlym":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["jpn_Jpan","mal_Mlym"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"jpn_Jpan-mal_Mlym","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ja-ml.bitextf.tsv.gz":{"num_bytes":69419312,"checksum":null}},"download_size":69419312,"post_processing_size":null,"dataset_size":0,"size_in_bytes":69419312},"jpn_Jpan-nld_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["jpn_Jpan","nld_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"jpn_Jpan-nld_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ja-nl.bitextf.tsv.gz":{"num_bytes":682256138,"checksum":null}},"download_size":682256138,"post_processing_size":null,"dataset_size":0,"size_in_bytes":682256138},"jpn_Jpan-nob_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["jpn_Jpan","nob_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"jpn_Jpan-nob_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ja-no.bitextf.tsv.gz":{"num_bytes":237957182,"checksum":null}},"download_size":237957182,"post_processing_size":null,"dataset_size":0,"size_in_bytes":237957182},"jpn_Jpan-pol_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["jpn_Jpan","pol_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"jpn_Jpan-pol_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ja-pl.bitextf.tsv.gz":{"num_bytes":650166458,"checksum":null}},"download_size":650166458,"post_processing_size":null,"dataset_size":0,"size_in_bytes":650166458},"jpn_Jpan-por_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["jpn_Jpan","por_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"jpn_Jpan-por_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ja-pt.bitextf.tsv.gz":{"num_bytes":507320862,"checksum":null}},"download_size":507320862,"post_processing_size":null,"dataset_size":0,"size_in_bytes":507320862},"jpn_Jpan-ron_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["jpn_Jpan","ron_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"jpn_Jpan-ron_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ja-ro.bitextf.tsv.gz":{"num_bytes":278753432,"checksum":null}},"download_size":278753432,"post_processing_size":null,"dataset_size":0,"size_in_bytes":278753432},"jpn_Jpan-rus_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["jpn_Jpan","rus_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"jpn_Jpan-rus_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ja-ru.bitextf.tsv.gz":{"num_bytes":689373907,"checksum":null}},"download_size":689373907,"post_processing_size":null,"dataset_size":0,"size_in_bytes":689373907},"jpn_Jpan-slk_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["jpn_Jpan","slk_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"jpn_Jpan-slk_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ja-sk.bitextf.tsv.gz":{"num_bytes":254258621,"checksum":null}},"download_size":254258621,"post_processing_size":null,"dataset_size":0,"size_in_bytes":254258621},"jpn_Jpan-slv_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["jpn_Jpan","slv_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"jpn_Jpan-slv_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ja-sl.bitextf.tsv.gz":{"num_bytes":197719895,"checksum":null}},"download_size":197719895,"post_processing_size":null,"dataset_size":0,"size_in_bytes":197719895},"jpn_Jpan-srp_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["jpn_Jpan","srp_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"jpn_Jpan-srp_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ja-sr.bitextf.tsv.gz":{"num_bytes":195956714,"checksum":null}},"download_size":195956714,"post_processing_size":null,"dataset_size":0,"size_in_bytes":195956714},"jpn_Jpan-swe_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["jpn_Jpan","swe_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"jpn_Jpan-swe_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ja-sv.bitextf.tsv.gz":{"num_bytes":635765567,"checksum":null}},"download_size":635765567,"post_processing_size":null,"dataset_size":0,"size_in_bytes":635765567},"jpn_Jpan-swh_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["jpn_Jpan","swh_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"jpn_Jpan-swh_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ja-sw.bitextf.tsv.gz":{"num_bytes":53180328,"checksum":null}},"download_size":53180328,"post_processing_size":null,"dataset_size":0,"size_in_bytes":53180328},"jpn_Jpan-tam_Taml":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["jpn_Jpan","tam_Taml"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"jpn_Jpan-tam_Taml","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ja-ta.bitextf.tsv.gz":{"num_bytes":51598591,"checksum":null}},"download_size":51598591,"post_processing_size":null,"dataset_size":0,"size_in_bytes":51598591},"jpn_Jpan-tgl_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["jpn_Jpan","tgl_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"jpn_Jpan-tgl_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ja-tl.bitextf.tsv.gz":{"num_bytes":17937216,"checksum":null}},"download_size":17937216,"post_processing_size":null,"dataset_size":0,"size_in_bytes":17937216},"jpn_Jpan-tur_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["jpn_Jpan","tur_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"jpn_Jpan-tur_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ja-tr.bitextf.tsv.gz":{"num_bytes":682298320,"checksum":null}},"download_size":682298320,"post_processing_size":null,"dataset_size":0,"size_in_bytes":682298320},"jpn_Jpan-ukr_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["jpn_Jpan","ukr_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"jpn_Jpan-ukr_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ja-uk.bitextf.tsv.gz":{"num_bytes":128870630,"checksum":null}},"download_size":128870630,"post_processing_size":null,"dataset_size":0,"size_in_bytes":128870630},"jpn_Jpan-vie_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["jpn_Jpan","vie_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"jpn_Jpan-vie_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ja-vi.bitextf.tsv.gz":{"num_bytes":218260359,"checksum":null}},"download_size":218260359,"post_processing_size":null,"dataset_size":0,"size_in_bytes":218260359},"jpn_Jpan-zho_Hans":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["jpn_Jpan","zho_Hans"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"jpn_Jpan-zho_Hans","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ja-zh.bitextf.tsv.gz":{"num_bytes":864032903,"checksum":null}},"download_size":864032903,"post_processing_size":null,"dataset_size":0,"size_in_bytes":864032903},"jpn_Jpan-zsm_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["jpn_Jpan","zsm_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"jpn_Jpan-zsm_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ja-ms.bitextf.tsv.gz":{"num_bytes":92019727,"checksum":null}},"download_size":92019727,"post_processing_size":null,"dataset_size":0,"size_in_bytes":92019727},"kat_Geor-kaz_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["kat_Geor","kaz_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"kat_Geor-kaz_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ka-kk.bitextf.tsv.gz":{"num_bytes":2381822,"checksum":null}},"download_size":2381822,"post_processing_size":null,"dataset_size":0,"size_in_bytes":2381822},"kat_Geor-tat_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["kat_Geor","tat_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"kat_Geor-tat_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ka-tt.bitextf.tsv.gz":{"num_bytes":3176228,"checksum":null}},"download_size":3176228,"post_processing_size":null,"dataset_size":0,"size_in_bytes":3176228},"kat_Geor-tur_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["kat_Geor","tur_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"kat_Geor-tur_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ka-tr.bitextf.tsv.gz":{"num_bytes":18524986,"checksum":null}},"download_size":18524986,"post_processing_size":null,"dataset_size":0,"size_in_bytes":18524986},"kat_Geor-vie_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["kat_Geor","vie_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"kat_Geor-vie_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ka-vi.bitextf.tsv.gz":{"num_bytes":18770246,"checksum":null}},"download_size":18770246,"post_processing_size":null,"dataset_size":0,"size_in_bytes":18770246},"kaz_Cyrl-tat_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["kaz_Cyrl","tat_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"kaz_Cyrl-tat_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/kk-tt.bitextf.tsv.gz":{"num_bytes":3875265,"checksum":null}},"download_size":3875265,"post_processing_size":null,"dataset_size":0,"size_in_bytes":3875265},"kaz_Cyrl-tur_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["kaz_Cyrl","tur_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"kaz_Cyrl-tur_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/kk-tr.bitextf.tsv.gz":{"num_bytes":13802454,"checksum":null}},"download_size":13802454,"post_processing_size":null,"dataset_size":0,"size_in_bytes":13802454},"kaz_Cyrl-vie_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["kaz_Cyrl","vie_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"kaz_Cyrl-vie_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/kk-vi.bitextf.tsv.gz":{"num_bytes":9141280,"checksum":null}},"download_size":9141280,"post_processing_size":null,"dataset_size":0,"size_in_bytes":9141280},"khm_Khmr-tur_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["khm_Khmr","tur_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"khm_Khmr-tur_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/km-tr.bitextf.tsv.gz":{"num_bytes":23749308,"checksum":null}},"download_size":23749308,"post_processing_size":null,"dataset_size":0,"size_in_bytes":23749308},"kor_Hang-lit_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["kor_Hang","lit_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"kor_Hang-lit_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ko-lt.bitextf.tsv.gz":{"num_bytes":132319762,"checksum":null}},"download_size":132319762,"post_processing_size":null,"dataset_size":0,"size_in_bytes":132319762},"kor_Hang-lvs_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["kor_Hang","lvs_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"kor_Hang-lvs_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ko-lv.bitextf.tsv.gz":{"num_bytes":108823848,"checksum":null}},"download_size":108823848,"post_processing_size":null,"dataset_size":0,"size_in_bytes":108823848},"kor_Hang-mkd_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["kor_Hang","mkd_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"kor_Hang-mkd_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ko-mk.bitextf.tsv.gz":{"num_bytes":65121380,"checksum":null}},"download_size":65121380,"post_processing_size":null,"dataset_size":0,"size_in_bytes":65121380},"kor_Hang-nld_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["kor_Hang","nld_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"kor_Hang-nld_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ko-nl.bitextf.tsv.gz":{"num_bytes":485723542,"checksum":null}},"download_size":485723542,"post_processing_size":null,"dataset_size":0,"size_in_bytes":485723542},"kor_Hang-nob_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["kor_Hang","nob_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"kor_Hang-nob_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ko-no.bitextf.tsv.gz":{"num_bytes":198474453,"checksum":null}},"download_size":198474453,"post_processing_size":null,"dataset_size":0,"size_in_bytes":198474453},"kor_Hang-pol_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["kor_Hang","pol_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"kor_Hang-pol_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ko-pl.bitextf.tsv.gz":{"num_bytes":444636942,"checksum":null}},"download_size":444636942,"post_processing_size":null,"dataset_size":0,"size_in_bytes":444636942},"kor_Hang-por_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["kor_Hang","por_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"kor_Hang-por_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ko-pt.bitextf.tsv.gz":{"num_bytes":568053416,"checksum":null}},"download_size":568053416,"post_processing_size":null,"dataset_size":0,"size_in_bytes":568053416},"kor_Hang-rus_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["kor_Hang","rus_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"kor_Hang-rus_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ko-ru.bitextf.tsv.gz":{"num_bytes":432339623,"checksum":null}},"download_size":432339623,"post_processing_size":null,"dataset_size":0,"size_in_bytes":432339623},"kor_Hang-slk_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["kor_Hang","slk_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"kor_Hang-slk_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ko-sk.bitextf.tsv.gz":{"num_bytes":227951373,"checksum":null}},"download_size":227951373,"post_processing_size":null,"dataset_size":0,"size_in_bytes":227951373},"kor_Hang-slv_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["kor_Hang","slv_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"kor_Hang-slv_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ko-sl.bitextf.tsv.gz":{"num_bytes":162502477,"checksum":null}},"download_size":162502477,"post_processing_size":null,"dataset_size":0,"size_in_bytes":162502477},"kor_Hang-srp_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["kor_Hang","srp_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"kor_Hang-srp_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ko-sr.bitextf.tsv.gz":{"num_bytes":147045709,"checksum":null}},"download_size":147045709,"post_processing_size":null,"dataset_size":0,"size_in_bytes":147045709},"kor_Hang-swe_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["kor_Hang","swe_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"kor_Hang-swe_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ko-sv.bitextf.tsv.gz":{"num_bytes":527802656,"checksum":null}},"download_size":527802656,"post_processing_size":null,"dataset_size":0,"size_in_bytes":527802656},"kor_Hang-swh_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["kor_Hang","swh_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"kor_Hang-swh_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ko-sw.bitextf.tsv.gz":{"num_bytes":43187326,"checksum":null}},"download_size":43187326,"post_processing_size":null,"dataset_size":0,"size_in_bytes":43187326},"kor_Hang-tam_Taml":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["kor_Hang","tam_Taml"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"kor_Hang-tam_Taml","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ko-ta.bitextf.tsv.gz":{"num_bytes":38541454,"checksum":null}},"download_size":38541454,"post_processing_size":null,"dataset_size":0,"size_in_bytes":38541454},"kor_Hang-tur_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["kor_Hang","tur_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"kor_Hang-tur_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ko-tr.bitextf.tsv.gz":{"num_bytes":455027317,"checksum":null}},"download_size":455027317,"post_processing_size":null,"dataset_size":0,"size_in_bytes":455027317},"kor_Hang-ukr_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["kor_Hang","ukr_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"kor_Hang-ukr_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ko-uk.bitextf.tsv.gz":{"num_bytes":68775179,"checksum":null}},"download_size":68775179,"post_processing_size":null,"dataset_size":0,"size_in_bytes":68775179},"kor_Hang-vie_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["kor_Hang","vie_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"kor_Hang-vie_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ko-vi.bitextf.tsv.gz":{"num_bytes":287751585,"checksum":null}},"download_size":287751585,"post_processing_size":null,"dataset_size":0,"size_in_bytes":287751585},"kor_Hang-zho_Hans":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["kor_Hang","zho_Hans"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"kor_Hang-zho_Hans","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ko-zh.bitextf.tsv.gz":{"num_bytes":360493378,"checksum":null}},"download_size":360493378,"post_processing_size":null,"dataset_size":0,"size_in_bytes":360493378},"lit_Latn-als_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["lit_Latn","als_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"lit_Latn-als_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/lt-sq.bitextf.tsv.gz":{"num_bytes":113001037,"checksum":null}},"download_size":113001037,"post_processing_size":null,"dataset_size":0,"size_in_bytes":113001037},"lit_Latn-lvs_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["lit_Latn","lvs_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"lit_Latn-lvs_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/lt-lv.bitextf.tsv.gz":{"num_bytes":543193800,"checksum":null}},"download_size":543193800,"post_processing_size":null,"dataset_size":0,"size_in_bytes":543193800},"lit_Latn-mkd_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["lit_Latn","mkd_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"lit_Latn-mkd_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/lt-mk.bitextf.tsv.gz":{"num_bytes":121554882,"checksum":null}},"download_size":121554882,"post_processing_size":null,"dataset_size":0,"size_in_bytes":121554882},"lit_Latn-nld_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["lit_Latn","nld_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"lit_Latn-nld_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/lt-nl.bitextf.tsv.gz":{"num_bytes":698745111,"checksum":null}},"download_size":698745111,"post_processing_size":null,"dataset_size":0,"size_in_bytes":698745111},"lit_Latn-nob_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["lit_Latn","nob_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"lit_Latn-nob_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/lt-no.bitextf.tsv.gz":{"num_bytes":378823737,"checksum":null}},"download_size":378823737,"post_processing_size":null,"dataset_size":0,"size_in_bytes":378823737},"lit_Latn-plt_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["lit_Latn","plt_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"lit_Latn-plt_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/lt-mg.bitextf.tsv.gz":{"num_bytes":33522562,"checksum":null}},"download_size":33522562,"post_processing_size":null,"dataset_size":0,"size_in_bytes":33522562},"lit_Latn-pol_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["lit_Latn","pol_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"lit_Latn-pol_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/lt-pl.bitextf.tsv.gz":{"num_bytes":873174479,"checksum":null}},"download_size":873174479,"post_processing_size":null,"dataset_size":0,"size_in_bytes":873174479},"lit_Latn-por_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["lit_Latn","por_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"lit_Latn-por_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/lt-pt.bitextf.tsv.gz":{"num_bytes":784418441,"checksum":null}},"download_size":784418441,"post_processing_size":null,"dataset_size":0,"size_in_bytes":784418441},"lit_Latn-ron_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["lit_Latn","ron_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"lit_Latn-ron_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/lt-ro.bitextf.tsv.gz":{"num_bytes":631014920,"checksum":null}},"download_size":631014920,"post_processing_size":null,"dataset_size":0,"size_in_bytes":631014920},"lit_Latn-rus_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["lit_Latn","rus_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"lit_Latn-rus_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/lt-ru.bitextf.tsv.gz":{"num_bytes":1480516077,"checksum":null}},"download_size":1480516077,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1480516077},"lit_Latn-slk_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["lit_Latn","slk_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"lit_Latn-slk_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/lt-sk.bitextf.tsv.gz":{"num_bytes":693825585,"checksum":null}},"download_size":693825585,"post_processing_size":null,"dataset_size":0,"size_in_bytes":693825585},"lit_Latn-slv_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["lit_Latn","slv_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"lit_Latn-slv_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/lt-sl.bitextf.tsv.gz":{"num_bytes":600238085,"checksum":null}},"download_size":600238085,"post_processing_size":null,"dataset_size":0,"size_in_bytes":600238085},"lit_Latn-srp_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["lit_Latn","srp_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"lit_Latn-srp_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/lt-sr.bitextf.tsv.gz":{"num_bytes":366125124,"checksum":null}},"download_size":366125124,"post_processing_size":null,"dataset_size":0,"size_in_bytes":366125124},"lit_Latn-swe_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["lit_Latn","swe_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"lit_Latn-swe_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/lt-sv.bitextf.tsv.gz":{"num_bytes":592771919,"checksum":null}},"download_size":592771919,"post_processing_size":null,"dataset_size":0,"size_in_bytes":592771919},"lit_Latn-swh_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["lit_Latn","swh_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"lit_Latn-swh_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/lt-sw.bitextf.tsv.gz":{"num_bytes":56455400,"checksum":null}},"download_size":56455400,"post_processing_size":null,"dataset_size":0,"size_in_bytes":56455400},"lit_Latn-tam_Taml":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["lit_Latn","tam_Taml"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"lit_Latn-tam_Taml","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/lt-ta.bitextf.tsv.gz":{"num_bytes":82326172,"checksum":null}},"download_size":82326172,"post_processing_size":null,"dataset_size":0,"size_in_bytes":82326172},"lit_Latn-tur_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["lit_Latn","tur_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"lit_Latn-tur_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/lt-tr.bitextf.tsv.gz":{"num_bytes":423587242,"checksum":null}},"download_size":423587242,"post_processing_size":null,"dataset_size":0,"size_in_bytes":423587242},"lit_Latn-ukr_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["lit_Latn","ukr_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"lit_Latn-ukr_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/lt-uk.bitextf.tsv.gz":{"num_bytes":277429516,"checksum":null}},"download_size":277429516,"post_processing_size":null,"dataset_size":0,"size_in_bytes":277429516},"lit_Latn-vie_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["lit_Latn","vie_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"lit_Latn-vie_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/lt-vi.bitextf.tsv.gz":{"num_bytes":343728138,"checksum":null}},"download_size":343728138,"post_processing_size":null,"dataset_size":0,"size_in_bytes":343728138},"lit_Latn-zho_Hans":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["lit_Latn","zho_Hans"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"lit_Latn-zho_Hans","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/lt-zh.bitextf.tsv.gz":{"num_bytes":230625151,"checksum":null}},"download_size":230625151,"post_processing_size":null,"dataset_size":0,"size_in_bytes":230625151},"ltz_Latn-nld_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ltz_Latn","nld_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ltz_Latn-nld_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/lb-nl.bitextf.tsv.gz":{"num_bytes":27797504,"checksum":null}},"download_size":27797504,"post_processing_size":null,"dataset_size":0,"size_in_bytes":27797504},"ltz_Latn-nob_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ltz_Latn","nob_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ltz_Latn-nob_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/lb-no.bitextf.tsv.gz":{"num_bytes":13229969,"checksum":null}},"download_size":13229969,"post_processing_size":null,"dataset_size":0,"size_in_bytes":13229969},"ltz_Latn-zho_Hans":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ltz_Latn","zho_Hans"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ltz_Latn-zho_Hans","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/lb-zh.bitextf.tsv.gz":{"num_bytes":28373621,"checksum":null}},"download_size":28373621,"post_processing_size":null,"dataset_size":0,"size_in_bytes":28373621},"lvs_Latn-als_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["lvs_Latn","als_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"lvs_Latn-als_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/lv-sq.bitextf.tsv.gz":{"num_bytes":109383888,"checksum":null}},"download_size":109383888,"post_processing_size":null,"dataset_size":0,"size_in_bytes":109383888},"lvs_Latn-mkd_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["lvs_Latn","mkd_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"lvs_Latn-mkd_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/lv-mk.bitextf.tsv.gz":{"num_bytes":90326271,"checksum":null}},"download_size":90326271,"post_processing_size":null,"dataset_size":0,"size_in_bytes":90326271},"lvs_Latn-nld_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["lvs_Latn","nld_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"lvs_Latn-nld_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/lv-nl.bitextf.tsv.gz":{"num_bytes":551589535,"checksum":null}},"download_size":551589535,"post_processing_size":null,"dataset_size":0,"size_in_bytes":551589535},"lvs_Latn-nob_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["lvs_Latn","nob_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"lvs_Latn-nob_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/lv-no.bitextf.tsv.gz":{"num_bytes":318750119,"checksum":null}},"download_size":318750119,"post_processing_size":null,"dataset_size":0,"size_in_bytes":318750119},"lvs_Latn-pol_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["lvs_Latn","pol_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"lvs_Latn-pol_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/lv-pl.bitextf.tsv.gz":{"num_bytes":607353246,"checksum":null}},"download_size":607353246,"post_processing_size":null,"dataset_size":0,"size_in_bytes":607353246},"lvs_Latn-por_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["lvs_Latn","por_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"lvs_Latn-por_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/lv-pt.bitextf.tsv.gz":{"num_bytes":552660543,"checksum":null}},"download_size":552660543,"post_processing_size":null,"dataset_size":0,"size_in_bytes":552660543},"lvs_Latn-ron_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["lvs_Latn","ron_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"lvs_Latn-ron_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/lv-ro.bitextf.tsv.gz":{"num_bytes":465727591,"checksum":null}},"download_size":465727591,"post_processing_size":null,"dataset_size":0,"size_in_bytes":465727591},"lvs_Latn-rus_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["lvs_Latn","rus_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"lvs_Latn-rus_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/lv-ru.bitextf.tsv.gz":{"num_bytes":1117579420,"checksum":null}},"download_size":1117579420,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1117579420},"lvs_Latn-slk_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["lvs_Latn","slk_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"lvs_Latn-slk_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/lv-sk.bitextf.tsv.gz":{"num_bytes":543261295,"checksum":null}},"download_size":543261295,"post_processing_size":null,"dataset_size":0,"size_in_bytes":543261295},"lvs_Latn-slv_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["lvs_Latn","slv_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"lvs_Latn-slv_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/lv-sl.bitextf.tsv.gz":{"num_bytes":520989200,"checksum":null}},"download_size":520989200,"post_processing_size":null,"dataset_size":0,"size_in_bytes":520989200},"lvs_Latn-srp_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["lvs_Latn","srp_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"lvs_Latn-srp_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/lv-sr.bitextf.tsv.gz":{"num_bytes":349411953,"checksum":null}},"download_size":349411953,"post_processing_size":null,"dataset_size":0,"size_in_bytes":349411953},"lvs_Latn-swe_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["lvs_Latn","swe_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"lvs_Latn-swe_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/lv-sv.bitextf.tsv.gz":{"num_bytes":472313245,"checksum":null}},"download_size":472313245,"post_processing_size":null,"dataset_size":0,"size_in_bytes":472313245},"lvs_Latn-swh_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["lvs_Latn","swh_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"lvs_Latn-swh_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/lv-sw.bitextf.tsv.gz":{"num_bytes":50329704,"checksum":null}},"download_size":50329704,"post_processing_size":null,"dataset_size":0,"size_in_bytes":50329704},"lvs_Latn-tam_Taml":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["lvs_Latn","tam_Taml"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"lvs_Latn-tam_Taml","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/lv-ta.bitextf.tsv.gz":{"num_bytes":21664372,"checksum":null}},"download_size":21664372,"post_processing_size":null,"dataset_size":0,"size_in_bytes":21664372},"lvs_Latn-tur_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["lvs_Latn","tur_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"lvs_Latn-tur_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/lv-tr.bitextf.tsv.gz":{"num_bytes":230747849,"checksum":null}},"download_size":230747849,"post_processing_size":null,"dataset_size":0,"size_in_bytes":230747849},"lvs_Latn-ukr_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["lvs_Latn","ukr_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"lvs_Latn-ukr_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/lv-uk.bitextf.tsv.gz":{"num_bytes":199712071,"checksum":null}},"download_size":199712071,"post_processing_size":null,"dataset_size":0,"size_in_bytes":199712071},"lvs_Latn-vie_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["lvs_Latn","vie_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"lvs_Latn-vie_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/lv-vi.bitextf.tsv.gz":{"num_bytes":182419048,"checksum":null}},"download_size":182419048,"post_processing_size":null,"dataset_size":0,"size_in_bytes":182419048},"lvs_Latn-zho_Hans":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["lvs_Latn","zho_Hans"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"lvs_Latn-zho_Hans","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/lv-zh.bitextf.tsv.gz":{"num_bytes":211948610,"checksum":null}},"download_size":211948610,"post_processing_size":null,"dataset_size":0,"size_in_bytes":211948610},"mal_Mlym-rus_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["mal_Mlym","rus_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"mal_Mlym-rus_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ml-ru.bitextf.tsv.gz":{"num_bytes":111645632,"checksum":null}},"download_size":111645632,"post_processing_size":null,"dataset_size":0,"size_in_bytes":111645632},"mal_Mlym-sun_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["mal_Mlym","sun_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"mal_Mlym-sun_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ml-su.bitextf.tsv.gz":{"num_bytes":2103935,"checksum":null}},"download_size":2103935,"post_processing_size":null,"dataset_size":0,"size_in_bytes":2103935},"mal_Mlym-tgl_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["mal_Mlym","tgl_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"mal_Mlym-tgl_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ml-tl.bitextf.tsv.gz":{"num_bytes":12712965,"checksum":null}},"download_size":12712965,"post_processing_size":null,"dataset_size":0,"size_in_bytes":12712965},"mal_Mlym-tur_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["mal_Mlym","tur_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"mal_Mlym-tur_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ml-tr.bitextf.tsv.gz":{"num_bytes":216704522,"checksum":null}},"download_size":216704522,"post_processing_size":null,"dataset_size":0,"size_in_bytes":216704522},"mal_Mlym-zho_Hans":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["mal_Mlym","zho_Hans"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"mal_Mlym-zho_Hans","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ml-zh.bitextf.tsv.gz":{"num_bytes":80775350,"checksum":null}},"download_size":80775350,"post_processing_size":null,"dataset_size":0,"size_in_bytes":80775350},"mal_Mlym-zsm_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["mal_Mlym","zsm_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"mal_Mlym-zsm_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ml-ms.bitextf.tsv.gz":{"num_bytes":17693594,"checksum":null}},"download_size":17693594,"post_processing_size":null,"dataset_size":0,"size_in_bytes":17693594},"mar_Deva-rus_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["mar_Deva","rus_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"mar_Deva-rus_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/mr-ru.bitextf.tsv.gz":{"num_bytes":39349963,"checksum":null}},"download_size":39349963,"post_processing_size":null,"dataset_size":0,"size_in_bytes":39349963},"mar_Deva-tur_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["mar_Deva","tur_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"mar_Deva-tur_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/mr-tr.bitextf.tsv.gz":{"num_bytes":106288889,"checksum":null}},"download_size":106288889,"post_processing_size":null,"dataset_size":0,"size_in_bytes":106288889},"mkd_Cyrl-als_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["mkd_Cyrl","als_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"mkd_Cyrl-als_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/mk-sq.bitextf.tsv.gz":{"num_bytes":244664916,"checksum":null}},"download_size":244664916,"post_processing_size":null,"dataset_size":0,"size_in_bytes":244664916},"mkd_Cyrl-nld_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["mkd_Cyrl","nld_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"mkd_Cyrl-nld_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/mk-nl.bitextf.tsv.gz":{"num_bytes":203739058,"checksum":null}},"download_size":203739058,"post_processing_size":null,"dataset_size":0,"size_in_bytes":203739058},"mkd_Cyrl-nob_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["mkd_Cyrl","nob_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"mkd_Cyrl-nob_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/mk-no.bitextf.tsv.gz":{"num_bytes":137488509,"checksum":null}},"download_size":137488509,"post_processing_size":null,"dataset_size":0,"size_in_bytes":137488509},"mkd_Cyrl-pol_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["mkd_Cyrl","pol_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"mkd_Cyrl-pol_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/mk-pl.bitextf.tsv.gz":{"num_bytes":238832459,"checksum":null}},"download_size":238832459,"post_processing_size":null,"dataset_size":0,"size_in_bytes":238832459},"mkd_Cyrl-ron_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["mkd_Cyrl","ron_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"mkd_Cyrl-ron_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/mk-ro.bitextf.tsv.gz":{"num_bytes":219387280,"checksum":null}},"download_size":219387280,"post_processing_size":null,"dataset_size":0,"size_in_bytes":219387280},"mkd_Cyrl-rus_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["mkd_Cyrl","rus_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"mkd_Cyrl-rus_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/mk-ru.bitextf.tsv.gz":{"num_bytes":434757566,"checksum":null}},"download_size":434757566,"post_processing_size":null,"dataset_size":0,"size_in_bytes":434757566},"mkd_Cyrl-slk_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["mkd_Cyrl","slk_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"mkd_Cyrl-slk_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/mk-sk.bitextf.tsv.gz":{"num_bytes":155379757,"checksum":null}},"download_size":155379757,"post_processing_size":null,"dataset_size":0,"size_in_bytes":155379757},"mkd_Cyrl-slv_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["mkd_Cyrl","slv_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"mkd_Cyrl-slv_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/mk-sl.bitextf.tsv.gz":{"num_bytes":146149636,"checksum":null}},"download_size":146149636,"post_processing_size":null,"dataset_size":0,"size_in_bytes":146149636},"mkd_Cyrl-swe_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["mkd_Cyrl","swe_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"mkd_Cyrl-swe_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/mk-sv.bitextf.tsv.gz":{"num_bytes":162350068,"checksum":null}},"download_size":162350068,"post_processing_size":null,"dataset_size":0,"size_in_bytes":162350068},"mkd_Cyrl-ukr_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["mkd_Cyrl","ukr_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"mkd_Cyrl-ukr_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/mk-uk.bitextf.tsv.gz":{"num_bytes":132965057,"checksum":null}},"download_size":132965057,"post_processing_size":null,"dataset_size":0,"size_in_bytes":132965057},"mkd_Cyrl-vie_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["mkd_Cyrl","vie_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"mkd_Cyrl-vie_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/mk-vi.bitextf.tsv.gz":{"num_bytes":142370855,"checksum":null}},"download_size":142370855,"post_processing_size":null,"dataset_size":0,"size_in_bytes":142370855},"mkd_Cyrl-zho_Hans":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["mkd_Cyrl","zho_Hans"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"mkd_Cyrl-zho_Hans","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/mk-zh.bitextf.tsv.gz":{"num_bytes":146524114,"checksum":null}},"download_size":146524114,"post_processing_size":null,"dataset_size":0,"size_in_bytes":146524114},"mya_Mymr-tur_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["mya_Mymr","tur_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"mya_Mymr-tur_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/my-tr.bitextf.tsv.gz":{"num_bytes":19922416,"checksum":null}},"download_size":19922416,"post_processing_size":null,"dataset_size":0,"size_in_bytes":19922416},"nld_Latn-nob_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["nld_Latn","nob_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"nld_Latn-nob_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/nl-no.bitextf.tsv.gz":{"num_bytes":1098038797,"checksum":null}},"download_size":1098038797,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1098038797},"nld_Latn-pol_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["nld_Latn","pol_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"nld_Latn-pol_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/nl-pl.bitextf.tsv.gz":{"num_bytes":2069150669,"checksum":null}},"download_size":2069150669,"post_processing_size":null,"dataset_size":0,"size_in_bytes":2069150669},"nld_Latn-por_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["nld_Latn","por_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"nld_Latn-por_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/nl-pt.bitextf.tsv.gz":{"num_bytes":2496838683,"checksum":null}},"download_size":2496838683,"post_processing_size":null,"dataset_size":0,"size_in_bytes":2496838683},"nld_Latn-ron_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["nld_Latn","ron_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"nld_Latn-ron_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/nl-ro.bitextf.tsv.gz":{"num_bytes":1120856456,"checksum":null}},"download_size":1120856456,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1120856456},"nld_Latn-rus_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["nld_Latn","rus_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"nld_Latn-rus_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/nl-ru.bitextf.tsv.gz":{"num_bytes":1869387391,"checksum":null}},"download_size":1869387391,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1869387391},"nld_Latn-slk_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["nld_Latn","slk_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"nld_Latn-slk_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/nl-sk.bitextf.tsv.gz":{"num_bytes":1068784404,"checksum":null}},"download_size":1068784404,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1068784404},"nld_Latn-slv_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["nld_Latn","slv_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"nld_Latn-slv_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/nl-sl.bitextf.tsv.gz":{"num_bytes":783706479,"checksum":null}},"download_size":783706479,"post_processing_size":null,"dataset_size":0,"size_in_bytes":783706479},"nld_Latn-som_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["nld_Latn","som_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"nld_Latn-som_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/nl-so.bitextf.tsv.gz":{"num_bytes":12396416,"checksum":null}},"download_size":12396416,"post_processing_size":null,"dataset_size":0,"size_in_bytes":12396416},"nld_Latn-srp_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["nld_Latn","srp_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"nld_Latn-srp_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/nl-sr.bitextf.tsv.gz":{"num_bytes":489260370,"checksum":null}},"download_size":489260370,"post_processing_size":null,"dataset_size":0,"size_in_bytes":489260370},"nld_Latn-swe_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["nld_Latn","swe_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"nld_Latn-swe_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/nl-sv.bitextf.tsv.gz":{"num_bytes":1986714212,"checksum":null}},"download_size":1986714212,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1986714212},"nld_Latn-swh_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["nld_Latn","swh_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"nld_Latn-swh_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/nl-sw.bitextf.tsv.gz":{"num_bytes":84766843,"checksum":null}},"download_size":84766843,"post_processing_size":null,"dataset_size":0,"size_in_bytes":84766843},"nld_Latn-tam_Taml":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["nld_Latn","tam_Taml"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"nld_Latn-tam_Taml","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/nl-ta.bitextf.tsv.gz":{"num_bytes":68497785,"checksum":null}},"download_size":68497785,"post_processing_size":null,"dataset_size":0,"size_in_bytes":68497785},"nld_Latn-tur_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["nld_Latn","tur_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"nld_Latn-tur_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/nl-tr.bitextf.tsv.gz":{"num_bytes":1047956786,"checksum":null}},"download_size":1047956786,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1047956786},"nld_Latn-ukr_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["nld_Latn","ukr_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"nld_Latn-ukr_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/nl-uk.bitextf.tsv.gz":{"num_bytes":294304223,"checksum":null}},"download_size":294304223,"post_processing_size":null,"dataset_size":0,"size_in_bytes":294304223},"nld_Latn-vie_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["nld_Latn","vie_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"nld_Latn-vie_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/nl-vi.bitextf.tsv.gz":{"num_bytes":735783133,"checksum":null}},"download_size":735783133,"post_processing_size":null,"dataset_size":0,"size_in_bytes":735783133},"nld_Latn-ydd_Hebr":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["nld_Latn","ydd_Hebr"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"nld_Latn-ydd_Hebr","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/nl-yi.bitextf.tsv.gz":{"num_bytes":4383717,"checksum":null}},"download_size":4383717,"post_processing_size":null,"dataset_size":0,"size_in_bytes":4383717},"nld_Latn-yor_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["nld_Latn","yor_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"nld_Latn-yor_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/nl-yo.bitextf.tsv.gz":{"num_bytes":6007275,"checksum":null}},"download_size":6007275,"post_processing_size":null,"dataset_size":0,"size_in_bytes":6007275},"nld_Latn-zho_Hans":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["nld_Latn","zho_Hans"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"nld_Latn-zho_Hans","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/nl-zh.bitextf.tsv.gz":{"num_bytes":630553735,"checksum":null}},"download_size":630553735,"post_processing_size":null,"dataset_size":0,"size_in_bytes":630553735},"nob_Latn-als_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["nob_Latn","als_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"nob_Latn-als_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/no-sq.bitextf.tsv.gz":{"num_bytes":149340211,"checksum":null}},"download_size":149340211,"post_processing_size":null,"dataset_size":0,"size_in_bytes":149340211},"nob_Latn-pol_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["nob_Latn","pol_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"nob_Latn-pol_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/no-pl.bitextf.tsv.gz":{"num_bytes":280584132,"checksum":null}},"download_size":280584132,"post_processing_size":null,"dataset_size":0,"size_in_bytes":280584132},"nob_Latn-por_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["nob_Latn","por_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"nob_Latn-por_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/no-pt.bitextf.tsv.gz":{"num_bytes":1026641767,"checksum":null}},"download_size":1026641767,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1026641767},"nob_Latn-ron_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["nob_Latn","ron_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"nob_Latn-ron_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/no-ro.bitextf.tsv.gz":{"num_bytes":534518777,"checksum":null}},"download_size":534518777,"post_processing_size":null,"dataset_size":0,"size_in_bytes":534518777},"nob_Latn-rus_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["nob_Latn","rus_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"nob_Latn-rus_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/no-ru.bitextf.tsv.gz":{"num_bytes":484425730,"checksum":null}},"download_size":484425730,"post_processing_size":null,"dataset_size":0,"size_in_bytes":484425730},"nob_Latn-slk_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["nob_Latn","slk_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"nob_Latn-slk_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/no-sk.bitextf.tsv.gz":{"num_bytes":542695415,"checksum":null}},"download_size":542695415,"post_processing_size":null,"dataset_size":0,"size_in_bytes":542695415},"nob_Latn-slv_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["nob_Latn","slv_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"nob_Latn-slv_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/no-sl.bitextf.tsv.gz":{"num_bytes":441290814,"checksum":null}},"download_size":441290814,"post_processing_size":null,"dataset_size":0,"size_in_bytes":441290814},"nob_Latn-srp_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["nob_Latn","srp_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"nob_Latn-srp_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/no-sr.bitextf.tsv.gz":{"num_bytes":393805814,"checksum":null}},"download_size":393805814,"post_processing_size":null,"dataset_size":0,"size_in_bytes":393805814},"nob_Latn-swe_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["nob_Latn","swe_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"nob_Latn-swe_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/no-sv.bitextf.tsv.gz":{"num_bytes":1714765492,"checksum":null}},"download_size":1714765492,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1714765492},"nob_Latn-tam_Taml":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["nob_Latn","tam_Taml"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"nob_Latn-tam_Taml","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/no-ta.bitextf.tsv.gz":{"num_bytes":43077131,"checksum":null}},"download_size":43077131,"post_processing_size":null,"dataset_size":0,"size_in_bytes":43077131},"nob_Latn-tur_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["nob_Latn","tur_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"nob_Latn-tur_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/no-tr.bitextf.tsv.gz":{"num_bytes":445701081,"checksum":null}},"download_size":445701081,"post_processing_size":null,"dataset_size":0,"size_in_bytes":445701081},"nob_Latn-ukr_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["nob_Latn","ukr_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"nob_Latn-ukr_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/no-uk.bitextf.tsv.gz":{"num_bytes":231382419,"checksum":null}},"download_size":231382419,"post_processing_size":null,"dataset_size":0,"size_in_bytes":231382419},"nob_Latn-vie_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["nob_Latn","vie_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"nob_Latn-vie_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/no-vi.bitextf.tsv.gz":{"num_bytes":354910710,"checksum":null}},"download_size":354910710,"post_processing_size":null,"dataset_size":0,"size_in_bytes":354910710},"nob_Latn-ydd_Hebr":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["nob_Latn","ydd_Hebr"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"nob_Latn-ydd_Hebr","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/no-yi.bitextf.tsv.gz":{"num_bytes":2322437,"checksum":null}},"download_size":2322437,"post_processing_size":null,"dataset_size":0,"size_in_bytes":2322437},"nob_Latn-zho_Hans":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["nob_Latn","zho_Hans"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"nob_Latn-zho_Hans","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/no-zh.bitextf.tsv.gz":{"num_bytes":325420419,"checksum":null}},"download_size":325420419,"post_processing_size":null,"dataset_size":0,"size_in_bytes":325420419},"npi_Deva-rus_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["npi_Deva","rus_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"npi_Deva-rus_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ne-ru.bitextf.tsv.gz":{"num_bytes":12386947,"checksum":null}},"download_size":12386947,"post_processing_size":null,"dataset_size":0,"size_in_bytes":12386947},"npi_Deva-tur_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["npi_Deva","tur_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"npi_Deva-tur_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ne-tr.bitextf.tsv.gz":{"num_bytes":410229570,"checksum":null}},"download_size":410229570,"post_processing_size":null,"dataset_size":0,"size_in_bytes":410229570},"oci_Latn-ron_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["oci_Latn","ron_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"oci_Latn-ron_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/oc-ro.bitextf.tsv.gz":{"num_bytes":8904112,"checksum":null}},"download_size":8904112,"post_processing_size":null,"dataset_size":0,"size_in_bytes":8904112},"pes_Arab-als_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["pes_Arab","als_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"pes_Arab-als_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/fa-sq.bitextf.tsv.gz":{"num_bytes":158333036,"checksum":null}},"download_size":158333036,"post_processing_size":null,"dataset_size":0,"size_in_bytes":158333036},"pes_Arab-fin_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["pes_Arab","fin_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"pes_Arab-fin_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/fa-fi.bitextf.tsv.gz":{"num_bytes":163687300,"checksum":null}},"download_size":163687300,"post_processing_size":null,"dataset_size":0,"size_in_bytes":163687300},"pes_Arab-fra_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["pes_Arab","fra_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"pes_Arab-fra_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/fa-fr.bitextf.tsv.gz":{"num_bytes":712371974,"checksum":null}},"download_size":712371974,"post_processing_size":null,"dataset_size":0,"size_in_bytes":712371974},"pes_Arab-heb_Hebr":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["pes_Arab","heb_Hebr"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"pes_Arab-heb_Hebr","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/fa-he.bitextf.tsv.gz":{"num_bytes":226867914,"checksum":null}},"download_size":226867914,"post_processing_size":null,"dataset_size":0,"size_in_bytes":226867914},"pes_Arab-hin_Deva":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["pes_Arab","hin_Deva"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"pes_Arab-hin_Deva","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/fa-hi.bitextf.tsv.gz":{"num_bytes":204506897,"checksum":null}},"download_size":204506897,"post_processing_size":null,"dataset_size":0,"size_in_bytes":204506897},"pes_Arab-hrv_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["pes_Arab","hrv_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"pes_Arab-hrv_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/fa-hr.bitextf.tsv.gz":{"num_bytes":77430154,"checksum":null}},"download_size":77430154,"post_processing_size":null,"dataset_size":0,"size_in_bytes":77430154},"pes_Arab-hun_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["pes_Arab","hun_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"pes_Arab-hun_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/fa-hu.bitextf.tsv.gz":{"num_bytes":176256535,"checksum":null}},"download_size":176256535,"post_processing_size":null,"dataset_size":0,"size_in_bytes":176256535},"pes_Arab-ind_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["pes_Arab","ind_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"pes_Arab-ind_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/fa-id.bitextf.tsv.gz":{"num_bytes":466103036,"checksum":null}},"download_size":466103036,"post_processing_size":null,"dataset_size":0,"size_in_bytes":466103036},"pes_Arab-ita_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["pes_Arab","ita_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"pes_Arab-ita_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/fa-it.bitextf.tsv.gz":{"num_bytes":407726269,"checksum":null}},"download_size":407726269,"post_processing_size":null,"dataset_size":0,"size_in_bytes":407726269},"pes_Arab-jpn_Jpan":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["pes_Arab","jpn_Jpan"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"pes_Arab-jpn_Jpan","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/fa-ja.bitextf.tsv.gz":{"num_bytes":151380551,"checksum":null}},"download_size":151380551,"post_processing_size":null,"dataset_size":0,"size_in_bytes":151380551},"pes_Arab-kor_Hang":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["pes_Arab","kor_Hang"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"pes_Arab-kor_Hang","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/fa-ko.bitextf.tsv.gz":{"num_bytes":123305560,"checksum":null}},"download_size":123305560,"post_processing_size":null,"dataset_size":0,"size_in_bytes":123305560},"pes_Arab-lit_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["pes_Arab","lit_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"pes_Arab-lit_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/fa-lt.bitextf.tsv.gz":{"num_bytes":131696367,"checksum":null}},"download_size":131696367,"post_processing_size":null,"dataset_size":0,"size_in_bytes":131696367},"pes_Arab-lvs_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["pes_Arab","lvs_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"pes_Arab-lvs_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/fa-lv.bitextf.tsv.gz":{"num_bytes":96914779,"checksum":null}},"download_size":96914779,"post_processing_size":null,"dataset_size":0,"size_in_bytes":96914779},"pes_Arab-mal_Mlym":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["pes_Arab","mal_Mlym"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"pes_Arab-mal_Mlym","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/fa-ml.bitextf.tsv.gz":{"num_bytes":112973263,"checksum":null}},"download_size":112973263,"post_processing_size":null,"dataset_size":0,"size_in_bytes":112973263},"pes_Arab-mar_Deva":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["pes_Arab","mar_Deva"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"pes_Arab-mar_Deva","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/fa-mr.bitextf.tsv.gz":{"num_bytes":52383422,"checksum":null}},"download_size":52383422,"post_processing_size":null,"dataset_size":0,"size_in_bytes":52383422},"pes_Arab-nld_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["pes_Arab","nld_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"pes_Arab-nld_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/fa-nl.bitextf.tsv.gz":{"num_bytes":467599322,"checksum":null}},"download_size":467599322,"post_processing_size":null,"dataset_size":0,"size_in_bytes":467599322},"pes_Arab-nob_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["pes_Arab","nob_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"pes_Arab-nob_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/fa-no.bitextf.tsv.gz":{"num_bytes":190369457,"checksum":null}},"download_size":190369457,"post_processing_size":null,"dataset_size":0,"size_in_bytes":190369457},"pes_Arab-npi_Deva":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["pes_Arab","npi_Deva"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"pes_Arab-npi_Deva","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/fa-ne.bitextf.tsv.gz":{"num_bytes":185929176,"checksum":null}},"download_size":185929176,"post_processing_size":null,"dataset_size":0,"size_in_bytes":185929176},"pes_Arab-ory_Orya":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["pes_Arab","ory_Orya"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"pes_Arab-ory_Orya","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/fa-or.bitextf.tsv.gz":{"num_bytes":636470,"checksum":null}},"download_size":636470,"post_processing_size":null,"dataset_size":0,"size_in_bytes":636470},"pes_Arab-pol_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["pes_Arab","pol_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"pes_Arab-pol_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/fa-pl.bitextf.tsv.gz":{"num_bytes":448272456,"checksum":null}},"download_size":448272456,"post_processing_size":null,"dataset_size":0,"size_in_bytes":448272456},"pes_Arab-por_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["pes_Arab","por_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"pes_Arab-por_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/fa-pt.bitextf.tsv.gz":{"num_bytes":706200023,"checksum":null}},"download_size":706200023,"post_processing_size":null,"dataset_size":0,"size_in_bytes":706200023},"pes_Arab-ron_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["pes_Arab","ron_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"pes_Arab-ron_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/fa-ro.bitextf.tsv.gz":{"num_bytes":242366614,"checksum":null}},"download_size":242366614,"post_processing_size":null,"dataset_size":0,"size_in_bytes":242366614},"pes_Arab-rus_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["pes_Arab","rus_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"pes_Arab-rus_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/fa-ru.bitextf.tsv.gz":{"num_bytes":500391827,"checksum":null}},"download_size":500391827,"post_processing_size":null,"dataset_size":0,"size_in_bytes":500391827},"pes_Arab-sin_Sinh":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["pes_Arab","sin_Sinh"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"pes_Arab-sin_Sinh","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/fa-si.bitextf.tsv.gz":{"num_bytes":95059003,"checksum":null}},"download_size":95059003,"post_processing_size":null,"dataset_size":0,"size_in_bytes":95059003},"pes_Arab-slk_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["pes_Arab","slk_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"pes_Arab-slk_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/fa-sk.bitextf.tsv.gz":{"num_bytes":177154911,"checksum":null}},"download_size":177154911,"post_processing_size":null,"dataset_size":0,"size_in_bytes":177154911},"pes_Arab-slv_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["pes_Arab","slv_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"pes_Arab-slv_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/fa-sl.bitextf.tsv.gz":{"num_bytes":129537993,"checksum":null}},"download_size":129537993,"post_processing_size":null,"dataset_size":0,"size_in_bytes":129537993},"pes_Arab-snd_Arab":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["pes_Arab","snd_Arab"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"pes_Arab-snd_Arab","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/fa-sd.bitextf.tsv.gz":{"num_bytes":24333382,"checksum":null}},"download_size":24333382,"post_processing_size":null,"dataset_size":0,"size_in_bytes":24333382},"pes_Arab-srp_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["pes_Arab","srp_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"pes_Arab-srp_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/fa-sr.bitextf.tsv.gz":{"num_bytes":147906822,"checksum":null}},"download_size":147906822,"post_processing_size":null,"dataset_size":0,"size_in_bytes":147906822},"pes_Arab-swe_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["pes_Arab","swe_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"pes_Arab-swe_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/fa-sv.bitextf.tsv.gz":{"num_bytes":268691522,"checksum":null}},"download_size":268691522,"post_processing_size":null,"dataset_size":0,"size_in_bytes":268691522},"pes_Arab-swh_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["pes_Arab","swh_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"pes_Arab-swh_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/fa-sw.bitextf.tsv.gz":{"num_bytes":113457374,"checksum":null}},"download_size":113457374,"post_processing_size":null,"dataset_size":0,"size_in_bytes":113457374},"pes_Arab-tam_Taml":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["pes_Arab","tam_Taml"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"pes_Arab-tam_Taml","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/fa-ta.bitextf.tsv.gz":{"num_bytes":132280609,"checksum":null}},"download_size":132280609,"post_processing_size":null,"dataset_size":0,"size_in_bytes":132280609},"pes_Arab-tgl_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["pes_Arab","tgl_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"pes_Arab-tgl_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/fa-tl.bitextf.tsv.gz":{"num_bytes":47984380,"checksum":null}},"download_size":47984380,"post_processing_size":null,"dataset_size":0,"size_in_bytes":47984380},"pes_Arab-tur_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["pes_Arab","tur_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"pes_Arab-tur_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/fa-tr.bitextf.tsv.gz":{"num_bytes":309348831,"checksum":null}},"download_size":309348831,"post_processing_size":null,"dataset_size":0,"size_in_bytes":309348831},"pes_Arab-ukr_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["pes_Arab","ukr_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"pes_Arab-ukr_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/fa-uk.bitextf.tsv.gz":{"num_bytes":94690109,"checksum":null}},"download_size":94690109,"post_processing_size":null,"dataset_size":0,"size_in_bytes":94690109},"pes_Arab-urd_Arab":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["pes_Arab","urd_Arab"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"pes_Arab-urd_Arab","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/fa-ur.bitextf.tsv.gz":{"num_bytes":133755096,"checksum":null}},"download_size":133755096,"post_processing_size":null,"dataset_size":0,"size_in_bytes":133755096},"pes_Arab-uzn_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["pes_Arab","uzn_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"pes_Arab-uzn_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/fa-uz.bitextf.tsv.gz":{"num_bytes":57044602,"checksum":null}},"download_size":57044602,"post_processing_size":null,"dataset_size":0,"size_in_bytes":57044602},"pes_Arab-vie_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["pes_Arab","vie_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"pes_Arab-vie_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/fa-vi.bitextf.tsv.gz":{"num_bytes":390966104,"checksum":null}},"download_size":390966104,"post_processing_size":null,"dataset_size":0,"size_in_bytes":390966104},"pes_Arab-zho_Hans":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["pes_Arab","zho_Hans"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"pes_Arab-zho_Hans","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/fa-zh.bitextf.tsv.gz":{"num_bytes":311069107,"checksum":null}},"download_size":311069107,"post_processing_size":null,"dataset_size":0,"size_in_bytes":311069107},"pes_Arab-zsm_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["pes_Arab","zsm_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"pes_Arab-zsm_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/fa-ms.bitextf.tsv.gz":{"num_bytes":134704918,"checksum":null}},"download_size":134704918,"post_processing_size":null,"dataset_size":0,"size_in_bytes":134704918},"plt_Latn-mal_Mlym":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["plt_Latn","mal_Mlym"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"plt_Latn-mal_Mlym","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/mg-ml.bitextf.tsv.gz":{"num_bytes":7648718,"checksum":null}},"download_size":7648718,"post_processing_size":null,"dataset_size":0,"size_in_bytes":7648718},"plt_Latn-rus_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["plt_Latn","rus_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"plt_Latn-rus_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/mg-ru.bitextf.tsv.gz":{"num_bytes":29558810,"checksum":null}},"download_size":29558810,"post_processing_size":null,"dataset_size":0,"size_in_bytes":29558810},"plt_Latn-tam_Taml":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["plt_Latn","tam_Taml"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"plt_Latn-tam_Taml","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/mg-ta.bitextf.tsv.gz":{"num_bytes":10923453,"checksum":null}},"download_size":10923453,"post_processing_size":null,"dataset_size":0,"size_in_bytes":10923453},"plt_Latn-tgl_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["plt_Latn","tgl_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"plt_Latn-tgl_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/mg-tl.bitextf.tsv.gz":{"num_bytes":5123169,"checksum":null}},"download_size":5123169,"post_processing_size":null,"dataset_size":0,"size_in_bytes":5123169},"plt_Latn-zho_Hans":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["plt_Latn","zho_Hans"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"plt_Latn-zho_Hans","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/mg-zh.bitextf.tsv.gz":{"num_bytes":30730797,"checksum":null}},"download_size":30730797,"post_processing_size":null,"dataset_size":0,"size_in_bytes":30730797},"plt_Latn-zsm_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["plt_Latn","zsm_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"plt_Latn-zsm_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/mg-ms.bitextf.tsv.gz":{"num_bytes":5129528,"checksum":null}},"download_size":5129528,"post_processing_size":null,"dataset_size":0,"size_in_bytes":5129528},"pol_Latn-als_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["pol_Latn","als_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"pol_Latn-als_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/pl-sq.bitextf.tsv.gz":{"num_bytes":272978643,"checksum":null}},"download_size":272978643,"post_processing_size":null,"dataset_size":0,"size_in_bytes":272978643},"pol_Latn-por_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["pol_Latn","por_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"pol_Latn-por_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/pl-pt.bitextf.tsv.gz":{"num_bytes":2529212060,"checksum":null}},"download_size":2529212060,"post_processing_size":null,"dataset_size":0,"size_in_bytes":2529212060},"pol_Latn-ron_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["pol_Latn","ron_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"pol_Latn-ron_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/pl-ro.bitextf.tsv.gz":{"num_bytes":1297110117,"checksum":null}},"download_size":1297110117,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1297110117},"pol_Latn-rus_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["pol_Latn","rus_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"pol_Latn-rus_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/pl-ru.bitextf.tsv.gz":{"num_bytes":2912347612,"checksum":null}},"download_size":2912347612,"post_processing_size":null,"dataset_size":0,"size_in_bytes":2912347612},"pol_Latn-slk_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["pol_Latn","slk_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"pol_Latn-slk_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/pl-sk.bitextf.tsv.gz":{"num_bytes":1810361181,"checksum":null}},"download_size":1810361181,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1810361181},"pol_Latn-slv_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["pol_Latn","slv_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"pol_Latn-slv_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/pl-sl.bitextf.tsv.gz":{"num_bytes":1121783698,"checksum":null}},"download_size":1121783698,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1121783698},"pol_Latn-srp_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["pol_Latn","srp_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"pol_Latn-srp_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/pl-sr.bitextf.tsv.gz":{"num_bytes":726870477,"checksum":null}},"download_size":726870477,"post_processing_size":null,"dataset_size":0,"size_in_bytes":726870477},"pol_Latn-swe_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["pol_Latn","swe_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"pol_Latn-swe_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/pl-sv.bitextf.tsv.gz":{"num_bytes":1768053620,"checksum":null}},"download_size":1768053620,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1768053620},"pol_Latn-swh_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["pol_Latn","swh_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"pol_Latn-swh_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/pl-sw.bitextf.tsv.gz":{"num_bytes":76135727,"checksum":null}},"download_size":76135727,"post_processing_size":null,"dataset_size":0,"size_in_bytes":76135727},"pol_Latn-tam_Taml":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["pol_Latn","tam_Taml"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"pol_Latn-tam_Taml","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/pl-ta.bitextf.tsv.gz":{"num_bytes":58318161,"checksum":null}},"download_size":58318161,"post_processing_size":null,"dataset_size":0,"size_in_bytes":58318161},"pol_Latn-tur_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["pol_Latn","tur_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"pol_Latn-tur_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/pl-tr.bitextf.tsv.gz":{"num_bytes":978141374,"checksum":null}},"download_size":978141374,"post_processing_size":null,"dataset_size":0,"size_in_bytes":978141374},"pol_Latn-ukr_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["pol_Latn","ukr_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"pol_Latn-ukr_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/pl-uk.bitextf.tsv.gz":{"num_bytes":577793488,"checksum":null}},"download_size":577793488,"post_processing_size":null,"dataset_size":0,"size_in_bytes":577793488},"pol_Latn-vie_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["pol_Latn","vie_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"pol_Latn-vie_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/pl-vi.bitextf.tsv.gz":{"num_bytes":489735390,"checksum":null}},"download_size":489735390,"post_processing_size":null,"dataset_size":0,"size_in_bytes":489735390},"pol_Latn-zho_Hans":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["pol_Latn","zho_Hans"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"pol_Latn-zho_Hans","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/pl-zh.bitextf.tsv.gz":{"num_bytes":583336407,"checksum":null}},"download_size":583336407,"post_processing_size":null,"dataset_size":0,"size_in_bytes":583336407},"por_Latn-ron_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["por_Latn","ron_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"por_Latn-ron_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/pt-ro.bitextf.tsv.gz":{"num_bytes":1886500867,"checksum":null}},"download_size":1886500867,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1886500867},"por_Latn-rus_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["por_Latn","rus_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"por_Latn-rus_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/pt-ru.bitextf.tsv.gz":{"num_bytes":3010001356,"checksum":null}},"download_size":3010001356,"post_processing_size":null,"dataset_size":0,"size_in_bytes":3010001356},"por_Latn-slk_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["por_Latn","slk_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"por_Latn-slk_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/pt-sk.bitextf.tsv.gz":{"num_bytes":1253503064,"checksum":null}},"download_size":1253503064,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1253503064},"por_Latn-slv_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["por_Latn","slv_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"por_Latn-slv_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/pt-sl.bitextf.tsv.gz":{"num_bytes":880272523,"checksum":null}},"download_size":880272523,"post_processing_size":null,"dataset_size":0,"size_in_bytes":880272523},"por_Latn-srp_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["por_Latn","srp_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"por_Latn-srp_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/pt-sr.bitextf.tsv.gz":{"num_bytes":595729375,"checksum":null}},"download_size":595729375,"post_processing_size":null,"dataset_size":0,"size_in_bytes":595729375},"por_Latn-swe_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["por_Latn","swe_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"por_Latn-swe_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/pt-sv.bitextf.tsv.gz":{"num_bytes":2080509563,"checksum":null}},"download_size":2080509563,"post_processing_size":null,"dataset_size":0,"size_in_bytes":2080509563},"por_Latn-swh_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["por_Latn","swh_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"por_Latn-swh_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/pt-sw.bitextf.tsv.gz":{"num_bytes":243436901,"checksum":null}},"download_size":243436901,"post_processing_size":null,"dataset_size":0,"size_in_bytes":243436901},"por_Latn-tam_Taml":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["por_Latn","tam_Taml"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"por_Latn-tam_Taml","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/pt-ta.bitextf.tsv.gz":{"num_bytes":297801993,"checksum":null}},"download_size":297801993,"post_processing_size":null,"dataset_size":0,"size_in_bytes":297801993},"por_Latn-tur_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["por_Latn","tur_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"por_Latn-tur_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/pt-tr.bitextf.tsv.gz":{"num_bytes":1243342543,"checksum":null}},"download_size":1243342543,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1243342543},"por_Latn-ukr_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["por_Latn","ukr_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"por_Latn-ukr_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/pt-uk.bitextf.tsv.gz":{"num_bytes":467547097,"checksum":null}},"download_size":467547097,"post_processing_size":null,"dataset_size":0,"size_in_bytes":467547097},"por_Latn-vie_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["por_Latn","vie_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"por_Latn-vie_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/pt-vi.bitextf.tsv.gz":{"num_bytes":524579158,"checksum":null}},"download_size":524579158,"post_processing_size":null,"dataset_size":0,"size_in_bytes":524579158},"por_Latn-zho_Hans":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["por_Latn","zho_Hans"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"por_Latn-zho_Hans","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/pt-zh.bitextf.tsv.gz":{"num_bytes":1149515538,"checksum":null}},"download_size":1149515538,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1149515538},"ron_Latn-als_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ron_Latn","als_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ron_Latn-als_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ro-sq.bitextf.tsv.gz":{"num_bytes":265658342,"checksum":null}},"download_size":265658342,"post_processing_size":null,"dataset_size":0,"size_in_bytes":265658342},"ron_Latn-slk_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ron_Latn","slk_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ron_Latn-slk_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ro-sk.bitextf.tsv.gz":{"num_bytes":889175196,"checksum":null}},"download_size":889175196,"post_processing_size":null,"dataset_size":0,"size_in_bytes":889175196},"ron_Latn-slv_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ron_Latn","slv_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ron_Latn-slv_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ro-sl.bitextf.tsv.gz":{"num_bytes":655418736,"checksum":null}},"download_size":655418736,"post_processing_size":null,"dataset_size":0,"size_in_bytes":655418736},"ron_Latn-srp_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ron_Latn","srp_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ron_Latn-srp_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ro-sr.bitextf.tsv.gz":{"num_bytes":484073936,"checksum":null}},"download_size":484073936,"post_processing_size":null,"dataset_size":0,"size_in_bytes":484073936},"ron_Latn-swe_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ron_Latn","swe_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ron_Latn-swe_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ro-sv.bitextf.tsv.gz":{"num_bytes":843242459,"checksum":null}},"download_size":843242459,"post_processing_size":null,"dataset_size":0,"size_in_bytes":843242459},"ron_Latn-tam_Taml":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ron_Latn","tam_Taml"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ron_Latn-tam_Taml","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ro-ta.bitextf.tsv.gz":{"num_bytes":50075601,"checksum":null}},"download_size":50075601,"post_processing_size":null,"dataset_size":0,"size_in_bytes":50075601},"ron_Latn-tur_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ron_Latn","tur_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ron_Latn-tur_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ro-tr.bitextf.tsv.gz":{"num_bytes":437485366,"checksum":null}},"download_size":437485366,"post_processing_size":null,"dataset_size":0,"size_in_bytes":437485366},"ron_Latn-ukr_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ron_Latn","ukr_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ron_Latn-ukr_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ro-uk.bitextf.tsv.gz":{"num_bytes":340628417,"checksum":null}},"download_size":340628417,"post_processing_size":null,"dataset_size":0,"size_in_bytes":340628417},"ron_Latn-vie_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ron_Latn","vie_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ron_Latn-vie_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ro-vi.bitextf.tsv.gz":{"num_bytes":445094317,"checksum":null}},"download_size":445094317,"post_processing_size":null,"dataset_size":0,"size_in_bytes":445094317},"ron_Latn-zho_Hans":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ron_Latn","zho_Hans"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ron_Latn-zho_Hans","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ro-zh.bitextf.tsv.gz":{"num_bytes":414961433,"checksum":null}},"download_size":414961433,"post_processing_size":null,"dataset_size":0,"size_in_bytes":414961433},"rus_Cyrl-als_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["rus_Cyrl","als_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"rus_Cyrl-als_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ru-sq.bitextf.tsv.gz":{"num_bytes":464683616,"checksum":null}},"download_size":464683616,"post_processing_size":null,"dataset_size":0,"size_in_bytes":464683616},"rus_Cyrl-sin_Sinh":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["rus_Cyrl","sin_Sinh"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"rus_Cyrl-sin_Sinh","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ru-si.bitextf.tsv.gz":{"num_bytes":82339541,"checksum":null}},"download_size":82339541,"post_processing_size":null,"dataset_size":0,"size_in_bytes":82339541},"rus_Cyrl-slk_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["rus_Cyrl","slk_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"rus_Cyrl-slk_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ru-sk.bitextf.tsv.gz":{"num_bytes":1633305824,"checksum":null}},"download_size":1633305824,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1633305824},"rus_Cyrl-slv_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["rus_Cyrl","slv_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"rus_Cyrl-slv_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ru-sl.bitextf.tsv.gz":{"num_bytes":1179320238,"checksum":null}},"download_size":1179320238,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1179320238},"rus_Cyrl-srp_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["rus_Cyrl","srp_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"rus_Cyrl-srp_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ru-sr.bitextf.tsv.gz":{"num_bytes":1065354909,"checksum":null}},"download_size":1065354909,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1065354909},"rus_Cyrl-swe_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["rus_Cyrl","swe_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"rus_Cyrl-swe_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ru-sv.bitextf.tsv.gz":{"num_bytes":1434976527,"checksum":null}},"download_size":1434976527,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1434976527},"rus_Cyrl-swh_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["rus_Cyrl","swh_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"rus_Cyrl-swh_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ru-sw.bitextf.tsv.gz":{"num_bytes":101767705,"checksum":null}},"download_size":101767705,"post_processing_size":null,"dataset_size":0,"size_in_bytes":101767705},"rus_Cyrl-tam_Taml":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["rus_Cyrl","tam_Taml"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"rus_Cyrl-tam_Taml","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ru-ta.bitextf.tsv.gz":{"num_bytes":112488293,"checksum":null}},"download_size":112488293,"post_processing_size":null,"dataset_size":0,"size_in_bytes":112488293},"rus_Cyrl-tgl_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["rus_Cyrl","tgl_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"rus_Cyrl-tgl_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ru-tl.bitextf.tsv.gz":{"num_bytes":38321094,"checksum":null}},"download_size":38321094,"post_processing_size":null,"dataset_size":0,"size_in_bytes":38321094},"rus_Cyrl-tur_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["rus_Cyrl","tur_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"rus_Cyrl-tur_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ru-tr.bitextf.tsv.gz":{"num_bytes":1074909614,"checksum":null}},"download_size":1074909614,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1074909614},"rus_Cyrl-ukr_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["rus_Cyrl","ukr_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"rus_Cyrl-ukr_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ru-uk.bitextf.tsv.gz":{"num_bytes":3013817313,"checksum":null}},"download_size":3013817313,"post_processing_size":null,"dataset_size":0,"size_in_bytes":3013817313},"rus_Cyrl-urd_Arab":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["rus_Cyrl","urd_Arab"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"rus_Cyrl-urd_Arab","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ru-ur.bitextf.tsv.gz":{"num_bytes":104741682,"checksum":null}},"download_size":104741682,"post_processing_size":null,"dataset_size":0,"size_in_bytes":104741682},"rus_Cyrl-vie_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["rus_Cyrl","vie_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"rus_Cyrl-vie_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ru-vi.bitextf.tsv.gz":{"num_bytes":834571639,"checksum":null}},"download_size":834571639,"post_processing_size":null,"dataset_size":0,"size_in_bytes":834571639},"rus_Cyrl-zho_Hans":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["rus_Cyrl","zho_Hans"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"rus_Cyrl-zho_Hans","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ru-zh.bitextf.tsv.gz":{"num_bytes":1327537183,"checksum":null}},"download_size":1327537183,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1327537183},"sin_Sinh-tur_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["sin_Sinh","tur_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"sin_Sinh-tur_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/si-tr.bitextf.tsv.gz":{"num_bytes":207319723,"checksum":null}},"download_size":207319723,"post_processing_size":null,"dataset_size":0,"size_in_bytes":207319723},"slk_Latn-als_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["slk_Latn","als_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"slk_Latn-als_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/sk-sq.bitextf.tsv.gz":{"num_bytes":234530869,"checksum":null}},"download_size":234530869,"post_processing_size":null,"dataset_size":0,"size_in_bytes":234530869},"slk_Latn-slv_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["slk_Latn","slv_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"slk_Latn-slv_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/sk-sl.bitextf.tsv.gz":{"num_bytes":1058013376,"checksum":null}},"download_size":1058013376,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1058013376},"slk_Latn-srp_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["slk_Latn","srp_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"slk_Latn-srp_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/sk-sr.bitextf.tsv.gz":{"num_bytes":579813750,"checksum":null}},"download_size":579813750,"post_processing_size":null,"dataset_size":0,"size_in_bytes":579813750},"slk_Latn-swe_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["slk_Latn","swe_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"slk_Latn-swe_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/sk-sv.bitextf.tsv.gz":{"num_bytes":1080644279,"checksum":null}},"download_size":1080644279,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1080644279},"slk_Latn-swh_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["slk_Latn","swh_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"slk_Latn-swh_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/sk-sw.bitextf.tsv.gz":{"num_bytes":49096926,"checksum":null}},"download_size":49096926,"post_processing_size":null,"dataset_size":0,"size_in_bytes":49096926},"slk_Latn-tam_Taml":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["slk_Latn","tam_Taml"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"slk_Latn-tam_Taml","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/sk-ta.bitextf.tsv.gz":{"num_bytes":29348838,"checksum":null}},"download_size":29348838,"post_processing_size":null,"dataset_size":0,"size_in_bytes":29348838},"slk_Latn-tur_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["slk_Latn","tur_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"slk_Latn-tur_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/sk-tr.bitextf.tsv.gz":{"num_bytes":503300721,"checksum":null}},"download_size":503300721,"post_processing_size":null,"dataset_size":0,"size_in_bytes":503300721},"slk_Latn-ukr_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["slk_Latn","ukr_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"slk_Latn-ukr_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/sk-uk.bitextf.tsv.gz":{"num_bytes":405266652,"checksum":null}},"download_size":405266652,"post_processing_size":null,"dataset_size":0,"size_in_bytes":405266652},"slk_Latn-vie_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["slk_Latn","vie_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"slk_Latn-vie_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/sk-vi.bitextf.tsv.gz":{"num_bytes":466398680,"checksum":null}},"download_size":466398680,"post_processing_size":null,"dataset_size":0,"size_in_bytes":466398680},"slk_Latn-zho_Hans":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["slk_Latn","zho_Hans"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"slk_Latn-zho_Hans","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/sk-zh.bitextf.tsv.gz":{"num_bytes":336825314,"checksum":null}},"download_size":336825314,"post_processing_size":null,"dataset_size":0,"size_in_bytes":336825314},"slv_Latn-als_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["slv_Latn","als_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"slv_Latn-als_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/sl-sq.bitextf.tsv.gz":{"num_bytes":196239124,"checksum":null}},"download_size":196239124,"post_processing_size":null,"dataset_size":0,"size_in_bytes":196239124},"slv_Latn-srp_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["slv_Latn","srp_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"slv_Latn-srp_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/sl-sr.bitextf.tsv.gz":{"num_bytes":563016584,"checksum":null}},"download_size":563016584,"post_processing_size":null,"dataset_size":0,"size_in_bytes":563016584},"slv_Latn-swe_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["slv_Latn","swe_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"slv_Latn-swe_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/sl-sv.bitextf.tsv.gz":{"num_bytes":833172387,"checksum":null}},"download_size":833172387,"post_processing_size":null,"dataset_size":0,"size_in_bytes":833172387},"slv_Latn-swh_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["slv_Latn","swh_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"slv_Latn-swh_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/sl-sw.bitextf.tsv.gz":{"num_bytes":42708297,"checksum":null}},"download_size":42708297,"post_processing_size":null,"dataset_size":0,"size_in_bytes":42708297},"slv_Latn-tam_Taml":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["slv_Latn","tam_Taml"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"slv_Latn-tam_Taml","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/sl-ta.bitextf.tsv.gz":{"num_bytes":26909859,"checksum":null}},"download_size":26909859,"post_processing_size":null,"dataset_size":0,"size_in_bytes":26909859},"slv_Latn-tur_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["slv_Latn","tur_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"slv_Latn-tur_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/sl-tr.bitextf.tsv.gz":{"num_bytes":351535872,"checksum":null}},"download_size":351535872,"post_processing_size":null,"dataset_size":0,"size_in_bytes":351535872},"slv_Latn-ukr_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["slv_Latn","ukr_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"slv_Latn-ukr_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/sl-uk.bitextf.tsv.gz":{"num_bytes":291707327,"checksum":null}},"download_size":291707327,"post_processing_size":null,"dataset_size":0,"size_in_bytes":291707327},"slv_Latn-vie_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["slv_Latn","vie_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"slv_Latn-vie_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/sl-vi.bitextf.tsv.gz":{"num_bytes":307163285,"checksum":null}},"download_size":307163285,"post_processing_size":null,"dataset_size":0,"size_in_bytes":307163285},"slv_Latn-zho_Hans":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["slv_Latn","zho_Hans"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"slv_Latn-zho_Hans","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/sl-zh.bitextf.tsv.gz":{"num_bytes":235319947,"checksum":null}},"download_size":235319947,"post_processing_size":null,"dataset_size":0,"size_in_bytes":235319947},"spa_Latn-als_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["spa_Latn","als_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"spa_Latn-als_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/es-sq.bitextf.tsv.gz":{"num_bytes":754069930,"checksum":null}},"download_size":754069930,"post_processing_size":null,"dataset_size":0,"size_in_bytes":754069930},"spa_Latn-est_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["spa_Latn","est_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"spa_Latn-est_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/es-et.bitextf.tsv.gz":{"num_bytes":954047577,"checksum":null}},"download_size":954047577,"post_processing_size":null,"dataset_size":0,"size_in_bytes":954047577},"spa_Latn-fin_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["spa_Latn","fin_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"spa_Latn-fin_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/es-fi.bitextf.tsv.gz":{"num_bytes":2276091124,"checksum":null}},"download_size":2276091124,"post_processing_size":null,"dataset_size":0,"size_in_bytes":2276091124},"spa_Latn-fra_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["spa_Latn","fra_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"spa_Latn-fra_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/es-fr.bitextf.tsv.gz":{"num_bytes":22874006226,"checksum":null}},"download_size":22874006226,"post_processing_size":null,"dataset_size":0,"size_in_bytes":22874006226},"spa_Latn-glg_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["spa_Latn","glg_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"spa_Latn-glg_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/es-gl.bitextf.tsv.gz":{"num_bytes":2026741065,"checksum":null}},"download_size":2026741065,"post_processing_size":null,"dataset_size":0,"size_in_bytes":2026741065},"spa_Latn-heb_Hebr":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["spa_Latn","heb_Hebr"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"spa_Latn-heb_Hebr","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/es-he.bitextf.tsv.gz":{"num_bytes":1257022909,"checksum":null}},"download_size":1257022909,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1257022909},"spa_Latn-hin_Deva":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["spa_Latn","hin_Deva"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"spa_Latn-hin_Deva","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/es-hi.bitextf.tsv.gz":{"num_bytes":851832097,"checksum":null}},"download_size":851832097,"post_processing_size":null,"dataset_size":0,"size_in_bytes":851832097},"spa_Latn-hun_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["spa_Latn","hun_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"spa_Latn-hun_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/es-hu.bitextf.tsv.gz":{"num_bytes":2682244971,"checksum":null}},"download_size":2682244971,"post_processing_size":null,"dataset_size":0,"size_in_bytes":2682244971},"spa_Latn-ind_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["spa_Latn","ind_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"spa_Latn-ind_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/es-id.bitextf.tsv.gz":{"num_bytes":2786895104,"checksum":null}},"download_size":2786895104,"post_processing_size":null,"dataset_size":0,"size_in_bytes":2786895104},"spa_Latn-ita_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["spa_Latn","ita_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"spa_Latn-ita_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/es-it.bitextf.tsv.gz":{"num_bytes":12254495843,"checksum":null}},"download_size":12254495843,"post_processing_size":null,"dataset_size":0,"size_in_bytes":12254495843},"spa_Latn-jpn_Jpan":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["spa_Latn","jpn_Jpan"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"spa_Latn-jpn_Jpan","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/es-ja.bitextf.tsv.gz":{"num_bytes":928006972,"checksum":null}},"download_size":928006972,"post_processing_size":null,"dataset_size":0,"size_in_bytes":928006972},"spa_Latn-kor_Hang":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["spa_Latn","kor_Hang"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"spa_Latn-kor_Hang","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/es-ko.bitextf.tsv.gz":{"num_bytes":611454901,"checksum":null}},"download_size":611454901,"post_processing_size":null,"dataset_size":0,"size_in_bytes":611454901},"spa_Latn-lit_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["spa_Latn","lit_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"spa_Latn-lit_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/es-lt.bitextf.tsv.gz":{"num_bytes":1622792767,"checksum":null}},"download_size":1622792767,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1622792767},"spa_Latn-lvs_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["spa_Latn","lvs_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"spa_Latn-lvs_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/es-lv.bitextf.tsv.gz":{"num_bytes":883130657,"checksum":null}},"download_size":883130657,"post_processing_size":null,"dataset_size":0,"size_in_bytes":883130657},"spa_Latn-mkd_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["spa_Latn","mkd_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"spa_Latn-mkd_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/es-mk.bitextf.tsv.gz":{"num_bytes":505803511,"checksum":null}},"download_size":505803511,"post_processing_size":null,"dataset_size":0,"size_in_bytes":505803511},"spa_Latn-nld_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["spa_Latn","nld_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"spa_Latn-nld_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/es-nl.bitextf.tsv.gz":{"num_bytes":4525430374,"checksum":null}},"download_size":4525430374,"post_processing_size":null,"dataset_size":0,"size_in_bytes":4525430374},"spa_Latn-nob_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["spa_Latn","nob_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"spa_Latn-nob_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/es-no.bitextf.tsv.gz":{"num_bytes":1653533172,"checksum":null}},"download_size":1653533172,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1653533172},"spa_Latn-oci_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["spa_Latn","oci_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"spa_Latn-oci_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/es-oc.bitextf.tsv.gz":{"num_bytes":36812237,"checksum":null}},"download_size":36812237,"post_processing_size":null,"dataset_size":0,"size_in_bytes":36812237},"spa_Latn-pes_Arab":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["spa_Latn","pes_Arab"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"spa_Latn-pes_Arab","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/es-fa.bitextf.tsv.gz":{"num_bytes":1321224357,"checksum":null}},"download_size":1321224357,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1321224357},"spa_Latn-pol_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["spa_Latn","pol_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"spa_Latn-pol_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/es-pl.bitextf.tsv.gz":{"num_bytes":3342822225,"checksum":null}},"download_size":3342822225,"post_processing_size":null,"dataset_size":0,"size_in_bytes":3342822225},"spa_Latn-por_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["spa_Latn","por_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"spa_Latn-por_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/es-pt.bitextf.tsv.gz":{"num_bytes":16534090989,"checksum":null}},"download_size":16534090989,"post_processing_size":null,"dataset_size":0,"size_in_bytes":16534090989},"spa_Latn-ron_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["spa_Latn","ron_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"spa_Latn-ron_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/es-ro.bitextf.tsv.gz":{"num_bytes":4287439179,"checksum":null}},"download_size":4287439179,"post_processing_size":null,"dataset_size":0,"size_in_bytes":4287439179},"spa_Latn-rus_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["spa_Latn","rus_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"spa_Latn-rus_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/es-ru.bitextf.tsv.gz":{"num_bytes":6189937517,"checksum":null}},"download_size":6189937517,"post_processing_size":null,"dataset_size":0,"size_in_bytes":6189937517},"spa_Latn-slk_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["spa_Latn","slk_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"spa_Latn-slk_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/es-sk.bitextf.tsv.gz":{"num_bytes":2016098057,"checksum":null}},"download_size":2016098057,"post_processing_size":null,"dataset_size":0,"size_in_bytes":2016098057},"spa_Latn-slv_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["spa_Latn","slv_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"spa_Latn-slv_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/es-sl.bitextf.tsv.gz":{"num_bytes":1390795676,"checksum":null}},"download_size":1390795676,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1390795676},"spa_Latn-srp_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["spa_Latn","srp_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"spa_Latn-srp_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/es-sr.bitextf.tsv.gz":{"num_bytes":994730224,"checksum":null}},"download_size":994730224,"post_processing_size":null,"dataset_size":0,"size_in_bytes":994730224},"spa_Latn-swe_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["spa_Latn","swe_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"spa_Latn-swe_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/es-sv.bitextf.tsv.gz":{"num_bytes":2569850230,"checksum":null}},"download_size":2569850230,"post_processing_size":null,"dataset_size":0,"size_in_bytes":2569850230},"spa_Latn-swh_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["spa_Latn","swh_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"spa_Latn-swh_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/es-sw.bitextf.tsv.gz":{"num_bytes":464647632,"checksum":null}},"download_size":464647632,"post_processing_size":null,"dataset_size":0,"size_in_bytes":464647632},"spa_Latn-tam_Taml":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["spa_Latn","tam_Taml"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"spa_Latn-tam_Taml","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/es-ta.bitextf.tsv.gz":{"num_bytes":606813655,"checksum":null}},"download_size":606813655,"post_processing_size":null,"dataset_size":0,"size_in_bytes":606813655},"spa_Latn-tur_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["spa_Latn","tur_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"spa_Latn-tur_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/es-tr.bitextf.tsv.gz":{"num_bytes":1431419286,"checksum":null}},"download_size":1431419286,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1431419286},"spa_Latn-ukr_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["spa_Latn","ukr_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"spa_Latn-ukr_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/es-uk.bitextf.tsv.gz":{"num_bytes":824137683,"checksum":null}},"download_size":824137683,"post_processing_size":null,"dataset_size":0,"size_in_bytes":824137683},"spa_Latn-vie_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["spa_Latn","vie_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"spa_Latn-vie_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/es-vi.bitextf.tsv.gz":{"num_bytes":2377536962,"checksum":null}},"download_size":2377536962,"post_processing_size":null,"dataset_size":0,"size_in_bytes":2377536962},"spa_Latn-zho_Hans":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["spa_Latn","zho_Hans"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"spa_Latn-zho_Hans","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/es-zh.bitextf.tsv.gz":{"num_bytes":2239688286,"checksum":null}},"download_size":2239688286,"post_processing_size":null,"dataset_size":0,"size_in_bytes":2239688286},"srp_Cyrl-swe_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["srp_Cyrl","swe_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"srp_Cyrl-swe_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/sr-sv.bitextf.tsv.gz":{"num_bytes":477122842,"checksum":null}},"download_size":477122842,"post_processing_size":null,"dataset_size":0,"size_in_bytes":477122842},"srp_Cyrl-swh_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["srp_Cyrl","swh_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"srp_Cyrl-swh_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/sr-sw.bitextf.tsv.gz":{"num_bytes":42316505,"checksum":null}},"download_size":42316505,"post_processing_size":null,"dataset_size":0,"size_in_bytes":42316505},"srp_Cyrl-tam_Taml":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["srp_Cyrl","tam_Taml"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"srp_Cyrl-tam_Taml","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/sr-ta.bitextf.tsv.gz":{"num_bytes":31222537,"checksum":null}},"download_size":31222537,"post_processing_size":null,"dataset_size":0,"size_in_bytes":31222537},"srp_Cyrl-tur_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["srp_Cyrl","tur_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"srp_Cyrl-tur_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/sr-tr.bitextf.tsv.gz":{"num_bytes":311208100,"checksum":null}},"download_size":311208100,"post_processing_size":null,"dataset_size":0,"size_in_bytes":311208100},"srp_Cyrl-ukr_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["srp_Cyrl","ukr_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"srp_Cyrl-ukr_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/sr-uk.bitextf.tsv.gz":{"num_bytes":309426569,"checksum":null}},"download_size":309426569,"post_processing_size":null,"dataset_size":0,"size_in_bytes":309426569},"srp_Cyrl-vie_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["srp_Cyrl","vie_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"srp_Cyrl-vie_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/sr-vi.bitextf.tsv.gz":{"num_bytes":305176103,"checksum":null}},"download_size":305176103,"post_processing_size":null,"dataset_size":0,"size_in_bytes":305176103},"srp_Cyrl-zho_Hans":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["srp_Cyrl","zho_Hans"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"srp_Cyrl-zho_Hans","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/sr-zh.bitextf.tsv.gz":{"num_bytes":244795707,"checksum":null}},"download_size":244795707,"post_processing_size":null,"dataset_size":0,"size_in_bytes":244795707},"sun_Latn-tgl_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["sun_Latn","tgl_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"sun_Latn-tgl_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/su-tl.bitextf.tsv.gz":{"num_bytes":2066495,"checksum":null}},"download_size":2066495,"post_processing_size":null,"dataset_size":0,"size_in_bytes":2066495},"swe_Latn-swh_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["swe_Latn","swh_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"swe_Latn-swh_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/sv-sw.bitextf.tsv.gz":{"num_bytes":67211075,"checksum":null}},"download_size":67211075,"post_processing_size":null,"dataset_size":0,"size_in_bytes":67211075},"swe_Latn-tam_Taml":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["swe_Latn","tam_Taml"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"swe_Latn-tam_Taml","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/sv-ta.bitextf.tsv.gz":{"num_bytes":53806027,"checksum":null}},"download_size":53806027,"post_processing_size":null,"dataset_size":0,"size_in_bytes":53806027},"swe_Latn-tur_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["swe_Latn","tur_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"swe_Latn-tur_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/sv-tr.bitextf.tsv.gz":{"num_bytes":1051436454,"checksum":null}},"download_size":1051436454,"post_processing_size":null,"dataset_size":0,"size_in_bytes":1051436454},"swe_Latn-ukr_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["swe_Latn","ukr_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"swe_Latn-ukr_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/sv-uk.bitextf.tsv.gz":{"num_bytes":238381549,"checksum":null}},"download_size":238381549,"post_processing_size":null,"dataset_size":0,"size_in_bytes":238381549},"swe_Latn-vie_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["swe_Latn","vie_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"swe_Latn-vie_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/sv-vi.bitextf.tsv.gz":{"num_bytes":591873382,"checksum":null}},"download_size":591873382,"post_processing_size":null,"dataset_size":0,"size_in_bytes":591873382},"swe_Latn-zho_Hans":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["swe_Latn","zho_Hans"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"swe_Latn-zho_Hans","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/sv-zh.bitextf.tsv.gz":{"num_bytes":526278050,"checksum":null}},"download_size":526278050,"post_processing_size":null,"dataset_size":0,"size_in_bytes":526278050},"swh_Latn-tam_Taml":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["swh_Latn","tam_Taml"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"swh_Latn-tam_Taml","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/sw-ta.bitextf.tsv.gz":{"num_bytes":97010403,"checksum":null}},"download_size":97010403,"post_processing_size":null,"dataset_size":0,"size_in_bytes":97010403},"swh_Latn-tur_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["swh_Latn","tur_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"swh_Latn-tur_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/sw-tr.bitextf.tsv.gz":{"num_bytes":208206821,"checksum":null}},"download_size":208206821,"post_processing_size":null,"dataset_size":0,"size_in_bytes":208206821},"swh_Latn-ukr_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["swh_Latn","ukr_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"swh_Latn-ukr_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/sw-uk.bitextf.tsv.gz":{"num_bytes":24783557,"checksum":null}},"download_size":24783557,"post_processing_size":null,"dataset_size":0,"size_in_bytes":24783557},"swh_Latn-vie_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["swh_Latn","vie_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"swh_Latn-vie_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/sw-vi.bitextf.tsv.gz":{"num_bytes":147677457,"checksum":null}},"download_size":147677457,"post_processing_size":null,"dataset_size":0,"size_in_bytes":147677457},"swh_Latn-zho_Hans":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["swh_Latn","zho_Hans"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"swh_Latn-zho_Hans","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/sw-zh.bitextf.tsv.gz":{"num_bytes":71686567,"checksum":null}},"download_size":71686567,"post_processing_size":null,"dataset_size":0,"size_in_bytes":71686567},"tam_Taml-tgl_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["tam_Taml","tgl_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"tam_Taml-tgl_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ta-tl.bitextf.tsv.gz":{"num_bytes":14402186,"checksum":null}},"download_size":14402186,"post_processing_size":null,"dataset_size":0,"size_in_bytes":14402186},"tam_Taml-tur_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["tam_Taml","tur_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"tam_Taml-tur_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ta-tr.bitextf.tsv.gz":{"num_bytes":220756278,"checksum":null}},"download_size":220756278,"post_processing_size":null,"dataset_size":0,"size_in_bytes":220756278},"tam_Taml-ukr_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["tam_Taml","ukr_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"tam_Taml-ukr_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ta-uk.bitextf.tsv.gz":{"num_bytes":22073736,"checksum":null}},"download_size":22073736,"post_processing_size":null,"dataset_size":0,"size_in_bytes":22073736},"tam_Taml-vie_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["tam_Taml","vie_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"tam_Taml-vie_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ta-vi.bitextf.tsv.gz":{"num_bytes":77098811,"checksum":null}},"download_size":77098811,"post_processing_size":null,"dataset_size":0,"size_in_bytes":77098811},"tam_Taml-zho_Hans":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["tam_Taml","zho_Hans"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"tam_Taml-zho_Hans","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ta-zh.bitextf.tsv.gz":{"num_bytes":78313413,"checksum":null}},"download_size":78313413,"post_processing_size":null,"dataset_size":0,"size_in_bytes":78313413},"tgl_Latn-tur_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["tgl_Latn","tur_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"tgl_Latn-tur_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/tl-tr.bitextf.tsv.gz":{"num_bytes":89994814,"checksum":null}},"download_size":89994814,"post_processing_size":null,"dataset_size":0,"size_in_bytes":89994814},"tgl_Latn-vie_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["tgl_Latn","vie_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"tgl_Latn-vie_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/tl-vi.bitextf.tsv.gz":{"num_bytes":98281789,"checksum":null}},"download_size":98281789,"post_processing_size":null,"dataset_size":0,"size_in_bytes":98281789},"tgl_Latn-zho_Hans":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["tgl_Latn","zho_Hans"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"tgl_Latn-zho_Hans","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/tl-zh.bitextf.tsv.gz":{"num_bytes":27250857,"checksum":null}},"download_size":27250857,"post_processing_size":null,"dataset_size":0,"size_in_bytes":27250857},"tur_Latn-ukr_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["tur_Latn","ukr_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"tur_Latn-ukr_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/tr-uk.bitextf.tsv.gz":{"num_bytes":130390839,"checksum":null}},"download_size":130390839,"post_processing_size":null,"dataset_size":0,"size_in_bytes":130390839},"tur_Latn-urd_Arab":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["tur_Latn","urd_Arab"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"tur_Latn-urd_Arab","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/tr-ur.bitextf.tsv.gz":{"num_bytes":219627985,"checksum":null}},"download_size":219627985,"post_processing_size":null,"dataset_size":0,"size_in_bytes":219627985},"tur_Latn-uzn_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["tur_Latn","uzn_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"tur_Latn-uzn_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/tr-uz.bitextf.tsv.gz":{"num_bytes":127133573,"checksum":null}},"download_size":127133573,"post_processing_size":null,"dataset_size":0,"size_in_bytes":127133573},"tur_Latn-vie_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["tur_Latn","vie_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"tur_Latn-vie_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/tr-vi.bitextf.tsv.gz":{"num_bytes":551037127,"checksum":null}},"download_size":551037127,"post_processing_size":null,"dataset_size":0,"size_in_bytes":551037127},"tur_Latn-zho_Hans":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["tur_Latn","zho_Hans"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"tur_Latn-zho_Hans","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/tr-zh.bitextf.tsv.gz":{"num_bytes":491094559,"checksum":null}},"download_size":491094559,"post_processing_size":null,"dataset_size":0,"size_in_bytes":491094559},"ukr_Cyrl-vie_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ukr_Cyrl","vie_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ukr_Cyrl-vie_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/uk-vi.bitextf.tsv.gz":{"num_bytes":173568086,"checksum":null}},"download_size":173568086,"post_processing_size":null,"dataset_size":0,"size_in_bytes":173568086},"ukr_Cyrl-zho_Hans":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ukr_Cyrl","zho_Hans"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ukr_Cyrl-zho_Hans","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/uk-zh.bitextf.tsv.gz":{"num_bytes":169591948,"checksum":null}},"download_size":169591948,"post_processing_size":null,"dataset_size":0,"size_in_bytes":169591948},"vie_Latn-zho_Hans":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["vie_Latn","zho_Hans"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"vie_Latn-zho_Hans","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/vi-zh.bitextf.tsv.gz":{"num_bytes":698449260,"checksum":null}},"download_size":698449260,"post_processing_size":null,"dataset_size":0,"size_in_bytes":698449260},"ydd_Hebr-zho_Hans":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["ydd_Hebr","zho_Hans"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"ydd_Hebr-zho_Hans","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/yi-zh.bitextf.tsv.gz":{"num_bytes":13606805,"checksum":null}},"download_size":13606805,"post_processing_size":null,"dataset_size":0,"size_in_bytes":13606805},"zsm_Latn-rus_Cyrl":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["zsm_Latn","rus_Cyrl"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"zsm_Latn-rus_Cyrl","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ms-ru.bitextf.tsv.gz":{"num_bytes":173529894,"checksum":null}},"download_size":173529894,"post_processing_size":null,"dataset_size":0,"size_in_bytes":173529894},"zsm_Latn-sun_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["zsm_Latn","sun_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"zsm_Latn-sun_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ms-su.bitextf.tsv.gz":{"num_bytes":2227833,"checksum":null}},"download_size":2227833,"post_processing_size":null,"dataset_size":0,"size_in_bytes":2227833},"zsm_Latn-tam_Taml":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["zsm_Latn","tam_Taml"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"zsm_Latn-tam_Taml","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ms-ta.bitextf.tsv.gz":{"num_bytes":20545172,"checksum":null}},"download_size":20545172,"post_processing_size":null,"dataset_size":0,"size_in_bytes":20545172},"zsm_Latn-tgl_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["zsm_Latn","tgl_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"zsm_Latn-tgl_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ms-tl.bitextf.tsv.gz":{"num_bytes":11087774,"checksum":null}},"download_size":11087774,"post_processing_size":null,"dataset_size":0,"size_in_bytes":11087774},"zsm_Latn-tur_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["zsm_Latn","tur_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"zsm_Latn-tur_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ms-tr.bitextf.tsv.gz":{"num_bytes":219017158,"checksum":null}},"download_size":219017158,"post_processing_size":null,"dataset_size":0,"size_in_bytes":219017158},"zsm_Latn-vie_Latn":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["zsm_Latn","vie_Latn"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"zsm_Latn-vie_Latn","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ms-vi.bitextf.tsv.gz":{"num_bytes":246410503,"checksum":null}},"download_size":246410503,"post_processing_size":null,"dataset_size":0,"size_in_bytes":246410503},"zsm_Latn-zho_Hans":{"description":"","citation":"@inproceedings{schwenk2021ccmatrix,title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},pages={6490--6500},year={2021}","homepage":"","license":"https://opendatacommons.org/licenses/by/1-0/","features":{"translation":{"languages":["zsm_Latn","zho_Hans"],"id":null,"_type":"Translation"},"laser_score":{"dtype":"float32","id":null,"_type":"Value"}},"post_processed":null,"supervised_keys":null,"task_templates":null,"builder_name":"nllb","config_name":"zsm_Latn-zho_Hans","version":{"version_str":"1.0.0","description":null,"major":1,"minor":0,"patch":0},"splits":{"train":{"name":"train","num_bytes":0,"num_examples":0,"dataset_name":"nllb"}},"download_checksums":{"http://data.statmt.org/cc-matrix/ms-zh.bitextf.tsv.gz":{"num_bytes":121429254,"checksum":null}},"download_size":121429254,"post_processing_size":null,"dataset_size":0,"size_in_bytes":121429254}
+}
diff --git a/dummy/ace_Latn-ban_Latn/1.0.0/dummy_data.zip b/dummy/ace_Latn-ban_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..93492910d6bb9010c26c904fa59567824068d76b
--- /dev/null
+++ b/dummy/ace_Latn-ban_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:6d3271cf0f9cd9398f375d801538058b416c63d5784ad500fb4f7d0df468d7f8
+size 2313
diff --git a/dummy/ace_Latn-bjn_Latn/1.0.0/dummy_data.zip b/dummy/ace_Latn-bjn_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..7dc4958c4e7360ae777ae3de6b6eff6a259a6eef
--- /dev/null
+++ b/dummy/ace_Latn-bjn_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:026bd3dbc821c890781a3a1cc6ce9dc4b29f089676efa526c0c5b033a72feb4d
+size 2248
diff --git a/dummy/ace_Latn-bug_Latn/1.0.0/dummy_data.zip b/dummy/ace_Latn-bug_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..3b217fa5af3ba58474ea87e7facd1af5c964c2a6
--- /dev/null
+++ b/dummy/ace_Latn-bug_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:60a4ecbda9e709194a2080a5d9872d8a89521d822c3ded4ac087cb408dfaf547
+size 2129
diff --git a/dummy/ace_Latn-ceb_Latn/1.0.0/dummy_data.zip b/dummy/ace_Latn-ceb_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..07e579d095c225c9b0dfcdd6ad7753b58886b453
--- /dev/null
+++ b/dummy/ace_Latn-ceb_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:4d2552aa031be8a6d91da809f175e64b4871e5b077bcb28ff09f801f77c59e2a
+size 2353
diff --git a/dummy/ace_Latn-eng_Latn/1.0.0/dummy_data.zip b/dummy/ace_Latn-eng_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..734f9eb5fbae83d3ed75289077bca2e4e6ebe5ac
--- /dev/null
+++ b/dummy/ace_Latn-eng_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:09bfeca6a0cef6018cd6f722e11953eb6ae8636fa5302e76e2fa65139db4bf3a
+size 2435
diff --git a/dummy/ace_Latn-fij_Latn/1.0.0/dummy_data.zip b/dummy/ace_Latn-fij_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..b5a27fad6722e666c435579a0170284c67b01f06
--- /dev/null
+++ b/dummy/ace_Latn-fij_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:689416bd0a27be6022f866a11ade992b0e028ae064a2a36d28afbadaeef14526
+size 1883
diff --git a/dummy/ace_Latn-ilo_Latn/1.0.0/dummy_data.zip b/dummy/ace_Latn-ilo_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..01708a6310807f9fbc7b9d8da4428ca64ce383c8
--- /dev/null
+++ b/dummy/ace_Latn-ilo_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:57cb39063a8a2cf7b5f4b064863ce026e7b6a765997c9acc999b094719114071
+size 1978
diff --git a/dummy/ace_Latn-jav_Latn/1.0.0/dummy_data.zip b/dummy/ace_Latn-jav_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..f899ea7658bd277ab86d0a7dddc62975dc43a528
--- /dev/null
+++ b/dummy/ace_Latn-jav_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:2a2976e013d7cdf9dc0f1102987c06a3f84667774d22a02cca2b615fe182a824
+size 2498
diff --git a/dummy/ace_Latn-min_Latn/1.0.0/dummy_data.zip b/dummy/ace_Latn-min_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..660cf66a0dc9a5444bc4c21c8080e04e6861c79e
--- /dev/null
+++ b/dummy/ace_Latn-min_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9d7ed530bf04e7ab716a33995f4299acff9af5566a6f65e284c03dce328c2b50
+size 2390
diff --git a/dummy/ace_Latn-mri_Latn/1.0.0/dummy_data.zip b/dummy/ace_Latn-mri_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..92187dcdea4076e26f12953c0c5dbce7f376888b
--- /dev/null
+++ b/dummy/ace_Latn-mri_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:99d6eb5c821f46a082b6bd8bd8a1c6dff714506186fcb8c4580caec9e870f026
+size 2312
diff --git a/dummy/ace_Latn-pag_Latn/1.0.0/dummy_data.zip b/dummy/ace_Latn-pag_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..0c82273b059c6b9ddfbd5d76315d6148b216425b
--- /dev/null
+++ b/dummy/ace_Latn-pag_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:67bbb4679e19c154d5596bf24a354179bb5d1fc00ed78c7e5e650014589a974b
+size 1951
diff --git a/dummy/ace_Latn-plt_Latn/1.0.0/dummy_data.zip b/dummy/ace_Latn-plt_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..d1b1a7521c63d42df7b2db22f5d66cd31d92a572
--- /dev/null
+++ b/dummy/ace_Latn-plt_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:7c7a851afc870fd1337db7bb5a49e2337404220d6fab1f42bd505699166aa615
+size 2408
diff --git a/dummy/ace_Latn-smo_Latn/1.0.0/dummy_data.zip b/dummy/ace_Latn-smo_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..f371b0aed1aa86e4ce4b53e1ad576f32573689a1
--- /dev/null
+++ b/dummy/ace_Latn-smo_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:de28e8ff4b6c0f4b6f5ea896625c3f1ba3aedbdaf398492c92811052d6c9fa6a
+size 1958
diff --git a/dummy/ace_Latn-sun_Latn/1.0.0/dummy_data.zip b/dummy/ace_Latn-sun_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..10b40e9c94078bb9d93b44211affbd95ae969866
--- /dev/null
+++ b/dummy/ace_Latn-sun_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e9f6d15b0824ddf862cf59fde1295296510bdcb8413fead260697b0c9d8df11f
+size 2608
diff --git a/dummy/ace_Latn-war_Latn/1.0.0/dummy_data.zip b/dummy/ace_Latn-war_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..03a8da419c5e5a9cf058c1f4a803bd2f14278bed
--- /dev/null
+++ b/dummy/ace_Latn-war_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:22cb2dbab5f8dfd67bb0aa8c47421aa53bde71f9d1d69493e5cce800b6b9a902
+size 1767
diff --git a/dummy/afr_Latn-aka_Latn/1.0.0/dummy_data.zip b/dummy/afr_Latn-aka_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..c490208329024e291ab3be1f2b14c8e6b3229897
--- /dev/null
+++ b/dummy/afr_Latn-aka_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:bfa4db1aa61b694f3f9e7dee01965c2482c62989640ec901d59acdf94c3f1dd1
+size 2586
diff --git a/dummy/afr_Latn-amh_Ethi/1.0.0/dummy_data.zip b/dummy/afr_Latn-amh_Ethi/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..ca5b87c5f2165eb8dddba14982c8a153c7acd0b3
--- /dev/null
+++ b/dummy/afr_Latn-amh_Ethi/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e898f4d6fcc765d9cd2762f64552a1c4c77650d5dbeaba9b2c2b9e378a96cc9f
+size 2394
diff --git a/dummy/afr_Latn-bam_Latn/1.0.0/dummy_data.zip b/dummy/afr_Latn-bam_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..21eefc7eafecb2e458be48f83b337ea29057cdd5
--- /dev/null
+++ b/dummy/afr_Latn-bam_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:4543f5765678bee3ee0b5e697b2a0f940f020b675925c459289dc38da02328f5
+size 2326
diff --git a/dummy/afr_Latn-bem_Latn/1.0.0/dummy_data.zip b/dummy/afr_Latn-bem_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..84ca8094bc2a2ad2f5697d5035b0b2166399aaba
--- /dev/null
+++ b/dummy/afr_Latn-bem_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:875c23fff2e3b8980fe1e696279372c76bb1323a6fab47ba7280de8ad3258bbb
+size 2648
diff --git a/dummy/afr_Latn-cjk_Latn/1.0.0/dummy_data.zip b/dummy/afr_Latn-cjk_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..91344cd6771dd89cf928be3ba2290d83033588f9
--- /dev/null
+++ b/dummy/afr_Latn-cjk_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:6ec890e6e7a9b3ff8b4e3a7d91ac4a192b86cb2db3a8e4dda0903f96fedae333
+size 2488
diff --git a/dummy/afr_Latn-dik_Latn/1.0.0/dummy_data.zip b/dummy/afr_Latn-dik_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..ece5bb98cbeaaff813ee4441b957136e97952561
--- /dev/null
+++ b/dummy/afr_Latn-dik_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9e9527561f798d84bde8d5e3c55aad5e08197b95fe38820ad52fa40d3fa1ba4f
+size 2203
diff --git a/dummy/afr_Latn-dyu_Latn/1.0.0/dummy_data.zip b/dummy/afr_Latn-dyu_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..2da2f9eb1a383f7f5d6962d26ee845bdfefe232d
--- /dev/null
+++ b/dummy/afr_Latn-dyu_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3c57f9de554cfa78f5128b3cae1c73bca666c3fd3b93a38f1b95dffa03f0b9ca
+size 2098
diff --git a/dummy/afr_Latn-eng_Latn/1.0.0/dummy_data.zip b/dummy/afr_Latn-eng_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..63cae9e504a65313ca0e89f881107156907b14e8
--- /dev/null
+++ b/dummy/afr_Latn-eng_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:cef2eac355f3681b1519a2c7006af859548046b82b24380ca39e37d1308595ff
+size 2449
diff --git a/dummy/afr_Latn-ewe_Latn/1.0.0/dummy_data.zip b/dummy/afr_Latn-ewe_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..497937d66f0b7d7fb1a3464262d72cc928b4f1d8
--- /dev/null
+++ b/dummy/afr_Latn-ewe_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ddf0180abb0249a58243cc1d11676a7da6f705cf788be79179f70b322808493c
+size 2355
diff --git a/dummy/afr_Latn-fon_Latn/1.0.0/dummy_data.zip b/dummy/afr_Latn-fon_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..6a5fca90a6a19bc9d52327a9fd43d80e83d1ec8f
--- /dev/null
+++ b/dummy/afr_Latn-fon_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:7000b410a375181906dcce3a0944d69ba8d5fd48f1a91d41d9bcc640fa642bf4
+size 2310
diff --git a/dummy/afr_Latn-fra_Latn/1.0.0/dummy_data.zip b/dummy/afr_Latn-fra_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..78869327a354a27204aa7f4a85e8f8cfe478f32e
--- /dev/null
+++ b/dummy/afr_Latn-fra_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d830ba05b71089484acc3ea6d888f4b83a4f5739b796bfe2037869d5945bf983
+size 2663
diff --git a/dummy/afr_Latn-fuv_Latn/1.0.0/dummy_data.zip b/dummy/afr_Latn-fuv_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..7987cbda37eeef85c70e0b2f34b1b72338eab315
--- /dev/null
+++ b/dummy/afr_Latn-fuv_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:6a5530bf9f707fcff1ab2db9e94540b08e58c458ee5245334238e8fe97522390
+size 2116
diff --git a/dummy/afr_Latn-gaz_Latn/1.0.0/dummy_data.zip b/dummy/afr_Latn-gaz_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..c3c8c6efe58b9744a3572f2d2f7125d41c23a675
--- /dev/null
+++ b/dummy/afr_Latn-gaz_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d1630b425ff4546ef8abb487cd7bbcadcc0a55d570d58495b82c23c85a8a4a98
+size 2101
diff --git a/dummy/afr_Latn-hau_Latn/1.0.0/dummy_data.zip b/dummy/afr_Latn-hau_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..ecf7aae9d4b4f3603ce01a75c20a5e32eedb8e90
--- /dev/null
+++ b/dummy/afr_Latn-hau_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b4cca500cb78be8f10c44b3f89f8e27e194f0ed68a4f591de15f3d96cab44321
+size 2093
diff --git a/dummy/afr_Latn-ibo_Latn/1.0.0/dummy_data.zip b/dummy/afr_Latn-ibo_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..9546d5765de5c5999f1d40c0cfbd178fa8ff88e5
--- /dev/null
+++ b/dummy/afr_Latn-ibo_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:33ff4c7777d9013ca88790315ae1de325c86022fe3ac230411d6241becb4bed0
+size 2094
diff --git a/dummy/afr_Latn-kam_Latn/1.0.0/dummy_data.zip b/dummy/afr_Latn-kam_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..3791c789433dbfc2edbc57d46efa35212fb964d0
--- /dev/null
+++ b/dummy/afr_Latn-kam_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ca01ff2bac432502dd5f6670fe411b4fbd0b94a552320d09f8348251e16dd24f
+size 2195
diff --git a/dummy/afr_Latn-kik_Latn/1.0.0/dummy_data.zip b/dummy/afr_Latn-kik_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..efd4c3ba82c34a5f875a748510b90bafe00218d6
--- /dev/null
+++ b/dummy/afr_Latn-kik_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:41bf357401689e6a601621fdb51bc7af3880008fb055c40b1340da47a746c12f
+size 2493
diff --git a/dummy/afr_Latn-kin_Latn/1.0.0/dummy_data.zip b/dummy/afr_Latn-kin_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..1a6b440d7e77802e031339c4c6eb5fde4883a908
--- /dev/null
+++ b/dummy/afr_Latn-kin_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:0acfdb331f53d7c26e7cf19ffb1557baea506b87a85952df666b557f98561e39
+size 2282
diff --git a/dummy/afr_Latn-kmb_Latn/1.0.0/dummy_data.zip b/dummy/afr_Latn-kmb_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..d186d4d977c56c019c4cdc3fdf4efa29d78017c9
--- /dev/null
+++ b/dummy/afr_Latn-kmb_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:1d1f1418e895b7776d3ab1fe23bfd1509169e9a70b5016393bc1676b90078f7a
+size 2281
diff --git a/dummy/afr_Latn-knc_Arab/1.0.0/dummy_data.zip b/dummy/afr_Latn-knc_Arab/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..cea8e2c519c42d329b8ceb000da99139680e5f49
--- /dev/null
+++ b/dummy/afr_Latn-knc_Arab/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:af471b25849aed0323dac1d04ef1f70e6d3763c1e45b0aa8fbcca55f41c1f593
+size 2290
diff --git a/dummy/afr_Latn-knc_Latn/1.0.0/dummy_data.zip b/dummy/afr_Latn-knc_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..aaee5b2fa1870a97d7c533b6ec98aa99b6c982c4
--- /dev/null
+++ b/dummy/afr_Latn-knc_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:7bcac60d8397f04c1c7cbf9fc1af47fdbf650711b851cf9569624c9455ab9f86
+size 2604
diff --git a/dummy/afr_Latn-kon_Latn/1.0.0/dummy_data.zip b/dummy/afr_Latn-kon_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..183256bc7a3274d37bbe562cc6a12685b429c4d6
--- /dev/null
+++ b/dummy/afr_Latn-kon_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b62246095f01f5d9bfbaf4708f1d3bac4f7bb1201213ba4fe5f7b18f180bf6af
+size 2389
diff --git a/dummy/afr_Latn-lin_Latn/1.0.0/dummy_data.zip b/dummy/afr_Latn-lin_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..8f4e6de586946826f9e5ca4e409e50a9cc3e95db
--- /dev/null
+++ b/dummy/afr_Latn-lin_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:89fec627fa69a92452d455875da40153900deb6deb27bde12394a0f5abcaf3df
+size 2299
diff --git a/dummy/afr_Latn-lua_Latn/1.0.0/dummy_data.zip b/dummy/afr_Latn-lua_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..49b243db337be0a626cf49cb3596412181161304
--- /dev/null
+++ b/dummy/afr_Latn-lua_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f36eee5094342399379d86ab25163439f24c0615e76f55b737284a62c84c14b0
+size 2502
diff --git a/dummy/afr_Latn-lug_Latn/1.0.0/dummy_data.zip b/dummy/afr_Latn-lug_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..7023df284341d326f32740ef00122bd851de6317
--- /dev/null
+++ b/dummy/afr_Latn-lug_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:605b07f0736babf90547769ed86038e2bef5f7b30c8ade58c7b02834518caf72
+size 2397
diff --git a/dummy/afr_Latn-luo_Latn/1.0.0/dummy_data.zip b/dummy/afr_Latn-luo_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..a1fadde3cc8fd09e4366d369c0d1d3e025196b3b
--- /dev/null
+++ b/dummy/afr_Latn-luo_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:647a4d03370bda5a3c13bff3e5427086ddb02f76fed2f16cc5dadb3e18a7cf3e
+size 2304
diff --git a/dummy/afr_Latn-nso_Latn/1.0.0/dummy_data.zip b/dummy/afr_Latn-nso_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..84c4e635b1848db4230a261f88ad8b304cf4a6a2
--- /dev/null
+++ b/dummy/afr_Latn-nso_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:228de134da252412fdac308321321494780271ded5460a200e4c200f77cd8b52
+size 2321
diff --git a/dummy/afr_Latn-nus_Latn/1.0.0/dummy_data.zip b/dummy/afr_Latn-nus_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..e3f8c7919dc7aec32b2d5a5bca9f2fd8ead24c2f
--- /dev/null
+++ b/dummy/afr_Latn-nus_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d67b6894a5b1ebe23f12312ce93247657c6c5d968df3d53523c94d365303810d
+size 2110
diff --git a/dummy/afr_Latn-nya_Latn/1.0.0/dummy_data.zip b/dummy/afr_Latn-nya_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..bd2f392d424c9bf9e1c406f525920b2e9a1c4cce
--- /dev/null
+++ b/dummy/afr_Latn-nya_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9e7440926997979b44dbc99f11b49e55782813f73ee07b42d034f6f016af1c60
+size 2289
diff --git a/dummy/afr_Latn-run_Latn/1.0.0/dummy_data.zip b/dummy/afr_Latn-run_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..d7b4a448a71cddc189a969127e929456aa90eb62
--- /dev/null
+++ b/dummy/afr_Latn-run_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:aac056e1c1b094b45c52ad1b31b84fb114533c6a9d070e1f4d96e65681d51633
+size 2667
diff --git a/dummy/afr_Latn-sna_Latn/1.0.0/dummy_data.zip b/dummy/afr_Latn-sna_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..24b359729f3ef527e22d4403278ef6febd68d567
--- /dev/null
+++ b/dummy/afr_Latn-sna_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:81aec9e52f2fb665d61d30a872cbf33f305e0e8484a187e237b22b33bbbca990
+size 2196
diff --git a/dummy/afr_Latn-som_Latn/1.0.0/dummy_data.zip b/dummy/afr_Latn-som_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..153711c54d74ebe5bbae997d4c0ea12f6993e5b7
--- /dev/null
+++ b/dummy/afr_Latn-som_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:5a431fe6baff46466905dea9a742635904516d43103d8ab8555a5e877aff7fd4
+size 2030
diff --git a/dummy/afr_Latn-sot_Latn/1.0.0/dummy_data.zip b/dummy/afr_Latn-sot_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..ff8472006a60c97798d051fedd43e517d7dea1c6
--- /dev/null
+++ b/dummy/afr_Latn-sot_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b7fda29f4254529553dc4e20725797ddad266ee5d1711770ed74ddc672ebbc64
+size 2294
diff --git a/dummy/afr_Latn-ssw_Latn/1.0.0/dummy_data.zip b/dummy/afr_Latn-ssw_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..5f1051f3133d647527db079237c88432221719ba
--- /dev/null
+++ b/dummy/afr_Latn-ssw_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:30f865386bab3838ab2b4d00a1e49a3079ca70dea39f32f2a9ce4bd0e8be028e
+size 1951
diff --git a/dummy/afr_Latn-swh_Latn/1.0.0/dummy_data.zip b/dummy/afr_Latn-swh_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..7c70f7f736ab4988ad05318e71df5483399d6077
--- /dev/null
+++ b/dummy/afr_Latn-swh_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:91effc4394cc0307dca87df3ef1e3b20bb91453b2715208a0b9303adcffbf344
+size 2249
diff --git a/dummy/afr_Latn-tir_Ethi/1.0.0/dummy_data.zip b/dummy/afr_Latn-tir_Ethi/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..9f69bbeca0a38757dbff449b0c008589fa3b8e81
--- /dev/null
+++ b/dummy/afr_Latn-tir_Ethi/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:05073f8066461a3f6ca4b70a07559a066e1b8352f4c68d4c088ed8a308964648
+size 2907
diff --git a/dummy/afr_Latn-tsn_Latn/1.0.0/dummy_data.zip b/dummy/afr_Latn-tsn_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..3fb390b50409e01a71a5873a6e13c93501447904
--- /dev/null
+++ b/dummy/afr_Latn-tsn_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:979d10792b0c9e7333d067554a97602a2b624aee985c58de1d1d651fd4d104dc
+size 2394
diff --git a/dummy/afr_Latn-tso_Latn/1.0.0/dummy_data.zip b/dummy/afr_Latn-tso_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..9a4aa99aa2ab750c0282646247dd383f63d4cb56
--- /dev/null
+++ b/dummy/afr_Latn-tso_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:dae7ffac5f49414ef5e002973f8aeb4692ce183453ebf2d26162279aaf73ee98
+size 2329
diff --git a/dummy/afr_Latn-tum_Latn/1.0.0/dummy_data.zip b/dummy/afr_Latn-tum_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..9762095086ed7d96150aad93729a59ef912d3203
--- /dev/null
+++ b/dummy/afr_Latn-tum_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ce4e829c321b1f8e65601a8eded56a1447cda7d53dd48d50aadb14bc615001f7
+size 2331
diff --git a/dummy/afr_Latn-twi_Latn/1.0.0/dummy_data.zip b/dummy/afr_Latn-twi_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..3ab07d9a9a25bec30c8433945c1553a526acb1b3
--- /dev/null
+++ b/dummy/afr_Latn-twi_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:4c139aa45efc69e56dbfe04ca01e1e7dd0c97d2ef375246b2412abbf78938e5a
+size 2340
diff --git a/dummy/afr_Latn-umb_Latn/1.0.0/dummy_data.zip b/dummy/afr_Latn-umb_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..aa0acdfacc012bda6c62e806201f1c086d6a1242
--- /dev/null
+++ b/dummy/afr_Latn-umb_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:19a4db818ff4388a7d331863dfce35bdf9e722cc5af1383b1a3556dbeaf2f911
+size 2315
diff --git a/dummy/afr_Latn-wol_Latn/1.0.0/dummy_data.zip b/dummy/afr_Latn-wol_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..43933394cd19be3eab7c53beb638aec0e84edccc
--- /dev/null
+++ b/dummy/afr_Latn-wol_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ec305282487380ac0e5390b4774b6e06ace37a2c43ff658b3bc5b0fa1097c514
+size 2492
diff --git a/dummy/afr_Latn-xho_Latn/1.0.0/dummy_data.zip b/dummy/afr_Latn-xho_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..791d938d1da65e88c6c95709e1bd1c6f69067015
--- /dev/null
+++ b/dummy/afr_Latn-xho_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:675746f070c63e1e033f6c47e3ac8feb85d8eff7ac5d291fc7d68e1e49368010
+size 2347
diff --git a/dummy/afr_Latn-yor_Latn/1.0.0/dummy_data.zip b/dummy/afr_Latn-yor_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..96e26a9ab3982ab2e0115d9dfe2d7233c59ec685
--- /dev/null
+++ b/dummy/afr_Latn-yor_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ebeb3373ba3a70086b2e0ca19b824bcda19c20da25feed5a968bf3aba028c7fb
+size 1742
diff --git a/dummy/afr_Latn-zul_Latn/1.0.0/dummy_data.zip b/dummy/afr_Latn-zul_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..e2770f0e6e3b82e0975c2203c1186dd73ba530bb
--- /dev/null
+++ b/dummy/afr_Latn-zul_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d9ea0052a38ad90c077921e5c515fbbdd60b0154a37472202992b145f9ed9796
+size 2403
diff --git a/dummy/aka_Latn-amh_Ethi/1.0.0/dummy_data.zip b/dummy/aka_Latn-amh_Ethi/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..0fe3db439f65eb56a7d7fdea49b7591701fc2227
--- /dev/null
+++ b/dummy/aka_Latn-amh_Ethi/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9331b9958e345d615a37b82bb6dbffe1d837d5c77f6be8f463d494db454a0b55
+size 2762
diff --git a/dummy/aka_Latn-bam_Latn/1.0.0/dummy_data.zip b/dummy/aka_Latn-bam_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..04a8b515a5a0f4ce982116713aa50e0b7b855ad6
--- /dev/null
+++ b/dummy/aka_Latn-bam_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:936b310ffe3573bc766011ee034320600187610aa6bbfc0664794a4f52d762aa
+size 2128
diff --git a/dummy/aka_Latn-bem_Latn/1.0.0/dummy_data.zip b/dummy/aka_Latn-bem_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..f8908a2d1c79532c279007cc712552f425a14faa
--- /dev/null
+++ b/dummy/aka_Latn-bem_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:84d07a9af93b6a98b07e7b8f3e7138a5b2f13e7257fac7a3d953439178b7dece
+size 2436
diff --git a/dummy/aka_Latn-cjk_Latn/1.0.0/dummy_data.zip b/dummy/aka_Latn-cjk_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..f9e6b14cc79aaf134333bc6990d190583860fa1c
--- /dev/null
+++ b/dummy/aka_Latn-cjk_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:0b7c5a23828acb313d9ca392506f64b2d7e8f60127e37497950a17901d61958c
+size 2500
diff --git a/dummy/aka_Latn-dik_Latn/1.0.0/dummy_data.zip b/dummy/aka_Latn-dik_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..b5958fb6ca7c323f6f3ddd05c5d5b667c610c45a
--- /dev/null
+++ b/dummy/aka_Latn-dik_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:6ba2b9523d30996072f3ba475375f1b004b6975d099f1297c47bb5e9e21c56cb
+size 2343
diff --git a/dummy/aka_Latn-dyu_Latn/1.0.0/dummy_data.zip b/dummy/aka_Latn-dyu_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..93e67874e0821909e8eaee869f2edf82da766d5c
--- /dev/null
+++ b/dummy/aka_Latn-dyu_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:1d84c314412af9f5c7781951c21f792cca113c87cf9da274f90b71baa1d39327
+size 2074
diff --git a/dummy/aka_Latn-eng_Latn/1.0.0/dummy_data.zip b/dummy/aka_Latn-eng_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..dc8597780494daa61a4f8b906bad2a9d53c26fb9
--- /dev/null
+++ b/dummy/aka_Latn-eng_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c6515e3be9fcfa13b2f49b544ea5b0c481e4869538c624ac63f6e3fbaa99aebb
+size 2573
diff --git a/dummy/aka_Latn-ewe_Latn/1.0.0/dummy_data.zip b/dummy/aka_Latn-ewe_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..1fd9d99ed80aa5f3aa61c750f92fb99c19a82138
--- /dev/null
+++ b/dummy/aka_Latn-ewe_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:1be5a624bba4d8ed36736ffff225cfcfee78654904cee7bb44bd12605f505cd1
+size 1755
diff --git a/dummy/aka_Latn-fon_Latn/1.0.0/dummy_data.zip b/dummy/aka_Latn-fon_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..66c03b203c6ccaa887b7db0742a32a92a412cdcb
--- /dev/null
+++ b/dummy/aka_Latn-fon_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:8fdf921d702c3abb7d27a09fb6a29cdbc78c04d623be92dbe541bfd36e2551aa
+size 2394
diff --git a/dummy/aka_Latn-fra_Latn/1.0.0/dummy_data.zip b/dummy/aka_Latn-fra_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..359ebd310f5a08db08533c6196e12039684b9c2b
--- /dev/null
+++ b/dummy/aka_Latn-fra_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:95abf93fa432b83998c0b8b8294ebda229ba774172597147e4bdd9029cf297cd
+size 2716
diff --git a/dummy/aka_Latn-fuv_Latn/1.0.0/dummy_data.zip b/dummy/aka_Latn-fuv_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..1ccd24ae4d379d48d02bb387451f178ca33d2a91
--- /dev/null
+++ b/dummy/aka_Latn-fuv_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:8f9c50253153ce40dbce40fd79605195609ae3fb0d733bfd6b45d220b0102201
+size 2142
diff --git a/dummy/aka_Latn-gaz_Latn/1.0.0/dummy_data.zip b/dummy/aka_Latn-gaz_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..2b4c1fd48df58b86673e8440759ec2028de88530
--- /dev/null
+++ b/dummy/aka_Latn-gaz_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b9bac5ecce5ee5d58682e29dc8503de45f8e5b960ee7b01ab0b86971f452162b
+size 2114
diff --git a/dummy/aka_Latn-hau_Latn/1.0.0/dummy_data.zip b/dummy/aka_Latn-hau_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..6c01e20a54fedb45346d2eab9d613de844d3154b
--- /dev/null
+++ b/dummy/aka_Latn-hau_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a484c359e654476a72ab3cbe924417d1bc7a153712b74d4867a82eb48ef2bc9c
+size 2296
diff --git a/dummy/aka_Latn-ibo_Latn/1.0.0/dummy_data.zip b/dummy/aka_Latn-ibo_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..f7c183874d628e257deb296ddb005d010bf02074
--- /dev/null
+++ b/dummy/aka_Latn-ibo_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:6aa8dffdfa561ca3ea8a778d667d3bdcb4090d73edc69d644312e519c0fe13f6
+size 2354
diff --git a/dummy/aka_Latn-kam_Latn/1.0.0/dummy_data.zip b/dummy/aka_Latn-kam_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..3c5bb79b6413ce8ab80c24d029903055d1c2ee30
--- /dev/null
+++ b/dummy/aka_Latn-kam_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:77aa621b08538fce50ec6695f2c5cd8f580f0c57633423caa61dfb20fd471a14
+size 2592
diff --git a/dummy/aka_Latn-kik_Latn/1.0.0/dummy_data.zip b/dummy/aka_Latn-kik_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..c22dc002a627e429a9ccda6d56fda5103e5721a6
--- /dev/null
+++ b/dummy/aka_Latn-kik_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:81a5ca645e163432162aca03bf27e179f89be30f2f5bba84116bec56de253e75
+size 2122
diff --git a/dummy/aka_Latn-kin_Latn/1.0.0/dummy_data.zip b/dummy/aka_Latn-kin_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..c3c757fbc3f3d8f6135e8ccda17c5ef456fd89cc
--- /dev/null
+++ b/dummy/aka_Latn-kin_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:8d451873596cdcba093385b086a0f5b37d10a49598b3f3f93e38972f844f5794
+size 2594
diff --git a/dummy/aka_Latn-kmb_Latn/1.0.0/dummy_data.zip b/dummy/aka_Latn-kmb_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..2d301cb83431db8a3f647474e33a582795aa90de
--- /dev/null
+++ b/dummy/aka_Latn-kmb_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:215334e2322bb58185c9dede2bcec5b564989fac0174d67a34ddcd8c17d3aa60
+size 2865
diff --git a/dummy/aka_Latn-knc_Arab/1.0.0/dummy_data.zip b/dummy/aka_Latn-knc_Arab/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..8c7e849c608ed78f2f95bf6052d78038ece21917
--- /dev/null
+++ b/dummy/aka_Latn-knc_Arab/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f34818c117db962cdc4daee687eb13b25d678f1676ed777576f84627790ed11c
+size 2548
diff --git a/dummy/aka_Latn-knc_Latn/1.0.0/dummy_data.zip b/dummy/aka_Latn-knc_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..f6bacc8063b909771a5d085736ab3a6135e8a951
--- /dev/null
+++ b/dummy/aka_Latn-knc_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c190aca8dfd3d1f73fd983812ea1e02dcbf0e95c727319e60e335741ffdb8831
+size 2375
diff --git a/dummy/aka_Latn-kon_Latn/1.0.0/dummy_data.zip b/dummy/aka_Latn-kon_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..4203731e6d32a4c2829593876fe93b9132419f1d
--- /dev/null
+++ b/dummy/aka_Latn-kon_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c2f8d6d358a82a1a2769eccc6e7022a1d53a9eaa51a3cf1a8c5d4e86def8424e
+size 2436
diff --git a/dummy/aka_Latn-lin_Latn/1.0.0/dummy_data.zip b/dummy/aka_Latn-lin_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..1318e66ade43a127589365bc38942b20bb81d275
--- /dev/null
+++ b/dummy/aka_Latn-lin_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c4db427c27242ddc117ed393a40bab493832a8d2dbfec8632262a27df04f648f
+size 2385
diff --git a/dummy/aka_Latn-lua_Latn/1.0.0/dummy_data.zip b/dummy/aka_Latn-lua_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..b6b80f210607922960b7a1fc716ebabe74d64cd9
--- /dev/null
+++ b/dummy/aka_Latn-lua_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:bbe4270fe062a3e9e38ba228580bd76ce912b63f99077dbc239b14fed746d439
+size 2864
diff --git a/dummy/aka_Latn-lug_Latn/1.0.0/dummy_data.zip b/dummy/aka_Latn-lug_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..3ecf3f5e8c057a799b194c09b457c36d05589d70
--- /dev/null
+++ b/dummy/aka_Latn-lug_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:cae745f2c9203c6913628eb1883bdce1b13c9028f186d1ef1f002318532a2c09
+size 2115
diff --git a/dummy/aka_Latn-luo_Latn/1.0.0/dummy_data.zip b/dummy/aka_Latn-luo_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..258b79a01143c83a0a700a9bc4b5d587f3cdc601
--- /dev/null
+++ b/dummy/aka_Latn-luo_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:99bab86c30d7928ed115e0e6d64103e2c6e1873cb5a77c219ec5133ff975a0c0
+size 2477
diff --git a/dummy/aka_Latn-nso_Latn/1.0.0/dummy_data.zip b/dummy/aka_Latn-nso_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..36263e6897d3f2dbf01d99a5ea0a2a1d53a5bc2b
--- /dev/null
+++ b/dummy/aka_Latn-nso_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:6957a9906e5c4ff9e40139f92ed039910fb8278a6eda630cf1b8818ad9962cab
+size 2434
diff --git a/dummy/aka_Latn-nus_Latn/1.0.0/dummy_data.zip b/dummy/aka_Latn-nus_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..54976ce4d470b8ae95abde99604dbb2a180ebb12
--- /dev/null
+++ b/dummy/aka_Latn-nus_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b02f5d261c76b5ec23502c0c8682e41c3e63c4a68d89a9271faeb817790e8136
+size 2089
diff --git a/dummy/aka_Latn-nya_Latn/1.0.0/dummy_data.zip b/dummy/aka_Latn-nya_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..1be9f033a3f5c0227ee40e6295fea1a3897e5235
--- /dev/null
+++ b/dummy/aka_Latn-nya_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e424326b2b97a4413e8834b7502133519fca36fbe76af0ba613b767e14412f70
+size 2367
diff --git a/dummy/aka_Latn-run_Latn/1.0.0/dummy_data.zip b/dummy/aka_Latn-run_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..aa2f872403e9352e618f0b6f2abbc3ec249c6300
--- /dev/null
+++ b/dummy/aka_Latn-run_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:2c7f4e32553be00d2858da41d0f145982d07a7cff32d357066a36c7333c10893
+size 2659
diff --git a/dummy/aka_Latn-sna_Latn/1.0.0/dummy_data.zip b/dummy/aka_Latn-sna_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..d5e3b669709f33fe7390614abc297ac400170ea4
--- /dev/null
+++ b/dummy/aka_Latn-sna_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:67b87505acf5b040cf5bdf3264672382d7e11b03d6d568c9bae2689800e07f26
+size 2761
diff --git a/dummy/aka_Latn-som_Latn/1.0.0/dummy_data.zip b/dummy/aka_Latn-som_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..08ca1cbcfc7ef0a7bb278c7b265db77113593e9d
--- /dev/null
+++ b/dummy/aka_Latn-som_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a689deaa051bd061b124a09ab431e9b9e520f63684c28b0a78af59bdbc94212c
+size 2272
diff --git a/dummy/aka_Latn-sot_Latn/1.0.0/dummy_data.zip b/dummy/aka_Latn-sot_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..c36aa18af2f3a8daca39a858dcf67e1cc67a037a
--- /dev/null
+++ b/dummy/aka_Latn-sot_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:1d02012bd7aa545955e3cb72ee63fcf61a0d5a3d407e6448df3d9616df9b5bfa
+size 2239
diff --git a/dummy/aka_Latn-ssw_Latn/1.0.0/dummy_data.zip b/dummy/aka_Latn-ssw_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..68ad7c5bf4d79a4c99653287be6ce9026d3fd06a
--- /dev/null
+++ b/dummy/aka_Latn-ssw_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:5ae61a7a3d6b6a4b8c8d151fda9760d1bca6907590f17542c01319aa82d72692
+size 2418
diff --git a/dummy/aka_Latn-swh_Latn/1.0.0/dummy_data.zip b/dummy/aka_Latn-swh_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..0941ce666d12449627112548c30d12b57f679dc1
--- /dev/null
+++ b/dummy/aka_Latn-swh_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c5d05af2604b0397aebcdcf0b9b402be2156a7c09b6f698ca272c6902e6154f5
+size 2491
diff --git a/dummy/aka_Latn-tir_Ethi/1.0.0/dummy_data.zip b/dummy/aka_Latn-tir_Ethi/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..e905b322612cc649d033a9175d33ae96a794bfa1
--- /dev/null
+++ b/dummy/aka_Latn-tir_Ethi/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:cde864567bfb67a7f47d21113f2d9eac48dbfcbe485d8b3461c813400634ab69
+size 2659
diff --git a/dummy/aka_Latn-tsn_Latn/1.0.0/dummy_data.zip b/dummy/aka_Latn-tsn_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..b82d66d2ec0ccfb6b42f18ad2a5245ddb7f4cd8d
--- /dev/null
+++ b/dummy/aka_Latn-tsn_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ced9260fb86e57db37bd713b059bc9b8082b82a184a8c4f74cf03c862d1bcc51
+size 2339
diff --git a/dummy/aka_Latn-tso_Latn/1.0.0/dummy_data.zip b/dummy/aka_Latn-tso_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..0a1f369ad9da7a8103088db48d7d6187fde96437
--- /dev/null
+++ b/dummy/aka_Latn-tso_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e4acb842196b5ecff3b9ab1afa8c4e4a4ba9e1e92c459ac1168f6d086415bef1
+size 2839
diff --git a/dummy/aka_Latn-tum_Latn/1.0.0/dummy_data.zip b/dummy/aka_Latn-tum_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..a851572681bfb27d07909d88af4def9ba049a086
--- /dev/null
+++ b/dummy/aka_Latn-tum_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:178dab579b5be507595f99daa13251240c9c7e5a6478f20e0ba7c4b343cfc260
+size 2260
diff --git a/dummy/aka_Latn-twi_Latn/1.0.0/dummy_data.zip b/dummy/aka_Latn-twi_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..5e2d6dad0e9dec537050443f5f19d7f4021c8c15
--- /dev/null
+++ b/dummy/aka_Latn-twi_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:626cdd0b8edc18e702e500742546c1e59a60f58adff0c5d8b9cc0f9a2f363ee5
+size 2014
diff --git a/dummy/aka_Latn-umb_Latn/1.0.0/dummy_data.zip b/dummy/aka_Latn-umb_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..2645d41ee8a3674aeca9c23aedab682ea2593802
--- /dev/null
+++ b/dummy/aka_Latn-umb_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f57bde42706b488ba66c01655bc20313cf9918f4d5e2534812f855c37edb5470
+size 2511
diff --git a/dummy/aka_Latn-wol_Latn/1.0.0/dummy_data.zip b/dummy/aka_Latn-wol_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..b3aee9e1a3acd9ef8e5eff626494c6df9e9d6165
--- /dev/null
+++ b/dummy/aka_Latn-wol_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9b1e15c7717f1f2e30ae0b42f2968e8127915ab2ac129859557c59f0f9751d3f
+size 2122
diff --git a/dummy/aka_Latn-xho_Latn/1.0.0/dummy_data.zip b/dummy/aka_Latn-xho_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..f7bdc30a3adf160021d6f511af1f562343208fb5
--- /dev/null
+++ b/dummy/aka_Latn-xho_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:98f2c283d1e0105698e78f14a0ea66d7076697f16443d67694727b545e8ef1ec
+size 2592
diff --git a/dummy/aka_Latn-yor_Latn/1.0.0/dummy_data.zip b/dummy/aka_Latn-yor_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..df20c79cfed5f2fa5e84e4f8a39147c16ab03d04
--- /dev/null
+++ b/dummy/aka_Latn-yor_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:4d59f56d7c1808768388e7d23269d206f43809d443a6787904d781c52e03b419
+size 2233
diff --git a/dummy/aka_Latn-zul_Latn/1.0.0/dummy_data.zip b/dummy/aka_Latn-zul_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..e80de12906babc2711247a0d765e6a6520dc450d
--- /dev/null
+++ b/dummy/aka_Latn-zul_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:79af5f504bdd238fe683d88195cd3c6d008e37d4b4b8157007e3362fd0266072
+size 2280
diff --git a/dummy/amh_Ethi-bam_Latn/1.0.0/dummy_data.zip b/dummy/amh_Ethi-bam_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..1e2688053e3c4eb37da0d7d9f62f380c3ccf93c4
--- /dev/null
+++ b/dummy/amh_Ethi-bam_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:eed2b750fdcfeb76e2ac80bfa61c4ee2d89a375842dc705b9281150c3b7f83c4
+size 2540
diff --git a/dummy/amh_Ethi-bem_Latn/1.0.0/dummy_data.zip b/dummy/amh_Ethi-bem_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..694327cc2d0d64cc1b8b1ccaa5d0355ff6cb332a
--- /dev/null
+++ b/dummy/amh_Ethi-bem_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:21767289547faea3b155dd98e41d313aed15002f90cc9247761af1f440e7d123
+size 3212
diff --git a/dummy/amh_Ethi-cjk_Latn/1.0.0/dummy_data.zip b/dummy/amh_Ethi-cjk_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..0ba2c143e0f9160e7051f3e94a50b5f5aae1dd72
--- /dev/null
+++ b/dummy/amh_Ethi-cjk_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:cd5f4d83122e5248c433636a8ad9ebfdc9ed835726b8cb42fe66a5d6894ecec6
+size 2713
diff --git a/dummy/amh_Ethi-dik_Latn/1.0.0/dummy_data.zip b/dummy/amh_Ethi-dik_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..0fdd595151c0e9fadc6fa529b45de926ed38da73
--- /dev/null
+++ b/dummy/amh_Ethi-dik_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f44d7a82d8248eac7e8dd7f3d68ed1bfc4803a0e3530993ee5977b62b816cb6e
+size 2099
diff --git a/dummy/amh_Ethi-dyu_Latn/1.0.0/dummy_data.zip b/dummy/amh_Ethi-dyu_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..1bb85fba64987ffd735e241a8e734cbc79c08fa5
--- /dev/null
+++ b/dummy/amh_Ethi-dyu_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c178328f15fb00588e61c1934669d6fc064dfcfa621a636df796f42bd6278c15
+size 2475
diff --git a/dummy/amh_Ethi-eng_Latn/1.0.0/dummy_data.zip b/dummy/amh_Ethi-eng_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..bd49f4171bf69ce8b4d7090539d08f4bf1fbd8f2
--- /dev/null
+++ b/dummy/amh_Ethi-eng_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:95b18813aa31bc3937192b5c433021df346a42fecd451d58aaa872e242f6e79f
+size 2524
diff --git a/dummy/amh_Ethi-ewe_Latn/1.0.0/dummy_data.zip b/dummy/amh_Ethi-ewe_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..97fc785a73c7cb18756b3de454488e551aaf0d74
--- /dev/null
+++ b/dummy/amh_Ethi-ewe_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:df905fe4a7aec15ad92381fdd77342fde2c6156da8d2ea39c824c2d423c4d765
+size 2572
diff --git a/dummy/amh_Ethi-fon_Latn/1.0.0/dummy_data.zip b/dummy/amh_Ethi-fon_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..d9c866204e4e4ca770532aed6a3da79ad1d38a4f
--- /dev/null
+++ b/dummy/amh_Ethi-fon_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9f24d405d472668287f3ba5fe1957e4e669744d8c021bec56f7e391241f6ff1d
+size 2632
diff --git a/dummy/amh_Ethi-fra_Latn/1.0.0/dummy_data.zip b/dummy/amh_Ethi-fra_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..4a4642dcbfc36c56b6b3c4d7ae740da51ba1f87a
--- /dev/null
+++ b/dummy/amh_Ethi-fra_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:49dff2f28efc1f8357fc714fa71c4a0c7a0afd0cf8e7b3b5c14f9c73c1f5eb6c
+size 2840
diff --git a/dummy/amh_Ethi-fuv_Latn/1.0.0/dummy_data.zip b/dummy/amh_Ethi-fuv_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..c8d9b5b5cd17966c6929e08b02fa5fd0f60aeb35
--- /dev/null
+++ b/dummy/amh_Ethi-fuv_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:47f3adbc786e2521fab081195d02239606bb693f42184e34a154c04460ed4708
+size 1985
diff --git a/dummy/amh_Ethi-gaz_Latn/1.0.0/dummy_data.zip b/dummy/amh_Ethi-gaz_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..15b75e4eae3b8a8f161e7ef6d7395031d8ee80fb
--- /dev/null
+++ b/dummy/amh_Ethi-gaz_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:1681f109e83572df6c12b9e5d51f5a57828e8f9d88e020eb839e59e81d387afd
+size 2569
diff --git a/dummy/amh_Ethi-hau_Latn/1.0.0/dummy_data.zip b/dummy/amh_Ethi-hau_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..d8982a92fd0b52f76863df9488e861ea98b282d1
--- /dev/null
+++ b/dummy/amh_Ethi-hau_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:03b8170fa08e5c6c19cc7bb4a7c41d53e029d8bca5534e970a3a1f064f8b2ed3
+size 2754
diff --git a/dummy/amh_Ethi-ibo_Latn/1.0.0/dummy_data.zip b/dummy/amh_Ethi-ibo_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..8cd33d72b790b0a41a99d42375c6a01e81987c2e
--- /dev/null
+++ b/dummy/amh_Ethi-ibo_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:916c168b5268c3ce4b1e920a6ffe355fada1e61073d64dcbb460fccd27934cd0
+size 2296
diff --git a/dummy/amh_Ethi-kam_Latn/1.0.0/dummy_data.zip b/dummy/amh_Ethi-kam_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..60253ce4be25b330b7ce2781905101b229f42764
--- /dev/null
+++ b/dummy/amh_Ethi-kam_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ab0de9c6962dda92adeea06cda4f1529452384119c8a1fb86f55160e15ccdeb1
+size 2855
diff --git a/dummy/amh_Ethi-kik_Latn/1.0.0/dummy_data.zip b/dummy/amh_Ethi-kik_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..732fd8cff111190ff21fae08adaa0ea86a82d43e
--- /dev/null
+++ b/dummy/amh_Ethi-kik_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d2dc73b414b822effd5299f755c3e81a64708d0f6ca36f8bc42553ef3b7f1663
+size 2477
diff --git a/dummy/amh_Ethi-kin_Latn/1.0.0/dummy_data.zip b/dummy/amh_Ethi-kin_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..00b363cb25a5ac27230e91643242a0ee33b04a44
--- /dev/null
+++ b/dummy/amh_Ethi-kin_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:eb290dc6cfd4d4652db5ec72a40ffd7cd18338efdce11a776423fcf93b6617ce
+size 2935
diff --git a/dummy/amh_Ethi-kmb_Latn/1.0.0/dummy_data.zip b/dummy/amh_Ethi-kmb_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..c9b321b45f4c2cb1b28333b292102fa163e557f1
--- /dev/null
+++ b/dummy/amh_Ethi-kmb_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:246800f1720a7e6837bf3950dc3520ef0007ee86e492b391da5314ee5dc2bd8d
+size 2840
diff --git a/dummy/amh_Ethi-knc_Arab/1.0.0/dummy_data.zip b/dummy/amh_Ethi-knc_Arab/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..4da991e072596f2519c93bbd2306c10e30921cba
--- /dev/null
+++ b/dummy/amh_Ethi-knc_Arab/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:989a21c9a92c5dbb6d4b3e1341941e3793a2ddbfc7d88669ff606073c8ae85dc
+size 2987
diff --git a/dummy/amh_Ethi-knc_Latn/1.0.0/dummy_data.zip b/dummy/amh_Ethi-knc_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..b609b347e3c6b722a522975544f381d046b494c7
--- /dev/null
+++ b/dummy/amh_Ethi-knc_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:1a2c26e31bcfd13719101d522d3e3572c7c5bf17c483cceec9fe52c119038e73
+size 2644
diff --git a/dummy/amh_Ethi-kon_Latn/1.0.0/dummy_data.zip b/dummy/amh_Ethi-kon_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..83c99060f63102f9a766d35280b8dc425b950e47
--- /dev/null
+++ b/dummy/amh_Ethi-kon_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:532ae08037f5f1ec125dd202b81a71d00f12e8d26dece5dfe4f75fb5e23e22b0
+size 2559
diff --git a/dummy/amh_Ethi-lin_Latn/1.0.0/dummy_data.zip b/dummy/amh_Ethi-lin_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..1e388b1dd8c82a1186ca0f70b6dd028e0c533f94
--- /dev/null
+++ b/dummy/amh_Ethi-lin_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e7e90b9f51b3c48ad0605f1fd3e4c953e40f907b7b0147c70c6d0fa1f19c0346
+size 2780
diff --git a/dummy/amh_Ethi-lua_Latn/1.0.0/dummy_data.zip b/dummy/amh_Ethi-lua_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..fdfbd577dfa5a08971140b671fcdce44f72facd3
--- /dev/null
+++ b/dummy/amh_Ethi-lua_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:24dd5e11b7ed042f41940132647f20fe06f47a1c63239129fdedf8b637d88f63
+size 3164
diff --git a/dummy/amh_Ethi-lug_Latn/1.0.0/dummy_data.zip b/dummy/amh_Ethi-lug_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..ca22ab555e8a96bbe4d5654117f3e92e4c5c281e
--- /dev/null
+++ b/dummy/amh_Ethi-lug_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:44cb52ceac756839de9476fbc1376dcfb8b4eb074a19216e5f0f501b49da8cd4
+size 2897
diff --git a/dummy/amh_Ethi-luo_Latn/1.0.0/dummy_data.zip b/dummy/amh_Ethi-luo_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..4aeed9c97cc37da0f5d99818f9f68237f4e96d72
--- /dev/null
+++ b/dummy/amh_Ethi-luo_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b5069cd358c41000ff1477d090da8e92108fc8abb8fe8ac4480371f0fa18ca0f
+size 2893
diff --git a/dummy/amh_Ethi-nso_Latn/1.0.0/dummy_data.zip b/dummy/amh_Ethi-nso_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..8b34bf8b68db38818b7c7795adba1a59f6cda78a
--- /dev/null
+++ b/dummy/amh_Ethi-nso_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:65d7f808b0d5fa7f74f688304126b0c5f8a5625a2582441e8765b80302262e15
+size 2467
diff --git a/dummy/amh_Ethi-nus_Latn/1.0.0/dummy_data.zip b/dummy/amh_Ethi-nus_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..bc5645f3ab4394051df2fb9567ad987378736290
--- /dev/null
+++ b/dummy/amh_Ethi-nus_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:95f3a126302b75066946bdcadfd3f7106a561c0bee1ebb3fe0430e7f2bada39e
+size 2222
diff --git a/dummy/amh_Ethi-nya_Latn/1.0.0/dummy_data.zip b/dummy/amh_Ethi-nya_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..172dfc523c873679ab69c0bcc49c0c8244b55d64
--- /dev/null
+++ b/dummy/amh_Ethi-nya_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:52723ff1cbab0d5ca23e83f6a447b9d8c2fc26e72944720f90c65506ea5c795f
+size 2892
diff --git a/dummy/amh_Ethi-run_Latn/1.0.0/dummy_data.zip b/dummy/amh_Ethi-run_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..5b28250eae39de614b2e9db54f033daa0d7d5e29
--- /dev/null
+++ b/dummy/amh_Ethi-run_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a0125a9c4fedffebba6ced7608092a021e926320fd2aaa47ba65c5b044c65092
+size 2869
diff --git a/dummy/amh_Ethi-sna_Latn/1.0.0/dummy_data.zip b/dummy/amh_Ethi-sna_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..ddae204f453face3d1f835cae88513669a7b26f3
--- /dev/null
+++ b/dummy/amh_Ethi-sna_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:da8dd999c46b06fcdc059e68582d309d41ef40d0eb0f3d2081d7f46412771609
+size 2898
diff --git a/dummy/amh_Ethi-som_Latn/1.0.0/dummy_data.zip b/dummy/amh_Ethi-som_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..a82d38d56e793ef809f600e246f64e3166267fa8
--- /dev/null
+++ b/dummy/amh_Ethi-som_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:abe1cfe5aac348afbbf429ce2c3424b45bcb7e0eb59fd44ce4cd7d4eb6fcbf76
+size 2458
diff --git a/dummy/amh_Ethi-sot_Latn/1.0.0/dummy_data.zip b/dummy/amh_Ethi-sot_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..a2bc54a4f33639814b0cdbe95db193cc9b1de1f5
--- /dev/null
+++ b/dummy/amh_Ethi-sot_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:aca46910825ca27b192b4786309c6fd57672b8da06688c71dfd0c69d85efbbc6
+size 2839
diff --git a/dummy/amh_Ethi-ssw_Latn/1.0.0/dummy_data.zip b/dummy/amh_Ethi-ssw_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..3d7d6f3ae2185e8afb73db4fa5aed4178d59d392
--- /dev/null
+++ b/dummy/amh_Ethi-ssw_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:7e869849b8ea56e7cc244c595737b8dd163ad58eee23ad6ac1e9e1c6365f0102
+size 2250
diff --git a/dummy/amh_Ethi-swh_Latn/1.0.0/dummy_data.zip b/dummy/amh_Ethi-swh_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..26969e0c58254fea216333c05f379bae0ae62fb1
--- /dev/null
+++ b/dummy/amh_Ethi-swh_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d2ff8b4160bbc4c9b03e43b034e113cd76b89a4fedb19c096a9686332c472cf0
+size 2918
diff --git a/dummy/amh_Ethi-tir_Ethi/1.0.0/dummy_data.zip b/dummy/amh_Ethi-tir_Ethi/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..3efb5e9d47dd3ab2bd6da20259119b1a9f51259d
--- /dev/null
+++ b/dummy/amh_Ethi-tir_Ethi/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e2bfa512e5d2660e7e1b7f5e1cceb57723cad48c0eb1afe624081237cb5efaf7
+size 2844
diff --git a/dummy/amh_Ethi-tsn_Latn/1.0.0/dummy_data.zip b/dummy/amh_Ethi-tsn_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..3a76401286c1a346ca976098352f4cb95e6cf8d9
--- /dev/null
+++ b/dummy/amh_Ethi-tsn_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ae8dab70b5158159bd41fb09cad1409395aeb5ad390fa7ceccee48a747e3e268
+size 2813
diff --git a/dummy/amh_Ethi-tso_Latn/1.0.0/dummy_data.zip b/dummy/amh_Ethi-tso_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..8675185f4d9e2a4274582c39b76b147b10a895fc
--- /dev/null
+++ b/dummy/amh_Ethi-tso_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:da1ff40cb1d93eeaf00938da1579553f99b80b782717870af8248ef22ce0c997
+size 3104
diff --git a/dummy/amh_Ethi-tum_Latn/1.0.0/dummy_data.zip b/dummy/amh_Ethi-tum_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..2b2b21d9199b2324470e5b41a1fd10eb59fa68ff
--- /dev/null
+++ b/dummy/amh_Ethi-tum_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:596391a83dc08afacc215750d0537f8505d50c3e6e4334b6903eb9b19d112730
+size 3040
diff --git a/dummy/amh_Ethi-twi_Latn/1.0.0/dummy_data.zip b/dummy/amh_Ethi-twi_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..f90a2af258acd4347ba480538123cc1fd2c4fab2
--- /dev/null
+++ b/dummy/amh_Ethi-twi_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ddc321b18340ae913998916130639eeffd682d35feed65748a994ff7052bcc2e
+size 2485
diff --git a/dummy/amh_Ethi-umb_Latn/1.0.0/dummy_data.zip b/dummy/amh_Ethi-umb_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..6c2735fb0c1e189dd0797fadc8c4ffcfb58b3184
--- /dev/null
+++ b/dummy/amh_Ethi-umb_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:eaa6da825d238d0766ec1ada0e2a094969cfdc5064e8d70619bb02bc4545988c
+size 3208
diff --git a/dummy/amh_Ethi-wol_Latn/1.0.0/dummy_data.zip b/dummy/amh_Ethi-wol_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..2c700ce2d9709efc0c46c6681e38418e11d2ce5c
--- /dev/null
+++ b/dummy/amh_Ethi-wol_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ea31d86940065687ccd032de34b025d67a9a8deae1f9838058853fd285ce8d3b
+size 2525
diff --git a/dummy/amh_Ethi-xho_Latn/1.0.0/dummy_data.zip b/dummy/amh_Ethi-xho_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..572a285c0f5c45acf570f5c67a72426f52411ae0
--- /dev/null
+++ b/dummy/amh_Ethi-xho_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:526df4f4ed1b0947770f9e8101b57104d696f1ced9d4459d6926060015dd782c
+size 2821
diff --git a/dummy/amh_Ethi-yor_Latn/1.0.0/dummy_data.zip b/dummy/amh_Ethi-yor_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..8382cb164ed0ba95310d5c80f0b9073b26f30744
--- /dev/null
+++ b/dummy/amh_Ethi-yor_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:8416b66f09ecf1942d465382ab7c35629b724c13f36cd9c51851f72a16bce5ba
+size 2035
diff --git a/dummy/amh_Ethi-zul_Latn/1.0.0/dummy_data.zip b/dummy/amh_Ethi-zul_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..f785e88b07e1b10618980b973337c30b793ca990
--- /dev/null
+++ b/dummy/amh_Ethi-zul_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:0cb25e2e282ce6784656856c8e55b20776c87650876f76d96a42ed99a79d484d
+size 2532
diff --git a/dummy/arb_Arab-ckb_Arab/1.0.0/dummy_data.zip b/dummy/arb_Arab-ckb_Arab/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..4cc717d7733ccb6283c893d25cbb5397cd0db7e2
--- /dev/null
+++ b/dummy/arb_Arab-ckb_Arab/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:cca85eea486186e7d77af49df4285ccb044959ada3411cafbfd17a19ccda4016
+size 2667
diff --git a/dummy/arb_Arab-crh_Latn/1.0.0/dummy_data.zip b/dummy/arb_Arab-crh_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..d03e19adbceb67eab1f54a940d0394b171465c22
--- /dev/null
+++ b/dummy/arb_Arab-crh_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:40eb98671ffac922a8811c3499d02bb5ba3998db5a823aad2d8b643a721e219c
+size 3468
diff --git a/dummy/arb_Arab-dik_Latn/1.0.0/dummy_data.zip b/dummy/arb_Arab-dik_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..2256a61e86ea951f381041ce62e96b7939cb90dc
--- /dev/null
+++ b/dummy/arb_Arab-dik_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:145713edec7e9fc7bc2eadeb8a0ab8ef092f6e79ddc04d9fc902bd6526e3bfab
+size 2612
diff --git a/dummy/arb_Arab-diq_Latn/1.0.0/dummy_data.zip b/dummy/arb_Arab-diq_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..54cfaba929586e715070a5fb4f09c7cf34b8d3af
--- /dev/null
+++ b/dummy/arb_Arab-diq_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f44350fe6a4d1aa4f828baeb026d649e35c9929c35cc36d5a542ed0a22e2eefc
+size 2810
diff --git a/dummy/arb_Arab-fuv_Latn/1.0.0/dummy_data.zip b/dummy/arb_Arab-fuv_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..e4da1d98c3dc469760783d636ddf286cdc69a611
--- /dev/null
+++ b/dummy/arb_Arab-fuv_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:2facbc867792e32e881d0e5979d8875db05b05e1b7748e93ba8f27bf753e64eb
+size 2792
diff --git a/dummy/arb_Arab-kmr_Latn/1.0.0/dummy_data.zip b/dummy/arb_Arab-kmr_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..a870c5ea77434c352350c208e4aec8d4ecf256f2
--- /dev/null
+++ b/dummy/arb_Arab-kmr_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ad37da7019701ed6e46af0c0e83b064f40b4db8ab1390f965e2f35055bb49007
+size 2620
diff --git a/dummy/arb_Arab-knc_Latn/1.0.0/dummy_data.zip b/dummy/arb_Arab-knc_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..3cfa7bc75b4f1c1ccfc691950f3cc1fa48ea071f
--- /dev/null
+++ b/dummy/arb_Arab-knc_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:4d12742c00514125bd72d9cdfa062c794551d500353a61ee7987b19306515801
+size 3337
diff --git a/dummy/arb_Arab-nus_Latn/1.0.0/dummy_data.zip b/dummy/arb_Arab-nus_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..220e38d6ecf29cfb9b2b4240c6ecbc4ac7f14071
--- /dev/null
+++ b/dummy/arb_Arab-nus_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f649b48cb9b0176f2466852fa82572ae7584e916a46fe375b778b1b6d3ece9a7
+size 2638
diff --git a/dummy/arb_Arab-som_Latn/1.0.0/dummy_data.zip b/dummy/arb_Arab-som_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..d0b9ab0a3017b690da8c98155148fc65771c75d8
--- /dev/null
+++ b/dummy/arb_Arab-som_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:cfc25748971980a340e2fd17fede49005aa6aa0f158c5ebc247aeb5e46fc71f9
+size 2032
diff --git a/dummy/arb_Arab-tat_Cyrl/1.0.0/dummy_data.zip b/dummy/arb_Arab-tat_Cyrl/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..0d824b7772b06cd731cd42e2848b0b01fc4c9331
--- /dev/null
+++ b/dummy/arb_Arab-tat_Cyrl/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:07dc1a48399aff1150e1d814142f7f4c92ad83df0e2f48f17cd6e9cf1dc208f5
+size 3458
diff --git a/dummy/arb_Arab-tzm_Tfng/1.0.0/dummy_data.zip b/dummy/arb_Arab-tzm_Tfng/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..18bcc77aec85b28448dbe468dce18a81ea663975
--- /dev/null
+++ b/dummy/arb_Arab-tzm_Tfng/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ef7ff62d4f6b2e0580ac1b55510e482e35a9543c42e1cca13fc77acf1159b4e5
+size 2215
diff --git a/dummy/arb_Arab-urd_Arab/1.0.0/dummy_data.zip b/dummy/arb_Arab-urd_Arab/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..e00f050127c2d73173e6251f3c92e35dd0d575f8
--- /dev/null
+++ b/dummy/arb_Arab-urd_Arab/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:5ef33bead51d924b569adbcbf3811dcbc70aac92c073f912be5c41c8480e943a
+size 2854
diff --git a/dummy/arb_Arab-wol_Latn/1.0.0/dummy_data.zip b/dummy/arb_Arab-wol_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..6d7971f502871c23bd804db02dbcbc67761946af
--- /dev/null
+++ b/dummy/arb_Arab-wol_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:5e879e32f1fbd46be0893ab878e4fffd73bd676ec57e206808f0c4dcf6b049b4
+size 2605
diff --git a/dummy/asm_Beng-awa_Deva/1.0.0/dummy_data.zip b/dummy/asm_Beng-awa_Deva/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..6d9b1ccfdb97e79afe7d85d24d91872252b5be27
--- /dev/null
+++ b/dummy/asm_Beng-awa_Deva/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:6f54e0b15cc912202710dc0e1f57a40c5082f12e7c9663b66f916363ad1d688a
+size 3363
diff --git a/dummy/asm_Beng-ben_Beng/1.0.0/dummy_data.zip b/dummy/asm_Beng-ben_Beng/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..2fd2fcdc570c995e19021e20c9117b52893ed600
--- /dev/null
+++ b/dummy/asm_Beng-ben_Beng/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:6f1e90913636de890156051a39920218695564569ae548163cc7da24431bf09c
+size 3333
diff --git a/dummy/asm_Beng-bho_Deva/1.0.0/dummy_data.zip b/dummy/asm_Beng-bho_Deva/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..56830223c505d557be826b54f0614cae633f0bde
--- /dev/null
+++ b/dummy/asm_Beng-bho_Deva/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:88d7a4c5b31a37ed36e4471943f28f191d33de4ab7676e83420b0ac8caa8fcbf
+size 3196
diff --git a/dummy/asm_Beng-eng_Latn/1.0.0/dummy_data.zip b/dummy/asm_Beng-eng_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..5297f851c7aa3abdbeda6767ca5d987b91705e5c
--- /dev/null
+++ b/dummy/asm_Beng-eng_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:038f264b33df1308ebd0ec2d86be8813ba520b2890f36191dead2564ac1fa2db
+size 2884
diff --git a/dummy/asm_Beng-guj_Gujr/1.0.0/dummy_data.zip b/dummy/asm_Beng-guj_Gujr/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..15512618973f294db5b8c3c8fdad6adffeaa24b4
--- /dev/null
+++ b/dummy/asm_Beng-guj_Gujr/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9e2ac287c5f5fb12c062e3bedd4833b8801cb0263b3306c2f7d4e14f72f0ee9d
+size 3470
diff --git a/dummy/asm_Beng-hin_Deva/1.0.0/dummy_data.zip b/dummy/asm_Beng-hin_Deva/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..79a248c4ad557056fe50d8ee13a26759ce8a1149
--- /dev/null
+++ b/dummy/asm_Beng-hin_Deva/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:cf25d328ced618a08212179af9a4cbb7105c53b2ccac5f26b2865dfa4cb57d56
+size 2904
diff --git a/dummy/asm_Beng-hne_Deva/1.0.0/dummy_data.zip b/dummy/asm_Beng-hne_Deva/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..882bda53f6e67ccee2fa3680ff55377c8f60b1c8
--- /dev/null
+++ b/dummy/asm_Beng-hne_Deva/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:5e29e7afb8abe6839820cc66c77221b4ec96e21ead23c791caed8e4fbee4fb34
+size 3209
diff --git a/dummy/asm_Beng-kan_Knda/1.0.0/dummy_data.zip b/dummy/asm_Beng-kan_Knda/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..47823ca510817374e881476f0d765d6847853f50
--- /dev/null
+++ b/dummy/asm_Beng-kan_Knda/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a707c885434f96d16e01ab9d182abee0546956016969840bde2ed8bf282fea45
+size 3574
diff --git a/dummy/asm_Beng-kas_Arab/1.0.0/dummy_data.zip b/dummy/asm_Beng-kas_Arab/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..eaeaa41d03e7a4361df636e7c5ba4d6d65386b45
--- /dev/null
+++ b/dummy/asm_Beng-kas_Arab/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:8c28b235deb3b759da1b446805f3dcbc4e8c3bf2af73e07c0715a8116bd2777f
+size 3014
diff --git a/dummy/asm_Beng-kas_Deva/1.0.0/dummy_data.zip b/dummy/asm_Beng-kas_Deva/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..2a8bd655f0d97f63dda63abca9dd2abd6df54f96
--- /dev/null
+++ b/dummy/asm_Beng-kas_Deva/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:56c06fc589126d52dad9e627a3c065bd46022443032a55f0b7055a21a08368bf
+size 3022
diff --git a/dummy/asm_Beng-mag_Deva/1.0.0/dummy_data.zip b/dummy/asm_Beng-mag_Deva/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..82f005574535992dfae51e7087a265e911fae321
--- /dev/null
+++ b/dummy/asm_Beng-mag_Deva/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:cb93b737c11b2225fa59201b6f2136fc1791514ff01415e369d8e43d7cf04c6f
+size 2842
diff --git a/dummy/asm_Beng-mai_Deva/1.0.0/dummy_data.zip b/dummy/asm_Beng-mai_Deva/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..18dbfa9ff8852388316a38c49ac82cb93cb2dcbe
--- /dev/null
+++ b/dummy/asm_Beng-mai_Deva/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:23bcad0908f7ddedfeab750b97a0bf04d151a843ed5a1cfec455bcb0e6ab7a54
+size 2985
diff --git a/dummy/asm_Beng-mal_Mlym/1.0.0/dummy_data.zip b/dummy/asm_Beng-mal_Mlym/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..907cee425fee946098cc34cece9ae91f75ba7c24
--- /dev/null
+++ b/dummy/asm_Beng-mal_Mlym/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a7c8b1aee41f2a8e290042036fdca027f99c95d05698a78768bcd11348d9d1ed
+size 3204
diff --git a/dummy/asm_Beng-mar_Deva/1.0.0/dummy_data.zip b/dummy/asm_Beng-mar_Deva/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..3a30a6b522458b514e4a39bf0cd13bf62bf4b7ce
--- /dev/null
+++ b/dummy/asm_Beng-mar_Deva/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b9870f8fcc84c89f1db7e11798ab2495b10e3c155a459d84d4712375086e4400
+size 3020
diff --git a/dummy/asm_Beng-npi_Deva/1.0.0/dummy_data.zip b/dummy/asm_Beng-npi_Deva/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..80465a2280d156ade6777aaeecef0e5d41af7fee
--- /dev/null
+++ b/dummy/asm_Beng-npi_Deva/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:eeaa3fde1c3247c8738de5708100111674c479d6989caedb15ad2e0acbc85ad3
+size 3696
diff --git a/dummy/asm_Beng-ory_Orya/1.0.0/dummy_data.zip b/dummy/asm_Beng-ory_Orya/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..56edd3bb60e68caea3927312d246e47a93139711
--- /dev/null
+++ b/dummy/asm_Beng-ory_Orya/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:163c88f315abe1dd0459c8388b8e6b465ae11144669be2b5ffe9c610e51109e9
+size 3332
diff --git a/dummy/asm_Beng-pan_Guru/1.0.0/dummy_data.zip b/dummy/asm_Beng-pan_Guru/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..4512a4613dd9d5424cb49e020cc5dd9e103ca46f
--- /dev/null
+++ b/dummy/asm_Beng-pan_Guru/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d29be2d1729daa343fda2e08eca6eeab72b168ce88402915e211224121c11700
+size 3064
diff --git a/dummy/asm_Beng-san_Deva/1.0.0/dummy_data.zip b/dummy/asm_Beng-san_Deva/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..a404346dd6ccaa1575e862040c69cb94b239ffd1
--- /dev/null
+++ b/dummy/asm_Beng-san_Deva/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:871673c8b49d210e6b3a3b877b8a3c27402d4967ada92a3bb5ad0e3e4147ec00
+size 3209
diff --git a/dummy/asm_Beng-sat_Beng/1.0.0/dummy_data.zip b/dummy/asm_Beng-sat_Beng/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..21ad07e07b477b9b7f7b45474841a2a12f7663af
--- /dev/null
+++ b/dummy/asm_Beng-sat_Beng/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:2767a18797fe6dd3f8bdc52b18c09d253246d0956ea48a41d00a008a89b1dd62
+size 2403
diff --git a/dummy/asm_Beng-sin_Sinh/1.0.0/dummy_data.zip b/dummy/asm_Beng-sin_Sinh/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..e28e4a390e14ecfe08c054c09b55603cd3a243c5
--- /dev/null
+++ b/dummy/asm_Beng-sin_Sinh/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:814eebf97cc34071da5dbc9325db28ae643d71d27b1fde1f319b39a14d447e61
+size 3006
diff --git a/dummy/asm_Beng-snd_Arab/1.0.0/dummy_data.zip b/dummy/asm_Beng-snd_Arab/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..618e180480e11399307bd1aa6d3d439481b8b99f
--- /dev/null
+++ b/dummy/asm_Beng-snd_Arab/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:2386435beefe9547dfcc27501bdb932fb43aa706d538e15a00f9983b954d226e
+size 3168
diff --git a/dummy/asm_Beng-tam_Taml/1.0.0/dummy_data.zip b/dummy/asm_Beng-tam_Taml/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..afe6232164cb6e6ff53f2e295cbbf8c095659a44
--- /dev/null
+++ b/dummy/asm_Beng-tam_Taml/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:5b0af287bfdb86a37eb72eeabe7f575ca6576adb7dde4ff70bcd33c20c57278b
+size 3606
diff --git a/dummy/asm_Beng-tel_Telu/1.0.0/dummy_data.zip b/dummy/asm_Beng-tel_Telu/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..6407f54a98a4080939f878c9bff5ed5d15cfd1fd
--- /dev/null
+++ b/dummy/asm_Beng-tel_Telu/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9525214e96948f8d90011418a19c6ce6e60111e8ebe1698c4b921670c12095f0
+size 3087
diff --git a/dummy/asm_Beng-urd_Arab/1.0.0/dummy_data.zip b/dummy/asm_Beng-urd_Arab/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..2fd4a89f2bc321ed3f5ff8f338e49093e845432b
--- /dev/null
+++ b/dummy/asm_Beng-urd_Arab/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b575fcdde2ddcc972454d8ea3de4a246cbea424a70f01315e2fcc6b156837c63
+size 3454
diff --git a/dummy/awa_Deva-ben_Beng/1.0.0/dummy_data.zip b/dummy/awa_Deva-ben_Beng/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..5aaaab8c44d62abc8657a18c3a2b4fcbca1b7418
--- /dev/null
+++ b/dummy/awa_Deva-ben_Beng/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:010fda570d5f83b6ab7751fcdbe8afeb25595ed04e425ea587616ada9bef3eae
+size 3316
diff --git a/dummy/awa_Deva-bho_Deva/1.0.0/dummy_data.zip b/dummy/awa_Deva-bho_Deva/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..ce4fc0e3ab648a0b892459ccef11bf641d229ff7
--- /dev/null
+++ b/dummy/awa_Deva-bho_Deva/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f0c13516f23cee2e72c7fe5e1456cbceb96a66d85f90e4a6ff1e805ebf445dd6
+size 2408
diff --git a/dummy/awa_Deva-eng_Latn/1.0.0/dummy_data.zip b/dummy/awa_Deva-eng_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..0acef0025969512be5bfba3b26b1cccf3a47b03d
--- /dev/null
+++ b/dummy/awa_Deva-eng_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d0eaece01ce2c7e8b478e86a5e7b1f53a58c36e4b1d478ca906c65b7e51d3d6b
+size 2735
diff --git a/dummy/awa_Deva-guj_Gujr/1.0.0/dummy_data.zip b/dummy/awa_Deva-guj_Gujr/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..50ed22315ee27714b975a5c82f3388a994697742
--- /dev/null
+++ b/dummy/awa_Deva-guj_Gujr/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:373361ea9fa3ee30c95a1e009a7e60d1a258ab22c5915617e194cf99ff168095
+size 2634
diff --git a/dummy/awa_Deva-hin_Deva/1.0.0/dummy_data.zip b/dummy/awa_Deva-hin_Deva/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..1bf7b5d44f3699015b7a13dc338fb6a91ddbdf3d
--- /dev/null
+++ b/dummy/awa_Deva-hin_Deva/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:1ab1c5167cf0909ae9edae0c78ffb972523e2773578c9028085a36a0b6719f2d
+size 2877
diff --git a/dummy/awa_Deva-hne_Deva/1.0.0/dummy_data.zip b/dummy/awa_Deva-hne_Deva/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..68f7f47928d99ce2cd78f549287f980ae5dab50d
--- /dev/null
+++ b/dummy/awa_Deva-hne_Deva/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:0ca4a365f7077469e27cbc83ddfec365cf733cb9a58da07b5466fe658f92fb27
+size 2619
diff --git a/dummy/awa_Deva-kan_Knda/1.0.0/dummy_data.zip b/dummy/awa_Deva-kan_Knda/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..c0d15f5bfe40b1b8f6689a3d8995d396caa10920
--- /dev/null
+++ b/dummy/awa_Deva-kan_Knda/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a8151524abd8a6941ddfbabbf0d2dfd2142dc4bc4400b8b57b81ede05dc85e5f
+size 3120
diff --git a/dummy/awa_Deva-kas_Arab/1.0.0/dummy_data.zip b/dummy/awa_Deva-kas_Arab/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..cd2ccf423aa4e223929a8a31e04b801bbcec799c
--- /dev/null
+++ b/dummy/awa_Deva-kas_Arab/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:7bdb4c37a013184635dca5f8bdc9ed364997cbfd487eaa67d6893c3d30314480
+size 2805
diff --git a/dummy/awa_Deva-kas_Deva/1.0.0/dummy_data.zip b/dummy/awa_Deva-kas_Deva/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..8e64b74b377d98b6e9b618a091d79128652d838f
--- /dev/null
+++ b/dummy/awa_Deva-kas_Deva/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:6c383ec121aca05d5d0b48a66fa1e60951dc5f1e9992c8e5f7721fb894384dc5
+size 2786
diff --git a/dummy/awa_Deva-mag_Deva/1.0.0/dummy_data.zip b/dummy/awa_Deva-mag_Deva/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..ac5e4b8f37161782e9da1bcab63b49d7ed213bcb
--- /dev/null
+++ b/dummy/awa_Deva-mag_Deva/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9b35e0991effde2bd65d631100f52de48665e2c520aea6b198ac6cf449ee8a31
+size 3099
diff --git a/dummy/awa_Deva-mai_Deva/1.0.0/dummy_data.zip b/dummy/awa_Deva-mai_Deva/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..3cc97f34a39f3152c17e21ae3b97ee3cc10de24a
--- /dev/null
+++ b/dummy/awa_Deva-mai_Deva/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:39640e6708a3bffbf85036fdae8be5d8663534ee18da404f28577ff3f26e1740
+size 2705
diff --git a/dummy/awa_Deva-mal_Mlym/1.0.0/dummy_data.zip b/dummy/awa_Deva-mal_Mlym/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..124f4077fe9d0201136be7b0c616db37bacb1da6
--- /dev/null
+++ b/dummy/awa_Deva-mal_Mlym/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:4947b357bff913b0b85e780d45bf812beb923027a3ae81aa7543a92b09316eda
+size 3309
diff --git a/dummy/awa_Deva-mar_Deva/1.0.0/dummy_data.zip b/dummy/awa_Deva-mar_Deva/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..5aa6e0cecf0bb74ccfa4670028c6db119d284c9b
--- /dev/null
+++ b/dummy/awa_Deva-mar_Deva/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b723bc3a82dc444b6ad5d9fa41ef4da0de2cd13c83065825213a58585ce6716e
+size 3085
diff --git a/dummy/awa_Deva-npi_Deva/1.0.0/dummy_data.zip b/dummy/awa_Deva-npi_Deva/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..f843b00ffb0c4437ef14f308c5108216b555f278
--- /dev/null
+++ b/dummy/awa_Deva-npi_Deva/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:0c533f8c5b8d1781b0e1c15943e7e76c61abd64de00282c3372b7849f593751b
+size 3180
diff --git a/dummy/awa_Deva-ory_Orya/1.0.0/dummy_data.zip b/dummy/awa_Deva-ory_Orya/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..587aad39dc414c77c58602c70ce69b214fc80ed3
--- /dev/null
+++ b/dummy/awa_Deva-ory_Orya/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f372d2475a6d17b848d850793c0378b4747e39ff4e9e80e1095e812719fd592d
+size 3329
diff --git a/dummy/awa_Deva-pan_Guru/1.0.0/dummy_data.zip b/dummy/awa_Deva-pan_Guru/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..80bb4f64e67f4ad98e370e39e6b75d61e59615b5
--- /dev/null
+++ b/dummy/awa_Deva-pan_Guru/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e5232e41dc764b2a0703b8eec9340e38bc1458aa5334bc06fa30fd5df22040e3
+size 2945
diff --git a/dummy/awa_Deva-san_Deva/1.0.0/dummy_data.zip b/dummy/awa_Deva-san_Deva/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..376a86bf961b3ff2b787e9e720321bd05d8abf0d
--- /dev/null
+++ b/dummy/awa_Deva-san_Deva/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:7aaf31487cb0af341381863a44b4b8881bf05cef4a6ef374e95dda065ebacad1
+size 2849
diff --git a/dummy/awa_Deva-sat_Beng/1.0.0/dummy_data.zip b/dummy/awa_Deva-sat_Beng/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..7092c85dde14cb4c19637a07bbd22fcdcd8436e1
--- /dev/null
+++ b/dummy/awa_Deva-sat_Beng/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:55598e17dfc9d6ef8de08773d4a0c7f8ab28f5d51abe2948a1894a7be3fed574
+size 2324
diff --git a/dummy/awa_Deva-sin_Sinh/1.0.0/dummy_data.zip b/dummy/awa_Deva-sin_Sinh/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..36ee209f4f91ee11bcd3931a7e0b2f1b305daaa8
--- /dev/null
+++ b/dummy/awa_Deva-sin_Sinh/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:6e2de3d0bd91f24a95bb19c569a76f54af14d3d511008a48b2b7094869ea02e9
+size 2815
diff --git a/dummy/awa_Deva-snd_Arab/1.0.0/dummy_data.zip b/dummy/awa_Deva-snd_Arab/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..350830b83d0a875b67b9505cfca60c2912a0e555
--- /dev/null
+++ b/dummy/awa_Deva-snd_Arab/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:802f34b6a1c06e84284547641874385f1bcc4ab12b0eb996dcd3f66a1fdb95e6
+size 2582
diff --git a/dummy/awa_Deva-tam_Taml/1.0.0/dummy_data.zip b/dummy/awa_Deva-tam_Taml/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..d023a52aeb5435da70279b011a7281b322ca950b
--- /dev/null
+++ b/dummy/awa_Deva-tam_Taml/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:0e72186424c1337ee994a0cef3c6c6a20b29c2c0f831e1245a4b7b7f3ab47f98
+size 3120
diff --git a/dummy/awa_Deva-tel_Telu/1.0.0/dummy_data.zip b/dummy/awa_Deva-tel_Telu/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..892d6fba39b4492567214a03de0b00e039cec04f
--- /dev/null
+++ b/dummy/awa_Deva-tel_Telu/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9e7aa0cdb721799b4f401e751a37cf79831d049d88e135c5d0261221371288fd
+size 3271
diff --git a/dummy/awa_Deva-urd_Arab/1.0.0/dummy_data.zip b/dummy/awa_Deva-urd_Arab/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..c8dc92fc5d9f2da0a7c3141f5980beed3d7ec4c6
--- /dev/null
+++ b/dummy/awa_Deva-urd_Arab/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:8d8094fe7f7951ef6fbd468ec34d537122eadb9d024bea1fef2a2f024755675c
+size 3391
diff --git a/dummy/ayr_Latn-eng_Latn/1.0.0/dummy_data.zip b/dummy/ayr_Latn-eng_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..54cc856856bb89c9ea951fb3004218914adcbd18
--- /dev/null
+++ b/dummy/ayr_Latn-eng_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:7c62cde3b691c1c2f58b24c88e91e21274f0269f0350350191dfd68b269b293e
+size 2441
diff --git a/dummy/ayr_Latn-spa_Latn/1.0.0/dummy_data.zip b/dummy/ayr_Latn-spa_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..3315bf7dba4999f446bd3e3fd49227df4dac788e
--- /dev/null
+++ b/dummy/ayr_Latn-spa_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:951fc1072947a63ad86ae5de3821d35eb25a1d3ed9f05276ee593da091b15cf8
+size 2019
diff --git a/dummy/azb_Arab-eng_Latn/1.0.0/dummy_data.zip b/dummy/azb_Arab-eng_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..6a79948297f4aa3896cd39176cdc611fbf0ad63e
--- /dev/null
+++ b/dummy/azb_Arab-eng_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:145cbcd80286aeba57e270739b956e1d3125c34bd40c17906e1e6840ff58a859
+size 2809
diff --git a/dummy/azj_Latn-eng_Latn/1.0.0/dummy_data.zip b/dummy/azj_Latn-eng_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..c5ff7d9229c06d17441f63b4f89cea98dc452fb8
--- /dev/null
+++ b/dummy/azj_Latn-eng_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b219b824a08ce8047cdd05d466cb88668577012cec77898c621c4be466ac049f
+size 2611
diff --git a/dummy/azj_Latn-rus_Cyrl/1.0.0/dummy_data.zip b/dummy/azj_Latn-rus_Cyrl/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..45132abe87e83529f1882eea219596e12e6cf4b0
--- /dev/null
+++ b/dummy/azj_Latn-rus_Cyrl/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:2df6523f42caa24aee31f804e18d0584f83a1de0de1f7fd7f3327a2b34f5f8f7
+size 2933
diff --git a/dummy/bak_Cyrl-crh_Latn/1.0.0/dummy_data.zip b/dummy/bak_Cyrl-crh_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..53de7101a12d565d8d91aff9cb33dc7ac6414b55
--- /dev/null
+++ b/dummy/bak_Cyrl-crh_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:89c9964dfd78d65eee535cbc7c1c853a8cf175fc05b09ef14cb3c8e8f3537824
+size 2599
diff --git a/dummy/bak_Cyrl-eng_Latn/1.0.0/dummy_data.zip b/dummy/bak_Cyrl-eng_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..9c2fee4fd2f99fcfe035d6cbc73f41670dc457a8
--- /dev/null
+++ b/dummy/bak_Cyrl-eng_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:7bc08de1601af3ac5e8d659a151c0673ec9966cb1531fe2b92b729059fc9f343
+size 2821
diff --git a/dummy/bak_Cyrl-kir_Cyrl/1.0.0/dummy_data.zip b/dummy/bak_Cyrl-kir_Cyrl/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..e96dc7c06e00db97514c1a748d4f2ccc72a6015d
--- /dev/null
+++ b/dummy/bak_Cyrl-kir_Cyrl/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9712f9e5d00fa80513873b61d3b3ec25c11ed7afc33b1bbb50f78332228445cf
+size 2374
diff --git a/dummy/bak_Cyrl-rus_Cyrl/1.0.0/dummy_data.zip b/dummy/bak_Cyrl-rus_Cyrl/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..531672a3c33dbd3e044ab24380a897fd0bf0f5bf
--- /dev/null
+++ b/dummy/bak_Cyrl-rus_Cyrl/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:470b0185d6cd81cbc3d1bf0be37f32936d8b2ecdb0a3b03a34b8a84ec720371c
+size 2705
diff --git a/dummy/bak_Cyrl-tat_Cyrl/1.0.0/dummy_data.zip b/dummy/bak_Cyrl-tat_Cyrl/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..aa7913bf59909209626f26455cc7fd57d5670c59
--- /dev/null
+++ b/dummy/bak_Cyrl-tat_Cyrl/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a41f3970a4df66c9a07b10d85ca474a441b85e5f87642dd8b41bfb49b85ebdc6
+size 2221
diff --git a/dummy/bak_Cyrl-tuk_Latn/1.0.0/dummy_data.zip b/dummy/bak_Cyrl-tuk_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..f5a0ec31378a519b5d1b1640fcff43f1356b06ab
--- /dev/null
+++ b/dummy/bak_Cyrl-tuk_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:7583ef378ef372654802dc87f281a5b808c2ad752b41eb24d363f0944391ce82
+size 1521
diff --git a/dummy/bak_Cyrl-uig_Arab/1.0.0/dummy_data.zip b/dummy/bak_Cyrl-uig_Arab/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..0caf2700d8198cf5ceb7143e2c45bc638cd6a8ae
--- /dev/null
+++ b/dummy/bak_Cyrl-uig_Arab/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3b3936daf73922347cd15d1a56abf364ea94ebbda4c77b108d9e9b4e51ad1ca8
+size 2625
diff --git a/dummy/bak_Cyrl-uzn_Latn/1.0.0/dummy_data.zip b/dummy/bak_Cyrl-uzn_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..8cfcb20a4cfcf83b648f0b5d598e3517d87624f0
--- /dev/null
+++ b/dummy/bak_Cyrl-uzn_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b7b6b90ecb2705519bb9a1e22d9d37622c7ee4032a9fcd3bea0ae8054f3699bd
+size 2595
diff --git a/dummy/bam_Latn-bem_Latn/1.0.0/dummy_data.zip b/dummy/bam_Latn-bem_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..f60e22da7ad274ed4932a0a24113809b69d489bd
--- /dev/null
+++ b/dummy/bam_Latn-bem_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9bca4da3e7436430d07dd1e605b48a285aa31bac5f1b80c9dbb48cd1f8c28173
+size 2061
diff --git a/dummy/bam_Latn-cjk_Latn/1.0.0/dummy_data.zip b/dummy/bam_Latn-cjk_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..c50c3d4c929d84bdae2a7274eb8b9a136ed8c595
--- /dev/null
+++ b/dummy/bam_Latn-cjk_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:38d15b5469161b490ed3bab0e1fe40eb343445b4f61cb88130bf0faca5063801
+size 2185
diff --git a/dummy/bam_Latn-dik_Latn/1.0.0/dummy_data.zip b/dummy/bam_Latn-dik_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..c0c347e1af83335e2c7c588675d284b1c84e12e9
--- /dev/null
+++ b/dummy/bam_Latn-dik_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:dfc8052b87858af24ee4424cd5c824fe51eb0714aa496672af8d493a0d96b5b2
+size 1884
diff --git a/dummy/bam_Latn-dyu_Latn/1.0.0/dummy_data.zip b/dummy/bam_Latn-dyu_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..69a34f13ef75392840f9d6887ae334cf5ba65ae9
--- /dev/null
+++ b/dummy/bam_Latn-dyu_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3a0af2eb9709e5d93f80985e3c82e95b852646fcba8f9f0a52174eecd0dde9ec
+size 2008
diff --git a/dummy/bam_Latn-eng_Latn/1.0.0/dummy_data.zip b/dummy/bam_Latn-eng_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..c15518c1ca2b4f56f97da0a1f3380dbc04e451eb
--- /dev/null
+++ b/dummy/bam_Latn-eng_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:8049ad7fc81c378a9237b53c77f02587bb290ffe8d1297eb660ed774e20c1e0e
+size 2567
diff --git a/dummy/bam_Latn-ewe_Latn/1.0.0/dummy_data.zip b/dummy/bam_Latn-ewe_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..8ba698fa819e471b40b733c014f2e0b5f43d6975
--- /dev/null
+++ b/dummy/bam_Latn-ewe_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3e17b081a9e367916ebb558007a23c447e31c2729b6602eb4f6ab637360f3a9f
+size 1808
diff --git a/dummy/bam_Latn-fon_Latn/1.0.0/dummy_data.zip b/dummy/bam_Latn-fon_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..0e08b398fc4282ef4404e1b3092b809163a1673f
--- /dev/null
+++ b/dummy/bam_Latn-fon_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:090d3dcbc837a9b3fd70c78dafd0232af7f616625ffffe75c901e833d0cd9310
+size 2113
diff --git a/dummy/bam_Latn-fra_Latn/1.0.0/dummy_data.zip b/dummy/bam_Latn-fra_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..10dca590a94d08d8f5bfd02fb50ac2fd302a8f1c
--- /dev/null
+++ b/dummy/bam_Latn-fra_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:898e7905fd332ac2ede7b41fd53054ea76097226dc0d9f112d2e68dba39c04f3
+size 2380
diff --git a/dummy/bam_Latn-fuv_Latn/1.0.0/dummy_data.zip b/dummy/bam_Latn-fuv_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..d1257aa0c35be7efbdba6f367f9c0a77ec4a0af9
--- /dev/null
+++ b/dummy/bam_Latn-fuv_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:4e5beb19c6e06f202aa9523c5adc728b34f313b1d82c89f50d11fba60950e513
+size 1568
diff --git a/dummy/bam_Latn-gaz_Latn/1.0.0/dummy_data.zip b/dummy/bam_Latn-gaz_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..0245f017b57f2f5ce85b42450cd1a5633f5b245d
--- /dev/null
+++ b/dummy/bam_Latn-gaz_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:1268478c6f24ae0d0534206840e21cf6b57333c5003cf659368c6880c02fe617
+size 1975
diff --git a/dummy/bam_Latn-hau_Latn/1.0.0/dummy_data.zip b/dummy/bam_Latn-hau_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..6d57434572dda9c79bc4a69d9679559d162a18ef
--- /dev/null
+++ b/dummy/bam_Latn-hau_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b604470a87d3abdca893ca6fccf44412fdd85bf285001b44a3d7edcb164a9d4d
+size 1975
diff --git a/dummy/bam_Latn-ibo_Latn/1.0.0/dummy_data.zip b/dummy/bam_Latn-ibo_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..c16bba3e83b4eca9fb7b69dfb036b6d566d81b78
--- /dev/null
+++ b/dummy/bam_Latn-ibo_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b7f0373c57e563970c4c43d6359c707b467e9f15278a6ac3f0f5dd2e6c7a028d
+size 2279
diff --git a/dummy/bam_Latn-kam_Latn/1.0.0/dummy_data.zip b/dummy/bam_Latn-kam_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..5529b7225b456cdcf1c907324c81e246e108f0f5
--- /dev/null
+++ b/dummy/bam_Latn-kam_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:41f199328fb60c806bb09a02056fdacd22ada8ecf19f6a0ca6a9a2825004ca35
+size 1939
diff --git a/dummy/bam_Latn-kik_Latn/1.0.0/dummy_data.zip b/dummy/bam_Latn-kik_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..18dc3e9bc6a0284f058bd062f3e841b6410d8db5
--- /dev/null
+++ b/dummy/bam_Latn-kik_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f481bf2923bbd5713929e2cc377af64b4a4dede3505c00a93c3ec829e134632d
+size 2253
diff --git a/dummy/bam_Latn-kin_Latn/1.0.0/dummy_data.zip b/dummy/bam_Latn-kin_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..5abe844e19c64a031b8fe7d53077cc1dcb948585
--- /dev/null
+++ b/dummy/bam_Latn-kin_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e754006073b88e507ba865f9a9e2a2d36651274c1005710c60eaa58b84b6a5fe
+size 2055
diff --git a/dummy/bam_Latn-kmb_Latn/1.0.0/dummy_data.zip b/dummy/bam_Latn-kmb_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..4f9adc25801f5d543d7ece292c0623600a3ce9bc
--- /dev/null
+++ b/dummy/bam_Latn-kmb_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:28d3934b085e85d7e7466306ffcfcb32a5255370c4ba632440b287c970010c7a
+size 2038
diff --git a/dummy/bam_Latn-knc_Arab/1.0.0/dummy_data.zip b/dummy/bam_Latn-knc_Arab/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..c0343543a0a5c0e2ce7dc20e991ef58c5110bd7b
--- /dev/null
+++ b/dummy/bam_Latn-knc_Arab/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a5b539de30b6ff7c24a16807e708a0143c3fbf245139736b16039b13b35af0b5
+size 2224
diff --git a/dummy/bam_Latn-knc_Latn/1.0.0/dummy_data.zip b/dummy/bam_Latn-knc_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..aeb7aa5e5898364330b43224d618f50fe008c218
--- /dev/null
+++ b/dummy/bam_Latn-knc_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:bacb9d91f3925d3a5c05510a0c90bcf0cd75306da6189261231e5a89782a7718
+size 1506
diff --git a/dummy/bam_Latn-kon_Latn/1.0.0/dummy_data.zip b/dummy/bam_Latn-kon_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..4cb409bd18308198d6ba6e00958baed45c4cfa51
--- /dev/null
+++ b/dummy/bam_Latn-kon_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ce9c7f6fb1b9f79bd190b84e15f388afb1c16bdc409042d702a268c76bc91d55
+size 1998
diff --git a/dummy/bam_Latn-lin_Latn/1.0.0/dummy_data.zip b/dummy/bam_Latn-lin_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..1ef85249c8187b1770e306b0b41cb5c1671da1df
--- /dev/null
+++ b/dummy/bam_Latn-lin_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d5fced61cf686d669f0c7ecad0d684e3326d236d4fc4c5f3181c56cdcbb30d29
+size 2121
diff --git a/dummy/bam_Latn-lua_Latn/1.0.0/dummy_data.zip b/dummy/bam_Latn-lua_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..83175dd873ca397f9765b22a52806216679d88dc
--- /dev/null
+++ b/dummy/bam_Latn-lua_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c8bfebc8cf89833f0297189259c2419a0708c4a2dc6e4fffadd4b7b2b4f75f80
+size 2179
diff --git a/dummy/bam_Latn-lug_Latn/1.0.0/dummy_data.zip b/dummy/bam_Latn-lug_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..f05d3a286cb9b9607351beee7f711243b364ba38
--- /dev/null
+++ b/dummy/bam_Latn-lug_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:cdf9378b9df83ba4639fae6c47bd74f6217448d90333a607f5794910d44e8109
+size 2472
diff --git a/dummy/bam_Latn-luo_Latn/1.0.0/dummy_data.zip b/dummy/bam_Latn-luo_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..1a90c527bf79c625bc01f99f28b1bbb6c07fa517
--- /dev/null
+++ b/dummy/bam_Latn-luo_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:0485e53d4a21c4911b0ac9a5923f8e13b5c2083a4e088767d80c32cf8ab47fb7
+size 2473
diff --git a/dummy/bam_Latn-nso_Latn/1.0.0/dummy_data.zip b/dummy/bam_Latn-nso_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..65398875ff577601e454fd2b15502185205d19ae
--- /dev/null
+++ b/dummy/bam_Latn-nso_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3b75e68b7b961b107498c41c94d6bdaa4c55965d790139b4fc368107578cbd2a
+size 2370
diff --git a/dummy/bam_Latn-nus_Latn/1.0.0/dummy_data.zip b/dummy/bam_Latn-nus_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..ce6c7ab1749760770fee9c619558429b6761c33a
--- /dev/null
+++ b/dummy/bam_Latn-nus_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:982112f24ca2dee7307181b02301d3610a0e9eb03b5c562376e09cc98a263d91
+size 2027
diff --git a/dummy/bam_Latn-nya_Latn/1.0.0/dummy_data.zip b/dummy/bam_Latn-nya_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..8af33a7ab0b24fa8e6ef6d56407075e517112eee
--- /dev/null
+++ b/dummy/bam_Latn-nya_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9dad4a9034d740232542543b4a631082ef7e428280b0140b105cf93205e85a57
+size 2210
diff --git a/dummy/bam_Latn-run_Latn/1.0.0/dummy_data.zip b/dummy/bam_Latn-run_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..d78fb988c065f73d46629b059cee2eada2f3d9bb
--- /dev/null
+++ b/dummy/bam_Latn-run_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b92c358f1c7b89c5152b5f641f1a909f8f81bf5b2b662a7958f9de8acf47d3e8
+size 2442
diff --git a/dummy/bam_Latn-sna_Latn/1.0.0/dummy_data.zip b/dummy/bam_Latn-sna_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..7a61092c70271e710cdad489788f5e6bc9fb2e20
--- /dev/null
+++ b/dummy/bam_Latn-sna_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:1117aeea0d527b63de32e5972613982485ad2155eab4fbf96a3bf0d347d33c66
+size 2303
diff --git a/dummy/bam_Latn-som_Latn/1.0.0/dummy_data.zip b/dummy/bam_Latn-som_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..d194ca7600b470bde9201d552ff70a7cd15e151d
--- /dev/null
+++ b/dummy/bam_Latn-som_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:26e0b9b6d18821090f8b3107d5ffbfbc79490baa4ebd3d2e144d7bcad74273d1
+size 1780
diff --git a/dummy/bam_Latn-sot_Latn/1.0.0/dummy_data.zip b/dummy/bam_Latn-sot_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..181aa9be820485cc26706673acfbab597916d968
--- /dev/null
+++ b/dummy/bam_Latn-sot_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:25daf6a8b302a8f1466301dc93de4ac977e05d16c15568621b50e4c0b06f51fd
+size 2435
diff --git a/dummy/bam_Latn-ssw_Latn/1.0.0/dummy_data.zip b/dummy/bam_Latn-ssw_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..81ff62a4e0240def4753bd1f918fff0a8514ecf1
--- /dev/null
+++ b/dummy/bam_Latn-ssw_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:37cdacc7d7faee41e270371d57dd80085d0b52cbca9237a48de087f9a4a2c5d7
+size 1872
diff --git a/dummy/bam_Latn-swh_Latn/1.0.0/dummy_data.zip b/dummy/bam_Latn-swh_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..32c5905ee29827a9b831d84006a3371d8dd724f7
--- /dev/null
+++ b/dummy/bam_Latn-swh_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e8a606fb681fe3b9a078d5eb300915a152c99ef4b4c0ec02f84cd56a4dd928d9
+size 2350
diff --git a/dummy/bam_Latn-tir_Ethi/1.0.0/dummy_data.zip b/dummy/bam_Latn-tir_Ethi/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..80581d59d89a3981a783fb63c615ea2b9a47e02a
--- /dev/null
+++ b/dummy/bam_Latn-tir_Ethi/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b5e8f77449c1a58a1549d4135665b920e0bc4b10151326b0f845a652093876fd
+size 2620
diff --git a/dummy/bam_Latn-tsn_Latn/1.0.0/dummy_data.zip b/dummy/bam_Latn-tsn_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..0e73f07c6708c2159c0ee7417911e7785555be50
--- /dev/null
+++ b/dummy/bam_Latn-tsn_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a346e8219286ac2631e50966104046476d280e70092da1d568cc05f182dd3b4d
+size 1718
diff --git a/dummy/bam_Latn-tso_Latn/1.0.0/dummy_data.zip b/dummy/bam_Latn-tso_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..318c4b3b98708cb9aa0c212d54b33a80c9b4bc19
--- /dev/null
+++ b/dummy/bam_Latn-tso_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c8424a9afd398b63768e37077537f8e56fb1bc08caa73f18fd11d9c061361095
+size 2049
diff --git a/dummy/bam_Latn-tum_Latn/1.0.0/dummy_data.zip b/dummy/bam_Latn-tum_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..bd6e4460f0a6c7ecf349e1fb83ae0d35e04bc8c6
--- /dev/null
+++ b/dummy/bam_Latn-tum_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:410e6bc65fb50a27d7aeeed6c4c473952a298c904d86aa024fe6cb7c927c20b8
+size 2244
diff --git a/dummy/bam_Latn-twi_Latn/1.0.0/dummy_data.zip b/dummy/bam_Latn-twi_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..3032b6f97692c67391e88048de3e024245439553
--- /dev/null
+++ b/dummy/bam_Latn-twi_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:01855534360aa28038f2325439dded83f432f1e9387c6310cce681674ce947fe
+size 2155
diff --git a/dummy/bam_Latn-umb_Latn/1.0.0/dummy_data.zip b/dummy/bam_Latn-umb_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..ba37c9325802a14461cfbc2ff9f3c02467931a04
--- /dev/null
+++ b/dummy/bam_Latn-umb_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b03c3466cf136ed0f27362f0c0f53db9049c279c67196bf4dc52136d3d7eeace
+size 2278
diff --git a/dummy/bam_Latn-wol_Latn/1.0.0/dummy_data.zip b/dummy/bam_Latn-wol_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..802855c8f313f27ef9fff9604a0de7b40cc9a708
--- /dev/null
+++ b/dummy/bam_Latn-wol_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:bf53dcbb411e2ee54340a5cd74dfdd0ab3a624747464457dd1c6ae694dddcf81
+size 2086
diff --git a/dummy/bam_Latn-xho_Latn/1.0.0/dummy_data.zip b/dummy/bam_Latn-xho_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..1e9ba5f79016633448e5d170d9cf92bc767e84c7
--- /dev/null
+++ b/dummy/bam_Latn-xho_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:22b153e275db055b8bc6744d9dab71ad8fec4406a153d417b51d00b06890eb9b
+size 2313
diff --git a/dummy/bam_Latn-yor_Latn/1.0.0/dummy_data.zip b/dummy/bam_Latn-yor_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..e5b0d414d006a7afb49cbbdb1bf0d9f5fb37fff5
--- /dev/null
+++ b/dummy/bam_Latn-yor_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d2b1a4cd000a0506642b7f3b96f78e5f3f30d9a6dd334fd5134d9142aeead4f5
+size 2415
diff --git a/dummy/bam_Latn-zul_Latn/1.0.0/dummy_data.zip b/dummy/bam_Latn-zul_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..8a093cb1b4f94dc3a4b1dabbd17adfb9a3f64442
--- /dev/null
+++ b/dummy/bam_Latn-zul_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a835fe405a85a940333f9be1d262fe270e2cc84fe8c485c7c0f4d0880030a7f4
+size 2125
diff --git a/dummy/ban_Latn-bjn_Latn/1.0.0/dummy_data.zip b/dummy/ban_Latn-bjn_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..e9d4cec1bac3532f3b539fe2fa91df76be6c9c64
--- /dev/null
+++ b/dummy/ban_Latn-bjn_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:64b079c2785f07e30a1a054ff66ab06b90d578bf44342778025a6ba4143edea8
+size 1810
diff --git a/dummy/ban_Latn-bug_Latn/1.0.0/dummy_data.zip b/dummy/ban_Latn-bug_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..968b30a7945489eecb7bdda03a27c2cfd002a477
--- /dev/null
+++ b/dummy/ban_Latn-bug_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:790faecad13b2230fdf77fdba141a36f4a4f8698ab427b5900ed477afbdedc22
+size 2095
diff --git a/dummy/ban_Latn-ceb_Latn/1.0.0/dummy_data.zip b/dummy/ban_Latn-ceb_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..fb0a0402df3afb40df16a741dea571e1ac81ca17
--- /dev/null
+++ b/dummy/ban_Latn-ceb_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:030ff2000f4b4f7c825398856e66fe2728b7ccd45d3e2cec5c1c1dacb0fdea84
+size 2975
diff --git a/dummy/ban_Latn-eng_Latn/1.0.0/dummy_data.zip b/dummy/ban_Latn-eng_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..5d876be11e7906ca80382ec12efe7b86d17866d8
--- /dev/null
+++ b/dummy/ban_Latn-eng_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:5bd7d8368c0a0db6d41006dcf017938f0a0af75b6e97bc49a6d1a63cbfc02d20
+size 2272
diff --git a/dummy/ban_Latn-fij_Latn/1.0.0/dummy_data.zip b/dummy/ban_Latn-fij_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..0a0a6c12c18765a13c1a44c867915fca9a93f676
--- /dev/null
+++ b/dummy/ban_Latn-fij_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:dbb84591a8112d7cd876cabb0c2a49b3d46e7d1334d72290bb1b99b2cd871b36
+size 2186
diff --git a/dummy/ban_Latn-ilo_Latn/1.0.0/dummy_data.zip b/dummy/ban_Latn-ilo_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..5c7f469232093dfde672390591faf10f9ae222ee
--- /dev/null
+++ b/dummy/ban_Latn-ilo_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:18b9bd38c8b35280c777da2b8579ace4929e71f7c0cdce74d4704ba4e3f92edd
+size 2517
diff --git a/dummy/ban_Latn-jav_Latn/1.0.0/dummy_data.zip b/dummy/ban_Latn-jav_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..f7be11db24000eddbbbb89b2382ba2f236a2e1c0
--- /dev/null
+++ b/dummy/ban_Latn-jav_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:561b45b280cb02aa65207fda651b0b56f84ad098092c9eead68eccb4ada2be38
+size 2395
diff --git a/dummy/ban_Latn-min_Latn/1.0.0/dummy_data.zip b/dummy/ban_Latn-min_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..140733deb8f01a06ea13fd72821789a456721b75
--- /dev/null
+++ b/dummy/ban_Latn-min_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:eb825fc332cab87c9de5eeab6a5c61b0c43ea5a6521690fd8045bec60ffe500b
+size 2669
diff --git a/dummy/ban_Latn-mri_Latn/1.0.0/dummy_data.zip b/dummy/ban_Latn-mri_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..c67e0e72430c0c051f325690db27ca4f7e31599f
--- /dev/null
+++ b/dummy/ban_Latn-mri_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e86f187a766dc1e2251293693ffc21f008c98112c95d44eb631591e4b2dd7c04
+size 2236
diff --git a/dummy/ban_Latn-pag_Latn/1.0.0/dummy_data.zip b/dummy/ban_Latn-pag_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..eee49f061c94ea72498a167d5c8fcf66e8985a68
--- /dev/null
+++ b/dummy/ban_Latn-pag_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:6fa6dffeea1000db02864c78324a72bb51b6b45cc8c3e6b552a2f74e1a6e60e0
+size 2116
diff --git a/dummy/ban_Latn-plt_Latn/1.0.0/dummy_data.zip b/dummy/ban_Latn-plt_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..7cd43d362f2768d8862a5394334ffdfe65adb7a0
--- /dev/null
+++ b/dummy/ban_Latn-plt_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ff48b803bc3421027b4d8a8f3043e72122718a859da20022406c5deeda16844f
+size 2428
diff --git a/dummy/ban_Latn-smo_Latn/1.0.0/dummy_data.zip b/dummy/ban_Latn-smo_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..9ee0ae9e3d0938bb0681337c6b6689dc1ba3f744
--- /dev/null
+++ b/dummy/ban_Latn-smo_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e884631e30ff5a26eb5c662011079f60ff70adadba30c096d8c857b6c4a9dc7a
+size 2509
diff --git a/dummy/ban_Latn-sun_Latn/1.0.0/dummy_data.zip b/dummy/ban_Latn-sun_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..f28fb616c64a730d1fbe28b083f39b31fac590c7
--- /dev/null
+++ b/dummy/ban_Latn-sun_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ec581558dc68b010e2257e14f1032f8c89d4e8b1b4327e7052e3122660ed9763
+size 2767
diff --git a/dummy/ban_Latn-war_Latn/1.0.0/dummy_data.zip b/dummy/ban_Latn-war_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..e7c3592ace4aa5213b349a8bad60c4d0307d3a38
--- /dev/null
+++ b/dummy/ban_Latn-war_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3026e9209b9b81abce73801d120a23a641439c80d8839dc4ffcc51765b54b27d
+size 2181
diff --git a/dummy/bel_Cyrl-eng_Latn/1.0.0/dummy_data.zip b/dummy/bel_Cyrl-eng_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..f37a97d930831651e7895fb0a1835ef21c8a5588
--- /dev/null
+++ b/dummy/bel_Cyrl-eng_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ba68de4285e8ebeb9acc4eb06251dc3dcd7384fa7687c7d076e14483c2cbd04c
+size 2729
diff --git a/dummy/bel_Cyrl-rus_Cyrl/1.0.0/dummy_data.zip b/dummy/bel_Cyrl-rus_Cyrl/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..79b826e5274c2a5599db5fac4b2bfd216951a280
--- /dev/null
+++ b/dummy/bel_Cyrl-rus_Cyrl/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3127ee06e0fa2bd3bfc39f363589426f279e1fbe64027c24e03607c6335fe02c
+size 2475
diff --git a/dummy/bem_Latn-cjk_Latn/1.0.0/dummy_data.zip b/dummy/bem_Latn-cjk_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..79a07c189271653645fe3a99601866692a0c540e
--- /dev/null
+++ b/dummy/bem_Latn-cjk_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:970fcf365e89aaef21221408da8f8885385082ff260ffb30fa76b1d26a640512
+size 2212
diff --git a/dummy/bem_Latn-dik_Latn/1.0.0/dummy_data.zip b/dummy/bem_Latn-dik_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..b7cb1aa02c509bd878dc6a3bb4d7b7871dcef37d
--- /dev/null
+++ b/dummy/bem_Latn-dik_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b3d775b1c3ed8030e37da3c9dce1e24badfb3a137b152ae3a12d4652e7120f76
+size 2308
diff --git a/dummy/bem_Latn-dyu_Latn/1.0.0/dummy_data.zip b/dummy/bem_Latn-dyu_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..e0a1bf1f57e03f35f82a5c61ca45d32c798e44b2
--- /dev/null
+++ b/dummy/bem_Latn-dyu_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:0424b15c3123f8ee984e9b1f9f58b93aec8b54c9652604ee1585579e836dfc2b
+size 2109
diff --git a/dummy/bem_Latn-eng_Latn/1.0.0/dummy_data.zip b/dummy/bem_Latn-eng_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..78d20e533dcb669a71c5a362087f74d4396b6d8a
--- /dev/null
+++ b/dummy/bem_Latn-eng_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:cc9f65a3400e2b72fe8a05144a0408136dfaf564c9609a24d9c8e830fa769ba4
+size 2710
diff --git a/dummy/bem_Latn-ewe_Latn/1.0.0/dummy_data.zip b/dummy/bem_Latn-ewe_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..429db79b6266d793a3a0e9562fc97dc4372e401d
--- /dev/null
+++ b/dummy/bem_Latn-ewe_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b473502586b6333eaad3d9e471887a4599a8d66799fcbce147dc307f84d3a89e
+size 3017
diff --git a/dummy/bem_Latn-fon_Latn/1.0.0/dummy_data.zip b/dummy/bem_Latn-fon_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..7cfd3cbcf6ee57550b940cebf16ef7dda88bf20b
--- /dev/null
+++ b/dummy/bem_Latn-fon_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:84550316145ee06f0fe892bf94124492265e87aeaf12c70f943299a2de3ed410
+size 2515
diff --git a/dummy/bem_Latn-fra_Latn/1.0.0/dummy_data.zip b/dummy/bem_Latn-fra_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..31d11d984055c2a34eb94350933c8bf74d65537e
--- /dev/null
+++ b/dummy/bem_Latn-fra_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:fe69a712536a319ef493e965f225ae5310f7743fc7e1092a72030c0534321657
+size 2725
diff --git a/dummy/bem_Latn-fuv_Latn/1.0.0/dummy_data.zip b/dummy/bem_Latn-fuv_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..ccb9ff1cb7da77283997d65fd1afb7326ca108d8
--- /dev/null
+++ b/dummy/bem_Latn-fuv_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e4eadc18d25febe6e605f6a289a839eb06bfa90d930ae5da0715d42637a15bd8
+size 1854
diff --git a/dummy/bem_Latn-gaz_Latn/1.0.0/dummy_data.zip b/dummy/bem_Latn-gaz_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..c7b94ee5b26d6875520aaf05252860814b21ac51
--- /dev/null
+++ b/dummy/bem_Latn-gaz_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d3d04a75b66737d0f9848b940cc8cdef9fe70ecddb7c737db64733c8a134a5ac
+size 2067
diff --git a/dummy/bem_Latn-hau_Latn/1.0.0/dummy_data.zip b/dummy/bem_Latn-hau_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..69c9d0a20218f28f76e3944f5518f1096138ed75
--- /dev/null
+++ b/dummy/bem_Latn-hau_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:cbb863278ed09bfc02f6f2da5c1758d533c1ea498355d5fba43e80e70092b4b2
+size 2378
diff --git a/dummy/bem_Latn-ibo_Latn/1.0.0/dummy_data.zip b/dummy/bem_Latn-ibo_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..603d2a9551001832f30067ba1d645824a1d39cc9
--- /dev/null
+++ b/dummy/bem_Latn-ibo_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:20e3a3f1f2a0b193b14b80df6d07a08297f62c74b84782875336493edc7f98e9
+size 2328
diff --git a/dummy/bem_Latn-kam_Latn/1.0.0/dummy_data.zip b/dummy/bem_Latn-kam_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..0c8123abf6e389777c4469d7fdd6ea0c670cabf9
--- /dev/null
+++ b/dummy/bem_Latn-kam_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:aea3431922b7db038c9f31d78525f4a9c94466c884d8d4634e2fed1b285350d8
+size 2584
diff --git a/dummy/bem_Latn-kik_Latn/1.0.0/dummy_data.zip b/dummy/bem_Latn-kik_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..7a9b2a82920b96511930cf7d3e6e0323af03c533
--- /dev/null
+++ b/dummy/bem_Latn-kik_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ca073a11a4346c61a39beebf04bee81edded836baf5f5a6333dba2c8d97bad65
+size 2179
diff --git a/dummy/bem_Latn-kin_Latn/1.0.0/dummy_data.zip b/dummy/bem_Latn-kin_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..26bdb4ec894dc2cb75c5d49aa1d10aaa7ee189db
--- /dev/null
+++ b/dummy/bem_Latn-kin_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e0112c7b232f23b39ef0736f586c98a4de909ddfc2fb05132a256fa5593389d2
+size 2460
diff --git a/dummy/bem_Latn-kmb_Latn/1.0.0/dummy_data.zip b/dummy/bem_Latn-kmb_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..2f11091866a16b9f4226bbfc464321488a72e191
--- /dev/null
+++ b/dummy/bem_Latn-kmb_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:22a7d4b5f602dc71072ab017fa9e435b8b30403ea768a3ed328cca4aad695436
+size 2351
diff --git a/dummy/bem_Latn-knc_Arab/1.0.0/dummy_data.zip b/dummy/bem_Latn-knc_Arab/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..e751b4ebeffe9dbe4de1e44df25c7cc2740d36da
--- /dev/null
+++ b/dummy/bem_Latn-knc_Arab/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b5ceafcb5e179f7b596a7d182321b405c3031a8f0de88badd530fb41d9d8a2a3
+size 2864
diff --git a/dummy/bem_Latn-knc_Latn/1.0.0/dummy_data.zip b/dummy/bem_Latn-knc_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..b65938eccfc767f25ba34eb47502817d5fd3f81a
--- /dev/null
+++ b/dummy/bem_Latn-knc_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:54bfaf01ce7450cab265df29f4284c4da6932c687673f3fa8639144603927ccd
+size 2562
diff --git a/dummy/bem_Latn-kon_Latn/1.0.0/dummy_data.zip b/dummy/bem_Latn-kon_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..7f9d03e41ac681a3577ccd6e6663cd1e105a81d8
--- /dev/null
+++ b/dummy/bem_Latn-kon_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b05844732bc13192a9e55e873a8bd8a9096e25a299c7def42e4d0c666f8a6ba7
+size 2396
diff --git a/dummy/bem_Latn-lin_Latn/1.0.0/dummy_data.zip b/dummy/bem_Latn-lin_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..351d6b9d9fc3a933583a8f8d7672d51e2a556af2
--- /dev/null
+++ b/dummy/bem_Latn-lin_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3de1c0ce2241aed128fe8d6df07b5426d7266a0e9dc0655f96c736d9c8409ce9
+size 2439
diff --git a/dummy/bem_Latn-lua_Latn/1.0.0/dummy_data.zip b/dummy/bem_Latn-lua_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..ec7e71d48641c4a6de5eec0c1d8c98687a5f7c37
--- /dev/null
+++ b/dummy/bem_Latn-lua_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:4760983ae981597a19d50a9a27dc2ad612ab0d0f7865d6678ffb82b19cfce784
+size 2631
diff --git a/dummy/bem_Latn-lug_Latn/1.0.0/dummy_data.zip b/dummy/bem_Latn-lug_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..122a38c5d995f1327d6e58dd226b9d6fcc9d157a
--- /dev/null
+++ b/dummy/bem_Latn-lug_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ab4b33a65b5baef2549ffafca79a6f7e7d52ab5d29fb3449349175968c6019c0
+size 2416
diff --git a/dummy/bem_Latn-luo_Latn/1.0.0/dummy_data.zip b/dummy/bem_Latn-luo_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..c02523e8e6bc879d1e071052f2ec20da62b6328a
--- /dev/null
+++ b/dummy/bem_Latn-luo_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:33d5bdf171340b5a496bff60f3e796bab37591e8f89b65f46da747fdc9120b2f
+size 2487
diff --git a/dummy/bem_Latn-nso_Latn/1.0.0/dummy_data.zip b/dummy/bem_Latn-nso_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..b238b76af3b1bb1ec6c1b192a7baa99f36d061d0
--- /dev/null
+++ b/dummy/bem_Latn-nso_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f6f8210f5daf1d2599f761b9672c07e58989533d71b48074f66be7829c843c48
+size 1689
diff --git a/dummy/bem_Latn-nus_Latn/1.0.0/dummy_data.zip b/dummy/bem_Latn-nus_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..4a7d8cc06c0da69ac90a6cfc0ea991fe0cf8e2a4
--- /dev/null
+++ b/dummy/bem_Latn-nus_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:28b5e0ae44285b3f99a8f86ff86ef925d6cab22bdf454e46c64c42e165335e44
+size 2243
diff --git a/dummy/bem_Latn-nya_Latn/1.0.0/dummy_data.zip b/dummy/bem_Latn-nya_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..77cfcc51a38ed875f40c1fd1a9894fe08783b686
--- /dev/null
+++ b/dummy/bem_Latn-nya_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:531acac71ab9b382a6b43b1952feb47a624c6edf15279e966b1a33f6f9aecebc
+size 2588
diff --git a/dummy/bem_Latn-run_Latn/1.0.0/dummy_data.zip b/dummy/bem_Latn-run_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..0651dab8e0bd8316daba09adaca1630c203ec307
--- /dev/null
+++ b/dummy/bem_Latn-run_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:fa514067a47092a615c201838d664157bd3d5164f81bf596c7e73e523137335a
+size 2639
diff --git a/dummy/bem_Latn-sna_Latn/1.0.0/dummy_data.zip b/dummy/bem_Latn-sna_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..266a75200959a920ba3138bdcae3ce5820c1578b
--- /dev/null
+++ b/dummy/bem_Latn-sna_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f639b674f72f969c282cbf923de2f6859f9c95ecbb0899cf7062d38e946515bf
+size 2478
diff --git a/dummy/bem_Latn-som_Latn/1.0.0/dummy_data.zip b/dummy/bem_Latn-som_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..8b0acb788c976aaf2c0375925c2f21eedbbe33cb
--- /dev/null
+++ b/dummy/bem_Latn-som_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:751b85c787531c809c2c8eec60e96bec893281e3b6ca65592ba296d4514616e6
+size 2111
diff --git a/dummy/bem_Latn-sot_Latn/1.0.0/dummy_data.zip b/dummy/bem_Latn-sot_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..ab60141af4191b2195f2d74d83deea90d32993e0
--- /dev/null
+++ b/dummy/bem_Latn-sot_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:6155e15d740d69c8f45c270cb2fab10a33934b1043064ddf6ee21736e548e528
+size 2518
diff --git a/dummy/bem_Latn-ssw_Latn/1.0.0/dummy_data.zip b/dummy/bem_Latn-ssw_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..ac3503833d6f7c31dfa474f0b18f8f242eef2651
--- /dev/null
+++ b/dummy/bem_Latn-ssw_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a1d0bd53378de7d177c4d21c15beeecd7dba58e90717ecebb70170eb19309efe
+size 2508
diff --git a/dummy/bem_Latn-swh_Latn/1.0.0/dummy_data.zip b/dummy/bem_Latn-swh_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..7effdefc7ba5f84c0111736a78e6be579aa5f946
--- /dev/null
+++ b/dummy/bem_Latn-swh_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:00073efe06a735cddb7de5fb387494872df896682feb52108358c7758ff052e6
+size 2568
diff --git a/dummy/bem_Latn-tir_Ethi/1.0.0/dummy_data.zip b/dummy/bem_Latn-tir_Ethi/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..50cee6ae311d2247383b1c203f23c51cc377580a
--- /dev/null
+++ b/dummy/bem_Latn-tir_Ethi/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9e91731f29af2d79b4e7c876d58a1e5375e49ec22cb57ca26999d1c43d3c95bd
+size 3116
diff --git a/dummy/bem_Latn-tsn_Latn/1.0.0/dummy_data.zip b/dummy/bem_Latn-tsn_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..198ce02f2372fe39e2e4896eeff0904605a49d4f
--- /dev/null
+++ b/dummy/bem_Latn-tsn_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:0f3441e0d483ce5af1236c2e73f50813695306053ab77affc1569f3d1d9363cc
+size 2506
diff --git a/dummy/bem_Latn-tso_Latn/1.0.0/dummy_data.zip b/dummy/bem_Latn-tso_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..73d350483676970efec7950b79a6aa47abe98413
--- /dev/null
+++ b/dummy/bem_Latn-tso_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b92e44dfd81bbe18ef14fd9b4c50ac3137098151b0a8de79f98238e0b5b1deb9
+size 2933
diff --git a/dummy/bem_Latn-tum_Latn/1.0.0/dummy_data.zip b/dummy/bem_Latn-tum_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..5107eb448a050f44a59b32f42c351a5295af0974
--- /dev/null
+++ b/dummy/bem_Latn-tum_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:2597bbb9af1440abc507ff2811b33dcfd177ada4d6cfec74b7cbef0204387fc6
+size 2589
diff --git a/dummy/bem_Latn-twi_Latn/1.0.0/dummy_data.zip b/dummy/bem_Latn-twi_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..a68a024da195b1c0a6fca9406bb25073dc9f8923
--- /dev/null
+++ b/dummy/bem_Latn-twi_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:6b2445ec8e175971002b2cdb5030dcb8bb05b82da20311627f0561aae2756461
+size 2633
diff --git a/dummy/bem_Latn-umb_Latn/1.0.0/dummy_data.zip b/dummy/bem_Latn-umb_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..b5f3cd2b0adfa4290ce897fc15f19d444a9c144f
--- /dev/null
+++ b/dummy/bem_Latn-umb_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a14f1d8a3a73a451a64b267c1b9aa5da42e15178d1679c0f6114afa355b5d1ed
+size 2499
diff --git a/dummy/bem_Latn-wol_Latn/1.0.0/dummy_data.zip b/dummy/bem_Latn-wol_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..54f837b63040e94a2615d67f0e9483bdc5d86f27
--- /dev/null
+++ b/dummy/bem_Latn-wol_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d756d5a09735587559c64fd33732d999de69a98069f68ddade7fb65c3a22feb7
+size 2579
diff --git a/dummy/bem_Latn-xho_Latn/1.0.0/dummy_data.zip b/dummy/bem_Latn-xho_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..fe88d89deb4ee235439dc2b401fc4ac2d4cc8c75
--- /dev/null
+++ b/dummy/bem_Latn-xho_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:5a3a2ac2cdc352107e24d80da31bd06593734f279f6a75814386633547bc2a73
+size 2575
diff --git a/dummy/bem_Latn-yor_Latn/1.0.0/dummy_data.zip b/dummy/bem_Latn-yor_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..0ff7a817ce9f4af2170fd3b2059aa55def492210
--- /dev/null
+++ b/dummy/bem_Latn-yor_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e18fd0fb888f52cb8207ca38572f9b3df4a3878ed67c975349b4fd85e1e05c9f
+size 2651
diff --git a/dummy/bem_Latn-zul_Latn/1.0.0/dummy_data.zip b/dummy/bem_Latn-zul_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..64a766dc7e0378220992c3d131c11abf24733771
--- /dev/null
+++ b/dummy/bem_Latn-zul_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c4bf1dd786eb028c99644a6eb87c113f8d664292a528ef0ac7cae3c5ff2027ae
+size 2225
diff --git a/dummy/ben_Beng-bho_Deva/1.0.0/dummy_data.zip b/dummy/ben_Beng-bho_Deva/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..63e6cb3ecb5ae8039a99acd5fbbf6bbd09118e5b
--- /dev/null
+++ b/dummy/ben_Beng-bho_Deva/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:699d85143169b1c757a33491d02778c72e33b9e0d7adf65fc4e2aac871fec32c
+size 3191
diff --git a/dummy/ben_Beng-eng_Latn/1.0.0/dummy_data.zip b/dummy/ben_Beng-eng_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..7f0c0b0d4bac11f95104bc4db8dd868dc30bb155
--- /dev/null
+++ b/dummy/ben_Beng-eng_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:5757cf3b2ffd4861ae715d7aaecef1a9152e9d98af286fd1fd19ac6bce00f467
+size 2857
diff --git a/dummy/ben_Beng-guj_Gujr/1.0.0/dummy_data.zip b/dummy/ben_Beng-guj_Gujr/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..15aa714fc42a7b93acb1db79bb5c2bb59bba4486
--- /dev/null
+++ b/dummy/ben_Beng-guj_Gujr/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:af6458f3fe129b8de6438f60b097d574f8d28c704549a4bdcb3945dc0702f126
+size 3056
diff --git a/dummy/ben_Beng-hin_Deva/1.0.0/dummy_data.zip b/dummy/ben_Beng-hin_Deva/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..8af70342f20e6ea25a00809225b7ac4aae0d37d0
--- /dev/null
+++ b/dummy/ben_Beng-hin_Deva/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ff3463f6f571b6b2b5ffb2597828555aeefabc9e04676176ddb01c3b0380662d
+size 3123
diff --git a/dummy/ben_Beng-hne_Deva/1.0.0/dummy_data.zip b/dummy/ben_Beng-hne_Deva/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..0aca50b9bf9aeba042bbec7a98e5a450bad12dff
--- /dev/null
+++ b/dummy/ben_Beng-hne_Deva/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9cf7c987b106f1d4ea464aa6cf29bd48dfe82d93a4f4177c1f3796dae26a7079
+size 3406
diff --git a/dummy/ben_Beng-kan_Knda/1.0.0/dummy_data.zip b/dummy/ben_Beng-kan_Knda/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..583bc8969444f2a7c484961238b398572ff5529b
--- /dev/null
+++ b/dummy/ben_Beng-kan_Knda/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3eec0cc0dc422208fd39027b23436d2e4395cfd72056abe841590d98553e7bff
+size 2822
diff --git a/dummy/ben_Beng-kas_Arab/1.0.0/dummy_data.zip b/dummy/ben_Beng-kas_Arab/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..538dbdb9a4667e38a43e93f6bd8104bf14d5534e
--- /dev/null
+++ b/dummy/ben_Beng-kas_Arab/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:2abd9baedd2085a626e8119338b766e575d5ac0376404a37b4f571239199450a
+size 2892
diff --git a/dummy/ben_Beng-kas_Deva/1.0.0/dummy_data.zip b/dummy/ben_Beng-kas_Deva/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..092e75649be2d03f2b37fce89664485da97d2592
--- /dev/null
+++ b/dummy/ben_Beng-kas_Deva/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:cedc17ffe80dc87f93736ad12f64b2db6447f144940353021f809ee525b8baf1
+size 2724
diff --git a/dummy/ben_Beng-mag_Deva/1.0.0/dummy_data.zip b/dummy/ben_Beng-mag_Deva/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..28ff98b3e8aca6150baed49c0da28638c6b3d26d
--- /dev/null
+++ b/dummy/ben_Beng-mag_Deva/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:8ded43cbef6a3b795cc10698018f0d1ccd46547610ba0175e297f61d4ff1a09c
+size 2672
diff --git a/dummy/ben_Beng-mai_Deva/1.0.0/dummy_data.zip b/dummy/ben_Beng-mai_Deva/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..61ec05dae1508c16639796433ce8e5606fac3df4
--- /dev/null
+++ b/dummy/ben_Beng-mai_Deva/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:61ba85bda6c28b5f64c6bb910bb6a772fc7b651b583ebfa4efd14dede39f08b1
+size 3045
diff --git a/dummy/ben_Beng-mal_Mlym/1.0.0/dummy_data.zip b/dummy/ben_Beng-mal_Mlym/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..34aa96aeeeedd6703e6f60e3ebab40efe2223e83
--- /dev/null
+++ b/dummy/ben_Beng-mal_Mlym/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:fb6481e46a95e358294666583f901cca29762d4948add46c06ec5ac5f91e1733
+size 3536
diff --git a/dummy/ben_Beng-mar_Deva/1.0.0/dummy_data.zip b/dummy/ben_Beng-mar_Deva/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..603572c90a5dc5dfa098ddb307d407996398a9f6
--- /dev/null
+++ b/dummy/ben_Beng-mar_Deva/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:de531d063fe145f6517c1a9ccfb7fc16c2b05aa7d7de54af45f1cf6ce1d01acc
+size 3320
diff --git a/dummy/ben_Beng-npi_Deva/1.0.0/dummy_data.zip b/dummy/ben_Beng-npi_Deva/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..6e1d74559284dd29a5e8e6e78cd221022ee39527
--- /dev/null
+++ b/dummy/ben_Beng-npi_Deva/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e4b13ad849f2e923d46577937608e4601392671c21cb2d0b192667a75f3874b9
+size 3173
diff --git a/dummy/ben_Beng-ory_Orya/1.0.0/dummy_data.zip b/dummy/ben_Beng-ory_Orya/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..7fdec8ef92bbe3cd80183ecd1ab9d4340098f169
--- /dev/null
+++ b/dummy/ben_Beng-ory_Orya/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:6b1950bf66a7971f979a20aa75f3a76168626ee648f98bd38d0273fca7147f50
+size 3725
diff --git a/dummy/ben_Beng-pan_Guru/1.0.0/dummy_data.zip b/dummy/ben_Beng-pan_Guru/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..71fb1afb1f97edf933830400bcaf5ec3e4303fef
--- /dev/null
+++ b/dummy/ben_Beng-pan_Guru/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:aaf4b80dd5258d30010ea99e55c45aecd00f289229e4a15c8b1230e0bfd262ed
+size 2806
diff --git a/dummy/ben_Beng-pbt_Arab/1.0.0/dummy_data.zip b/dummy/ben_Beng-pbt_Arab/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..2a39326cfb9ca398f12fcf74f938e4dd6766ce97
--- /dev/null
+++ b/dummy/ben_Beng-pbt_Arab/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3b1864d1dabe3f5515868beca94032dddb9b43c19f25d671dd2f32674d921e26
+size 3080
diff --git a/dummy/ben_Beng-san_Deva/1.0.0/dummy_data.zip b/dummy/ben_Beng-san_Deva/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..afa747c984c9fddd0169e33b7f6df4cb13277401
--- /dev/null
+++ b/dummy/ben_Beng-san_Deva/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f57fbc0e207a6e470996e9699ac1781c6fb1722b225dc7b4a89b1ba3c27a6291
+size 3574
diff --git a/dummy/ben_Beng-sat_Beng/1.0.0/dummy_data.zip b/dummy/ben_Beng-sat_Beng/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..e28e8a3de9923f0851431a2fe0f8823a8038af20
--- /dev/null
+++ b/dummy/ben_Beng-sat_Beng/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3863af7bb1a94aa93777da3404ea46811eba803682357cc6093f48b27443fffc
+size 2602
diff --git a/dummy/ben_Beng-sin_Sinh/1.0.0/dummy_data.zip b/dummy/ben_Beng-sin_Sinh/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..f6901804261f1e3975275c8274597e923c109e5d
--- /dev/null
+++ b/dummy/ben_Beng-sin_Sinh/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:73174819d494db583586c6ebac695e1e472148f6c8c004c3257fb93ccdfbfb3d
+size 3066
diff --git a/dummy/ben_Beng-snd_Arab/1.0.0/dummy_data.zip b/dummy/ben_Beng-snd_Arab/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..9a29e76b622b0e10900c0865683d2bbedc2347f7
--- /dev/null
+++ b/dummy/ben_Beng-snd_Arab/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9b53321f336fd5123c3a8416f788a09618893024050235df8941db9497e2405a
+size 3134
diff --git a/dummy/ben_Beng-tam_Taml/1.0.0/dummy_data.zip b/dummy/ben_Beng-tam_Taml/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..32a0deb97da0dce0fb01b40b8afe611cb3744237
--- /dev/null
+++ b/dummy/ben_Beng-tam_Taml/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:5464b67578453750874c1de17992333d1e7a27f2682a65e42d3dff9a5138386c
+size 3428
diff --git a/dummy/ben_Beng-tel_Telu/1.0.0/dummy_data.zip b/dummy/ben_Beng-tel_Telu/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..19c1d27a2b5dfe525c3e2bebfbb42d58cfa3954d
--- /dev/null
+++ b/dummy/ben_Beng-tel_Telu/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:53eb076bf9c228353adf945ea7ede6a9429b2a822f2a49c017a7e7c58d112031
+size 2602
diff --git a/dummy/ben_Beng-urd_Arab/1.0.0/dummy_data.zip b/dummy/ben_Beng-urd_Arab/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..1140a8a153c975588206c8ce766f2821260404b6
--- /dev/null
+++ b/dummy/ben_Beng-urd_Arab/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:099c8deda9d4bda3c16727529eab993ba8d31c52a1940c3fbeb78f86be3199a6
+size 3242
diff --git a/dummy/bho_Deva-eng_Latn/1.0.0/dummy_data.zip b/dummy/bho_Deva-eng_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..8a1ef218f5d080f4b16c832be5e616e0053f8932
--- /dev/null
+++ b/dummy/bho_Deva-eng_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:7e7f1b198084688422cf28c98eed98b1af533820e7c3b42f45cd2aaef4813f32
+size 2539
diff --git a/dummy/bho_Deva-guj_Gujr/1.0.0/dummy_data.zip b/dummy/bho_Deva-guj_Gujr/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..baf125d019a66c7d5c548ae48a5ed06fbaf9db8b
--- /dev/null
+++ b/dummy/bho_Deva-guj_Gujr/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:0a971865974863a15a8891372d3eabe85661d56d78b54c9998ba9995dc331805
+size 3101
diff --git a/dummy/bho_Deva-hin_Deva/1.0.0/dummy_data.zip b/dummy/bho_Deva-hin_Deva/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..22683abbffbb6b2f29e0b0c735ca7a8ede568722
--- /dev/null
+++ b/dummy/bho_Deva-hin_Deva/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c827fb6bd971a4977e4c030012a46d15b8d93e9fc0320d76308657364eb48a1d
+size 2331
diff --git a/dummy/bho_Deva-hne_Deva/1.0.0/dummy_data.zip b/dummy/bho_Deva-hne_Deva/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..0dc1d51e8026a68619274e037a5c107d6acd2620
--- /dev/null
+++ b/dummy/bho_Deva-hne_Deva/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9dec330e33c66ab02eb4a5c35ac2b0459f1c8d31bdefe1d63b68c2aff23835dd
+size 2744
diff --git a/dummy/bho_Deva-kan_Knda/1.0.0/dummy_data.zip b/dummy/bho_Deva-kan_Knda/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..e47f56c05b655c82bafe64254f68f685d47aab4e
--- /dev/null
+++ b/dummy/bho_Deva-kan_Knda/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d71e902a5b0aa63e8849859e027c4cd7767a5eb4ac23d1259e95af6cb6b4ece2
+size 2834
diff --git a/dummy/bho_Deva-kas_Arab/1.0.0/dummy_data.zip b/dummy/bho_Deva-kas_Arab/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..68a98853284580ca2434c7d357f60aabf8d6455b
--- /dev/null
+++ b/dummy/bho_Deva-kas_Arab/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:66f7ecc40f562afe79416bd85537f2c2343faddb6a6388f5557d5448f363bf30
+size 1785
diff --git a/dummy/bho_Deva-kas_Deva/1.0.0/dummy_data.zip b/dummy/bho_Deva-kas_Deva/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..782a945c61d7db27d4cc6c40632d95e1af069e8f
--- /dev/null
+++ b/dummy/bho_Deva-kas_Deva/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e0a6a93a64e2393273c52bb857d2f4a897c300e1f0c69f564042997797af4b78
+size 2489
diff --git a/dummy/bho_Deva-mag_Deva/1.0.0/dummy_data.zip b/dummy/bho_Deva-mag_Deva/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..0b7709a69d3726a574a90a6533c6eb9425752fc8
--- /dev/null
+++ b/dummy/bho_Deva-mag_Deva/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:1efb7a63c714657cc0d3cfb3bfcf163ca15ce2221a6f0ed3b78dc23bc5932c2f
+size 1753
diff --git a/dummy/bho_Deva-mai_Deva/1.0.0/dummy_data.zip b/dummy/bho_Deva-mai_Deva/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..48605df8cf5b4c85e12f53a2e8b76fbfe9c5dad5
--- /dev/null
+++ b/dummy/bho_Deva-mai_Deva/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:dccbebdeef19931340c6095385dbecdffe7a2c84cadd0f8bc259489fb6b3e4af
+size 2651
diff --git a/dummy/bho_Deva-mal_Mlym/1.0.0/dummy_data.zip b/dummy/bho_Deva-mal_Mlym/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..680f93d9e13dd52a3c8a096db126b8d0e02dc30f
--- /dev/null
+++ b/dummy/bho_Deva-mal_Mlym/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e5b30898f96541f4330ab1ce7c779a8bab8dd5251e207ff5dda684d1501bc3bb
+size 2972
diff --git a/dummy/bho_Deva-mar_Deva/1.0.0/dummy_data.zip b/dummy/bho_Deva-mar_Deva/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..64b639ee4184e14bd114c3e3c5b5491db0bfd26b
--- /dev/null
+++ b/dummy/bho_Deva-mar_Deva/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c84684ba9cb53379734fd3cb6018b5f791ff4dec2fdfcc2b198bb528e29f0828
+size 2766
diff --git a/dummy/bho_Deva-npi_Deva/1.0.0/dummy_data.zip b/dummy/bho_Deva-npi_Deva/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..5459d8065297cd12f2f643b37b40bf30f935d168
--- /dev/null
+++ b/dummy/bho_Deva-npi_Deva/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d8962292e718318ee503e273d9b2dcfb28afb038ed2148dde721c4057e94c2c7
+size 3256
diff --git a/dummy/bho_Deva-ory_Orya/1.0.0/dummy_data.zip b/dummy/bho_Deva-ory_Orya/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..9bd8ae94bc060b2026097d24d88ac5d1f479ab20
--- /dev/null
+++ b/dummy/bho_Deva-ory_Orya/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a97c4233542d604c08e0850e49c5871669668f7d816da1fe33dd147c21f5fe22
+size 3187
diff --git a/dummy/bho_Deva-pan_Guru/1.0.0/dummy_data.zip b/dummy/bho_Deva-pan_Guru/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..2bd5236efb11fa5b988034f67e63766077627d07
--- /dev/null
+++ b/dummy/bho_Deva-pan_Guru/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:4b90773f1834cadf7d11128d4512bdfbe396e8238609e1fccbb708256a13c5a8
+size 2841
diff --git a/dummy/bho_Deva-san_Deva/1.0.0/dummy_data.zip b/dummy/bho_Deva-san_Deva/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..6fefd0a9539c354e98ab9f534e99d26ef035970a
--- /dev/null
+++ b/dummy/bho_Deva-san_Deva/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:63ca234016658af1e75024e1834c7b31d5cd493d49b919bf2cbc8b60252d2da3
+size 2972
diff --git a/dummy/bho_Deva-sat_Beng/1.0.0/dummy_data.zip b/dummy/bho_Deva-sat_Beng/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..e4686b14f4521cb1ccbb0464fe67334c921173ae
--- /dev/null
+++ b/dummy/bho_Deva-sat_Beng/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:5116e477af55d6b4042839467f5f69e25b0c3816c22a90ae6c965193ccb5bf98
+size 2380
diff --git a/dummy/bho_Deva-sin_Sinh/1.0.0/dummy_data.zip b/dummy/bho_Deva-sin_Sinh/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..7a9c2a2f57a6cb470ef7cb81aac5ff817c760a50
--- /dev/null
+++ b/dummy/bho_Deva-sin_Sinh/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3db266ed02401aef424849e3c641c9a580fb28112e8014eaaa2de135d8c498c7
+size 3131
diff --git a/dummy/bho_Deva-snd_Arab/1.0.0/dummy_data.zip b/dummy/bho_Deva-snd_Arab/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..4227bbb02bfe399ce23fa449a471c1005c4b7e70
--- /dev/null
+++ b/dummy/bho_Deva-snd_Arab/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:940112a01e9d0d60dfd60895190b82a891758b07a5a8f60fc5c1cb700a66b5a8
+size 2928
diff --git a/dummy/bho_Deva-tam_Taml/1.0.0/dummy_data.zip b/dummy/bho_Deva-tam_Taml/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..cd641350a26beb7d80af8a0dbf3cf1cecf0a0139
--- /dev/null
+++ b/dummy/bho_Deva-tam_Taml/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f0f7d395689242e3a4a68f850e2ecf497df46c9617ce340cc02ec23421787af9
+size 2967
diff --git a/dummy/bho_Deva-tel_Telu/1.0.0/dummy_data.zip b/dummy/bho_Deva-tel_Telu/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..422faa78a4b1905766a9b3dc7eaf375083d14123
--- /dev/null
+++ b/dummy/bho_Deva-tel_Telu/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a536f99c13db83f548bf5874b910b04a189b40f93f3764233f13c2820882de45
+size 3204
diff --git a/dummy/bho_Deva-urd_Arab/1.0.0/dummy_data.zip b/dummy/bho_Deva-urd_Arab/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..a943261c743627110192d10cc5eabcccacc2096e
--- /dev/null
+++ b/dummy/bho_Deva-urd_Arab/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:2cad93c30e3fe6331dd7a37178ac61cc39ab5670f3fe88ec6b76bb191f46c56d
+size 3179
diff --git a/dummy/bjn_Latn-bug_Latn/1.0.0/dummy_data.zip b/dummy/bjn_Latn-bug_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..5ccf8a11a1162457b68614f09d68c520a20f4db0
--- /dev/null
+++ b/dummy/bjn_Latn-bug_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:754f50c625648a7e03e8bfb28f21d3648c02b3d3c98fdacfe563c649e57cdaf0
+size 2517
diff --git a/dummy/bjn_Latn-ceb_Latn/1.0.0/dummy_data.zip b/dummy/bjn_Latn-ceb_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..f8153cac2cffa59e9ac50ec6dedaebd059ffbdb9
--- /dev/null
+++ b/dummy/bjn_Latn-ceb_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:095df00c16f03066e78f8a00a108bf334b76988476899db8a141b7c0bd6b6472
+size 2696
diff --git a/dummy/bjn_Latn-eng_Latn/1.0.0/dummy_data.zip b/dummy/bjn_Latn-eng_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..7108c13ec07432b6663e6d9da3b1f6a4d6cb9b1e
--- /dev/null
+++ b/dummy/bjn_Latn-eng_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:5bdce933fb4d4015268f5460a337a49afd7d71b9942f033bdfd6bb90fa467560
+size 2623
diff --git a/dummy/bjn_Latn-fij_Latn/1.0.0/dummy_data.zip b/dummy/bjn_Latn-fij_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..1a5f9f12bf5811df5482d5fe7fd324dcd5668669
--- /dev/null
+++ b/dummy/bjn_Latn-fij_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:18d36923b369c5732ba249b490b224164efde2b0036ed953cd33feeea73766fb
+size 1986
diff --git a/dummy/bjn_Latn-ilo_Latn/1.0.0/dummy_data.zip b/dummy/bjn_Latn-ilo_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..b1408c763f481faa5ce767270d9d6cb06f162158
--- /dev/null
+++ b/dummy/bjn_Latn-ilo_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:5c733e3b8a19c8031a5fd61b7ec684255be36848bea81f85a9ad5a0574719a1d
+size 2396
diff --git a/dummy/bjn_Latn-ind_Latn/1.0.0/dummy_data.zip b/dummy/bjn_Latn-ind_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..c1f936aaa74e8d619085cc111bef34e97f97cb37
--- /dev/null
+++ b/dummy/bjn_Latn-ind_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c5f9d305e7cb065030ec2538fd58d745f185e67e77aaee2a0f1933c4296eecab
+size 2654
diff --git a/dummy/bjn_Latn-jav_Latn/1.0.0/dummy_data.zip b/dummy/bjn_Latn-jav_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..98399cf8d94c9e23f950465aebb8e52e892411ac
--- /dev/null
+++ b/dummy/bjn_Latn-jav_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:bc8929866edde94527f112ca077ff68f55492a3bd0a4506d857274f071372098
+size 2372
diff --git a/dummy/bjn_Latn-min_Latn/1.0.0/dummy_data.zip b/dummy/bjn_Latn-min_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..accd9c5c6cc519c65ac03420dac722f70d26240e
--- /dev/null
+++ b/dummy/bjn_Latn-min_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:1983e7a93d8397b7db9aa7ee364ec2885d46ac6285701ed3d5247098c08abc33
+size 2440
diff --git a/dummy/bjn_Latn-mri_Latn/1.0.0/dummy_data.zip b/dummy/bjn_Latn-mri_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..f45bc65300c6e18522c49a083322a90fc2592c87
--- /dev/null
+++ b/dummy/bjn_Latn-mri_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:38e5a0e386a40820b88f78fd528281781a246ed904c959e5210e3950b7c01357
+size 2515
diff --git a/dummy/bjn_Latn-pag_Latn/1.0.0/dummy_data.zip b/dummy/bjn_Latn-pag_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..0afd0a49c425b2c4433d32f46a66f9b16a27ba00
--- /dev/null
+++ b/dummy/bjn_Latn-pag_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:fe4022df538d54bc1df0787b26606a55d9ea30d86b2480f6d297d2c4c7b832d4
+size 2276
diff --git a/dummy/bjn_Latn-plt_Latn/1.0.0/dummy_data.zip b/dummy/bjn_Latn-plt_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..221f6b5a3ed43effb34ce48f08e4f2912c60dd9c
--- /dev/null
+++ b/dummy/bjn_Latn-plt_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:67d5af41f980e7047e7a21b9d2943ff8e32597963943bed4fd5da4190aab2ab6
+size 2696
diff --git a/dummy/bjn_Latn-smo_Latn/1.0.0/dummy_data.zip b/dummy/bjn_Latn-smo_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..558fbb4a085d0d722576675d1af836c7abf9bec9
--- /dev/null
+++ b/dummy/bjn_Latn-smo_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:675be56c6d6e6de740edb9ec003668c0b0502d710ac17dcbba816fdeae6aaa40
+size 2407
diff --git a/dummy/bjn_Latn-sun_Latn/1.0.0/dummy_data.zip b/dummy/bjn_Latn-sun_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..525c3fbce6b94c661598be88ab071f497b4329d1
--- /dev/null
+++ b/dummy/bjn_Latn-sun_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3b4ada8f1ad9d73a2b827bb77d5a1511c61cedaeb48cb80d1eff867bbbfcd8f9
+size 2740
diff --git a/dummy/bjn_Latn-war_Latn/1.0.0/dummy_data.zip b/dummy/bjn_Latn-war_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..de67834b0381dba94eaaea7d9376f0a5c20e551b
--- /dev/null
+++ b/dummy/bjn_Latn-war_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:6bb2b68024097dcb3276b05345d83e002c80826620fe945b63fb1e4517e2072e
+size 2150
diff --git a/dummy/bod_Tibt-eng_Latn/1.0.0/dummy_data.zip b/dummy/bod_Tibt-eng_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..3b792445f81dc827f3a540d8437e7bab9e045132
--- /dev/null
+++ b/dummy/bod_Tibt-eng_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:1f9ec97508a85a96fed1b803015b850245f2d8628360e8c1b42ef371d22dbd09
+size 3044
diff --git a/dummy/bos_Latn-eng_Latn/1.0.0/dummy_data.zip b/dummy/bos_Latn-eng_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..a5154fd578f9fde0040cc4bec6d6f405a2873b87
--- /dev/null
+++ b/dummy/bos_Latn-eng_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:cd05d885cb8af9e0b60516ebb5e5c3a61510cb6eac8607147514fbe78784467c
+size 2369
diff --git a/dummy/bug_Latn-ceb_Latn/1.0.0/dummy_data.zip b/dummy/bug_Latn-ceb_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..46d4a6424bfcef94a3c342e9fae62c2ec6a9a985
--- /dev/null
+++ b/dummy/bug_Latn-ceb_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3fea03349cafb8a484a717a454489a6300eed2f1c21c8115313c61864c5e5969
+size 2735
diff --git a/dummy/bug_Latn-eng_Latn/1.0.0/dummy_data.zip b/dummy/bug_Latn-eng_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..bc81d4cfe53f45058935a6fa2ca9ef9c5002ed89
--- /dev/null
+++ b/dummy/bug_Latn-eng_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:8e13f789025eb18a3d7b9cffa2c0e49c9c7b0636c657b558e30ca841c390999b
+size 2324
diff --git a/dummy/bug_Latn-fij_Latn/1.0.0/dummy_data.zip b/dummy/bug_Latn-fij_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..0827f8d0d19834fb503b1f92724bc67bea4573be
--- /dev/null
+++ b/dummy/bug_Latn-fij_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d7c7221f25d15187d56502c50f7c03eb8751af243b3c0d5bcd33c0226f20012c
+size 2120
diff --git a/dummy/bug_Latn-ilo_Latn/1.0.0/dummy_data.zip b/dummy/bug_Latn-ilo_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..bb792a95c892523c29fbbcd265a4528e23f765fa
--- /dev/null
+++ b/dummy/bug_Latn-ilo_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:4668428c48c896c77742df135ad60a16463598dad98b294aa4866ead958c4fd6
+size 2311
diff --git a/dummy/bug_Latn-jav_Latn/1.0.0/dummy_data.zip b/dummy/bug_Latn-jav_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..0b9c6077738f6efe88ccc4cf50054b0ccbd5943f
--- /dev/null
+++ b/dummy/bug_Latn-jav_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:21431f0450aea2b6acc4153a4be41d6a01e743112b37b5bb4de710704d0c471f
+size 2465
diff --git a/dummy/bug_Latn-min_Latn/1.0.0/dummy_data.zip b/dummy/bug_Latn-min_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..e99453669e88f66e01fe72c3d7bd7e2c66f8e049
--- /dev/null
+++ b/dummy/bug_Latn-min_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:5b3ef93d6563b91b65eb5c3f4401a4937125daf7e5539c2b8d686b25e3a28c4e
+size 2430
diff --git a/dummy/bug_Latn-mri_Latn/1.0.0/dummy_data.zip b/dummy/bug_Latn-mri_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..b738f94e65bf44ba04f4d4d770b09d6ac58d5616
--- /dev/null
+++ b/dummy/bug_Latn-mri_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:905f0b7f4aa934ada35fd739286791430a4b6d1a2ba06bb006eb165f31549849
+size 2094
diff --git a/dummy/bug_Latn-pag_Latn/1.0.0/dummy_data.zip b/dummy/bug_Latn-pag_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..4708e1ad0cc43e9f73cda587b200a87b2fa711ab
--- /dev/null
+++ b/dummy/bug_Latn-pag_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f2ee19f0019ef8869ba7277c38f6e391ca7f26e104915dfedf55aae733eb2ea5
+size 2118
diff --git a/dummy/bug_Latn-plt_Latn/1.0.0/dummy_data.zip b/dummy/bug_Latn-plt_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..9c1db617f8e3233234309f80bb1ca7ff102b72ee
--- /dev/null
+++ b/dummy/bug_Latn-plt_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:0e730c39516fbbdc240b970bab7876386e79b1cded73d1ebb345f5e0eb64f294
+size 2844
diff --git a/dummy/bug_Latn-smo_Latn/1.0.0/dummy_data.zip b/dummy/bug_Latn-smo_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..16b6f474afec68577b168079700902a4bb088d6f
--- /dev/null
+++ b/dummy/bug_Latn-smo_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:4bf854999d71f534b080756ae3565567abe4a368fff03a3d084eb91be88a0b4c
+size 2417
diff --git a/dummy/bug_Latn-sun_Latn/1.0.0/dummy_data.zip b/dummy/bug_Latn-sun_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..6a62c26aa083274137a6bee4bb6266102f38f6b7
--- /dev/null
+++ b/dummy/bug_Latn-sun_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:000eeb2941e5283e25bc6d7ffb6e37339644cd08c0722c03581d1cd60b822ec7
+size 2976
diff --git a/dummy/bug_Latn-war_Latn/1.0.0/dummy_data.zip b/dummy/bug_Latn-war_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..a9a6bcc6c22b3ad857a531a431bc9407d2f1049b
--- /dev/null
+++ b/dummy/bug_Latn-war_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:7b7efb5994a4bc765ac8c3343e100ed27001cbf47b32f70e7bed6949e09158f1
+size 1753
diff --git a/dummy/ceb_Latn-eng_Latn/1.0.0/dummy_data.zip b/dummy/ceb_Latn-eng_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..974223ed174abcd1ed74bb481128d8af1274316b
--- /dev/null
+++ b/dummy/ceb_Latn-eng_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:94162a486e15af37749b907b5e520b3c025fc08ad40103132941066248dd5b7c
+size 2428
diff --git a/dummy/ceb_Latn-fij_Latn/1.0.0/dummy_data.zip b/dummy/ceb_Latn-fij_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..63ce0fa43367f596d2f01ccac6c0efda940e97f3
--- /dev/null
+++ b/dummy/ceb_Latn-fij_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:2f8a872c0dbfb416bced2eacf8e6d44011e3240d9a358b91b0b701795bdf9c92
+size 2519
diff --git a/dummy/ceb_Latn-ilo_Latn/1.0.0/dummy_data.zip b/dummy/ceb_Latn-ilo_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..2f8484c56c901c177ac5e966c3e15e76bfdc9b60
--- /dev/null
+++ b/dummy/ceb_Latn-ilo_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e4c92181d1a2e3cdd10399bd97102cdefd66bed0f59e9cba83ac5f00ee1608f9
+size 2183
diff --git a/dummy/ceb_Latn-jav_Latn/1.0.0/dummy_data.zip b/dummy/ceb_Latn-jav_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..8201c640a59b711319712342aa75bb7408f7082f
--- /dev/null
+++ b/dummy/ceb_Latn-jav_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f9ddf7c64989f850439246855b22de7e350677bddcdc58a65c077a8b69fd2346
+size 2933
diff --git a/dummy/ceb_Latn-min_Latn/1.0.0/dummy_data.zip b/dummy/ceb_Latn-min_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..720e6d841258f627dcd0aed811f256d1494e038e
--- /dev/null
+++ b/dummy/ceb_Latn-min_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:6800eaf5e0858d46305af8e2a026ac7fb2711c088d32ad75f57c858914b0f3f0
+size 2679
diff --git a/dummy/ceb_Latn-mri_Latn/1.0.0/dummy_data.zip b/dummy/ceb_Latn-mri_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..569adb58a6459af821b269d8717b69fcf1f497ec
--- /dev/null
+++ b/dummy/ceb_Latn-mri_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a153d116962fa4af95f77c259928e2cf4d4db4cbfa18f365c7c658f90149579f
+size 2566
diff --git a/dummy/ceb_Latn-pag_Latn/1.0.0/dummy_data.zip b/dummy/ceb_Latn-pag_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..b7c313012b0be72462c4a23e35a49305bc1dc5eb
--- /dev/null
+++ b/dummy/ceb_Latn-pag_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:7dc32523c21fc4482f8c2012867cbbcbb8b4271786504cf3835b6b2e035293bd
+size 2649
diff --git a/dummy/ceb_Latn-plt_Latn/1.0.0/dummy_data.zip b/dummy/ceb_Latn-plt_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..0a3e3fabb7a61ed316e2ce5200560835dfd0a783
--- /dev/null
+++ b/dummy/ceb_Latn-plt_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3f2fbef66791ed0c11ba9af305497e935d19b33979a319d67bf04809f7fa6fc6
+size 2705
diff --git a/dummy/ceb_Latn-smo_Latn/1.0.0/dummy_data.zip b/dummy/ceb_Latn-smo_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..05301a8b85b2dad688d7c9d539c0c45d4d5702c7
--- /dev/null
+++ b/dummy/ceb_Latn-smo_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:702329a3fc17b17075da71c7acf5ec8efb1e85c43d37e9700f128440dd18cfc2
+size 2597
diff --git a/dummy/ceb_Latn-sun_Latn/1.0.0/dummy_data.zip b/dummy/ceb_Latn-sun_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..76af773a428ee0133129f21c3ffa20649be32d2f
--- /dev/null
+++ b/dummy/ceb_Latn-sun_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:1fe4e5aa5305ce81724c189bfbfa89c7b0fd184dd47fcbe294be06993f7999e9
+size 2622
diff --git a/dummy/ceb_Latn-war_Latn/1.0.0/dummy_data.zip b/dummy/ceb_Latn-war_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..c8c67cebc237bc076dbea77cbb6c615db942e8c0
--- /dev/null
+++ b/dummy/ceb_Latn-war_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ad7844ee5dfacecb39e0517e43d09475cc9b18f37d5aa12ef43b5c1122069cbc
+size 2255
diff --git a/dummy/cjk_Latn-dik_Latn/1.0.0/dummy_data.zip b/dummy/cjk_Latn-dik_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..3c71ae1b93de8027c45fe58b26d9ebd3870d1a2a
--- /dev/null
+++ b/dummy/cjk_Latn-dik_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:7665f0eadae4c298b5c05f69c8f2a2313bc7bd62e7c61610bec46fee3dc68311
+size 2249
diff --git a/dummy/cjk_Latn-dyu_Latn/1.0.0/dummy_data.zip b/dummy/cjk_Latn-dyu_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..dae54269f57a525e10c43d54f1383acc8964b6cc
--- /dev/null
+++ b/dummy/cjk_Latn-dyu_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:96aa499e7a68ea5bc4d340032cd995ac97696c3c04b070bbd906ddff1b528538
+size 1689
diff --git a/dummy/cjk_Latn-eng_Latn/1.0.0/dummy_data.zip b/dummy/cjk_Latn-eng_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..2c4e70d70b7b8d88cb4495a131a4352a20ecfbd2
--- /dev/null
+++ b/dummy/cjk_Latn-eng_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:001494b5d61d22c34c6aaaa119728cf661dd2648f8f14bea79fc5167de55b97b
+size 2595
diff --git a/dummy/cjk_Latn-ewe_Latn/1.0.0/dummy_data.zip b/dummy/cjk_Latn-ewe_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..418b61c9b6d8a75e37feb5eef990b78e22543e43
--- /dev/null
+++ b/dummy/cjk_Latn-ewe_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b00fb128f8976c4028a4751dd9b298bd47cb31a7ad5aab140aa6574876a8140d
+size 2697
diff --git a/dummy/cjk_Latn-fon_Latn/1.0.0/dummy_data.zip b/dummy/cjk_Latn-fon_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..040fb9caf6269bccf53002cdb38f9dcf4b382fab
--- /dev/null
+++ b/dummy/cjk_Latn-fon_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c04156fcf6fafd805a4e45c1fc4f099cec29cc4ebdb64b6ef8fd7f869fee8b77
+size 2210
diff --git a/dummy/cjk_Latn-fra_Latn/1.0.0/dummy_data.zip b/dummy/cjk_Latn-fra_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..8eac43196b27c135cebf7e2908b7f1f5c9d5b9f4
--- /dev/null
+++ b/dummy/cjk_Latn-fra_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:4e5da9417fd3795287587171c3810d0f0ea3e97866d4699c328e235cd3145b2a
+size 2852
diff --git a/dummy/cjk_Latn-fuv_Latn/1.0.0/dummy_data.zip b/dummy/cjk_Latn-fuv_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..346fdd4a2744ad0e8583826cd61fe226935da057
--- /dev/null
+++ b/dummy/cjk_Latn-fuv_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:34cea11bccdfece621c3599e29ab59a5ed4b427c27ddfffb5315ebe4cacbce6b
+size 1830
diff --git a/dummy/cjk_Latn-gaz_Latn/1.0.0/dummy_data.zip b/dummy/cjk_Latn-gaz_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..de859f9bb4232cc4fca02e2efc50b6aabecccd39
--- /dev/null
+++ b/dummy/cjk_Latn-gaz_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:362d3e526db8f978c7a738e627e293ee14e300a90636913281ca5d7095093337
+size 1957
diff --git a/dummy/cjk_Latn-hau_Latn/1.0.0/dummy_data.zip b/dummy/cjk_Latn-hau_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..d8b00120ce4713d10dab98aaf5428b593f33a621
--- /dev/null
+++ b/dummy/cjk_Latn-hau_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:7c2ee6d2318e3fa696c9f787a5a4a1e35124ef273ac86436c646fe3c0e04435e
+size 2069
diff --git a/dummy/cjk_Latn-ibo_Latn/1.0.0/dummy_data.zip b/dummy/cjk_Latn-ibo_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..546326c59e633bfa08d2c121f925a2e46f1520bb
--- /dev/null
+++ b/dummy/cjk_Latn-ibo_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3f96a4d6f63fe91885da2bdd382b8210f8545ead1b4c5fad4afc948526b5892b
+size 2194
diff --git a/dummy/cjk_Latn-kam_Latn/1.0.0/dummy_data.zip b/dummy/cjk_Latn-kam_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..6a82c5533a215b8752c50417f1ce5007bfc0ce02
--- /dev/null
+++ b/dummy/cjk_Latn-kam_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:991b9de55242e04483aa24d1ef1c93cca9ce94546156568760e63e32f8462ac6
+size 2342
diff --git a/dummy/cjk_Latn-kik_Latn/1.0.0/dummy_data.zip b/dummy/cjk_Latn-kik_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..5c6bcde6e46da06a7e8690a50f62479415c47c5c
--- /dev/null
+++ b/dummy/cjk_Latn-kik_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:7587355622aafeefade94dd92557b8e8af2253fce8838f2cf70e043e13a34872
+size 1908
diff --git a/dummy/cjk_Latn-kin_Latn/1.0.0/dummy_data.zip b/dummy/cjk_Latn-kin_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..3e3eb5e69f2d0d1bb1142a179254947f7a4273b4
--- /dev/null
+++ b/dummy/cjk_Latn-kin_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:6b3059d17ca9e426d9e02e235f32d606ade715ae23ba32ebbae18d532a243d51
+size 2613
diff --git a/dummy/cjk_Latn-kmb_Latn/1.0.0/dummy_data.zip b/dummy/cjk_Latn-kmb_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..a2e0e579cd3eb8ac6cab5aad08b8e5779063f5fc
--- /dev/null
+++ b/dummy/cjk_Latn-kmb_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f731166f6c0e74655ff54630988d0d368d65ec177d153a663db8e67f65978c72
+size 2365
diff --git a/dummy/cjk_Latn-knc_Arab/1.0.0/dummy_data.zip b/dummy/cjk_Latn-knc_Arab/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..a1a8c1439969c57ecd37eb0175b3fd9c57f16286
--- /dev/null
+++ b/dummy/cjk_Latn-knc_Arab/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:fcec67dfce562469a9934997b6241c09d0a9fba6a6d67e8885aa7dd40de91878
+size 2740
diff --git a/dummy/cjk_Latn-knc_Latn/1.0.0/dummy_data.zip b/dummy/cjk_Latn-knc_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..5fc5ec94a52827de7618cbb265733cdc290d1fbb
--- /dev/null
+++ b/dummy/cjk_Latn-knc_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e0f816730c8039d19026d456b93a3b4c7d71da9590c3df5933c4629c53f4c0ba
+size 2661
diff --git a/dummy/cjk_Latn-kon_Latn/1.0.0/dummy_data.zip b/dummy/cjk_Latn-kon_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..3b11fded1c862312f683c6c875dbfe4a75b6b181
--- /dev/null
+++ b/dummy/cjk_Latn-kon_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:1c365be79c8899545274d6f4681520dfc5cac8c10d26890a942b7b93f3ec02c6
+size 2356
diff --git a/dummy/cjk_Latn-lin_Latn/1.0.0/dummy_data.zip b/dummy/cjk_Latn-lin_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..9d3e44db2d3b9272be8d12a64cf71be2574d1009
--- /dev/null
+++ b/dummy/cjk_Latn-lin_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:93999941874791a1ebd0a9c017c36a7b5bec6f221ddf3b43e6f8b080d062424d
+size 2006
diff --git a/dummy/cjk_Latn-lua_Latn/1.0.0/dummy_data.zip b/dummy/cjk_Latn-lua_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..43156c5649d65869e5da3489817e3ca3df61a677
--- /dev/null
+++ b/dummy/cjk_Latn-lua_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:69a9d3dda390596472fc4ee45b719643727f71ed5406c1b40949933b76ebf651
+size 2489
diff --git a/dummy/cjk_Latn-lug_Latn/1.0.0/dummy_data.zip b/dummy/cjk_Latn-lug_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..c1742de26f9627600c715a4012577292931e7409
--- /dev/null
+++ b/dummy/cjk_Latn-lug_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:14d6546c5083baab167ec13bd8288021f4829b96b26814655914938590cfaf57
+size 2107
diff --git a/dummy/cjk_Latn-luo_Latn/1.0.0/dummy_data.zip b/dummy/cjk_Latn-luo_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..b3a59bdf58f59c88307c127f90f63c90fb92f8a9
--- /dev/null
+++ b/dummy/cjk_Latn-luo_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:313d52dd691199cddd823d8f7e34f8d3f291627b11fceebea7672906654f6f04
+size 2044
diff --git a/dummy/cjk_Latn-nso_Latn/1.0.0/dummy_data.zip b/dummy/cjk_Latn-nso_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..ef18d75a67612f0aba18590890761adcfa2fe15d
--- /dev/null
+++ b/dummy/cjk_Latn-nso_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:818bf3dfe36bfcc2e42e1335a75facbd1bccad13aab066037bdd9d3cdacbe116
+size 1946
diff --git a/dummy/cjk_Latn-nus_Latn/1.0.0/dummy_data.zip b/dummy/cjk_Latn-nus_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..9265b1f7a3db55377ced83dd815504b7e893da31
--- /dev/null
+++ b/dummy/cjk_Latn-nus_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:52fbb3ab1818b884bb5d1720c337a79d426acec12ec09c60f1ebdbeb4ed9ef1d
+size 2360
diff --git a/dummy/cjk_Latn-nya_Latn/1.0.0/dummy_data.zip b/dummy/cjk_Latn-nya_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..683a8dc73f9ac0f47634f2271dfa03f254ae69bf
--- /dev/null
+++ b/dummy/cjk_Latn-nya_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f34e6f66ff4f26214cf6724e20eccbe9c0780c31eb090af7059f4c4ffbbf3e41
+size 2391
diff --git a/dummy/cjk_Latn-por_Latn/1.0.0/dummy_data.zip b/dummy/cjk_Latn-por_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..2a1bd91d704fbb901728d4fdec86364215372605
--- /dev/null
+++ b/dummy/cjk_Latn-por_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c748ca80d661307e52cc780bf1b4c88a2dc006a66ddde8eb860cc07bad4d4d5b
+size 2677
diff --git a/dummy/cjk_Latn-run_Latn/1.0.0/dummy_data.zip b/dummy/cjk_Latn-run_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..097f22eb6f3c5c80b8dd925cdf45c8c845f4b422
--- /dev/null
+++ b/dummy/cjk_Latn-run_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:10494b5c3d22d756413a2e670c1fbafe8339285e03456381beb9e218b33ed949
+size 2671
diff --git a/dummy/cjk_Latn-sna_Latn/1.0.0/dummy_data.zip b/dummy/cjk_Latn-sna_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..bde473f5b69d894955aeefb0920e56697e7b434b
--- /dev/null
+++ b/dummy/cjk_Latn-sna_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:5a5a21d7d3b56832655d0f466e29db555617d4276fb6740232f48c5e1c7047e3
+size 2342
diff --git a/dummy/cjk_Latn-som_Latn/1.0.0/dummy_data.zip b/dummy/cjk_Latn-som_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..d76d4d924216e4200ab7d3fe6c358a8d0c3726c2
--- /dev/null
+++ b/dummy/cjk_Latn-som_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d7f7bef6a02a0100a2b0ffebada871e41d8c888f347f0d6e674f631c3eea1e88
+size 2158
diff --git a/dummy/cjk_Latn-sot_Latn/1.0.0/dummy_data.zip b/dummy/cjk_Latn-sot_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..f3440ebf7aaf8bb42761cfdb29f07e52ca3d19f9
--- /dev/null
+++ b/dummy/cjk_Latn-sot_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:6fc611a8c68d843596ef5b3de5f624193807ae14efe10a588be4f5a1f3708ff2
+size 2394
diff --git a/dummy/cjk_Latn-ssw_Latn/1.0.0/dummy_data.zip b/dummy/cjk_Latn-ssw_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..b0d13edb146565ab3d3ad9460b4ab3221d1d35d2
--- /dev/null
+++ b/dummy/cjk_Latn-ssw_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:7db9420f3f580838dad4a408cad3f1b523203b29dc20e07ae6e8b4a6f9011d77
+size 1947
diff --git a/dummy/cjk_Latn-swh_Latn/1.0.0/dummy_data.zip b/dummy/cjk_Latn-swh_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..27492f042e5d1898e670002c6837e55ccb9c3a97
--- /dev/null
+++ b/dummy/cjk_Latn-swh_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b93b5d9eba6e3d732a325b98ed4d6b160cdd5b41fba3675e2bfc9e13c2071bfc
+size 2289
diff --git a/dummy/cjk_Latn-tir_Ethi/1.0.0/dummy_data.zip b/dummy/cjk_Latn-tir_Ethi/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..e57967b1466509e92f19a9b15b4cf926b431cc7e
--- /dev/null
+++ b/dummy/cjk_Latn-tir_Ethi/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:dc86284d68460c30c301e4e73d251be8980f8cd29a6629759698436ee3c51dac
+size 2400
diff --git a/dummy/cjk_Latn-tsn_Latn/1.0.0/dummy_data.zip b/dummy/cjk_Latn-tsn_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..c162bdcf1282a125d580f516b0d06c5e9c5881ae
--- /dev/null
+++ b/dummy/cjk_Latn-tsn_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e85be1615a17d16504dd2a23b74614610bdea5e2029048b51cd0834a3667c151
+size 2254
diff --git a/dummy/cjk_Latn-tso_Latn/1.0.0/dummy_data.zip b/dummy/cjk_Latn-tso_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..9962a44f3c131d19de3a9d14b862298a08abd71f
--- /dev/null
+++ b/dummy/cjk_Latn-tso_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ecbb14c5f7a7e90db81ef95573149dcd57824b807c9eb08784df24c213749fb8
+size 2305
diff --git a/dummy/cjk_Latn-tum_Latn/1.0.0/dummy_data.zip b/dummy/cjk_Latn-tum_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..4005441318ff664c957564884bcae876548ea68d
--- /dev/null
+++ b/dummy/cjk_Latn-tum_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b59b28be25f2880d98b604759f4480cf8ef0648563431e5a12b5c3c5f30c3687
+size 2474
diff --git a/dummy/cjk_Latn-twi_Latn/1.0.0/dummy_data.zip b/dummy/cjk_Latn-twi_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..760965188eb6a884d3d469a26bc33626a7dbcd0a
--- /dev/null
+++ b/dummy/cjk_Latn-twi_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:6bfa7657ec6edcdd871d53bddace956d81b1ac1141aa07479cc4d6673e939484
+size 2479
diff --git a/dummy/cjk_Latn-umb_Latn/1.0.0/dummy_data.zip b/dummy/cjk_Latn-umb_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..3da3ec2a9fcdb9bf4d112753b98adde6626284de
--- /dev/null
+++ b/dummy/cjk_Latn-umb_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a48f86a39ea46a16620342858220c9890a2435b00164f9bc3bf28b02bf824bab
+size 2214
diff --git a/dummy/cjk_Latn-wol_Latn/1.0.0/dummy_data.zip b/dummy/cjk_Latn-wol_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..f89652fd913eed3143830e3e9bf0d423726f1b50
--- /dev/null
+++ b/dummy/cjk_Latn-wol_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:1041858b7aea9dbcc1946470eb2ecd404f82fd6d732ce4f12d65658c2ce99069
+size 2419
diff --git a/dummy/cjk_Latn-xho_Latn/1.0.0/dummy_data.zip b/dummy/cjk_Latn-xho_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..bc616a07d560a04cb72ff12cad1304a2385f3ce1
--- /dev/null
+++ b/dummy/cjk_Latn-xho_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:066d75302b3a60765530ebf41619ab254fc23bb16c4908792920095ce2fbf86c
+size 2384
diff --git a/dummy/cjk_Latn-yor_Latn/1.0.0/dummy_data.zip b/dummy/cjk_Latn-yor_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..3a18df39cab32aa02f56982461842e7705d1a2ba
--- /dev/null
+++ b/dummy/cjk_Latn-yor_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:28834f7566734a4645be8800e3c2150ccb22f8a529a00546f01d0e1c97defb20
+size 1895
diff --git a/dummy/cjk_Latn-zul_Latn/1.0.0/dummy_data.zip b/dummy/cjk_Latn-zul_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..f598cdeb721b2c8e9015415e80a456d7e2db5619
--- /dev/null
+++ b/dummy/cjk_Latn-zul_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:5834be99077ebf097ece31bff1259b5cb0a9cbefc39c0f79ee92a479805a468f
+size 2506
diff --git a/dummy/ckb_Arab-diq_Latn/1.0.0/dummy_data.zip b/dummy/ckb_Arab-diq_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..2d92b5f084c1fd158cf04f5df60eb582ef5c5c66
--- /dev/null
+++ b/dummy/ckb_Arab-diq_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:922968fe46acf249a1befb329d66b56eead107e9aab3153247edc907cc2c9ac7
+size 2656
diff --git a/dummy/ckb_Arab-eng_Latn/1.0.0/dummy_data.zip b/dummy/ckb_Arab-eng_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..9f1486e9b14e7c147c46c448a66d36239869f9fd
--- /dev/null
+++ b/dummy/ckb_Arab-eng_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:50b9007ef39e3d44543c280d56f7f785a694fa1dde43a20f769f699d60086731
+size 3093
diff --git a/dummy/ckb_Arab-kmr_Latn/1.0.0/dummy_data.zip b/dummy/ckb_Arab-kmr_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..cf107706fbfa0c6f00d3c466ebc0136d34672f2c
--- /dev/null
+++ b/dummy/ckb_Arab-kmr_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:cee872c42455229c4271db0aa11f870885f11046227d98124fd1b64fd2ce1679
+size 2118
diff --git a/dummy/ckb_Arab-pbt_Arab/1.0.0/dummy_data.zip b/dummy/ckb_Arab-pbt_Arab/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..ab139058de8dfa4f0361fcf5707f25bd096071eb
--- /dev/null
+++ b/dummy/ckb_Arab-pbt_Arab/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:2da618d6e56c34467dd11a9712bdbd4920527818ac2511377c85957b303f70fd
+size 2917
diff --git a/dummy/ckb_Arab-prs_Arab/1.0.0/dummy_data.zip b/dummy/ckb_Arab-prs_Arab/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..779af702e4448dfcde24375b208503fba1b2c53b
--- /dev/null
+++ b/dummy/ckb_Arab-prs_Arab/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:909bbb0de06efb5f063354ce13f3385fcdad6cf71b96b34650c042f50ec6c311
+size 2877
diff --git a/dummy/ckb_Arab-tgk_Cyrl/1.0.0/dummy_data.zip b/dummy/ckb_Arab-tgk_Cyrl/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..cbefe6e6417e747ed3b4ef70f89ac45e120ec744
--- /dev/null
+++ b/dummy/ckb_Arab-tgk_Cyrl/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3ceceb999040df85046d5947e0ebbfc91dd728f7574d651c6f1ef2005c8520dd
+size 3273
diff --git a/dummy/crh_Latn-eng_Latn/1.0.0/dummy_data.zip b/dummy/crh_Latn-eng_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..cb972a75b33807cb942706c45d755e7fea87ace4
--- /dev/null
+++ b/dummy/crh_Latn-eng_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b7f4f7eb5c68f0b3a1e29bb6b8758dfc004a3d260296f668d13e72f34c049eea
+size 2761
diff --git a/dummy/crh_Latn-kir_Cyrl/1.0.0/dummy_data.zip b/dummy/crh_Latn-kir_Cyrl/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..f0e975d61121870ae16f9344b162e297758b0389
--- /dev/null
+++ b/dummy/crh_Latn-kir_Cyrl/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ff8ce288355e82f14a0d0c249b46420f9f8330ace7dc01892fdff86917cd454d
+size 2917
diff --git a/dummy/crh_Latn-rus_Cyrl/1.0.0/dummy_data.zip b/dummy/crh_Latn-rus_Cyrl/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..5aedeb3eb1cce979406525447246a1b341d764b4
--- /dev/null
+++ b/dummy/crh_Latn-rus_Cyrl/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:6a7c89f78a3969f3e4f045151e9796e1174901dae5c9afd2e6e3e1e055ffb73c
+size 3250
diff --git a/dummy/crh_Latn-tat_Cyrl/1.0.0/dummy_data.zip b/dummy/crh_Latn-tat_Cyrl/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..c7fd5e1d97e5e1fa3645123840d529d75437c88c
--- /dev/null
+++ b/dummy/crh_Latn-tat_Cyrl/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3c2821c5c2cf6cddb09460e7cf7de6a63ecf1915b75d6f494ed7eb2dad5316c2
+size 2683
diff --git a/dummy/crh_Latn-tuk_Latn/1.0.0/dummy_data.zip b/dummy/crh_Latn-tuk_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..52a9ba2e5ee0a5ec6399a724a9293f261d4c279a
--- /dev/null
+++ b/dummy/crh_Latn-tuk_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:11c83c57f969a27ba7251165abd12ca57f779e8fce0d41cf292ecd324239da19
+size 1597
diff --git a/dummy/crh_Latn-uig_Arab/1.0.0/dummy_data.zip b/dummy/crh_Latn-uig_Arab/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..5b018515a2a551c6b0bb25d0421ddab0b09e263b
--- /dev/null
+++ b/dummy/crh_Latn-uig_Arab/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:6e2216d2256bec3334b1c3396ad262abf7c77aa62cd097697f0e4892d1d29bb8
+size 2392
diff --git a/dummy/crh_Latn-uzn_Latn/1.0.0/dummy_data.zip b/dummy/crh_Latn-uzn_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..bc860d0416abc84a9fba9d0d51f4e31b54a98285
--- /dev/null
+++ b/dummy/crh_Latn-uzn_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:7859b7a186f1cf7aec52af370b30159087f6c8a0a9c3e48e56dbfc80c83a9f76
+size 2626
diff --git a/dummy/cym_Latn-eng_Latn/1.0.0/dummy_data.zip b/dummy/cym_Latn-eng_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..bf3e2d631bd8bf2ce68fae39287aa232442d5fb8
--- /dev/null
+++ b/dummy/cym_Latn-eng_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:632218589f0989be5c43447159435a5a45ef86069e9316216caff7d238321a02
+size 2275
diff --git a/dummy/dik_Latn-dyu_Latn/1.0.0/dummy_data.zip b/dummy/dik_Latn-dyu_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..8dc04bfe4f8f8a23a6cb654ae7c2e4c885b5edfa
--- /dev/null
+++ b/dummy/dik_Latn-dyu_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f66e79bdee6bd371588ff697a4504073bbc4d9f18143616f4eaa63f449e1808b
+size 1928
diff --git a/dummy/dik_Latn-eng_Latn/1.0.0/dummy_data.zip b/dummy/dik_Latn-eng_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..7645c31cad54eae30c75cf3ecb73d58b823243ed
--- /dev/null
+++ b/dummy/dik_Latn-eng_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:43c2d040a55b3ce7caf72b4d0c3b173fcec737bf9c72035424f24439f96c5f66
+size 2317
diff --git a/dummy/dik_Latn-ewe_Latn/1.0.0/dummy_data.zip b/dummy/dik_Latn-ewe_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..d902addcdd1d7bb595dd819f9d26cc495530d8ee
--- /dev/null
+++ b/dummy/dik_Latn-ewe_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:2c69a6715663e6af8f7ec5241d53b7665be5dbfc277d2d7b53c4023c40c29187
+size 2211
diff --git a/dummy/dik_Latn-fon_Latn/1.0.0/dummy_data.zip b/dummy/dik_Latn-fon_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..722f988a89f83d26f088d8d388235d42ce7aab41
--- /dev/null
+++ b/dummy/dik_Latn-fon_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:4453554e1febe94687ce0081a892f55bedaee4bfed6e16cf55ee2dd95f1efd41
+size 2277
diff --git a/dummy/dik_Latn-fra_Latn/1.0.0/dummy_data.zip b/dummy/dik_Latn-fra_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..0758cd2abf860f26aa5ddda946f851b680a55290
--- /dev/null
+++ b/dummy/dik_Latn-fra_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:758f3157f62e81dbab2bb1f29eee87dd4a633f2ee7b49b44ff978429ee5aebb5
+size 2189
diff --git a/dummy/dik_Latn-fuv_Latn/1.0.0/dummy_data.zip b/dummy/dik_Latn-fuv_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..1abc2f8b0dee82046b2083acf4646354ddbcfcbe
--- /dev/null
+++ b/dummy/dik_Latn-fuv_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:181e6d182c00a337809e1020e1d3ec12d87dd09e1041fd9cf1c120d2ebedd43a
+size 1567
diff --git a/dummy/dik_Latn-gaz_Latn/1.0.0/dummy_data.zip b/dummy/dik_Latn-gaz_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..790a22626685ff699a74c65f2014beabfdce239b
--- /dev/null
+++ b/dummy/dik_Latn-gaz_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:35f7fb79499e1ef0327ab638eb5e00a870e71c3aec8b53f547c258a27fc9e318
+size 2178
diff --git a/dummy/dik_Latn-hau_Latn/1.0.0/dummy_data.zip b/dummy/dik_Latn-hau_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..99ed1068da668df4a9a536d77ceddee8d43bd419
--- /dev/null
+++ b/dummy/dik_Latn-hau_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f1af3a9679c712f0ad7826e9c31c1f8a3c912ed0df9307eac2a8e63da9ed819b
+size 1764
diff --git a/dummy/dik_Latn-ibo_Latn/1.0.0/dummy_data.zip b/dummy/dik_Latn-ibo_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..30637993638a71b398fba9dddf7811f46703d231
--- /dev/null
+++ b/dummy/dik_Latn-ibo_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9990e4fb8cd9f5e87aed83bd22126b03a598bc6939b33c39520a98c5e3484ab5
+size 1963
diff --git a/dummy/dik_Latn-kam_Latn/1.0.0/dummy_data.zip b/dummy/dik_Latn-kam_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..b83cbcd34a0be79a986f1547417c689593868944
--- /dev/null
+++ b/dummy/dik_Latn-kam_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:0bf35e9141ece60985be6c1ff51c871ebd828b69d9e11e0439c5eab134cc374b
+size 1858
diff --git a/dummy/dik_Latn-kik_Latn/1.0.0/dummy_data.zip b/dummy/dik_Latn-kik_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..0b73c25f13f3b42061880f6c8bf2d32b4086ebcd
--- /dev/null
+++ b/dummy/dik_Latn-kik_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:2bd2ce32921c117c60b080dba0615036b95409aff6a0ff455f37c47544bc8bc5
+size 1981
diff --git a/dummy/dik_Latn-kin_Latn/1.0.0/dummy_data.zip b/dummy/dik_Latn-kin_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..4a757f36d6a28eba55dd84950308607dfdc7964c
--- /dev/null
+++ b/dummy/dik_Latn-kin_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3392db99656c574c132d6f49cac4619cb5a6f692bd6d5ffb463179e47d381ed3
+size 1580
diff --git a/dummy/dik_Latn-kmb_Latn/1.0.0/dummy_data.zip b/dummy/dik_Latn-kmb_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..c59ad23d496314bf73b281d8ba22918eab93f15b
--- /dev/null
+++ b/dummy/dik_Latn-kmb_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f6b86f549d4a6e7aa8a1b27de72b5036209ec719043af783bf352dff6b93b55b
+size 2498
diff --git a/dummy/dik_Latn-knc_Arab/1.0.0/dummy_data.zip b/dummy/dik_Latn-knc_Arab/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..d8bc3554e053fe534faf0c645bd0faae6bf486a7
--- /dev/null
+++ b/dummy/dik_Latn-knc_Arab/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d0befccadb57c7c3c544a95d3c92fafae0bd2c88886d332a776fe0a3b80506a0
+size 1928
diff --git a/dummy/dik_Latn-knc_Latn/1.0.0/dummy_data.zip b/dummy/dik_Latn-knc_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..dcfe90dde0bde6511edcf89dac16b9a0b5cb5039
--- /dev/null
+++ b/dummy/dik_Latn-knc_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c21e367fa88392f09fa06f649ead83e24fdfc127787d9a1af9fe1d3920788eff
+size 1531
diff --git a/dummy/dik_Latn-kon_Latn/1.0.0/dummy_data.zip b/dummy/dik_Latn-kon_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..54db16971b6fab9f643db43f33ea55bddab7d603
--- /dev/null
+++ b/dummy/dik_Latn-kon_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b3f00bf86a2409ae8a1e093fa52679baf9cee177292eea684ef2df09780e2c20
+size 1638
diff --git a/dummy/dik_Latn-lin_Latn/1.0.0/dummy_data.zip b/dummy/dik_Latn-lin_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..63ee7b2f1ef25a08fd500e1f430086835d1de491
--- /dev/null
+++ b/dummy/dik_Latn-lin_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d3cefb66fc397e051a4f5261b1b2ae2b12b6ccb30896e9b39a95350cbad84ca9
+size 1796
diff --git a/dummy/dik_Latn-lua_Latn/1.0.0/dummy_data.zip b/dummy/dik_Latn-lua_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..c9f7a659d33193dd130e62c71eca1505babd74e2
--- /dev/null
+++ b/dummy/dik_Latn-lua_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e4accd0b3c2512c0ee80eb487ea64767d20ec45a0ee1eaa35ce6a7791ba3ae71
+size 1939
diff --git a/dummy/dik_Latn-lug_Latn/1.0.0/dummy_data.zip b/dummy/dik_Latn-lug_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..190bb5abc3df063833a149948227958f3911ad2e
--- /dev/null
+++ b/dummy/dik_Latn-lug_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f4ff88ea1e67d5e7aeea22a1e6086a80603df79670cd26c04e9aa94ae5ed6e4a
+size 2205
diff --git a/dummy/dik_Latn-luo_Latn/1.0.0/dummy_data.zip b/dummy/dik_Latn-luo_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..80403d846a0759f5543990b33e7cf3bb1da0cce2
--- /dev/null
+++ b/dummy/dik_Latn-luo_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c57f4f2f8a9160a85999c5543842eaab6ddb34a56738ef4617b74bc1447ddaf4
+size 1853
diff --git a/dummy/dik_Latn-nso_Latn/1.0.0/dummy_data.zip b/dummy/dik_Latn-nso_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..06ab18b1e1c18d4b2c59aa036860a914ab08d20d
--- /dev/null
+++ b/dummy/dik_Latn-nso_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:fb6456344b71de5c2c1739910a8c3f4b9e2fb48ecfc4c889f8eb2d0d72d2fb2e
+size 2411
diff --git a/dummy/dik_Latn-nus_Latn/1.0.0/dummy_data.zip b/dummy/dik_Latn-nus_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..63f3e798c0584236c1220e3c39a02c8a73bef661
--- /dev/null
+++ b/dummy/dik_Latn-nus_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ef21d2c16ef32466a787a12eb6de35a13b326f25c9a52fbd0fe7eebd0660b34b
+size 1532
diff --git a/dummy/dik_Latn-nya_Latn/1.0.0/dummy_data.zip b/dummy/dik_Latn-nya_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..09c1ce0a7204a0227ab0a7a95f713cbe0daedc17
--- /dev/null
+++ b/dummy/dik_Latn-nya_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a176bd9d75d300f3564e2b6e183b6818c0e3f10e2d007bdd9493f528edfa3a59
+size 2038
diff --git a/dummy/dik_Latn-run_Latn/1.0.0/dummy_data.zip b/dummy/dik_Latn-run_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..d69c2db314d09e6928c67a8240ce8fe6a8586e32
--- /dev/null
+++ b/dummy/dik_Latn-run_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:784b66466859aeddab232dee2363c3459ae016fd8e7e7f5a9b30e94a56598ab8
+size 2065
diff --git a/dummy/dik_Latn-sna_Latn/1.0.0/dummy_data.zip b/dummy/dik_Latn-sna_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..b33b7f7de16fb86dcd590f5d0fa99009fb43f319
--- /dev/null
+++ b/dummy/dik_Latn-sna_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:29a97d01e09710d7f8c307401238be4c018ee5c88c5d1eb55397f334b17ff971
+size 2159
diff --git a/dummy/dik_Latn-som_Latn/1.0.0/dummy_data.zip b/dummy/dik_Latn-som_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..e510763005b6d0cae91531ddc207b367f06ec1df
--- /dev/null
+++ b/dummy/dik_Latn-som_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:424db35ac86aa4503df3905f4d870cca9c0923faaeddb9a368b07a159d14e366
+size 1867
diff --git a/dummy/dik_Latn-sot_Latn/1.0.0/dummy_data.zip b/dummy/dik_Latn-sot_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..5bc33c2a27863d7c7abe40e755050e4cc2cac035
--- /dev/null
+++ b/dummy/dik_Latn-sot_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e9159069bd852973dba78534abc251dd44819a835f19040f7e0fae5d813749a3
+size 1944
diff --git a/dummy/dik_Latn-ssw_Latn/1.0.0/dummy_data.zip b/dummy/dik_Latn-ssw_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..1f638929757834037213dffdf4e9eb3adeba890e
--- /dev/null
+++ b/dummy/dik_Latn-ssw_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:be6e74ef7949f2b343e40e3a4fca4a8435fecd4bf38a14b617986a223c857522
+size 1816
diff --git a/dummy/dik_Latn-swh_Latn/1.0.0/dummy_data.zip b/dummy/dik_Latn-swh_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..005bda05db788338cf3932a6e3d8539ce1c051f9
--- /dev/null
+++ b/dummy/dik_Latn-swh_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9ca14921e49750bbb8258b61507a2da0cc687c2ae5a2f13f8534b5dd508bb08a
+size 2249
diff --git a/dummy/dik_Latn-tir_Ethi/1.0.0/dummy_data.zip b/dummy/dik_Latn-tir_Ethi/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..f3546baf60b1c5c070275dc5d265d8267e679ab3
--- /dev/null
+++ b/dummy/dik_Latn-tir_Ethi/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:7b85b75d6675a81a97a118cef023668d0d445268630999534e8467e40e7bc573
+size 2306
diff --git a/dummy/dik_Latn-tsn_Latn/1.0.0/dummy_data.zip b/dummy/dik_Latn-tsn_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..04ae4d0a06e4128db44325887e853481bd5c89f7
--- /dev/null
+++ b/dummy/dik_Latn-tsn_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9f2fdff4205a027c7054716c3e36cb1a5c44d7fddaae84c9a47f2c1b6e717f8b
+size 2220
diff --git a/dummy/dik_Latn-tso_Latn/1.0.0/dummy_data.zip b/dummy/dik_Latn-tso_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..bf5d96666b00321fd9ca22385875f8e30b2ef7a2
--- /dev/null
+++ b/dummy/dik_Latn-tso_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9a99df8360cba434a31f63ffe918d4403c6a1db4042fcd023d29e169ec708fb6
+size 2405
diff --git a/dummy/dik_Latn-tum_Latn/1.0.0/dummy_data.zip b/dummy/dik_Latn-tum_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..708bf66ec3b7ba61adc23a9279193e871627394a
--- /dev/null
+++ b/dummy/dik_Latn-tum_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:759dfa2b017eac5a22d1cc6aeb1b00d426e7d6e08aa426b4e3c017c2ec56cd8a
+size 2212
diff --git a/dummy/dik_Latn-twi_Latn/1.0.0/dummy_data.zip b/dummy/dik_Latn-twi_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..0c8c5ee4098100eca40e1044d00f2e64556deebf
--- /dev/null
+++ b/dummy/dik_Latn-twi_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:64ff1a4d5f2e8ccc4cf5bb54256acf9e68c9b88a1c3f0d103102f41892a667fe
+size 2410
diff --git a/dummy/dik_Latn-umb_Latn/1.0.0/dummy_data.zip b/dummy/dik_Latn-umb_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..6c98a5c2d4af8e9d2b957649cda9e43ef62d231b
--- /dev/null
+++ b/dummy/dik_Latn-umb_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:483650006733f0e4dede6cedd4d4700f234b1aa9a5a2f5c8e56e1748b4cccd4e
+size 2185
diff --git a/dummy/dik_Latn-wol_Latn/1.0.0/dummy_data.zip b/dummy/dik_Latn-wol_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..ec85b698a3ee21d16e306992c827217b60b07b7e
--- /dev/null
+++ b/dummy/dik_Latn-wol_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:954506832f43d0ee3bc96eddf9d37cd64d8336887b743da99e71a94c40fc6522
+size 1955
diff --git a/dummy/dik_Latn-xho_Latn/1.0.0/dummy_data.zip b/dummy/dik_Latn-xho_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..e4ab1d8bfe541c29bb17b17fff92667ab5659a91
--- /dev/null
+++ b/dummy/dik_Latn-xho_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:27941b10dc1e59b01107fa08d7a8d6ca8acb9508d838c937b2f8698c7a316d45
+size 2069
diff --git a/dummy/dik_Latn-yor_Latn/1.0.0/dummy_data.zip b/dummy/dik_Latn-yor_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..b961cb4c351b9da97abf35f64ebdd7b7b10cf84d
--- /dev/null
+++ b/dummy/dik_Latn-yor_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b013fbd95c9a1327e2b66dc3dc726beb5c53e76aa50173c16a94f19cc2bfb2d0
+size 2081
diff --git a/dummy/dik_Latn-zul_Latn/1.0.0/dummy_data.zip b/dummy/dik_Latn-zul_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..e28d2832dff381f66a364ef77e3edc7c88c92595
--- /dev/null
+++ b/dummy/dik_Latn-zul_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a99f233ec63f9a4e28f56fe8fa2c2f3ddb03fe63721677acb4e54cdbfef9e1c8
+size 1840
diff --git a/dummy/diq_Latn-eng_Latn/1.0.0/dummy_data.zip b/dummy/diq_Latn-eng_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..03e0aef95582333073b980b0189809f7ed1a6049
--- /dev/null
+++ b/dummy/diq_Latn-eng_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:48bb9796a5ea689ddfb78dd145bc1a77c9f4c1bcfb03e40c4524853592b85eca
+size 2458
diff --git a/dummy/diq_Latn-kmr_Latn/1.0.0/dummy_data.zip b/dummy/diq_Latn-kmr_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..ba468fd74dd652e202c525af58d36f3a3988e8cc
--- /dev/null
+++ b/dummy/diq_Latn-kmr_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:cc088eebaaa207e3f7d2f1cd9d52628375216725f9753fe598fb22f7137c7e18
+size 1953
diff --git a/dummy/diq_Latn-pbt_Arab/1.0.0/dummy_data.zip b/dummy/diq_Latn-pbt_Arab/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..f295bb517e2b9900fa1d712d1b806c4464f7a66c
--- /dev/null
+++ b/dummy/diq_Latn-pbt_Arab/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f1cfdcdf3688da447f8f36ba972c0571f4cd326635f5edd8f42a443ff27e8fdd
+size 2616
diff --git a/dummy/diq_Latn-prs_Arab/1.0.0/dummy_data.zip b/dummy/diq_Latn-prs_Arab/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..591dab0f2e7bca329eee115797a389465eeea900
--- /dev/null
+++ b/dummy/diq_Latn-prs_Arab/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3559afa438ad99e545205027162b8be3fcc5ed1c0faf8a38d969c471d64f6c0a
+size 2679
diff --git a/dummy/diq_Latn-tgk_Cyrl/1.0.0/dummy_data.zip b/dummy/diq_Latn-tgk_Cyrl/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..cae69aceffa98e3b2151dd438dfd792613b41173
--- /dev/null
+++ b/dummy/diq_Latn-tgk_Cyrl/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:96f4d425b0d4f2a201268b09567a85466ae43634d98656c70a8722310e6b2845
+size 2602
diff --git a/dummy/dyu_Latn-eng_Latn/1.0.0/dummy_data.zip b/dummy/dyu_Latn-eng_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..acbceaa2e0ad76ef3feafa469c6edd376933b7ae
--- /dev/null
+++ b/dummy/dyu_Latn-eng_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c0c9985cf081f82d171dfe0f96f978e11db5eb36f7263aa7499b87639134babb
+size 2373
diff --git a/dummy/dyu_Latn-ewe_Latn/1.0.0/dummy_data.zip b/dummy/dyu_Latn-ewe_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..f2672b92be5dd57cb21039838f035394890088a2
--- /dev/null
+++ b/dummy/dyu_Latn-ewe_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:8f35003be16165b2819eac535ca177a72570e6ab0a3049faa68e3c805cda31db
+size 2333
diff --git a/dummy/dyu_Latn-fon_Latn/1.0.0/dummy_data.zip b/dummy/dyu_Latn-fon_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..2d5d731ab435a7138ed0aa8b50ffaedc2af830b2
--- /dev/null
+++ b/dummy/dyu_Latn-fon_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:0f5afb9c1806a6c707a5b68f960440054675fe79d18045d0bbf386e26ce582d7
+size 2063
diff --git a/dummy/dyu_Latn-fra_Latn/1.0.0/dummy_data.zip b/dummy/dyu_Latn-fra_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..806fc3cef772141a561d55761cfec5b4c135ff74
--- /dev/null
+++ b/dummy/dyu_Latn-fra_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:cd058b45d3f6bbebee0ec891317a4e88f13dad0dc4284dfe224f9fa3349bbf90
+size 2220
diff --git a/dummy/dyu_Latn-fuv_Latn/1.0.0/dummy_data.zip b/dummy/dyu_Latn-fuv_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..26ec451bd029ee4f7f29cce7c9ff8114c2c5e7cb
--- /dev/null
+++ b/dummy/dyu_Latn-fuv_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:849830fc246bb2a3f2568140e01c9dd4ae80f7a93852df8b0eba6f49a85963a3
+size 1875
diff --git a/dummy/dyu_Latn-gaz_Latn/1.0.0/dummy_data.zip b/dummy/dyu_Latn-gaz_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..75ade01f0b5e6f8f11ac0be6521879c7c609b0a2
--- /dev/null
+++ b/dummy/dyu_Latn-gaz_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a3c28b6c19565e869eb8ec72edb321df35c4d925a397b0f273e36be6b520ff46
+size 1801
diff --git a/dummy/dyu_Latn-hau_Latn/1.0.0/dummy_data.zip b/dummy/dyu_Latn-hau_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..2af1eab0c5b6a3cd298cb751cec5db88483b8180
--- /dev/null
+++ b/dummy/dyu_Latn-hau_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f9f96269195e0ad08f59860d654e45df0e549fe5ecd7b54eef941028eb60e530
+size 2299
diff --git a/dummy/dyu_Latn-ibo_Latn/1.0.0/dummy_data.zip b/dummy/dyu_Latn-ibo_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..f36ba80fe46a83700e913494894ea71a5e68fef1
--- /dev/null
+++ b/dummy/dyu_Latn-ibo_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:913f79d24ea4a7518e7713b618725aabeb6b0888216f009b3ab6cdd05ca4b569
+size 2470
diff --git a/dummy/dyu_Latn-kam_Latn/1.0.0/dummy_data.zip b/dummy/dyu_Latn-kam_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..1eb3345502a94d9c889ed051d2a663c4bb78e07e
--- /dev/null
+++ b/dummy/dyu_Latn-kam_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:8ee86e7b361cd112ef4240ad1bc46179c5b9e385709f1e6f9b333ad045a94d8d
+size 2210
diff --git a/dummy/dyu_Latn-kik_Latn/1.0.0/dummy_data.zip b/dummy/dyu_Latn-kik_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..50670a96c10bbef0d3b31178d61f0b7e6ebdc718
--- /dev/null
+++ b/dummy/dyu_Latn-kik_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:43117d82089ca9a84865a8c3ccddc6eee27d42ca4d4b992cdeaee17f10f36eb8
+size 2156
diff --git a/dummy/dyu_Latn-kin_Latn/1.0.0/dummy_data.zip b/dummy/dyu_Latn-kin_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..94a7a962806831525756deb336761813275f28df
--- /dev/null
+++ b/dummy/dyu_Latn-kin_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f1ae708fbf27275c2ae5447d9f760f687f2e5e62051a8780ccb036c301efc26d
+size 2438
diff --git a/dummy/dyu_Latn-kmb_Latn/1.0.0/dummy_data.zip b/dummy/dyu_Latn-kmb_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..9fb20556c087bd742c3a4fe06be42c7a8827208a
--- /dev/null
+++ b/dummy/dyu_Latn-kmb_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:21f4e018d901254971632689bd276cd3626ee0a320349af0d6fbbc90952ca948
+size 2055
diff --git a/dummy/dyu_Latn-knc_Arab/1.0.0/dummy_data.zip b/dummy/dyu_Latn-knc_Arab/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..8f0bb16b33c3fa44307f840f1699ad2c4c00a1ac
--- /dev/null
+++ b/dummy/dyu_Latn-knc_Arab/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:632e96ca8472e0043b3641aa714c09e5fa6886b0bb8941d22d97c3d8d3b98b6d
+size 2954
diff --git a/dummy/dyu_Latn-knc_Latn/1.0.0/dummy_data.zip b/dummy/dyu_Latn-knc_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..2a02a3a1d90c936d526b27bfc0f9681d3cc6840d
--- /dev/null
+++ b/dummy/dyu_Latn-knc_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:663ff860935d244b8d60a3b286f99764f74b5a8fbface5e21e062b2166334983
+size 2232
diff --git a/dummy/dyu_Latn-kon_Latn/1.0.0/dummy_data.zip b/dummy/dyu_Latn-kon_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..6b6c9fe52adfe3409072d14352731d23537fb9c0
--- /dev/null
+++ b/dummy/dyu_Latn-kon_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b8b0ccf0d547a52d0b7ce783a7e2bd11beeded9d6852633dc32d6b02e049deed
+size 2354
diff --git a/dummy/dyu_Latn-lin_Latn/1.0.0/dummy_data.zip b/dummy/dyu_Latn-lin_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..3e08420f753abc70804fce17e6ff3bde3b316c42
--- /dev/null
+++ b/dummy/dyu_Latn-lin_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:5c6af8acad1a18fba3f8d3e16248d64690608204560e5ad8a240accd7457e9c7
+size 2130
diff --git a/dummy/dyu_Latn-lua_Latn/1.0.0/dummy_data.zip b/dummy/dyu_Latn-lua_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..582f3255afed9dccd721d9c78d7f158f2fecc412
--- /dev/null
+++ b/dummy/dyu_Latn-lua_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d5f679ac0bf6a58934f7ac9335727abdc35bde5d67678ab62a6e620a8df017e2
+size 2006
diff --git a/dummy/dyu_Latn-lug_Latn/1.0.0/dummy_data.zip b/dummy/dyu_Latn-lug_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..cd39197aa48ae8e1c1aa8f9e10aaba6ac69f63b8
--- /dev/null
+++ b/dummy/dyu_Latn-lug_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:7afc1d4b5646707889a5d243d21fd05b6c2d01c6fc2771bc16bd8b65a88741b3
+size 2006
diff --git a/dummy/dyu_Latn-luo_Latn/1.0.0/dummy_data.zip b/dummy/dyu_Latn-luo_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..14a2f7e16895e17c7565054e0f4c61d8b613c44b
--- /dev/null
+++ b/dummy/dyu_Latn-luo_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:13d1357c4da79bcb3c2c55b7777a24ace69e67b121392e8b0fc3d02a088dd437
+size 2372
diff --git a/dummy/dyu_Latn-nso_Latn/1.0.0/dummy_data.zip b/dummy/dyu_Latn-nso_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..6df84edad03776bcfc5410caffb6d767f3887491
--- /dev/null
+++ b/dummy/dyu_Latn-nso_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d39a2366976a6f809af3a92df816ab370ffaea1522276d825a93500a427983ba
+size 2287
diff --git a/dummy/dyu_Latn-nus_Latn/1.0.0/dummy_data.zip b/dummy/dyu_Latn-nus_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..4bda4f3f34e0d4a732b2be3bed08065560ff544d
--- /dev/null
+++ b/dummy/dyu_Latn-nus_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:8597c50a800a0a5662944a2e57b3684f792658503ada080fbba126d2983db965
+size 2270
diff --git a/dummy/dyu_Latn-nya_Latn/1.0.0/dummy_data.zip b/dummy/dyu_Latn-nya_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..b6022adc8447190afc24206047683036668b8980
--- /dev/null
+++ b/dummy/dyu_Latn-nya_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9c22fbcbd1b78a984a23d0e570c1e35c6fa97211805c78e6d65d59c1b679a84d
+size 2666
diff --git a/dummy/dyu_Latn-run_Latn/1.0.0/dummy_data.zip b/dummy/dyu_Latn-run_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..1fa3e2e9220435790ebcfdb5a9aa56af6c0f96f7
--- /dev/null
+++ b/dummy/dyu_Latn-run_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c5b5a8ff8ca4be6e54a9e5ca6bcc58d9e2312912c31f922ad99d4084dd0ee5fb
+size 2526
diff --git a/dummy/dyu_Latn-sna_Latn/1.0.0/dummy_data.zip b/dummy/dyu_Latn-sna_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..fe119e0f4a0ee19a4b0bf7c8fbbefc362d3bd727
--- /dev/null
+++ b/dummy/dyu_Latn-sna_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:73fc67264d8b6e6bc1a75ebcc645b4d21b42c2a14120621f711c2f1ed992a015
+size 2524
diff --git a/dummy/dyu_Latn-som_Latn/1.0.0/dummy_data.zip b/dummy/dyu_Latn-som_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..4687a9d97beefa654a363e91e855ea7e463af816
--- /dev/null
+++ b/dummy/dyu_Latn-som_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:8891913bfd3ce97f84892f8906ff0676f5d904e1909baab9c07ba7fe3c80e2b7
+size 1948
diff --git a/dummy/dyu_Latn-sot_Latn/1.0.0/dummy_data.zip b/dummy/dyu_Latn-sot_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..d3188f87176a74f2025c385f402b704a8418c903
--- /dev/null
+++ b/dummy/dyu_Latn-sot_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ad30aa49b26bb97a2b48264d5555ec214aa5145e05a28a277394b57bea4ee930
+size 2313
diff --git a/dummy/dyu_Latn-ssw_Latn/1.0.0/dummy_data.zip b/dummy/dyu_Latn-ssw_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..8c11da07e1231334892d76b5f0596ed8aa3adf62
--- /dev/null
+++ b/dummy/dyu_Latn-ssw_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ed719c3b9c3db46b9fabb2d575d8be62746a23f7c0056cee17986659f2bb6726
+size 2132
diff --git a/dummy/dyu_Latn-swh_Latn/1.0.0/dummy_data.zip b/dummy/dyu_Latn-swh_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..c325576459fd7069dae0caf11e9963a5cbbe66d4
--- /dev/null
+++ b/dummy/dyu_Latn-swh_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c54aaeccf5f02f389f80c8fe68f2f3af5884b4e1ebc204ce2ea28e5b73938a26
+size 2490
diff --git a/dummy/dyu_Latn-tir_Ethi/1.0.0/dummy_data.zip b/dummy/dyu_Latn-tir_Ethi/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..ad2916f5a1916c543ab61fdaf9a2b93beac4d7aa
--- /dev/null
+++ b/dummy/dyu_Latn-tir_Ethi/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:8a90ca8e9ef1bbac8dd3badb6f6e013fc30e37230d3fcea411688296d137823a
+size 2917
diff --git a/dummy/dyu_Latn-tsn_Latn/1.0.0/dummy_data.zip b/dummy/dyu_Latn-tsn_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..98e0a23f53d676ef902069e9eba5167b5256a600
--- /dev/null
+++ b/dummy/dyu_Latn-tsn_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a33310305ccd4106386cac85c3213c6c39d7e6f79dce4b3e5d4e3d5e24606f9a
+size 2372
diff --git a/dummy/dyu_Latn-tso_Latn/1.0.0/dummy_data.zip b/dummy/dyu_Latn-tso_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..14ec09924393f3b32b150acc7a81bbe8de6a9be1
--- /dev/null
+++ b/dummy/dyu_Latn-tso_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:afe1e8714fda8ad6f9dd4bd10d5317cc3a60c350a1c27ab04bf6d0a206691182
+size 2522
diff --git a/dummy/dyu_Latn-tum_Latn/1.0.0/dummy_data.zip b/dummy/dyu_Latn-tum_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..b0415e1288b4aa988d29a1ace03a1fd3b03a56c2
--- /dev/null
+++ b/dummy/dyu_Latn-tum_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e19e7da9ce6c1474baa76e380cbe42496c52e65585c886cc268ad35ec2cb7351
+size 2566
diff --git a/dummy/dyu_Latn-twi_Latn/1.0.0/dummy_data.zip b/dummy/dyu_Latn-twi_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..307b292fab553ea4829a11e531b849f4562c5ed4
--- /dev/null
+++ b/dummy/dyu_Latn-twi_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c2e08f0a48691c28a6d9046e45f7ba5402675807be20b150e012518ae880b7fc
+size 2154
diff --git a/dummy/dyu_Latn-umb_Latn/1.0.0/dummy_data.zip b/dummy/dyu_Latn-umb_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..3386f76a7132c9e771f8a3bd06f6fdeb3af6fd43
--- /dev/null
+++ b/dummy/dyu_Latn-umb_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:abb23509bc5cc5d1df02af0f71203c85bb60b14dff66bbd8a3924fa03e1d3262
+size 2467
diff --git a/dummy/dyu_Latn-wol_Latn/1.0.0/dummy_data.zip b/dummy/dyu_Latn-wol_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..4c083aab8a4f5ab1e99bae766805f84f444a08d9
--- /dev/null
+++ b/dummy/dyu_Latn-wol_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:981920979708cd77f535f2bdeaf36dcd9db95c36b19f694925d9e24f2229ff5b
+size 1902
diff --git a/dummy/dyu_Latn-xho_Latn/1.0.0/dummy_data.zip b/dummy/dyu_Latn-xho_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..f4d16944e085a769c93812afb3d037654df90b67
--- /dev/null
+++ b/dummy/dyu_Latn-xho_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:fbe45e4c4d5f8e701969c4ce8734dcd08f224b8448e5fded3b9a3ca87392ab83
+size 2212
diff --git a/dummy/dyu_Latn-yor_Latn/1.0.0/dummy_data.zip b/dummy/dyu_Latn-yor_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..4fd6d210de29d9795bd579e1e32ae2e936172e08
--- /dev/null
+++ b/dummy/dyu_Latn-yor_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:85b1b9e9608a0f6cff66254120c8bfd23652a91c0f6753fe8ef53590548132a2
+size 2273
diff --git a/dummy/dyu_Latn-zul_Latn/1.0.0/dummy_data.zip b/dummy/dyu_Latn-zul_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..b620ad876e2a4400141382f1211810d0357539ce
--- /dev/null
+++ b/dummy/dyu_Latn-zul_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:6f77fc240c11cb74727341c0e52e230eecb4552b8fd1127a5dfb01086207026c
+size 2102
diff --git a/dummy/dzo_Tibt-eng_Latn/1.0.0/dummy_data.zip b/dummy/dzo_Tibt-eng_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..17bcd6902c50b53ff006b55b340fa786530bc497
--- /dev/null
+++ b/dummy/dzo_Tibt-eng_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:44c82db93dc1d3b1ebf6010c2a7aec7a43e274f338218053239f02654054157a
+size 2694
diff --git a/dummy/eng_Latn-als_Latn/1.0.0/dummy_data.zip b/dummy/eng_Latn-als_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..c09ded81d38e370acadfd0119ea739dcab73d2ec
--- /dev/null
+++ b/dummy/eng_Latn-als_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:bf65ec65eebe1c8648255364f4906e395fdbf031547e7a10a58eb13104befec8
+size 2450
diff --git a/dummy/eng_Latn-epo_Latn/1.0.0/dummy_data.zip b/dummy/eng_Latn-epo_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..bfbee51844a6879312a9a97c02155877c7d5437b
--- /dev/null
+++ b/dummy/eng_Latn-epo_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:57d0ff2d838c83f72a01193fc500c3cece4e8a148d1b823cf964b3b4f4942fb9
+size 2667
diff --git a/dummy/eng_Latn-ewe_Latn/1.0.0/dummy_data.zip b/dummy/eng_Latn-ewe_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..ddb838b8286e7dff04b4e83fd80b7908aa4397f9
--- /dev/null
+++ b/dummy/eng_Latn-ewe_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:4a488b2dac34c2e59a4561ace10430dce63a2ec1af896ce3086cc92e663e259b
+size 2333
diff --git a/dummy/eng_Latn-fao_Latn/1.0.0/dummy_data.zip b/dummy/eng_Latn-fao_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..736bac89955f306a305578f132c1e2e83eaf2208
--- /dev/null
+++ b/dummy/eng_Latn-fao_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:2469a798928c4bd581b9bcb6b8f577ba4ce3cc4fb796ac9901542793ab4decf0
+size 2627
diff --git a/dummy/eng_Latn-fij_Latn/1.0.0/dummy_data.zip b/dummy/eng_Latn-fij_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..824d4aa42b36349e7152b6d6ed2a36e99d17aee8
--- /dev/null
+++ b/dummy/eng_Latn-fij_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b6aa1e16204bb3db06c17746d74bdb0ed1a7c580af125ab5b94d15b57d3bdad9
+size 2336
diff --git a/dummy/eng_Latn-fon_Latn/1.0.0/dummy_data.zip b/dummy/eng_Latn-fon_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..4068a2b639eec62bc2055f35cd17592320f3f50b
--- /dev/null
+++ b/dummy/eng_Latn-fon_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3f26104c5eebb983ac4e335b4ec4d162859af804ea62a32a390b6a6e4e3ca9d2
+size 2510
diff --git a/dummy/eng_Latn-fur_Latn/1.0.0/dummy_data.zip b/dummy/eng_Latn-fur_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..7e0421737f3220baf56aa582a24970fb811cee2e
--- /dev/null
+++ b/dummy/eng_Latn-fur_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ad94440bd83147e8dfb25693150d0ddd683cf0fc7875b7c37286d5f568b67418
+size 2156
diff --git a/dummy/eng_Latn-fuv_Latn/1.0.0/dummy_data.zip b/dummy/eng_Latn-fuv_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..381ecebee1b330b8afb86dbbec5865cc81247d7c
--- /dev/null
+++ b/dummy/eng_Latn-fuv_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:2ad372e1e763911d7631d803714c0dd4d3370a34e13f8855cd66eb90fb447a90
+size 2409
diff --git a/dummy/eng_Latn-gaz_Latn/1.0.0/dummy_data.zip b/dummy/eng_Latn-gaz_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..f5f966dcaf48e33169e6ccaf23d0af771e44d257
--- /dev/null
+++ b/dummy/eng_Latn-gaz_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:99f391d00fea3993e45a086c096192358ce0fffcc987eb2545e2a2b8e36b3093
+size 2464
diff --git a/dummy/eng_Latn-gla_Latn/1.0.0/dummy_data.zip b/dummy/eng_Latn-gla_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..9a4fdd42e08521a5f46a8f8ed8a5bb691f273fd5
--- /dev/null
+++ b/dummy/eng_Latn-gla_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ccb9756065d0325864284b382cec87159f12b66ec6279ae2fd52d60d6dde9297
+size 2846
diff --git a/dummy/eng_Latn-gle_Latn/1.0.0/dummy_data.zip b/dummy/eng_Latn-gle_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..4eccdeee30963d10b58f63c5d03a967e472f2f2e
--- /dev/null
+++ b/dummy/eng_Latn-gle_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ae39a7a3b8c74dbfdd0a7483aff98806435bee295d77954a58c1c23e51c37d10
+size 2493
diff --git a/dummy/eng_Latn-grn_Latn/1.0.0/dummy_data.zip b/dummy/eng_Latn-grn_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..6b0cb6ea32d78081f6b7c0dd291861d7e63c5bbd
--- /dev/null
+++ b/dummy/eng_Latn-grn_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:338e8824245906aac581c2472c04b5d23933d5cb5c596c41099ed28cc6514256
+size 2169
diff --git a/dummy/eng_Latn-guj_Gujr/1.0.0/dummy_data.zip b/dummy/eng_Latn-guj_Gujr/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..2b9aa1528d5513d9ea1d8821d9996cef2bb4090c
--- /dev/null
+++ b/dummy/eng_Latn-guj_Gujr/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e66b8cf680b6358205bca5f6e1618dd74867ad8e67c339100f989d84b6763bd4
+size 2546
diff --git a/dummy/eng_Latn-hat_Latn/1.0.0/dummy_data.zip b/dummy/eng_Latn-hat_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..6b7f24aecb2c7294d273366b0ef7e24acc7d09e4
--- /dev/null
+++ b/dummy/eng_Latn-hat_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ad171ba7420de0ac751063debd2b36ef88f36a404062bd608505261905c39055
+size 2464
diff --git a/dummy/eng_Latn-hau_Latn/1.0.0/dummy_data.zip b/dummy/eng_Latn-hau_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..5ba8dcc8c881ba360c7bf02455e3d257373ac352
--- /dev/null
+++ b/dummy/eng_Latn-hau_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:fe6506fbcfe343d3cac4a07c825ba6efa301fb3a6938c7c78dfc304f26326fa2
+size 2094
diff --git a/dummy/eng_Latn-hin_Deva/1.0.0/dummy_data.zip b/dummy/eng_Latn-hin_Deva/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..fbf9c0179a08deedf74fe5d3facade97012b7256
--- /dev/null
+++ b/dummy/eng_Latn-hin_Deva/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:300e454099f842fbe680991f5a74f2ae1fc4713d3111923049fcbb93e6621d35
+size 2794
diff --git a/dummy/eng_Latn-hne_Deva/1.0.0/dummy_data.zip b/dummy/eng_Latn-hne_Deva/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..03a84dc703dc6925b372f8416d29b22302ef616f
--- /dev/null
+++ b/dummy/eng_Latn-hne_Deva/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d0583953ffe383cf1daa61be56fb98df7672adb47cbd8f6f9e7e44088e381812
+size 2694
diff --git a/dummy/eng_Latn-hye_Armn/1.0.0/dummy_data.zip b/dummy/eng_Latn-hye_Armn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..d681d142f398f62e775dfa2bbeab23c8be1fb941
--- /dev/null
+++ b/dummy/eng_Latn-hye_Armn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a6605a8cb4213a08484a116d9bf9659bff7c1c0b36a16fabd8e063df42e55ae0
+size 2709
diff --git a/dummy/eng_Latn-ibo_Latn/1.0.0/dummy_data.zip b/dummy/eng_Latn-ibo_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..9f72110d1603054e41663318ec7845bef3beca00
--- /dev/null
+++ b/dummy/eng_Latn-ibo_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:2913ae687088204f7356364647853dca9cccfc18e36652bb6aec24970574183f
+size 2290
diff --git a/dummy/eng_Latn-ilo_Latn/1.0.0/dummy_data.zip b/dummy/eng_Latn-ilo_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..0aef2bf394d43dc746fe50850ce989f2898d59e8
--- /dev/null
+++ b/dummy/eng_Latn-ilo_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ccae7bd43f5ea6d7ab628200abbeca9c8b8d41339414bd8dedbecf7a74020c66
+size 2326
diff --git a/dummy/eng_Latn-jav_Latn/1.0.0/dummy_data.zip b/dummy/eng_Latn-jav_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..5c28d73f1003bf43e26d1369b686aa8a48339c2a
--- /dev/null
+++ b/dummy/eng_Latn-jav_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:aa668f885287cc88d28d4cc0d25637315da42e7ede85e93aa551b071cef0fda5
+size 2688
diff --git a/dummy/eng_Latn-kab_Latn/1.0.0/dummy_data.zip b/dummy/eng_Latn-kab_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..7232632c273d9feeeb9921b6ea3bf42f59b5d848
--- /dev/null
+++ b/dummy/eng_Latn-kab_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:6774fbe316a793586290eb51b9e4ad50e2c106ee0bd852245e514cd1044a48f7
+size 2474
diff --git a/dummy/eng_Latn-kac_Latn/1.0.0/dummy_data.zip b/dummy/eng_Latn-kac_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..ba08f266d20dfbb065dbc44cc54c7f4f0b1a63a7
--- /dev/null
+++ b/dummy/eng_Latn-kac_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:67f3b6d6eacdcbaf3187cfb72019ff86b4b63dbfc73b0eabb04793344206ff8c
+size 2545
diff --git a/dummy/eng_Latn-kam_Latn/1.0.0/dummy_data.zip b/dummy/eng_Latn-kam_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..56b771928f0b33bab12e1992f2286e542281e763
--- /dev/null
+++ b/dummy/eng_Latn-kam_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:18bef1fb013314704143dfef97aceb2f09abac6972882ae1594a567adff1bc1c
+size 2543
diff --git a/dummy/eng_Latn-kan_Knda/1.0.0/dummy_data.zip b/dummy/eng_Latn-kan_Knda/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..c8c81dbfe79848c8c406013ed509aac2a5b0e616
--- /dev/null
+++ b/dummy/eng_Latn-kan_Knda/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:dd8c31ff21152dcfb134d4ba432201d36b8b1287f148b90ad22daf10b076d8d1
+size 2478
diff --git a/dummy/eng_Latn-kas_Arab/1.0.0/dummy_data.zip b/dummy/eng_Latn-kas_Arab/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..2a1abe1985ab3bc5f62b76412d4e0bcc29138776
--- /dev/null
+++ b/dummy/eng_Latn-kas_Arab/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:6fb7c61d7574dc28360dd3c33d0451c1667d81dc33336a873cd4faf41121cff6
+size 2748
diff --git a/dummy/eng_Latn-kas_Deva/1.0.0/dummy_data.zip b/dummy/eng_Latn-kas_Deva/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..2ce3178a348865c06ddbc2a84bd7dc565f133110
--- /dev/null
+++ b/dummy/eng_Latn-kas_Deva/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:485c1e64ee4ec332a9535ef26fea66297871ff7b49304bd68ecde853934dc05d
+size 2181
diff --git a/dummy/eng_Latn-kat_Geor/1.0.0/dummy_data.zip b/dummy/eng_Latn-kat_Geor/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..84f08b8a62cb99fca8d2e714ffd68bacf051b1f8
--- /dev/null
+++ b/dummy/eng_Latn-kat_Geor/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:69a128f98d0e64cc898f13f88dc6551ed58f7d1a9a56892f9d66c8e53b549052
+size 2414
diff --git a/dummy/eng_Latn-kaz_Cyrl/1.0.0/dummy_data.zip b/dummy/eng_Latn-kaz_Cyrl/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..e50d6204f902fa1566145fd6160e9e9ce598fbf7
--- /dev/null
+++ b/dummy/eng_Latn-kaz_Cyrl/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:136c84474be7bd8c2be59692062ebe1be136b23ee5ce1afe89f2163bd017dda2
+size 2494
diff --git a/dummy/eng_Latn-kbp_Latn/1.0.0/dummy_data.zip b/dummy/eng_Latn-kbp_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..af8d34ea984cebb351871c565d75271aa7f20a04
--- /dev/null
+++ b/dummy/eng_Latn-kbp_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:818b00214dc901d3af28352341c03a9b4811047c8e25e7afa24bc0f9919dcd00
+size 2870
diff --git a/dummy/eng_Latn-kea_Latn/1.0.0/dummy_data.zip b/dummy/eng_Latn-kea_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..e855f2f245031fc03827d111e84a13f4e647a332
--- /dev/null
+++ b/dummy/eng_Latn-kea_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:40466150ba68812f0793bab9fbc3808c10490a04768d4167821abec67b6417cb
+size 2652
diff --git a/dummy/eng_Latn-khk_Cyrl/1.0.0/dummy_data.zip b/dummy/eng_Latn-khk_Cyrl/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..c04684bac1718b295244146cb75c1b5aff3dc891
--- /dev/null
+++ b/dummy/eng_Latn-khk_Cyrl/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:634baa01e618ea7749ff18be1049a5b8a37bbdd00c7a5687b49c92b2bf84ffda
+size 2666
diff --git a/dummy/eng_Latn-khm_Khmr/1.0.0/dummy_data.zip b/dummy/eng_Latn-khm_Khmr/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..3bc8e385e62f33b9dc8a41e4b10ef4a7ccf32236
--- /dev/null
+++ b/dummy/eng_Latn-khm_Khmr/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:2d6bc6fb2d84e419901d270baea2ce3fe532dde6c1df58edcbdda49e2f39b57d
+size 2682
diff --git a/dummy/eng_Latn-kik_Latn/1.0.0/dummy_data.zip b/dummy/eng_Latn-kik_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..7a602340502093e6b2d28697e3620caf99d82115
--- /dev/null
+++ b/dummy/eng_Latn-kik_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:927cac039dc1605343e365248da45636cb696f52427921239adc467c2c402290
+size 2315
diff --git a/dummy/eng_Latn-kin_Latn/1.0.0/dummy_data.zip b/dummy/eng_Latn-kin_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..37c5830b92abf05ba246d4e67a5fea99ca444b4c
--- /dev/null
+++ b/dummy/eng_Latn-kin_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:5417ed0fad1361797ef346eecb906d970032733476ffc910a8cb31f184346bcb
+size 2723
diff --git a/dummy/eng_Latn-kir_Cyrl/1.0.0/dummy_data.zip b/dummy/eng_Latn-kir_Cyrl/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..0838c471605ef1c5c302875b9c08ca6d516aa9db
--- /dev/null
+++ b/dummy/eng_Latn-kir_Cyrl/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:39c3a4a9486cce575398c2aeec35a732e4a763216301a627ad452bfbbedbe182
+size 2698
diff --git a/dummy/eng_Latn-kmb_Latn/1.0.0/dummy_data.zip b/dummy/eng_Latn-kmb_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..b710825a4b220ba473077f8255a647a99bfb5605
--- /dev/null
+++ b/dummy/eng_Latn-kmb_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:48c2d3ac875873bd51d4d16d0e55e755a2cbb1ee1897d0687d24351a38907f23
+size 2788
diff --git a/dummy/eng_Latn-kmr_Latn/1.0.0/dummy_data.zip b/dummy/eng_Latn-kmr_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..71c0df5149621305382cd0ec3b32c3feb8ac3543
--- /dev/null
+++ b/dummy/eng_Latn-kmr_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:01290afb9f0748eb430ee4395a8876e2bce77319543e57341215b6c2355aac0d
+size 2131
diff --git a/dummy/eng_Latn-knc_Arab/1.0.0/dummy_data.zip b/dummy/eng_Latn-knc_Arab/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..75c74858cd96afbb07d61a87f1fd984838ed55df
--- /dev/null
+++ b/dummy/eng_Latn-knc_Arab/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:882b199827f55c5b7d5c10438b8106806613d401a8600127f4c49ae45fa7d80e
+size 3038
diff --git a/dummy/eng_Latn-knc_Latn/1.0.0/dummy_data.zip b/dummy/eng_Latn-knc_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..f27ab620dbec69bf82949f987054dd085d2d26d7
--- /dev/null
+++ b/dummy/eng_Latn-knc_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e25bf935f049457fb06e79258f2bd9c1260c92b869a3f119f72e9f787de13270
+size 2532
diff --git a/dummy/eng_Latn-kon_Latn/1.0.0/dummy_data.zip b/dummy/eng_Latn-kon_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..af36922f0fec41cab80459281db5459676ddb70d
--- /dev/null
+++ b/dummy/eng_Latn-kon_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9b9e615fd6061c61f0b1a794d0e7fff67a01a4eeb1cc22315025143891581af3
+size 2470
diff --git a/dummy/eng_Latn-lao_Laoo/1.0.0/dummy_data.zip b/dummy/eng_Latn-lao_Laoo/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..aa9720d1996ed945e25603b3119ad44bb9ff74cf
--- /dev/null
+++ b/dummy/eng_Latn-lao_Laoo/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:39253ab5ca26956c6abb60b4810d32021f942ed8fb9f76b5a3d4a0f7568e7e86
+size 2480
diff --git a/dummy/eng_Latn-lij_Latn/1.0.0/dummy_data.zip b/dummy/eng_Latn-lij_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..1939468c4a15a4209ff5109c715421e0567579ff
--- /dev/null
+++ b/dummy/eng_Latn-lij_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:01b45d0913f69635ce4b34b33e47761f845d5a999701a01bd6da87ebd447ef7e
+size 2295
diff --git a/dummy/eng_Latn-lim_Latn/1.0.0/dummy_data.zip b/dummy/eng_Latn-lim_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..e1b638a89b7d5d64fe0365de37d72bcead14ded7
--- /dev/null
+++ b/dummy/eng_Latn-lim_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ed29feef3ec76d3fd2526a0323befaa41543b03dba86be4fb04642c64ad86c02
+size 2361
diff --git a/dummy/eng_Latn-lin_Latn/1.0.0/dummy_data.zip b/dummy/eng_Latn-lin_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..0647b86025f17da967f78a2879f9b5a7dbc1393f
--- /dev/null
+++ b/dummy/eng_Latn-lin_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:62d48ae1a130426c9f61ea70c4c5509f087d99af456f961cb45f982da0044b2d
+size 2254
diff --git a/dummy/eng_Latn-lmo_Latn/1.0.0/dummy_data.zip b/dummy/eng_Latn-lmo_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..b0ffeaeec7ef74337e221cfb186538438db0c5c9
--- /dev/null
+++ b/dummy/eng_Latn-lmo_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a1148207f5a0851a33e7ae79eb238d66bce21f4ecb73a9f90f3abfb576cb6cd4
+size 2356
diff --git a/dummy/eng_Latn-ltg_Latn/1.0.0/dummy_data.zip b/dummy/eng_Latn-ltg_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..9d9d9ed15d89b71cec095efdc1e9e8e1c0ff3bcd
--- /dev/null
+++ b/dummy/eng_Latn-ltg_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:97c2c0eb2292a2f5380606a4d789a53875c8ae2e0911a380270bb2a625196a65
+size 2544
diff --git a/dummy/eng_Latn-ltz_Latn/1.0.0/dummy_data.zip b/dummy/eng_Latn-ltz_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..16edf1cdcfe65ff833ca5393a4a1ef5295e40637
--- /dev/null
+++ b/dummy/eng_Latn-ltz_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:863a2f53a426643da1858c67cd50fb3e891071ecdd1e028385b0dcf8902ccf4e
+size 2360
diff --git a/dummy/eng_Latn-lua_Latn/1.0.0/dummy_data.zip b/dummy/eng_Latn-lua_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..e37e32235a378272ab9e6aebe04236d76289946d
--- /dev/null
+++ b/dummy/eng_Latn-lua_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a0304ae75765c7a70488b4725c0572c94fa0bfc14c0679495ed0a42832b4868d
+size 2641
diff --git a/dummy/eng_Latn-lug_Latn/1.0.0/dummy_data.zip b/dummy/eng_Latn-lug_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..a895a1619e047e13ed4b36f3aa640158255141e5
--- /dev/null
+++ b/dummy/eng_Latn-lug_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b9c44dff1cc6b97b682eb3c7b6acdc41ec30e9391ea04f45f3c4fb64360ec4f3
+size 2781
diff --git a/dummy/eng_Latn-luo_Latn/1.0.0/dummy_data.zip b/dummy/eng_Latn-luo_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..b4fb0857fbfc02f62359a07e45b21c9fba506ca0
--- /dev/null
+++ b/dummy/eng_Latn-luo_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c47a96b5aea03789adc75663f3bad1574dbfcb4ee545b354b4d2091ce7d29a57
+size 2454
diff --git a/dummy/eng_Latn-lus_Latn/1.0.0/dummy_data.zip b/dummy/eng_Latn-lus_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..26ac398865e1957b5fd8d1ad6edf9588765897a7
--- /dev/null
+++ b/dummy/eng_Latn-lus_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9160eda788236229eaa2abc86966ba3ba30d37d53a4cfb00fcff45115d14791a
+size 1994
diff --git a/dummy/eng_Latn-mag_Deva/1.0.0/dummy_data.zip b/dummy/eng_Latn-mag_Deva/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..6aa092e245c315f01fdceff1c0b9d3a9e6b69a11
--- /dev/null
+++ b/dummy/eng_Latn-mag_Deva/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:2da75f115cb544ad98f733b674d1d433d83d5d0107308d232b2e3e48d0994566
+size 2824
diff --git a/dummy/eng_Latn-mai_Deva/1.0.0/dummy_data.zip b/dummy/eng_Latn-mai_Deva/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..a3fb5d75b40295e00f6aec739f088f88e3675de9
--- /dev/null
+++ b/dummy/eng_Latn-mai_Deva/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:659851940d92321a706d14ed0d03c3be49cd11e29fbc34eba550a2a77bbfde7b
+size 2530
diff --git a/dummy/eng_Latn-mal_Mlym/1.0.0/dummy_data.zip b/dummy/eng_Latn-mal_Mlym/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..abbdb05253ebaecd466594e1b5dbf3298f21e7fb
--- /dev/null
+++ b/dummy/eng_Latn-mal_Mlym/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a5e2389e61bb88065e8f5d5ca26713e4e41280c89cf223ee48a33aea72c2f9dd
+size 2666
diff --git a/dummy/eng_Latn-mar_Deva/1.0.0/dummy_data.zip b/dummy/eng_Latn-mar_Deva/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..af896463a46fc281d43e24635fd5fa46e255f701
--- /dev/null
+++ b/dummy/eng_Latn-mar_Deva/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:1f43c13eed27b84438972b4a8f8c038c7358fdcac349abb15a0d9bae8b32901d
+size 2299
diff --git a/dummy/eng_Latn-min_Latn/1.0.0/dummy_data.zip b/dummy/eng_Latn-min_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..8b4a9d796bbcc4572dc4988e25545ee348f1031e
--- /dev/null
+++ b/dummy/eng_Latn-min_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f023d4d949d329ca6178827995e09e777bdf65c384709e825e784aaf1c96ba84
+size 3015
diff --git a/dummy/eng_Latn-mlt_Latn/1.0.0/dummy_data.zip b/dummy/eng_Latn-mlt_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..dead7f093b8d6990a9d4f17a561bbf2253c760a3
--- /dev/null
+++ b/dummy/eng_Latn-mlt_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:862bafd151a6e4319286539e68c9bc03d1c8f5ca8a3372c566ae3c3343e24996
+size 2266
diff --git a/dummy/eng_Latn-mni_Beng/1.0.0/dummy_data.zip b/dummy/eng_Latn-mni_Beng/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..c3b642fb0a958941c175f808db40a9f3f41c56a8
--- /dev/null
+++ b/dummy/eng_Latn-mni_Beng/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:40ec8403da9b2ce5c2fb1300e34bac30c1c3741ce00afa37d17c7daeb6797582
+size 2107
diff --git a/dummy/eng_Latn-mos_Latn/1.0.0/dummy_data.zip b/dummy/eng_Latn-mos_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..8bf7b345ca850e9d57116d944503f496d042f938
--- /dev/null
+++ b/dummy/eng_Latn-mos_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9e16a4431ec822d3e69854e1822e56db05d38c105a7aa82d63655f51296bd404
+size 2621
diff --git a/dummy/eng_Latn-mri_Latn/1.0.0/dummy_data.zip b/dummy/eng_Latn-mri_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..2410f42ca7ac7a2fd54704cdd79b56a4961e329e
--- /dev/null
+++ b/dummy/eng_Latn-mri_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f83e5847eaddbb80c43605cc882d9a59bc90efa05e3ec36bd48af86e6399f819
+size 2481
diff --git a/dummy/eng_Latn-mya_Mymr/1.0.0/dummy_data.zip b/dummy/eng_Latn-mya_Mymr/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..e56f279fa9face9e9d38a0636b207f20e3d174e3
--- /dev/null
+++ b/dummy/eng_Latn-mya_Mymr/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:90c4c0449e43f119f5af8fd25dcc271de3a5aa8317ccebf417114cca365dfe83
+size 2912
diff --git a/dummy/eng_Latn-npi_Deva/1.0.0/dummy_data.zip b/dummy/eng_Latn-npi_Deva/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..91dd0d147a6262e6abc882963915e901fbedc685
--- /dev/null
+++ b/dummy/eng_Latn-npi_Deva/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:daf86b3e40510cc98970468c96fba7dd5beb2a92de88f5184944f32f6aa33c8a
+size 2621
diff --git a/dummy/eng_Latn-nso_Latn/1.0.0/dummy_data.zip b/dummy/eng_Latn-nso_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..be98fcc0e52491fa7bd0fac2981010a1d451376b
--- /dev/null
+++ b/dummy/eng_Latn-nso_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:cf315632eb24944e192a865f1da553722109e0e337e9e9bd17f5f57322053cea
+size 2387
diff --git a/dummy/eng_Latn-nus_Latn/1.0.0/dummy_data.zip b/dummy/eng_Latn-nus_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..e895fa2a84b7e16c818e3ac404fecf7db30d0a57
--- /dev/null
+++ b/dummy/eng_Latn-nus_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f6c209f4a9f90bb5af84804906dd08beb2e9a87489e169e32a62c805b7ac0cc5
+size 2141
diff --git a/dummy/eng_Latn-nya_Latn/1.0.0/dummy_data.zip b/dummy/eng_Latn-nya_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..222857324f6c2f6ab0835786640692286dffbfe8
--- /dev/null
+++ b/dummy/eng_Latn-nya_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e577c87dc6201d7bbfc780fb29bc13f69bafa24451337a02deace59258a3fe42
+size 2769
diff --git a/dummy/eng_Latn-ory_Orya/1.0.0/dummy_data.zip b/dummy/eng_Latn-ory_Orya/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..2c891772ecabead7d2d11e5bda892a611767a298
--- /dev/null
+++ b/dummy/eng_Latn-ory_Orya/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:6721b16100c10083d546435c3da2038350bbf80fe548e54ed211bc878e5e9807
+size 2408
diff --git a/dummy/eng_Latn-pag_Latn/1.0.0/dummy_data.zip b/dummy/eng_Latn-pag_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..dce14f5fc6a807c32f5defaad8086be988564e87
--- /dev/null
+++ b/dummy/eng_Latn-pag_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:134664fe6cb507b3873f45af32142df589b4605efa810d31813aa686c8fe07d6
+size 2257
diff --git a/dummy/eng_Latn-pan_Guru/1.0.0/dummy_data.zip b/dummy/eng_Latn-pan_Guru/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..fb7d61c6d10c77badec2df3b7f9e1e40e86f937a
--- /dev/null
+++ b/dummy/eng_Latn-pan_Guru/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f9985ade0e59419c3ba535eee1011355390e70ca9ccabb8fab00ba522aaacc36
+size 2626
diff --git a/dummy/eng_Latn-pap_Latn/1.0.0/dummy_data.zip b/dummy/eng_Latn-pap_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..1c42cc30fbb1e2f1c12dcdfce24c75eb72abdcf6
--- /dev/null
+++ b/dummy/eng_Latn-pap_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:df5bfc21120ecca130a98511227cf3d96558089f36d45951f116db5dae7137ed
+size 2255
diff --git a/dummy/eng_Latn-pbt_Arab/1.0.0/dummy_data.zip b/dummy/eng_Latn-pbt_Arab/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..ad7cfb9ae2fdbc785164f0a4405c996300b190e3
--- /dev/null
+++ b/dummy/eng_Latn-pbt_Arab/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:bd180df6eef0fcf12b2cb1a18c483acea733fa55e75b329a0f537daec3533520
+size 2352
diff --git a/dummy/eng_Latn-plt_Latn/1.0.0/dummy_data.zip b/dummy/eng_Latn-plt_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..77dc601a94afb1dfa75212cad3d5e1be4cf3cc46
--- /dev/null
+++ b/dummy/eng_Latn-plt_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:41e5f4fb29668169b678be9c2ec7a158ad320e3c70ba2c68e89fd72172a962af
+size 2900
diff --git a/dummy/eng_Latn-prs_Arab/1.0.0/dummy_data.zip b/dummy/eng_Latn-prs_Arab/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..0bb02470cff43fb308b8823f15fbf96316250ae2
--- /dev/null
+++ b/dummy/eng_Latn-prs_Arab/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:7eb0a4a9bdd3a4ee84e65b33fe2fed0201e3d783749a1f7d5c1d25e33ea4f607
+size 3029
diff --git a/dummy/eng_Latn-quy_Latn/1.0.0/dummy_data.zip b/dummy/eng_Latn-quy_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..8f54ec7d432a0a5fe0bd90cbf41448233641a5e0
--- /dev/null
+++ b/dummy/eng_Latn-quy_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f1574a4eac62a11b6132520d34b8806a5e8513d92e88cd8acc8935ea6a1b6baa
+size 2474
diff --git a/dummy/eng_Latn-run_Latn/1.0.0/dummy_data.zip b/dummy/eng_Latn-run_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..8fc05bdade2520019eab95a9155d0f84a2a4e032
--- /dev/null
+++ b/dummy/eng_Latn-run_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:42e5d098826d19b3c43d538823bcaf20446ec21a4717d273a90b24437640977d
+size 3070
diff --git a/dummy/eng_Latn-sag_Latn/1.0.0/dummy_data.zip b/dummy/eng_Latn-sag_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..9b603ebd6768d92338747ff57e2c4c7b53134234
--- /dev/null
+++ b/dummy/eng_Latn-sag_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3ffac8db629342421c8613c3de60f66005fc5493cbe84ceae57739f03f642ec9
+size 2488
diff --git a/dummy/eng_Latn-san_Deva/1.0.0/dummy_data.zip b/dummy/eng_Latn-san_Deva/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..d95ac59ee251bc024c3f8e429779b303c14449c3
--- /dev/null
+++ b/dummy/eng_Latn-san_Deva/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:219e07f705356d3173baf476d7eb37c84d5388e6d626c51764d5215f8ad78f0e
+size 2572
diff --git a/dummy/eng_Latn-sat_Beng/1.0.0/dummy_data.zip b/dummy/eng_Latn-sat_Beng/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..c9fdcb41d45a9aa2aa57f906a44b49f109c9651e
--- /dev/null
+++ b/dummy/eng_Latn-sat_Beng/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:363d96672fc67cfe4b8f735834c5742164e2fc47aaee335c1e39c058ca532b40
+size 2496
diff --git a/dummy/eng_Latn-scn_Latn/1.0.0/dummy_data.zip b/dummy/eng_Latn-scn_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..326702c7c40a24ba7bef33e50d7ce088acee660c
--- /dev/null
+++ b/dummy/eng_Latn-scn_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:fe0a6b75a31e2ded7fdb8ff661c39846723678726d8e6a6947e6624a583643cc
+size 2565
diff --git a/dummy/eng_Latn-shn_Mymr/1.0.0/dummy_data.zip b/dummy/eng_Latn-shn_Mymr/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..259ec00f66a6d19f8d2594feb998806c170eacb5
--- /dev/null
+++ b/dummy/eng_Latn-shn_Mymr/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:7141a8fdb0a3c25693b8d8ca02825ac6f870716b4babbe2fe105a2bb96391b8c
+size 2408
diff --git a/dummy/eng_Latn-sin_Sinh/1.0.0/dummy_data.zip b/dummy/eng_Latn-sin_Sinh/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..20e83a423c9313dc83953f97731c5ecfb29da63e
--- /dev/null
+++ b/dummy/eng_Latn-sin_Sinh/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e8aa778bd19b59ea69eb522b3baa95e7d0b8edbaa8d013b1a6e08d90c778aa11
+size 2578
diff --git a/dummy/eng_Latn-smo_Latn/1.0.0/dummy_data.zip b/dummy/eng_Latn-smo_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..e81e63dff56791a092f213152462425ba0e5a60a
--- /dev/null
+++ b/dummy/eng_Latn-smo_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:0190eebb709808790f4dcf3dd5953714b56107a0b2d9b265e8b2ccec0b9174ef
+size 2465
diff --git a/dummy/eng_Latn-sna_Latn/1.0.0/dummy_data.zip b/dummy/eng_Latn-sna_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..b07b4ce2d7c9f399cb75d8b57f984821b1a4f625
--- /dev/null
+++ b/dummy/eng_Latn-sna_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:8824030ddfdca211ee3269ce6ad957278f70d74fd19e50f01e78b6a841e46cd4
+size 2541
diff --git a/dummy/eng_Latn-snd_Arab/1.0.0/dummy_data.zip b/dummy/eng_Latn-snd_Arab/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..248bc61063e87b0d842dff9c5106fd2ec4324ae3
--- /dev/null
+++ b/dummy/eng_Latn-snd_Arab/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:79825b49b73f8aed717409cf20b4bda753d645a982b609b4e85b97f5d6d741f1
+size 3045
diff --git a/dummy/eng_Latn-som_Latn/1.0.0/dummy_data.zip b/dummy/eng_Latn-som_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..8b2edc2565e2baf9fd014410e3258da0214498af
--- /dev/null
+++ b/dummy/eng_Latn-som_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e5731fa567f51a1b06adec2148ea55de7896f007b343051a86ee384a89585635
+size 2134
diff --git a/dummy/eng_Latn-sot_Latn/1.0.0/dummy_data.zip b/dummy/eng_Latn-sot_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..8c5beea156b23f55ab23a2537b65bc87750f37c5
--- /dev/null
+++ b/dummy/eng_Latn-sot_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a1e45d2477d2fdc8e99f9a38181c185c32e6390af0ee7532acb559b74dcd2ad2
+size 2706
diff --git a/dummy/eng_Latn-srd_Latn/1.0.0/dummy_data.zip b/dummy/eng_Latn-srd_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..8f7321781f82b5399959e85833827fdba1926f73
--- /dev/null
+++ b/dummy/eng_Latn-srd_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:0a00c8a7e43f35090e72ba6b444c2abdad2ad7dde5ae84992778473e365ac30e
+size 2623
diff --git a/dummy/eng_Latn-ssw_Latn/1.0.0/dummy_data.zip b/dummy/eng_Latn-ssw_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..26dd1260db679e8b4902b07f0eef71bad7b3b320
--- /dev/null
+++ b/dummy/eng_Latn-ssw_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d86fa73276dbff75a0ab37790a0aa56ae7c0b17b303b04f21c5f145cd5d8e712
+size 2614
diff --git a/dummy/eng_Latn-sun_Latn/1.0.0/dummy_data.zip b/dummy/eng_Latn-sun_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..1daaa4c706ebb7e539c7df4ebc5581f397b96ba4
--- /dev/null
+++ b/dummy/eng_Latn-sun_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:43ce9007ef16f448849004ef54f0968b301f2a05521bc15df16c68ff4ab7a0ee
+size 2931
diff --git a/dummy/eng_Latn-swh_Latn/1.0.0/dummy_data.zip b/dummy/eng_Latn-swh_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..e2e88753bf5620758f8377ab80edb9a3d4de2fcf
--- /dev/null
+++ b/dummy/eng_Latn-swh_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a1834d328d1979cf6e0786c7908b2c2a2ef884893369420dc65a2af9e35be719
+size 2441
diff --git a/dummy/eng_Latn-szl_Latn/1.0.0/dummy_data.zip b/dummy/eng_Latn-szl_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..f4c121d536d2b3bf41db76bff7a46feabc84999d
--- /dev/null
+++ b/dummy/eng_Latn-szl_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:4ab522e54fef0811f55b67ab15705098d91ce51ea7131a30b5ca353889c0c313
+size 2629
diff --git a/dummy/eng_Latn-tam_Taml/1.0.0/dummy_data.zip b/dummy/eng_Latn-tam_Taml/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..c7d8d3ff1966b3da02f7904ffe5cc05bdfaf2097
--- /dev/null
+++ b/dummy/eng_Latn-tam_Taml/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:173e9da5e047f635cf0ddfbc3119eeb94f6e80f08f0f371e43d6de668b153b77
+size 3110
diff --git a/dummy/eng_Latn-taq_Latn/1.0.0/dummy_data.zip b/dummy/eng_Latn-taq_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..1f3d89d2342fc397108a53668c5b7993dd37532e
--- /dev/null
+++ b/dummy/eng_Latn-taq_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:8f48ed862d4594c51bc9b531ad5dbe7948bb5bb1b8174864fbb12d83f1995e3f
+size 2391
diff --git a/dummy/eng_Latn-tat_Cyrl/1.0.0/dummy_data.zip b/dummy/eng_Latn-tat_Cyrl/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..8bee3e7757112610d4340c20755f55875c1a80a0
--- /dev/null
+++ b/dummy/eng_Latn-tat_Cyrl/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b95da259d25a2d281400c284b8ef3c71d8381d3e12b9cda26fe00c617a001b5b
+size 2846
diff --git a/dummy/eng_Latn-tel_Telu/1.0.0/dummy_data.zip b/dummy/eng_Latn-tel_Telu/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..dd0abf7ba948520b68d5e3c1f17575f4bfe37ece
--- /dev/null
+++ b/dummy/eng_Latn-tel_Telu/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:20c6ea0a36f9ebcf35dee469f6cd7b803e41f3984ff4a825b6afb84371ab0c9c
+size 2939
diff --git a/dummy/eng_Latn-tgk_Cyrl/1.0.0/dummy_data.zip b/dummy/eng_Latn-tgk_Cyrl/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..9af25def4f4100445bc72db2ccf1aa19d5a4a4d1
--- /dev/null
+++ b/dummy/eng_Latn-tgk_Cyrl/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:857793a650ab6b3c3a735ba5cb24b61ad28cfaa290036d0f9b4669ce847607ea
+size 2349
diff --git a/dummy/eng_Latn-tgl_Latn/1.0.0/dummy_data.zip b/dummy/eng_Latn-tgl_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..8df6a273dee578e1fd41733db5fe94d93851de76
--- /dev/null
+++ b/dummy/eng_Latn-tgl_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d97e125cb406badb1573b58d128e0b7c981e28405f2e9624dbafe7a6bade02a9
+size 2531
diff --git a/dummy/eng_Latn-tir_Ethi/1.0.0/dummy_data.zip b/dummy/eng_Latn-tir_Ethi/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..c0d4ba79e9bbd84e554bfab4acaae389d975159d
--- /dev/null
+++ b/dummy/eng_Latn-tir_Ethi/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:94432245812b0b196887661adb0da9e5a90a1de64c5d46c0fe3cf4fe85193bd3
+size 2541
diff --git a/dummy/eng_Latn-tpi_Latn/1.0.0/dummy_data.zip b/dummy/eng_Latn-tpi_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..effcc8122c29b2e38755097cfeb4e6432935624f
--- /dev/null
+++ b/dummy/eng_Latn-tpi_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:1866ba64dcde0c5ae9df29d44520b94419ae8a853f9ef1c39f79ac8c21a7649a
+size 1991
diff --git a/dummy/eng_Latn-tsn_Latn/1.0.0/dummy_data.zip b/dummy/eng_Latn-tsn_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..987cc5341fc049fadad5f63d2b3b28b948e399de
--- /dev/null
+++ b/dummy/eng_Latn-tsn_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:fddb00cddb244953024208f17ce799c328108739b4c3da03070369b86d8a6485
+size 2517
diff --git a/dummy/eng_Latn-tso_Latn/1.0.0/dummy_data.zip b/dummy/eng_Latn-tso_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..1cb5421edef33fd812e82006ac5592087e9765b2
--- /dev/null
+++ b/dummy/eng_Latn-tso_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:1074a8d88990f76547f91abb33ecac1bbe48c7bcdf6afc529dee60a7ad2b974a
+size 2674
diff --git a/dummy/eng_Latn-tuk_Latn/1.0.0/dummy_data.zip b/dummy/eng_Latn-tuk_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..08f5fcaec0de7a6dd464daa8abfd92a336412f78
--- /dev/null
+++ b/dummy/eng_Latn-tuk_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:807eef2786ac210b2440dec7cf5240faffce05891422d7f0802effafc6b88f86
+size 1538
diff --git a/dummy/eng_Latn-tum_Latn/1.0.0/dummy_data.zip b/dummy/eng_Latn-tum_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..9a2ce1f7b184d0a1729529f1e969fb9749896b26
--- /dev/null
+++ b/dummy/eng_Latn-tum_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9732dcd42d9a70af8abfb8cc6fcf9e4f03037282b8b417081ce3684610963b1d
+size 2404
diff --git a/dummy/eng_Latn-twi_Latn/1.0.0/dummy_data.zip b/dummy/eng_Latn-twi_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..9aa71c3338f4b75d4316995a2206bba63fff41d9
--- /dev/null
+++ b/dummy/eng_Latn-twi_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:bc8297ad34c6382afa285de25468d89613c3b85652fd2fcba55069bf1d0d3665
+size 2580
diff --git a/dummy/eng_Latn-tzm_Tfng/1.0.0/dummy_data.zip b/dummy/eng_Latn-tzm_Tfng/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..9759df6b7bf541394962f9d02d79f998086530c8
--- /dev/null
+++ b/dummy/eng_Latn-tzm_Tfng/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:17e1132694fee3a34dc7fdaef2b19cf75152a57bd0bac680e3dc93cc3770bb31
+size 2271
diff --git a/dummy/eng_Latn-uig_Arab/1.0.0/dummy_data.zip b/dummy/eng_Latn-uig_Arab/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..16047d4046d151ca525940d75c956629af257efe
--- /dev/null
+++ b/dummy/eng_Latn-uig_Arab/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:dfc869e8944e2e0182bf3d60aa3028b5232e3d77a5027af15e75cad5f1af2122
+size 2473
diff --git a/dummy/eng_Latn-umb_Latn/1.0.0/dummy_data.zip b/dummy/eng_Latn-umb_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..12d40a22b70c45b0974c1d42f582055003fdeda6
--- /dev/null
+++ b/dummy/eng_Latn-umb_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:60bd8da3d8a0eeca55d20d3bf57f0b3d03a765262ececc8d1049aef2c073d76e
+size 2602
diff --git a/dummy/eng_Latn-urd_Arab/1.0.0/dummy_data.zip b/dummy/eng_Latn-urd_Arab/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..484512c4c8845ba726ac393c1adb9de61a53c04a
--- /dev/null
+++ b/dummy/eng_Latn-urd_Arab/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:747acd84b7d838f963688bda522d07d3ae3afc410cd5bbe0d379ff1323a41792
+size 2828
diff --git a/dummy/eng_Latn-uzn_Latn/1.0.0/dummy_data.zip b/dummy/eng_Latn-uzn_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..3e133b213e6b346cf43506808f0f3e96ce4ea90c
--- /dev/null
+++ b/dummy/eng_Latn-uzn_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e3ac9feb4b70c08352c7a261fc26f57c2b4a377e76974d7a40c23458d70dabd8
+size 2760
diff --git a/dummy/eng_Latn-vec_Latn/1.0.0/dummy_data.zip b/dummy/eng_Latn-vec_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..53075b9e7c5d375c0fdeb567e1d0fb124fd8f754
--- /dev/null
+++ b/dummy/eng_Latn-vec_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:feaf268c6d1a94b78cac15ead66bcfedc914090059b2d93a4f45aa8c1de76ba4
+size 2424
diff --git a/dummy/eng_Latn-war_Latn/1.0.0/dummy_data.zip b/dummy/eng_Latn-war_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..9c4c89aa6b44a570d898b626199b2ca4cf9a6e3f
--- /dev/null
+++ b/dummy/eng_Latn-war_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:2ecfcba3402295fb5d53358d9f99bc60fd3a8f5f80216fbace6831b3a7ef40b8
+size 2036
diff --git a/dummy/eng_Latn-wol_Latn/1.0.0/dummy_data.zip b/dummy/eng_Latn-wol_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..c9f949f8f103d8591f29b3d98f411915114ffa15
--- /dev/null
+++ b/dummy/eng_Latn-wol_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b2a033bb1e5e2d4f8c6809941abc658f87707e6d3b169adc67a690caf5afc73c
+size 2269
diff --git a/dummy/eng_Latn-xho_Latn/1.0.0/dummy_data.zip b/dummy/eng_Latn-xho_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..665d07a5293bd977e3f03fbe6673526cf67126d1
--- /dev/null
+++ b/dummy/eng_Latn-xho_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:7cb7290a287aa4082046f27adac407a2356ad3e17a7d1f6517f37351d7a26199
+size 2694
diff --git a/dummy/eng_Latn-ydd_Hebr/1.0.0/dummy_data.zip b/dummy/eng_Latn-ydd_Hebr/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..9769eb14579b899b8cde94e16628c6e3b0d386f8
--- /dev/null
+++ b/dummy/eng_Latn-ydd_Hebr/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:eede133451082c59b87188ece206ece13dcab216b5fc8b4600833d20e990230c
+size 2410
diff --git a/dummy/eng_Latn-yor_Latn/1.0.0/dummy_data.zip b/dummy/eng_Latn-yor_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..6a942bbe0e26013549612d61fd7cc8fe16dc0b37
--- /dev/null
+++ b/dummy/eng_Latn-yor_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:67b6e742202ba6dcd3305e11972e75aede1c065527763beaa037dc7ba1e202bf
+size 1888
diff --git a/dummy/eng_Latn-zho_Hant/1.0.0/dummy_data.zip b/dummy/eng_Latn-zho_Hant/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..56ab35d2c7d899a66a2d1a86b79906759f6bf406
--- /dev/null
+++ b/dummy/eng_Latn-zho_Hant/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:0c335d052b5a0002145ea8361766cc0dc3fb934ca025a091bb6f5b17b762f402
+size 4163
diff --git a/dummy/eng_Latn-zsm_Latn/1.0.0/dummy_data.zip b/dummy/eng_Latn-zsm_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..7b00467eb1c0b751e33782e8dd016ab42f958be9
--- /dev/null
+++ b/dummy/eng_Latn-zsm_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:1e19c34dbc806a7706711ae2537afb2900a268f43f6a0bc8a995ed27ace18cb0
+size 2546
diff --git a/dummy/eng_Latn-zul_Latn/1.0.0/dummy_data.zip b/dummy/eng_Latn-zul_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..7b53aa1659bb687578432deacbc72674c3f3c708
--- /dev/null
+++ b/dummy/eng_Latn-zul_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:10ec4f60ab58dec50fbc6a4b9b2255c9302529db06ab791f84245d788baac43c
+size 2612
diff --git a/dummy/epo_Latn-fra_Latn/1.0.0/dummy_data.zip b/dummy/epo_Latn-fra_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..ea39f9703d441882be2cf3b46c160152d1880a86
--- /dev/null
+++ b/dummy/epo_Latn-fra_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ee700d93ea97698406f274d3b1212c88401f77a99369d7e32791710f0912ecb1
+size 2288
diff --git a/dummy/ewe_Latn-fon_Latn/1.0.0/dummy_data.zip b/dummy/ewe_Latn-fon_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..2a3b60ffece3ed78a5decbc69f2d0e3814ab3ccb
--- /dev/null
+++ b/dummy/ewe_Latn-fon_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a7c582e344fb5e7e88742f1a9687b1dcf240913c62a686dc795b93435020c651
+size 2949
diff --git a/dummy/ewe_Latn-fra_Latn/1.0.0/dummy_data.zip b/dummy/ewe_Latn-fra_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..a678306db39d8e2b26f093a8d01ec94e1ee88eca
--- /dev/null
+++ b/dummy/ewe_Latn-fra_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:db09b994f643e2dd715c929946e65ba226d10637667afad60725e6e15de8d8b3
+size 2580
diff --git a/dummy/ewe_Latn-fuv_Latn/1.0.0/dummy_data.zip b/dummy/ewe_Latn-fuv_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..8eb2a18e667515a3e873d12606e55e485201fad0
--- /dev/null
+++ b/dummy/ewe_Latn-fuv_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ba1d7ecfa5e4a501f0c18299a11624e650a2d6db510b31c1c139401756f72c65
+size 2276
diff --git a/dummy/ewe_Latn-gaz_Latn/1.0.0/dummy_data.zip b/dummy/ewe_Latn-gaz_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..61895d6480d993786f8951c70d23c29c8d270514
--- /dev/null
+++ b/dummy/ewe_Latn-gaz_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:34e4c1064b5e154b2dfbb132a9919d20c5dbdd7de274b6424fad21b956daefce
+size 2394
diff --git a/dummy/ewe_Latn-hau_Latn/1.0.0/dummy_data.zip b/dummy/ewe_Latn-hau_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..97d2c37b3fceb07d94f7ca7687cc74c21c3ef7fb
--- /dev/null
+++ b/dummy/ewe_Latn-hau_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f1d021257d27768a7f83f3c967f138d3f545bf1972117725b4a5178f2b437b28
+size 2246
diff --git a/dummy/ewe_Latn-ibo_Latn/1.0.0/dummy_data.zip b/dummy/ewe_Latn-ibo_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..a3e1835fe0076ce03750e07802159fe3832831ff
--- /dev/null
+++ b/dummy/ewe_Latn-ibo_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:48de7f48be749b4bd31ecfa309bd763b3ba6d1b29ba8b41be84e83a7b0a8baa6
+size 2252
diff --git a/dummy/ewe_Latn-kam_Latn/1.0.0/dummy_data.zip b/dummy/ewe_Latn-kam_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..e8c4bf51b29b056b782098dabda02a5375e1ba0f
--- /dev/null
+++ b/dummy/ewe_Latn-kam_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:645d8744b76146bd2ac8e82a6f161c48b3dd64743a2367ff6f0cf1f28beb0005
+size 2596
diff --git a/dummy/ewe_Latn-kik_Latn/1.0.0/dummy_data.zip b/dummy/ewe_Latn-kik_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..977a0a5b13e370940b6cf06f638589905f41eb52
--- /dev/null
+++ b/dummy/ewe_Latn-kik_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:303db9f8f54debf248455782ac215274ca6810f8f072c20a023b0fc25fb26ac3
+size 2020
diff --git a/dummy/ewe_Latn-kin_Latn/1.0.0/dummy_data.zip b/dummy/ewe_Latn-kin_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..f9bccac4659389b62fb917c0bb121a29f2168a35
--- /dev/null
+++ b/dummy/ewe_Latn-kin_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:051ed34d7f1b3ec104dcea4d97498878e52602dc956aac62298eb0525633265d
+size 2706
diff --git a/dummy/ewe_Latn-kmb_Latn/1.0.0/dummy_data.zip b/dummy/ewe_Latn-kmb_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..f44c7f3c4630eae72b99e54f186692d34b62cb1f
--- /dev/null
+++ b/dummy/ewe_Latn-kmb_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3b807c1f378918f6067bb5f798ba5849bceb4070d6ff633a21b70cfda3709354
+size 2378
diff --git a/dummy/ewe_Latn-knc_Arab/1.0.0/dummy_data.zip b/dummy/ewe_Latn-knc_Arab/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..3ac120fd15b7bf04297ccdf0488cf5bbc88f312b
--- /dev/null
+++ b/dummy/ewe_Latn-knc_Arab/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:46bfd2eecdfeb04cd3946abcba215fb4308fe9773777be1a548244936472c476
+size 2903
diff --git a/dummy/ewe_Latn-knc_Latn/1.0.0/dummy_data.zip b/dummy/ewe_Latn-knc_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..bbc47c1cab5fe6365a124adb0cb13f1e783ea2ef
--- /dev/null
+++ b/dummy/ewe_Latn-knc_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a42679e6e1652a27bcfccd251a3d1e1136bdb10418d41f4622890c1ba6d4e704
+size 2556
diff --git a/dummy/ewe_Latn-kon_Latn/1.0.0/dummy_data.zip b/dummy/ewe_Latn-kon_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..4aefabfa5f0bcc2e2332742039e13ff761960e21
--- /dev/null
+++ b/dummy/ewe_Latn-kon_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:af3050616906d00dceace187a815960f9e8c3a767b54ef9e3836a7ecbfff4c87
+size 2430
diff --git a/dummy/ewe_Latn-lin_Latn/1.0.0/dummy_data.zip b/dummy/ewe_Latn-lin_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..ce0647209ced83c76177b548c31ec8fd3689cca1
--- /dev/null
+++ b/dummy/ewe_Latn-lin_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:fb06aa78808ddbbdfb59276cbe4fce743e2cd1625750a76a7f7889ccdb6ee201
+size 2444
diff --git a/dummy/ewe_Latn-lua_Latn/1.0.0/dummy_data.zip b/dummy/ewe_Latn-lua_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..1dce5ad27a1217c7544df842714502e64de12981
--- /dev/null
+++ b/dummy/ewe_Latn-lua_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:5402b6ef78af8538906c2f07c5c7bc1249eaeb6853c5f6e12650a9169eb89dc3
+size 2772
diff --git a/dummy/ewe_Latn-lug_Latn/1.0.0/dummy_data.zip b/dummy/ewe_Latn-lug_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..585489ad1757dda547b8211bfa59c4252509228a
--- /dev/null
+++ b/dummy/ewe_Latn-lug_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3edc2a28b12b4635b342895781a2ea512967422d9b11412a2b6c5cc49e218276
+size 2518
diff --git a/dummy/ewe_Latn-luo_Latn/1.0.0/dummy_data.zip b/dummy/ewe_Latn-luo_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..3792aa36e8b34d8c615860c7b53a548fc4c851cb
--- /dev/null
+++ b/dummy/ewe_Latn-luo_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:633d66be050f2a10214f44be489e531174b51d4b4d4423dd299b8c3bcfce9e65
+size 2673
diff --git a/dummy/ewe_Latn-nso_Latn/1.0.0/dummy_data.zip b/dummy/ewe_Latn-nso_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..2e0f43305593f4617f5ca58d8adbc7b92e00f428
--- /dev/null
+++ b/dummy/ewe_Latn-nso_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b237cea6d434cc8d0602e2ca8c8a363dcf90cf9b0eccaad1ae2674d5aeb20800
+size 2772
diff --git a/dummy/ewe_Latn-nus_Latn/1.0.0/dummy_data.zip b/dummy/ewe_Latn-nus_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..2fad067d68570c6777c9674d67fb027d1654aa89
--- /dev/null
+++ b/dummy/ewe_Latn-nus_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:8e2ea4c5bf5abe0f78d8a2ec242a017e1eb16954a4431152423b687e0df08fd5
+size 2221
diff --git a/dummy/ewe_Latn-nya_Latn/1.0.0/dummy_data.zip b/dummy/ewe_Latn-nya_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..e540510ed3cf23f2f2f9f7a0f49d7dd868a2f7a1
--- /dev/null
+++ b/dummy/ewe_Latn-nya_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:af2473cc3f00615c49654cba52520f49bb078764225cd5a298d6d2782f96b838
+size 2756
diff --git a/dummy/ewe_Latn-run_Latn/1.0.0/dummy_data.zip b/dummy/ewe_Latn-run_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..0a8e506e44d77337b5a014223d01cddcabe2eadf
--- /dev/null
+++ b/dummy/ewe_Latn-run_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:23b6468ded3e1eb7df8b1e83b7589d059a02e8c6ec1d5d1ae234862cd0fa1029
+size 2611
diff --git a/dummy/ewe_Latn-sna_Latn/1.0.0/dummy_data.zip b/dummy/ewe_Latn-sna_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..30d30a32fb9a1f19cc9aba9928f3ddb9ab8a8911
--- /dev/null
+++ b/dummy/ewe_Latn-sna_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3f6af0e2f15bd87f13a13a9682abc745203c90e293b79a7140ca7ce6bd8c7fb7
+size 2893
diff --git a/dummy/ewe_Latn-som_Latn/1.0.0/dummy_data.zip b/dummy/ewe_Latn-som_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..b29ba14fb9330ac5f1d00c1d98e763a215b8dbf9
--- /dev/null
+++ b/dummy/ewe_Latn-som_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:35b7f0ff544923fd33306743e12a9bed8734070e8e2c8a6ab822db46dcce9e0d
+size 2105
diff --git a/dummy/ewe_Latn-sot_Latn/1.0.0/dummy_data.zip b/dummy/ewe_Latn-sot_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..43ea213f0bae62c68b1980dec183cdb06e6f1062
--- /dev/null
+++ b/dummy/ewe_Latn-sot_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:2c8435adcdcdb19608553b3cadc031d7c593799d8f52f7339e979e9505f49aba
+size 2635
diff --git a/dummy/ewe_Latn-ssw_Latn/1.0.0/dummy_data.zip b/dummy/ewe_Latn-ssw_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..353475a243c7d9e2f8c6491bc6c5ddcfa3b320d0
--- /dev/null
+++ b/dummy/ewe_Latn-ssw_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ded8e015d4f3de1facc5c8390660282e620e9eca35311d36d0a67e390949f252
+size 2201
diff --git a/dummy/ewe_Latn-swh_Latn/1.0.0/dummy_data.zip b/dummy/ewe_Latn-swh_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..80dbc851aa0b2c04006d4eabc70c689d3729c4c6
--- /dev/null
+++ b/dummy/ewe_Latn-swh_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3ae2c09615921fd76aa45f4dbd70f73e892f15c1b9b983694ef8fd280635eb1c
+size 2331
diff --git a/dummy/ewe_Latn-tir_Ethi/1.0.0/dummy_data.zip b/dummy/ewe_Latn-tir_Ethi/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..42999b33fea311273d0d08ebfee664f2c41f855d
--- /dev/null
+++ b/dummy/ewe_Latn-tir_Ethi/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3914c5dc7f3bafcc4c312c810ba7d7cd8b70e17d502a912a8ee9b425df1729f3
+size 3035
diff --git a/dummy/ewe_Latn-tsn_Latn/1.0.0/dummy_data.zip b/dummy/ewe_Latn-tsn_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..d799fe5cdcb8c35bdb9e3979a359457356f987d7
--- /dev/null
+++ b/dummy/ewe_Latn-tsn_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:87e334dea6d55a057ee16664ff9d60130e1f4e65f7ed7706460f462ddcac4da7
+size 2392
diff --git a/dummy/ewe_Latn-tso_Latn/1.0.0/dummy_data.zip b/dummy/ewe_Latn-tso_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..c81bb8374e9dbb4b01cc9f75f788ce48da97bfc5
--- /dev/null
+++ b/dummy/ewe_Latn-tso_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a0781fdbfafff59c6674006bc95341e60b42a651e732359470343182b12ac783
+size 2859
diff --git a/dummy/ewe_Latn-tum_Latn/1.0.0/dummy_data.zip b/dummy/ewe_Latn-tum_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..3076e7dab698ccf514e86d42d30a1edd9a2d2d38
--- /dev/null
+++ b/dummy/ewe_Latn-tum_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9fb7db2d79fbcddc0b446188990328abf944e453ab6893efe56c23dc5ec789e3
+size 2569
diff --git a/dummy/ewe_Latn-twi_Latn/1.0.0/dummy_data.zip b/dummy/ewe_Latn-twi_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..14eae49c147639cd9271a120b8868536213e3a35
--- /dev/null
+++ b/dummy/ewe_Latn-twi_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:4bb8a02710aa19cbecbb30121281814d8c7d0b87d0a8ea80b3c6ff04d90c1afa
+size 2480
diff --git a/dummy/ewe_Latn-umb_Latn/1.0.0/dummy_data.zip b/dummy/ewe_Latn-umb_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..4c82132b3e3eab36f3bb600cd60c34b7f23b8686
--- /dev/null
+++ b/dummy/ewe_Latn-umb_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b7a6a96b19de9df71d9c02bc216041b848c404a0b7193cacd91aaa7c614f2015
+size 2211
diff --git a/dummy/ewe_Latn-wol_Latn/1.0.0/dummy_data.zip b/dummy/ewe_Latn-wol_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..38e8747adb5e8b3245e494aa3c91316c9e4408ca
--- /dev/null
+++ b/dummy/ewe_Latn-wol_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:7af409ed2495aa5ea03b0ee3f80d118d82c5305803a5ee9b83d29ceb81d3709e
+size 2283
diff --git a/dummy/ewe_Latn-xho_Latn/1.0.0/dummy_data.zip b/dummy/ewe_Latn-xho_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..7791a599a5a79f650c1fca5b938556a7950fcfab
--- /dev/null
+++ b/dummy/ewe_Latn-xho_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:81d65d28f253e6afc7d551036b7d2e04c3df312ffd35c3eebe521ce31bc76e90
+size 2527
diff --git a/dummy/ewe_Latn-yor_Latn/1.0.0/dummy_data.zip b/dummy/ewe_Latn-yor_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..f1a9214d88a375700d2bd141e20f7f7f526e1ec5
--- /dev/null
+++ b/dummy/ewe_Latn-yor_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:fea77185759509410fbffbf8681ddc53386aa6193873ed4322aec93a548c13c0
+size 2119
diff --git a/dummy/ewe_Latn-zul_Latn/1.0.0/dummy_data.zip b/dummy/ewe_Latn-zul_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..6e27aed20d5dc389001a962dbe69711a19ced8ac
--- /dev/null
+++ b/dummy/ewe_Latn-zul_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3ade0d0af5160939885f4300acb84aacc4b1ccfb11d5600c39582d8f0ee6fb02
+size 2707
diff --git a/dummy/fij_Latn-hin_Deva/1.0.0/dummy_data.zip b/dummy/fij_Latn-hin_Deva/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..512ff64a4b6e89ec08df2da8804c3d46989b4b52
--- /dev/null
+++ b/dummy/fij_Latn-hin_Deva/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a9b57cfc30ec02a615f29251166884c7133670e2bfbe7dfe26dc4a9f616e28dc
+size 2521
diff --git a/dummy/fij_Latn-ilo_Latn/1.0.0/dummy_data.zip b/dummy/fij_Latn-ilo_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..8aa561e8534127a4e642049ae6254bb453d82b3a
--- /dev/null
+++ b/dummy/fij_Latn-ilo_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:468e42ef011fc229553426b74bb10dec189d9119d3e6240b1a0479c1d6817b4d
+size 2189
diff --git a/dummy/fij_Latn-jav_Latn/1.0.0/dummy_data.zip b/dummy/fij_Latn-jav_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..0eb3bf68801335d175122f07139834c02be01f99
--- /dev/null
+++ b/dummy/fij_Latn-jav_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:13f402f69115820fe30b9ef4a2270d92eda015c1ee5c574294e94b67a4342d30
+size 2181
diff --git a/dummy/fij_Latn-min_Latn/1.0.0/dummy_data.zip b/dummy/fij_Latn-min_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..0b2468b609d9a3c011194c89a398efae3bdd8b39
--- /dev/null
+++ b/dummy/fij_Latn-min_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c92956c2384faefb599b9e1582e85ff908efacd9b9588cab5b418b0c3d10589a
+size 2054
diff --git a/dummy/fij_Latn-mri_Latn/1.0.0/dummy_data.zip b/dummy/fij_Latn-mri_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..5c011a92a5ec7bd045428a5ba6787f50302c38df
--- /dev/null
+++ b/dummy/fij_Latn-mri_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9df2ee044096f99ef7704a9d264a0c8cbe539a8e17a40dc7249000bc14a1eb09
+size 2132
diff --git a/dummy/fij_Latn-pag_Latn/1.0.0/dummy_data.zip b/dummy/fij_Latn-pag_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..0172e4663571d6d19940c185c55808a98be74d62
--- /dev/null
+++ b/dummy/fij_Latn-pag_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:0a3d6fd02744602e6f8023fff879e634a5bd16b1a8d1350bacdf4abc15dd951f
+size 2378
diff --git a/dummy/fij_Latn-plt_Latn/1.0.0/dummy_data.zip b/dummy/fij_Latn-plt_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..dfc1962706627bf0e0d50cffd49d56147d01c01f
--- /dev/null
+++ b/dummy/fij_Latn-plt_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:832107a3d0b3e28971d690105ef3982232dda85cad2fd87ad44da5b81b46d900
+size 2295
diff --git a/dummy/fij_Latn-smo_Latn/1.0.0/dummy_data.zip b/dummy/fij_Latn-smo_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..f2d3795ab6da7a5272ff20ca389fa2bfdb60611f
--- /dev/null
+++ b/dummy/fij_Latn-smo_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:4e0361ff9df56ec1c5c9be8524b6e1d1dc7f5869e4ff2cf9da4f89d534d7b425
+size 2545
diff --git a/dummy/fij_Latn-sun_Latn/1.0.0/dummy_data.zip b/dummy/fij_Latn-sun_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..803295959eed684a4597a96801dd480340e70da2
--- /dev/null
+++ b/dummy/fij_Latn-sun_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:49074482db1b2bbe4ac0a08b54c9a2360347a376067af6a4d3498dde6bdefc50
+size 2334
diff --git a/dummy/fij_Latn-war_Latn/1.0.0/dummy_data.zip b/dummy/fij_Latn-war_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..9b947977cbe3a0a6ded87a2f157cbf9705138937
--- /dev/null
+++ b/dummy/fij_Latn-war_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a740cbadf05146f53cc4e62ae420a4cf429a9e50fae599f9d12d095aecf65324
+size 1786
diff --git a/dummy/fon_Latn-fra_Latn/1.0.0/dummy_data.zip b/dummy/fon_Latn-fra_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..a62b908b8d78334a5fd4a8ac3dd690e0744e2c67
--- /dev/null
+++ b/dummy/fon_Latn-fra_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:db88409b4c20d61db03cd9a343f6e4a524d0ee36a5176968c99fa30b49298f67
+size 2419
diff --git a/dummy/fon_Latn-fuv_Latn/1.0.0/dummy_data.zip b/dummy/fon_Latn-fuv_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..3d00f973e7420d90b38672de241c158438ad8aae
--- /dev/null
+++ b/dummy/fon_Latn-fuv_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ccbb62aa0bae1a4933238e81f414818197b6879e29a4738a649b06fc4e3acbe0
+size 2100
diff --git a/dummy/fon_Latn-gaz_Latn/1.0.0/dummy_data.zip b/dummy/fon_Latn-gaz_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..650e2fa8e2395f77f8e1b79611e91381fa79e3bf
--- /dev/null
+++ b/dummy/fon_Latn-gaz_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:989e816a045984f4b58dc008d112f59518ce7337d202c04a2b99c2736e4c6207
+size 2426
diff --git a/dummy/fon_Latn-hau_Latn/1.0.0/dummy_data.zip b/dummy/fon_Latn-hau_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..1f396ec879edba376de451f1a60e4af09f7a850c
--- /dev/null
+++ b/dummy/fon_Latn-hau_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:5eff053835bc3f08ccb5dc29f19a90391ea235b35889a183607e9fe750002aaa
+size 2326
diff --git a/dummy/fon_Latn-ibo_Latn/1.0.0/dummy_data.zip b/dummy/fon_Latn-ibo_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..b34f50fb04acc93359582d3446d52bf80eb81cba
--- /dev/null
+++ b/dummy/fon_Latn-ibo_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ca45ad59d54b7a40a15e0be7034ef52770d913867cabf964789e7dd6c4ac5918
+size 2021
diff --git a/dummy/fon_Latn-kam_Latn/1.0.0/dummy_data.zip b/dummy/fon_Latn-kam_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..59b687105c7e8a6e863565518021e552b68274ea
--- /dev/null
+++ b/dummy/fon_Latn-kam_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:2e99092bada2c1589bd558c9d21207d79aad0ee49404a3e58227fd5c24379c1b
+size 2419
diff --git a/dummy/fon_Latn-kik_Latn/1.0.0/dummy_data.zip b/dummy/fon_Latn-kik_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..4e8bf2b1548f627cf95a8b92fd01687f27aab0ac
--- /dev/null
+++ b/dummy/fon_Latn-kik_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:71e54d2d07cf176a27e24ba254d407d44c7fe7af487ea2a08b5dd89c880fb8c3
+size 2068
diff --git a/dummy/fon_Latn-kin_Latn/1.0.0/dummy_data.zip b/dummy/fon_Latn-kin_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..af54c6ba21fa4f9967e642084fe2fa42443bef61
--- /dev/null
+++ b/dummy/fon_Latn-kin_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:6a2e0f5136c3ae6c8fd02ab079c7900d46678e712e214a17b0c43728dbcef937
+size 2587
diff --git a/dummy/fon_Latn-kmb_Latn/1.0.0/dummy_data.zip b/dummy/fon_Latn-kmb_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..1b7537908c64e9cc2a4a5087f450e41da9ba67c5
--- /dev/null
+++ b/dummy/fon_Latn-kmb_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:4f9fb1f290e3aedecdddd9e7c64bbafd5749e24383f5679f46bee7f557eb9408
+size 2253
diff --git a/dummy/fon_Latn-knc_Arab/1.0.0/dummy_data.zip b/dummy/fon_Latn-knc_Arab/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..fb329bb36461c364e4f1a595c5ed3ec6d9225e0c
--- /dev/null
+++ b/dummy/fon_Latn-knc_Arab/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:fb8a82107de1eb9e4affc694385e47eae8195fb94255b3991390b61f9cc26033
+size 2902
diff --git a/dummy/fon_Latn-knc_Latn/1.0.0/dummy_data.zip b/dummy/fon_Latn-knc_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..1d5544a27fbc55cbf999749370c26d165f17df78
--- /dev/null
+++ b/dummy/fon_Latn-knc_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:5bdabe4ba629cf4952643682f57edd2ff51b37a3afe3d12e523f23d99d55301e
+size 2608
diff --git a/dummy/fon_Latn-kon_Latn/1.0.0/dummy_data.zip b/dummy/fon_Latn-kon_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..5dde81dc88b9b7bb57624fe8b1df0691a303c7ec
--- /dev/null
+++ b/dummy/fon_Latn-kon_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a2d04cbe3274b508ad6504bac2a60723467d7ad9aded9860682e94bec0ff8aa8
+size 2555
diff --git a/dummy/fon_Latn-lin_Latn/1.0.0/dummy_data.zip b/dummy/fon_Latn-lin_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..05a9a9783575afc4cd98b4e6e404722234501912
--- /dev/null
+++ b/dummy/fon_Latn-lin_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:043550e60d5b9e444615012a64daddc95551645d716b1b99fa961475b6e3251f
+size 2605
diff --git a/dummy/fon_Latn-lua_Latn/1.0.0/dummy_data.zip b/dummy/fon_Latn-lua_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..eb68a34593339c33c8f23bffc8a00026b5874349
--- /dev/null
+++ b/dummy/fon_Latn-lua_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:4ce3925bf8bbddb2242942cb00ec423df0c43cf203ebb2a10f49ac11798bdeb0
+size 2229
diff --git a/dummy/fon_Latn-lug_Latn/1.0.0/dummy_data.zip b/dummy/fon_Latn-lug_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..c9035a36bd0bee98be97e396f01cd27a0087c9e0
--- /dev/null
+++ b/dummy/fon_Latn-lug_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:0b1fae32a99d682bd441e90f6326a86a313b5f5d6b0b937098614c5061048c0e
+size 2431
diff --git a/dummy/fon_Latn-luo_Latn/1.0.0/dummy_data.zip b/dummy/fon_Latn-luo_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..8c9a8b1df91110861848ac57174b2cf98b60fb3f
--- /dev/null
+++ b/dummy/fon_Latn-luo_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e4c1ce6b9b0b6c44dfabdc975bb2407c84808578ebb7d1c9e6cb75283c5556d8
+size 2537
diff --git a/dummy/fon_Latn-nso_Latn/1.0.0/dummy_data.zip b/dummy/fon_Latn-nso_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..d792070709638d9cd14f25c55948b29003b08e06
--- /dev/null
+++ b/dummy/fon_Latn-nso_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:95b6194a8c4cda4b6cd6cbfd912f9e5b74924dad864e7f4d6c1191f3d781495f
+size 2343
diff --git a/dummy/fon_Latn-nus_Latn/1.0.0/dummy_data.zip b/dummy/fon_Latn-nus_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..d129c0c4dbe8c94ff63a02ee98caff10be137f1e
--- /dev/null
+++ b/dummy/fon_Latn-nus_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:bad81698dfdd58f39b84e32a09d8e64911bf63b2638c183ca4849f19859bc420
+size 2177
diff --git a/dummy/fon_Latn-nya_Latn/1.0.0/dummy_data.zip b/dummy/fon_Latn-nya_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..891199ef7562e89ee3d962d12d89b0469b48dbbe
--- /dev/null
+++ b/dummy/fon_Latn-nya_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:937ff66091d700a8e81fe97ddc9b0d9a037263fd000c43115219af88a06ddcc8
+size 2742
diff --git a/dummy/fon_Latn-run_Latn/1.0.0/dummy_data.zip b/dummy/fon_Latn-run_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..f2a7e4302802b5011eff474d8ed2d75d4290f3f9
--- /dev/null
+++ b/dummy/fon_Latn-run_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:5d5973768d9e2dd0ee1bbcae688d2aaa7d6194c4d5b1b4ea34222853c053d149
+size 2728
diff --git a/dummy/fon_Latn-sna_Latn/1.0.0/dummy_data.zip b/dummy/fon_Latn-sna_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..692247fd8f795d649919875dd933b990d9e016de
--- /dev/null
+++ b/dummy/fon_Latn-sna_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:7c742cc3503d8e68ed346686bf12947e7fa9bb6ad87be1b1d1ba6d11b7d2a403
+size 2407
diff --git a/dummy/fon_Latn-som_Latn/1.0.0/dummy_data.zip b/dummy/fon_Latn-som_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..3bfff32329e64dbee368135a9ebb7c4e078a5a1e
--- /dev/null
+++ b/dummy/fon_Latn-som_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:1aa5c1808fee897bd9a890bab5eb31d32a0bd622a3b6464a08583fa0e7a1c3f1
+size 2384
diff --git a/dummy/fon_Latn-sot_Latn/1.0.0/dummy_data.zip b/dummy/fon_Latn-sot_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..e7140580b3a967c0036cbedca0feb1b79a5c0103
--- /dev/null
+++ b/dummy/fon_Latn-sot_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:82e73554bc741df4b40d79c2d4bf81a260347573e7a3aa3f36f5260d649e03bd
+size 2498
diff --git a/dummy/fon_Latn-ssw_Latn/1.0.0/dummy_data.zip b/dummy/fon_Latn-ssw_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..500a93b753f044e3003a55ab8ac6f12f416c56f4
--- /dev/null
+++ b/dummy/fon_Latn-ssw_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:25bae8f690395765ca850a71e31b6d5e01f1d26f74d7e44427b3fc7df11a1d91
+size 2226
diff --git a/dummy/fon_Latn-swh_Latn/1.0.0/dummy_data.zip b/dummy/fon_Latn-swh_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..b80f03353c6f48a5eddae3386ca118b18828058e
--- /dev/null
+++ b/dummy/fon_Latn-swh_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:897a11e846a8a2aa67ef4f5810a251bd673122f8de240431b66570c044ae1147
+size 2610
diff --git a/dummy/fon_Latn-tir_Ethi/1.0.0/dummy_data.zip b/dummy/fon_Latn-tir_Ethi/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..27ecc6642d89b43f80adb8ad823c1bba495bdb00
--- /dev/null
+++ b/dummy/fon_Latn-tir_Ethi/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:29f642b302325dc5be303c442bab5bcc99adfee97e2b2ff799a9ab9fe434ed41
+size 2982
diff --git a/dummy/fon_Latn-tsn_Latn/1.0.0/dummy_data.zip b/dummy/fon_Latn-tsn_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..458dead1e4ca84de640fded5d1110faf90c8907e
--- /dev/null
+++ b/dummy/fon_Latn-tsn_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ddcad0874d97effdf5f7a9bd88031b910320275674990562b9d619e22ca878e1
+size 2477
diff --git a/dummy/fon_Latn-tso_Latn/1.0.0/dummy_data.zip b/dummy/fon_Latn-tso_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..656231f8bcfa689fe213b5e4745fc8e983673b34
--- /dev/null
+++ b/dummy/fon_Latn-tso_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ea0ede24675f7709cc031a13a54ce1bee970e52f3bd8751255f4f78b71fd4a5e
+size 2478
diff --git a/dummy/fon_Latn-tum_Latn/1.0.0/dummy_data.zip b/dummy/fon_Latn-tum_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..4e72dd774299d52921dba61e5373df47804223ac
--- /dev/null
+++ b/dummy/fon_Latn-tum_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:1c55add129035586b3581c875f493ec8c5e27b6834fc8654a75f7bf5b3fbb935
+size 2660
diff --git a/dummy/fon_Latn-twi_Latn/1.0.0/dummy_data.zip b/dummy/fon_Latn-twi_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..baaa0eea26cbee99c979107fe9c079bc9de7aa8d
--- /dev/null
+++ b/dummy/fon_Latn-twi_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:8388ee8778ef4685f671def5e8b6a548c09114d6fdf22d5f97959553facf6e8c
+size 2568
diff --git a/dummy/fon_Latn-umb_Latn/1.0.0/dummy_data.zip b/dummy/fon_Latn-umb_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..ed377cc541a16b08860093b38fcbb7f16828e11a
--- /dev/null
+++ b/dummy/fon_Latn-umb_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f91fa105bb5dd862d07c4312d75410f9844394345a8dcee9964db88f26ab2b20
+size 2692
diff --git a/dummy/fon_Latn-wol_Latn/1.0.0/dummy_data.zip b/dummy/fon_Latn-wol_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..d91f8967edb40d41d9cf34ab89857fd3836afbd1
--- /dev/null
+++ b/dummy/fon_Latn-wol_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:7996a0a29d353a72a53e63deb0f714cfc09fc28f1f5ad765065599a8db526657
+size 2187
diff --git a/dummy/fon_Latn-xho_Latn/1.0.0/dummy_data.zip b/dummy/fon_Latn-xho_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..4bfbde04a0e86dcc3bae06c972bbd0a34b9747c5
--- /dev/null
+++ b/dummy/fon_Latn-xho_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:575c7ef82363b02628231b937233ebde0bf3ddd946bce11b61aa06e84d55fa4f
+size 3166
diff --git a/dummy/fon_Latn-yor_Latn/1.0.0/dummy_data.zip b/dummy/fon_Latn-yor_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..42dad64446c29b292993e0863634398203b6867e
--- /dev/null
+++ b/dummy/fon_Latn-yor_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:277532758255ce941c1162ab52edb1e1fb0d1d705c9c5a6d49a312efb817a6f4
+size 1932
diff --git a/dummy/fon_Latn-zul_Latn/1.0.0/dummy_data.zip b/dummy/fon_Latn-zul_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..be561823af2bfd6e11a56d455d5e17caddc0d5a8
--- /dev/null
+++ b/dummy/fon_Latn-zul_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f4ff1ac5af0147688766ac0c4877b80efb1debf0f7231d93ba0cccd89dde6569
+size 2687
diff --git a/dummy/fra_Latn-fuv_Latn/1.0.0/dummy_data.zip b/dummy/fra_Latn-fuv_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..23e790ff2d9c83b9425f32edebdf95487067493e
--- /dev/null
+++ b/dummy/fra_Latn-fuv_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:02e6fa55b9c9cfbf8a00acf73c95485573449474823a2bfab19e3a28bf29cd05
+size 2467
diff --git a/dummy/fra_Latn-gaz_Latn/1.0.0/dummy_data.zip b/dummy/fra_Latn-gaz_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..5e08bba4488da696a3d26565df79201ea6c90b5f
--- /dev/null
+++ b/dummy/fra_Latn-gaz_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:2a2be009e44c3f8c67edeede90e07632e502b814903c18d6be24aa20d94d96c1
+size 2277
diff --git a/dummy/fra_Latn-glg_Latn/1.0.0/dummy_data.zip b/dummy/fra_Latn-glg_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..408f52bc7a1169df4626335ddca709006d16d6c9
--- /dev/null
+++ b/dummy/fra_Latn-glg_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:6ca8be6dd81b73e2694618c2975cbf3357bb4fad604f431e00f0cb752958a182
+size 2599
diff --git a/dummy/fra_Latn-hat_Latn/1.0.0/dummy_data.zip b/dummy/fra_Latn-hat_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..7dfc5f14de9083da39de42b85a85c39e105c2453
--- /dev/null
+++ b/dummy/fra_Latn-hat_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:275d6213d20fd5977cd2d59afb0214e152bb74bb53332fef0e8725865888079d
+size 2711
diff --git a/dummy/fra_Latn-hau_Latn/1.0.0/dummy_data.zip b/dummy/fra_Latn-hau_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..fe52c13033947a6fe429358ecf2de3bb6d74fdeb
--- /dev/null
+++ b/dummy/fra_Latn-hau_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e1c6353793d4bce396d8dc30161777683092349d42ed08ecb91cdd06841a251c
+size 2522
diff --git a/dummy/fra_Latn-ibo_Latn/1.0.0/dummy_data.zip b/dummy/fra_Latn-ibo_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..5f21b812031c595da32cf7aa889147ad06fa8703
--- /dev/null
+++ b/dummy/fra_Latn-ibo_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:36a4ef531e4773db04381196cadecdf5012c68e027f8a31ec4d6bd099e6f96fa
+size 2292
diff --git a/dummy/fra_Latn-kab_Latn/1.0.0/dummy_data.zip b/dummy/fra_Latn-kab_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..1f14f8a6d7067adb4a5e37906fe3f972f46cc67c
--- /dev/null
+++ b/dummy/fra_Latn-kab_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e21f9e01b5f273884e78908e010d9c87f4c32b0548d7c05248bc9516fb9bd44a
+size 2462
diff --git a/dummy/fra_Latn-kam_Latn/1.0.0/dummy_data.zip b/dummy/fra_Latn-kam_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..12b6094b05f023bea24fe6706c5d97d89a3f8258
--- /dev/null
+++ b/dummy/fra_Latn-kam_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9dbc5fced1f0129d9b078343f35a5389392c65d888cf024a2dfcfff540a2b1ea
+size 2662
diff --git a/dummy/fra_Latn-kik_Latn/1.0.0/dummy_data.zip b/dummy/fra_Latn-kik_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..b1b86bad012ea14a46e8867d6991358716d9a0a0
--- /dev/null
+++ b/dummy/fra_Latn-kik_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:568789268723b28dd1f9c74a29a63b6192363ec0ff7e79923b70d04c088513ef
+size 2685
diff --git a/dummy/fra_Latn-kin_Latn/1.0.0/dummy_data.zip b/dummy/fra_Latn-kin_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..0562e40879f205b5fd18effed10ae314f28dd630
--- /dev/null
+++ b/dummy/fra_Latn-kin_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c8ecb91a33e7e13c4953b4c7283b15b109bfcd7497309a725e014fd366895919
+size 2914
diff --git a/dummy/fra_Latn-kmb_Latn/1.0.0/dummy_data.zip b/dummy/fra_Latn-kmb_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..77a326b90b71fabcca831c7bdb85ff28cca18a7a
--- /dev/null
+++ b/dummy/fra_Latn-kmb_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:07deb8bd5e0bb6d65966f332680762880fc797c914d7a5dee1940c277fa4bfd1
+size 2742
diff --git a/dummy/fra_Latn-knc_Arab/1.0.0/dummy_data.zip b/dummy/fra_Latn-knc_Arab/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..01b49e229702d2cba457a244bf5995338989d736
--- /dev/null
+++ b/dummy/fra_Latn-knc_Arab/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:7cd0b0458bbb61ec80be9ac21dd78005847d994fde94096818d36421a1060aa5
+size 3305
diff --git a/dummy/fra_Latn-knc_Latn/1.0.0/dummy_data.zip b/dummy/fra_Latn-knc_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..2a30c73250446d7a60d10fdc5cc89be3d381a60e
--- /dev/null
+++ b/dummy/fra_Latn-knc_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:8cc4924928b0e836f46d78d8f7d654a3dfa33b522dcfb22d73483da7a390b18b
+size 2657
diff --git a/dummy/fra_Latn-kon_Latn/1.0.0/dummy_data.zip b/dummy/fra_Latn-kon_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..6b7fb133bd5b5e3f7bda5859f037653ed7d5cdec
--- /dev/null
+++ b/dummy/fra_Latn-kon_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:2694a1d1ce6385d335dd769990e8cc4f72b602a47209f31213b3235bd5219747
+size 2670
diff --git a/dummy/fra_Latn-lin_Latn/1.0.0/dummy_data.zip b/dummy/fra_Latn-lin_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..a0d9b867da2f03ed400d0b59bb430d71268a3335
--- /dev/null
+++ b/dummy/fra_Latn-lin_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:fbec4f62263d105d86ce5e0ba0fb7f6865baa8e9897660e8862eb8e0282bdc19
+size 2738
diff --git a/dummy/fra_Latn-ltz_Latn/1.0.0/dummy_data.zip b/dummy/fra_Latn-ltz_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..782ec2b5e7bebbe46f12fa31e89f07d2bf51dd93
--- /dev/null
+++ b/dummy/fra_Latn-ltz_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:341932cb097a8cd272d7a57c2ffef394d1268088a75f706c662299493cea2de9
+size 2576
diff --git a/dummy/fra_Latn-lua_Latn/1.0.0/dummy_data.zip b/dummy/fra_Latn-lua_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..7f4dd20eeff53433c2c507e8c22e7f5399bf36af
--- /dev/null
+++ b/dummy/fra_Latn-lua_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:087c6fab63572b7bb8569d51f435c935aa12baff3792b98adb618a7819668e4c
+size 2756
diff --git a/dummy/fra_Latn-lug_Latn/1.0.0/dummy_data.zip b/dummy/fra_Latn-lug_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..e15a1748cff1734f9d8e2c56a2b404c97c8c9d1f
--- /dev/null
+++ b/dummy/fra_Latn-lug_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:8362fcf8eb3b7b5851491cddd923ce3788f7f521cc476ced73435c3fea78c5aa
+size 2704
diff --git a/dummy/fra_Latn-luo_Latn/1.0.0/dummy_data.zip b/dummy/fra_Latn-luo_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..aaced759b07f28e2862dcbe985816dd6ece472a1
--- /dev/null
+++ b/dummy/fra_Latn-luo_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:8e548ed2320528916086767f8b86ef6c484514884cb7486800ece270420dc162
+size 2397
diff --git a/dummy/fra_Latn-nso_Latn/1.0.0/dummy_data.zip b/dummy/fra_Latn-nso_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..df76248794e5326401d5cbaa2e2344e85940a31a
--- /dev/null
+++ b/dummy/fra_Latn-nso_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:2d3de72dd06b792eac4365c9aa16725f429a3e85b54e99c356289665f11a45fe
+size 2750
diff --git a/dummy/fra_Latn-nus_Latn/1.0.0/dummy_data.zip b/dummy/fra_Latn-nus_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..6ba53416cbac63b499f17c9be6387aa97864bd67
--- /dev/null
+++ b/dummy/fra_Latn-nus_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:bbf0257612b3f51ba94f4553224636c241410aba50b0df247a2c5a414e35638b
+size 2475
diff --git a/dummy/fra_Latn-nya_Latn/1.0.0/dummy_data.zip b/dummy/fra_Latn-nya_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..c969c6d98d6191fcab0fef19dabc0cb4fb962d43
--- /dev/null
+++ b/dummy/fra_Latn-nya_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ff3556a493c9ca7bfd4d7f928da36df33cfe22f77bb25430cfa306f0e6c3eaef
+size 2579
diff --git a/dummy/fra_Latn-oci_Latn/1.0.0/dummy_data.zip b/dummy/fra_Latn-oci_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..da967d1197a4b8ac2403a2b4cb61e71c92ff5fcb
--- /dev/null
+++ b/dummy/fra_Latn-oci_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:47998e8424c1c00218f4937d2e560a551d29c3a7c9201a210e1486cf7831be61
+size 2722
diff --git a/dummy/fra_Latn-plt_Latn/1.0.0/dummy_data.zip b/dummy/fra_Latn-plt_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..b4c6071c54d2a14d5cc6a9341ddef0fdd24673ce
--- /dev/null
+++ b/dummy/fra_Latn-plt_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:6f9d6c1e662d71f95173ca0426b53c6484f418758af28e51f16f62d7ae4dc339
+size 2943
diff --git a/dummy/fra_Latn-run_Latn/1.0.0/dummy_data.zip b/dummy/fra_Latn-run_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..0d8d630e8c23e35d44d9fec1b5af0dbc3a055c03
--- /dev/null
+++ b/dummy/fra_Latn-run_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:de16d2bead63e067e2a1ce98074651a150639797addf76b5f26364423c8c0bc1
+size 2599
diff --git a/dummy/fra_Latn-sag_Latn/1.0.0/dummy_data.zip b/dummy/fra_Latn-sag_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..c54e000889ef6e666d986a46b1f7591e62b896f5
--- /dev/null
+++ b/dummy/fra_Latn-sag_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d342ea99de8bc19e19510d10ddedc5d2e8809a0e42a7c121f7b54ead73cfa1d4
+size 2662
diff --git a/dummy/fra_Latn-scn_Latn/1.0.0/dummy_data.zip b/dummy/fra_Latn-scn_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..9783454f890a52501cae0fcda4996ba0e06036bf
--- /dev/null
+++ b/dummy/fra_Latn-scn_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:8924cdea4b046a60137bea3c32ac1be1dc5e448d9249aa7f4a8da0fc92bf1790
+size 2636
diff --git a/dummy/fra_Latn-sna_Latn/1.0.0/dummy_data.zip b/dummy/fra_Latn-sna_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..5bf3221618a6460a42e7e9fd1f858e171dc6352d
--- /dev/null
+++ b/dummy/fra_Latn-sna_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b726dafd650b9ee0a5746bdb23927d51ed17e32dfe90a9cdd7328c85af2377d8
+size 2518
diff --git a/dummy/fra_Latn-som_Latn/1.0.0/dummy_data.zip b/dummy/fra_Latn-som_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..e0a6d8731b62202b5817f6be5c2ead2f88f19e7d
--- /dev/null
+++ b/dummy/fra_Latn-som_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:fbb11491a0c374378b3f9554881edd3e2b87d575e6af53bf9da0a1af156a7960
+size 2640
diff --git a/dummy/fra_Latn-sot_Latn/1.0.0/dummy_data.zip b/dummy/fra_Latn-sot_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..ec508af8a4b09e8cd31689ecd9253ad053d816be
--- /dev/null
+++ b/dummy/fra_Latn-sot_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:42c8c79e0d72e2ae015ab9e14d19f653c83f21c0f61aea60ece6d2c0594a29f0
+size 2588
diff --git a/dummy/fra_Latn-ssw_Latn/1.0.0/dummy_data.zip b/dummy/fra_Latn-ssw_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..fd8d2ee95bbd28e5d8173bd492486f5ac19a01b7
--- /dev/null
+++ b/dummy/fra_Latn-ssw_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:96181a3f3cfd07fb24cc36e678c302f5c67f00a385a88396c056acaed614f27b
+size 2526
diff --git a/dummy/fra_Latn-swh_Latn/1.0.0/dummy_data.zip b/dummy/fra_Latn-swh_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..fc36979409b797cd94e77948589339ad10b7db22
--- /dev/null
+++ b/dummy/fra_Latn-swh_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e335078edb9fb7537d635144dab2038fe10d635cee12a098971542334acc3d30
+size 2354
diff --git a/dummy/fra_Latn-tir_Ethi/1.0.0/dummy_data.zip b/dummy/fra_Latn-tir_Ethi/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..437999cb97f33426fc4727c343150cca261a0ad0
--- /dev/null
+++ b/dummy/fra_Latn-tir_Ethi/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:29bc8bbb6468982e75221c92c5b22ef019d9d936aac64a788a93d73fb2393826
+size 3019
diff --git a/dummy/fra_Latn-tsn_Latn/1.0.0/dummy_data.zip b/dummy/fra_Latn-tsn_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..ab972e51143e4d5654f83dadd738d7b227d7cbfd
--- /dev/null
+++ b/dummy/fra_Latn-tsn_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:60410580fbaca70d6adfbfa26e7bba5a9d714f6c47e5e7878262220079b0dd51
+size 2503
diff --git a/dummy/fra_Latn-tso_Latn/1.0.0/dummy_data.zip b/dummy/fra_Latn-tso_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..42d92cbff2ca7c7567b227986e1423902c893142
--- /dev/null
+++ b/dummy/fra_Latn-tso_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:690615367b9307c2851dbb9b67892250183936c85bcc27a6398ce878675d6afb
+size 2602
diff --git a/dummy/fra_Latn-tum_Latn/1.0.0/dummy_data.zip b/dummy/fra_Latn-tum_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..6046364db5bc5c27a4da32ec71c4cb2ab3d505e6
--- /dev/null
+++ b/dummy/fra_Latn-tum_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:22da93c3235ce53b49388d51208189e29e51ee5837acac160beb246b86a0cb74
+size 2821
diff --git a/dummy/fra_Latn-twi_Latn/1.0.0/dummy_data.zip b/dummy/fra_Latn-twi_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..e421d3b1cc5e57e25826e331504f38d6cc4867df
--- /dev/null
+++ b/dummy/fra_Latn-twi_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:09f99116b6b70e84465f3827fee06fbc3d14e63e2a10f4699edc224d0774c267
+size 2423
diff --git a/dummy/fra_Latn-tzm_Tfng/1.0.0/dummy_data.zip b/dummy/fra_Latn-tzm_Tfng/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..1283da6e0a591c04291e26684b9106eeec6b3b1c
--- /dev/null
+++ b/dummy/fra_Latn-tzm_Tfng/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d93530026cae5b50157a26e61b409a69562ce06f3547988bf59ba7bdcf76bcdb
+size 2360
diff --git a/dummy/fra_Latn-umb_Latn/1.0.0/dummy_data.zip b/dummy/fra_Latn-umb_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..9b2967af8a4ec9d64f694f2b4348b9d430e10ed2
--- /dev/null
+++ b/dummy/fra_Latn-umb_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:797b8450fe5d58c4df6c114f5c721eb1eaa5855f1b4bb6fd67273e33030502e8
+size 2680
diff --git a/dummy/fra_Latn-wol_Latn/1.0.0/dummy_data.zip b/dummy/fra_Latn-wol_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..e990c78b60843ddf74e4616155aa36dc53212b3c
--- /dev/null
+++ b/dummy/fra_Latn-wol_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:8b593cc257202a0bb860c85d3433eeee65d15a83c428dc2a766faf8d765deedf
+size 2310
diff --git a/dummy/fra_Latn-xho_Latn/1.0.0/dummy_data.zip b/dummy/fra_Latn-xho_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..143fc5a443c666a3c58c77b609a5c1a57529ce3b
--- /dev/null
+++ b/dummy/fra_Latn-xho_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f8bbeb5d58089e7bf98cde6784aac71cc77a85064eaad3b0e21161b4d13bd114
+size 2707
diff --git a/dummy/fra_Latn-yor_Latn/1.0.0/dummy_data.zip b/dummy/fra_Latn-yor_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..6a9695dc69aee9bacad6e18db880be2e6cac2610
--- /dev/null
+++ b/dummy/fra_Latn-yor_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:176d93ac865774b45880e027e1703da56a9be9a50482763b28bddf4a5c310a6b
+size 2139
diff --git a/dummy/fra_Latn-zul_Latn/1.0.0/dummy_data.zip b/dummy/fra_Latn-zul_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..0a8d320b303ba35ac8f3ae923ab443667af43e38
--- /dev/null
+++ b/dummy/fra_Latn-zul_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:120eeff34a257c2c55f434709d1131713c00961473301793401ffc2edc38416a
+size 2503
diff --git a/dummy/fuv_Latn-gaz_Latn/1.0.0/dummy_data.zip b/dummy/fuv_Latn-gaz_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..a6181d9358b9941f4dfcc1902f1be1d61f9e7565
--- /dev/null
+++ b/dummy/fuv_Latn-gaz_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:7153e21c629c8b75bf2104c104856f6c41a4b3253773074187ee8a8cfd4a17a5
+size 1933
diff --git a/dummy/fuv_Latn-hau_Latn/1.0.0/dummy_data.zip b/dummy/fuv_Latn-hau_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..2a4cd804e75898f9b928d027de6a36b76d63a168
--- /dev/null
+++ b/dummy/fuv_Latn-hau_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:93ed595cd09eaac1c37a8bf6e21ca63b59d3a07f34512cb9ba4f966d4abb8e6a
+size 1834
diff --git a/dummy/fuv_Latn-ibo_Latn/1.0.0/dummy_data.zip b/dummy/fuv_Latn-ibo_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..a912b3f3307354b72262bb2f1e42bf9834717eac
--- /dev/null
+++ b/dummy/fuv_Latn-ibo_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:5afd24326a8f99678adcdb6687d701319f19d564e0c419281ffa9c15ade1add2
+size 1705
diff --git a/dummy/fuv_Latn-kam_Latn/1.0.0/dummy_data.zip b/dummy/fuv_Latn-kam_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..d3049fd598631eb6409fe9254a580a8111f57570
--- /dev/null
+++ b/dummy/fuv_Latn-kam_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:8152fa06c392509607ebe5a0c076231e0af2f97b56b7d0d2c7c2a517077a88c2
+size 2012
diff --git a/dummy/fuv_Latn-kik_Latn/1.0.0/dummy_data.zip b/dummy/fuv_Latn-kik_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..8097d90ee4afa3f3f9fd4b3884c8381ed8fa5f92
--- /dev/null
+++ b/dummy/fuv_Latn-kik_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:0867d91b392f4c769170be03581ed19467bd89fd0445a9926e5277a8dabc6a00
+size 2026
diff --git a/dummy/fuv_Latn-kin_Latn/1.0.0/dummy_data.zip b/dummy/fuv_Latn-kin_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..515bbf5fa9bdb7f00b9dce77770df4a8af2e60bc
--- /dev/null
+++ b/dummy/fuv_Latn-kin_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:acc433bb8b5d4e92e49cda4d4d60c2ce3af4903d6b8097525d0b14eb324edf00
+size 1850
diff --git a/dummy/fuv_Latn-kmb_Latn/1.0.0/dummy_data.zip b/dummy/fuv_Latn-kmb_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..f43cb986a2f84d3af3942d518608e9f819e256d5
--- /dev/null
+++ b/dummy/fuv_Latn-kmb_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:68c6a73551e2d1f64376c946ff172aaa081b55233a880cc1ba261537e4703836
+size 2164
diff --git a/dummy/fuv_Latn-knc_Arab/1.0.0/dummy_data.zip b/dummy/fuv_Latn-knc_Arab/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..8762496441366af1e728e889c3204caf4fe6fa72
--- /dev/null
+++ b/dummy/fuv_Latn-knc_Arab/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:26cbe7dec2215e581ce81cc32882eed48c1ff2156098cb67de6e4526ed7428a2
+size 1744
diff --git a/dummy/fuv_Latn-knc_Latn/1.0.0/dummy_data.zip b/dummy/fuv_Latn-knc_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..cfb2c8383c95705122751e21449f61f49c14182d
--- /dev/null
+++ b/dummy/fuv_Latn-knc_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:329393171ef1f26d4035f4bb173932ba40158eb2f928ab3963d282f9aa8fe879
+size 1558
diff --git a/dummy/fuv_Latn-kon_Latn/1.0.0/dummy_data.zip b/dummy/fuv_Latn-kon_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..4e7c96207d9c8cec9d76c1a32fe2a0c9d47fb8d0
--- /dev/null
+++ b/dummy/fuv_Latn-kon_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e98c0b741c9f416577af197b9fbdb07da5fff14a238efab67ae49ae44c304e1e
+size 2041
diff --git a/dummy/fuv_Latn-lin_Latn/1.0.0/dummy_data.zip b/dummy/fuv_Latn-lin_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..b16dc5b12d09f4a07cba59bbeed4d1b7f5912703
--- /dev/null
+++ b/dummy/fuv_Latn-lin_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:771a5a50919a2da388f87f12bc20320e3484332c05bef92e9466cc784fd8ce3f
+size 2227
diff --git a/dummy/fuv_Latn-lua_Latn/1.0.0/dummy_data.zip b/dummy/fuv_Latn-lua_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..fb512c907cbf53e5a2d4b178b9bd76d7d5a98fa4
--- /dev/null
+++ b/dummy/fuv_Latn-lua_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:80b6150849c7173c7af4c84308aa59953f1da97ab0a800f959524ada6a2a2dd5
+size 1885
diff --git a/dummy/fuv_Latn-lug_Latn/1.0.0/dummy_data.zip b/dummy/fuv_Latn-lug_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..35ba883c4ffe398c221da938497478ebe973e78c
--- /dev/null
+++ b/dummy/fuv_Latn-lug_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a38cf50c212d66b69f24511f63cf88427a024e068937868e36e0051f061e780b
+size 2107
diff --git a/dummy/fuv_Latn-luo_Latn/1.0.0/dummy_data.zip b/dummy/fuv_Latn-luo_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..577a327b7da8b0be5674bc837a1370d5c1903efd
--- /dev/null
+++ b/dummy/fuv_Latn-luo_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:1e15893d031e44140ec9bea865552d39caa06b8af79771cd7188ab58b70c0bf5
+size 1890
diff --git a/dummy/fuv_Latn-nso_Latn/1.0.0/dummy_data.zip b/dummy/fuv_Latn-nso_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..52dfd782d5e02a202f12eb76890ef4f12e1a02e6
--- /dev/null
+++ b/dummy/fuv_Latn-nso_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a52233b2a60dd00dde3b2878c0732179645d7777760825a9126a687abe0b4ffa
+size 2138
diff --git a/dummy/fuv_Latn-nus_Latn/1.0.0/dummy_data.zip b/dummy/fuv_Latn-nus_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..9ee92a410a1ffcfc39d55ac9d801e4db54ee793a
--- /dev/null
+++ b/dummy/fuv_Latn-nus_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:778323d1b58c94529d8b9e68399251b067be2d5f49efb0411f6243eae4e665d7
+size 1603
diff --git a/dummy/fuv_Latn-nya_Latn/1.0.0/dummy_data.zip b/dummy/fuv_Latn-nya_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..ecc4ef552353e1a092192e834db32315671bde4a
--- /dev/null
+++ b/dummy/fuv_Latn-nya_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d92e29003685bdc0e99ec129f8238765df51467effb787297986ed1ceff069e5
+size 1849
diff --git a/dummy/fuv_Latn-run_Latn/1.0.0/dummy_data.zip b/dummy/fuv_Latn-run_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..0bed7ec9ff13a8b2265d20a61f0f9b87a09a2038
--- /dev/null
+++ b/dummy/fuv_Latn-run_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:38fdc2235e61284a54ff3c8c828d4edfef87026977a0eef3c5769c1e5c1c622e
+size 2243
diff --git a/dummy/fuv_Latn-sna_Latn/1.0.0/dummy_data.zip b/dummy/fuv_Latn-sna_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..69ddf0b90c0f970b8344ecaead7c09ed6f3a877a
--- /dev/null
+++ b/dummy/fuv_Latn-sna_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:565468d3bc9c6438811317d71a16a269d87daf01e20ae49dc2c38ac7c9a79862
+size 2170
diff --git a/dummy/fuv_Latn-som_Latn/1.0.0/dummy_data.zip b/dummy/fuv_Latn-som_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..f6f62ef619b0b059d35711ec1c809957302be354
--- /dev/null
+++ b/dummy/fuv_Latn-som_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3bff3217cf448c9e77acbbe3764a84404ae44caaf3285259f9deb77187cdcc95
+size 1832
diff --git a/dummy/fuv_Latn-sot_Latn/1.0.0/dummy_data.zip b/dummy/fuv_Latn-sot_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..2f8cfc34559c83b19f316972dec19d0f443a906d
--- /dev/null
+++ b/dummy/fuv_Latn-sot_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:8c299545a37d58df09597119c392f62466a209d4c2280055e478abaaac627618
+size 2349
diff --git a/dummy/fuv_Latn-ssw_Latn/1.0.0/dummy_data.zip b/dummy/fuv_Latn-ssw_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..cf642d5ce1ea4240e88b38e751b8b930dbc662fe
--- /dev/null
+++ b/dummy/fuv_Latn-ssw_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:4bb98297d8f8186f2653db2c318b79b579a1d523e130a066ac644c7f8e1285ea
+size 1947
diff --git a/dummy/fuv_Latn-swh_Latn/1.0.0/dummy_data.zip b/dummy/fuv_Latn-swh_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..3a4ef77d267bc8b624a3c12ecf952383e5da3207
--- /dev/null
+++ b/dummy/fuv_Latn-swh_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:bfcc1b67e27e5f5255b1f9fd85dfd8dd74eb70c60ba1137cbdaa2daefdec4d83
+size 2154
diff --git a/dummy/fuv_Latn-tir_Ethi/1.0.0/dummy_data.zip b/dummy/fuv_Latn-tir_Ethi/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..dbf1dec3f918eb3a44c830f01125c1e427a00f05
--- /dev/null
+++ b/dummy/fuv_Latn-tir_Ethi/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:7ffd06fd3be8ca69968fd89e7e22caee94d44f3ada1cee124fe96437c3a59b94
+size 2543
diff --git a/dummy/fuv_Latn-tsn_Latn/1.0.0/dummy_data.zip b/dummy/fuv_Latn-tsn_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..ae593e9fb4252029579e9ef8b179ce42b629de62
--- /dev/null
+++ b/dummy/fuv_Latn-tsn_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:48d9334196419b92a860c842f1516836853cc3a5615074de4d89a74ce4761842
+size 2108
diff --git a/dummy/fuv_Latn-tso_Latn/1.0.0/dummy_data.zip b/dummy/fuv_Latn-tso_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..00edce215894883d5ebd2af6799a46e0d712f85a
--- /dev/null
+++ b/dummy/fuv_Latn-tso_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:8b5cb102c4692c95d45cd38ada47df5b05bc7521544cc96b19b86fb45a43448b
+size 2172
diff --git a/dummy/fuv_Latn-tum_Latn/1.0.0/dummy_data.zip b/dummy/fuv_Latn-tum_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..ef889ed4d52e2e4318ed4aa25a7c77f82c14eec2
--- /dev/null
+++ b/dummy/fuv_Latn-tum_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d83c85464b42c84f1159bf1492fc3580d6e892d4d1e19cc8df328bf49389df88
+size 1940
diff --git a/dummy/fuv_Latn-twi_Latn/1.0.0/dummy_data.zip b/dummy/fuv_Latn-twi_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..0972aaeeaddced48ae66be9f482232eb3937dce8
--- /dev/null
+++ b/dummy/fuv_Latn-twi_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:af247a45f916c7fd5e2b42fd3612a0b91bf60240cc69ddedad9e9d492b2bbbb7
+size 1874
diff --git a/dummy/fuv_Latn-umb_Latn/1.0.0/dummy_data.zip b/dummy/fuv_Latn-umb_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..89c8f404da5d60400af5d72e47dc47acf3a15386
--- /dev/null
+++ b/dummy/fuv_Latn-umb_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:076caa6182220b5db6b9ed8dc55eadaa0559ced4c2b606268c3e26c2042e6182
+size 2028
diff --git a/dummy/fuv_Latn-wol_Latn/1.0.0/dummy_data.zip b/dummy/fuv_Latn-wol_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..057ad6d99b515f6fb58c40101cbedace1988d2f7
--- /dev/null
+++ b/dummy/fuv_Latn-wol_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:dffda468d27b77251b58a4a7e5119249c67f0fa70b15f97b99cd17eaaa981dcf
+size 1994
diff --git a/dummy/fuv_Latn-xho_Latn/1.0.0/dummy_data.zip b/dummy/fuv_Latn-xho_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..8b564832fb86a2e33918e88d6488970aff642ef9
--- /dev/null
+++ b/dummy/fuv_Latn-xho_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c475f4937f88006a26b99b1eb6949e32919db3e14c00788db64530318e78d4f2
+size 1749
diff --git a/dummy/fuv_Latn-yor_Latn/1.0.0/dummy_data.zip b/dummy/fuv_Latn-yor_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..8fd82489e913f2f563ef0a1ba9c8b97d8a4d438a
--- /dev/null
+++ b/dummy/fuv_Latn-yor_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c7a668ed3a21871b79306d5c20bbbb74b007a1e591868544b82eb52c85791d1b
+size 1931
diff --git a/dummy/fuv_Latn-zul_Latn/1.0.0/dummy_data.zip b/dummy/fuv_Latn-zul_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..ac1c6c1c3df2e2e45d0238089d043b95f2f5d976
--- /dev/null
+++ b/dummy/fuv_Latn-zul_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:01d3a828746d30b9f3c01cb0f9e359a7221ed0ac3147e3cdb3025e997722a3e1
+size 1855
diff --git a/dummy/gaz_Latn-run_Latn/1.0.0/dummy_data.zip b/dummy/gaz_Latn-run_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..e5071420fb3024dd9a85b3ab1ae2b9efac5d0c2d
--- /dev/null
+++ b/dummy/gaz_Latn-run_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e7c03011057592c4b6362f573e7838079020c79e7a83a9591ce901f1d9da7b7c
+size 2312
diff --git a/dummy/gaz_Latn-sna_Latn/1.0.0/dummy_data.zip b/dummy/gaz_Latn-sna_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..4c018c47da83d26759048b7313d26f10a76f90d4
--- /dev/null
+++ b/dummy/gaz_Latn-sna_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:989cf14ac13ee052fdc5bca007c42804d821165cf78539b3985fa5afc15acd9b
+size 2185
diff --git a/dummy/gaz_Latn-som_Latn/1.0.0/dummy_data.zip b/dummy/gaz_Latn-som_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..f672657ef10af39c009a417e567f8fd0beecd389
--- /dev/null
+++ b/dummy/gaz_Latn-som_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b95d506783c8879f561dbcd4eb0d27bb576fb26669512a26120d780f75e0130b
+size 2093
diff --git a/dummy/gaz_Latn-sot_Latn/1.0.0/dummy_data.zip b/dummy/gaz_Latn-sot_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..c3d72d995a6dd383d2e5b72f28c73bfa0ad65421
--- /dev/null
+++ b/dummy/gaz_Latn-sot_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:7416fe55fd14e2cbb46e3e4a3cd164d0e40c47563dbeaa1518fbbb1cc722cc31
+size 1580
diff --git a/dummy/gaz_Latn-ssw_Latn/1.0.0/dummy_data.zip b/dummy/gaz_Latn-ssw_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..49cb5e220dce3fc1001492be5c349c0b89cf6a2b
--- /dev/null
+++ b/dummy/gaz_Latn-ssw_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c6e3d454e2e8675ba013aa3c42b879b388899cc2d4614f352f7c00daf7f0e1d5
+size 1932
diff --git a/dummy/gaz_Latn-swh_Latn/1.0.0/dummy_data.zip b/dummy/gaz_Latn-swh_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..5d862edbcf7358a7bd8376d6a64de83d74e4fd43
--- /dev/null
+++ b/dummy/gaz_Latn-swh_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:28f0e8a8853d9eafb1dda2329df95490afc5c9257b6c5ea135890bf5e8fa5c26
+size 2265
diff --git a/dummy/gaz_Latn-tir_Ethi/1.0.0/dummy_data.zip b/dummy/gaz_Latn-tir_Ethi/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..4b2ac3f53ae8e2d3d97bb08618a0ca91e8b704fa
--- /dev/null
+++ b/dummy/gaz_Latn-tir_Ethi/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:621b69df48e86431081a4a7ec24765dbfd4b74b97bf2a47e9e777ad5d5485966
+size 2441
diff --git a/dummy/gaz_Latn-tsn_Latn/1.0.0/dummy_data.zip b/dummy/gaz_Latn-tsn_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..53570838d1de8c5c5b283e7f02caabbc00f79a46
--- /dev/null
+++ b/dummy/gaz_Latn-tsn_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:1854cf3661d8f37790fdaa613c28c8997da6c31d4f5fd2b341f5399216510bf7
+size 2038
diff --git a/dummy/gaz_Latn-tso_Latn/1.0.0/dummy_data.zip b/dummy/gaz_Latn-tso_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..a7414b261b1e76a5bd0b185319d2f8ff7149e063
--- /dev/null
+++ b/dummy/gaz_Latn-tso_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:1957179048363d5aa8d9581bdc65aa2cd28f1b160f2d17aefaab079152e65c03
+size 2295
diff --git a/dummy/gaz_Latn-tum_Latn/1.0.0/dummy_data.zip b/dummy/gaz_Latn-tum_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..a055fa01e2b1ba169ae84ed67beaa0abc589c028
--- /dev/null
+++ b/dummy/gaz_Latn-tum_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:dfaaaaf919b9cb5e91ca38e72a0d520fce9f06b45719d9da61673b707f70c31b
+size 2304
diff --git a/dummy/gaz_Latn-twi_Latn/1.0.0/dummy_data.zip b/dummy/gaz_Latn-twi_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..c8d56c04f6108fb67bb6ae32f40ba8369e361d60
--- /dev/null
+++ b/dummy/gaz_Latn-twi_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d7ae936850c119ea71ea3b1557674d89c2adafe65511875f963acc0cebe0c285
+size 2108
diff --git a/dummy/gaz_Latn-umb_Latn/1.0.0/dummy_data.zip b/dummy/gaz_Latn-umb_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..55bbd9eaf7dcafbd8820bab6de0e7693082aa807
--- /dev/null
+++ b/dummy/gaz_Latn-umb_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a149cec9b5dd8c66f17cc627fbbc0be079e76b2d2572ad72b66f35bb59483c05
+size 2005
diff --git a/dummy/gaz_Latn-wol_Latn/1.0.0/dummy_data.zip b/dummy/gaz_Latn-wol_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..f7d670eb06f7d08034096116b1b9ed171223f094
--- /dev/null
+++ b/dummy/gaz_Latn-wol_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:0e312af79c2b236264b0e1cf7d0100b9f92b410a0b79434a5f30e8b26765ce80
+size 1982
diff --git a/dummy/gaz_Latn-xho_Latn/1.0.0/dummy_data.zip b/dummy/gaz_Latn-xho_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..e4e8ff040d8161ffa5702c4f9e40a0dbb056ca56
--- /dev/null
+++ b/dummy/gaz_Latn-xho_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b92ed1cf9581010325be29b5aea3b306c0954db6581067058160341f2c0a31b5
+size 2171
diff --git a/dummy/gaz_Latn-yor_Latn/1.0.0/dummy_data.zip b/dummy/gaz_Latn-yor_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..8c423ebadc7b364222b166e30f8e68566b7dfaca
--- /dev/null
+++ b/dummy/gaz_Latn-yor_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:7c5c765ab036c139c85103b886a29010d4f3105e47dfa84ebef44cd82793e81f
+size 2177
diff --git a/dummy/gaz_Latn-zul_Latn/1.0.0/dummy_data.zip b/dummy/gaz_Latn-zul_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..7c819f4fece0a5d91d3aaab3feb82c54002d6518
--- /dev/null
+++ b/dummy/gaz_Latn-zul_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e6b976b8815196268dc294b58d69b302d58dc03c706edca7d17c1c5f37ba92d4
+size 2644
diff --git a/dummy/glg_Latn-por_Latn/1.0.0/dummy_data.zip b/dummy/glg_Latn-por_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..981fd11dc17280135586c7cdeeb200014333df44
--- /dev/null
+++ b/dummy/glg_Latn-por_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:5c0d35759f75682a8cd3e30aa9f1ad767fc0dbbb49e62cd85372646b5d1b6845
+size 2523
diff --git a/dummy/grn_Latn-por_Latn/1.0.0/dummy_data.zip b/dummy/grn_Latn-por_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..129943f5c72667c9ec67c13879d2ac8b2647ef09
--- /dev/null
+++ b/dummy/grn_Latn-por_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:66458c9bad39dc67db968c60ae6eb398692df8c9f93e12c1d8f1b39b6a715525
+size 2690
diff --git a/dummy/guj_Gujr-hin_Deva/1.0.0/dummy_data.zip b/dummy/guj_Gujr-hin_Deva/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..06c69c8d82e94f9eeaa386228f308243cd56af70
--- /dev/null
+++ b/dummy/guj_Gujr-hin_Deva/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:7dd3cf1e28733bad7fd5e18fa27afd94d22d6c6c3c53f904be89fa16ce92dd05
+size 2999
diff --git a/dummy/guj_Gujr-hne_Deva/1.0.0/dummy_data.zip b/dummy/guj_Gujr-hne_Deva/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..a6f6c28671295dfc356ab28a49e084407d0e8226
--- /dev/null
+++ b/dummy/guj_Gujr-hne_Deva/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:fdaa413ccbbb1b361123902402c4e086e9b173889653359aa12eabd53867d418
+size 3380
diff --git a/dummy/guj_Gujr-kan_Knda/1.0.0/dummy_data.zip b/dummy/guj_Gujr-kan_Knda/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..288c5a17381ef60759834387fbb47860049a3704
--- /dev/null
+++ b/dummy/guj_Gujr-kan_Knda/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:64f5a9bcb78ee4bcab0187a7c396ef5aad6e15020caa302393efa7d0989bda28
+size 2449
diff --git a/dummy/guj_Gujr-kas_Arab/1.0.0/dummy_data.zip b/dummy/guj_Gujr-kas_Arab/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..483498de8e2d6757a2431026238d998e8c78b8d8
--- /dev/null
+++ b/dummy/guj_Gujr-kas_Arab/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:02c32f45d8a8903f79894da8a19d780ddfad7fdf24d9efbfac37e656cde4294c
+size 2524
diff --git a/dummy/guj_Gujr-kas_Deva/1.0.0/dummy_data.zip b/dummy/guj_Gujr-kas_Deva/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..6f7f83b39e6264804c4bbfe452441325ebaa8383
--- /dev/null
+++ b/dummy/guj_Gujr-kas_Deva/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b578857e8da8d7cc670b9eb75505d55190f3d526c71501db1f31cd7d82f43a00
+size 2745
diff --git a/dummy/guj_Gujr-mag_Deva/1.0.0/dummy_data.zip b/dummy/guj_Gujr-mag_Deva/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..42261f09e455178af75b00671d1d43378121b1f8
--- /dev/null
+++ b/dummy/guj_Gujr-mag_Deva/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:430d026dbe2909f3e119f1aadd1a3fcd74e35b85cbf2bd8f85c69a6360d5ca7b
+size 2610
diff --git a/dummy/guj_Gujr-mai_Deva/1.0.0/dummy_data.zip b/dummy/guj_Gujr-mai_Deva/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..f2b344b24bcac6c18fa24ec157e7824086991cf4
--- /dev/null
+++ b/dummy/guj_Gujr-mai_Deva/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:62b54b779e4e1f840d77537e6e6eee106d8cfe26267fe8e27213c51ea45c8c69
+size 2837
diff --git a/dummy/guj_Gujr-mal_Mlym/1.0.0/dummy_data.zip b/dummy/guj_Gujr-mal_Mlym/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..51412754a69315aaffce356813d2bfd44320b30b
--- /dev/null
+++ b/dummy/guj_Gujr-mal_Mlym/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:4cd967e1624b79e895d9e8041950e08431e4d794814a21facb542a04697de846
+size 3004
diff --git a/dummy/guj_Gujr-mar_Deva/1.0.0/dummy_data.zip b/dummy/guj_Gujr-mar_Deva/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..69ce161ea61353914e75240dd4be8b415ed31efb
--- /dev/null
+++ b/dummy/guj_Gujr-mar_Deva/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e4fb383d3e499b0deee3f89bf900df3c62ca03eeddf5c9c1c6979daa7acc0a43
+size 3303
diff --git a/dummy/guj_Gujr-npi_Deva/1.0.0/dummy_data.zip b/dummy/guj_Gujr-npi_Deva/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..77efb67eb3bf2888c316fb103933f896300d0863
--- /dev/null
+++ b/dummy/guj_Gujr-npi_Deva/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:1a16e1b4618fb19ca728a1570f2be93f123a15ea27a673ba8e4dec6d5357dd31
+size 3037
diff --git a/dummy/guj_Gujr-ory_Orya/1.0.0/dummy_data.zip b/dummy/guj_Gujr-ory_Orya/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..f2130257a572a17daff7b3adb09b896423c45262
--- /dev/null
+++ b/dummy/guj_Gujr-ory_Orya/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:2c109a34248974aed2a6c4c83c40eed263997648c33968729985d796506d8a71
+size 2994
diff --git a/dummy/guj_Gujr-pan_Guru/1.0.0/dummy_data.zip b/dummy/guj_Gujr-pan_Guru/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..e09e1eb3e04e96d57e29ddac8bb81c52dfa94b6a
--- /dev/null
+++ b/dummy/guj_Gujr-pan_Guru/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:adf654ee880aaffc2b6f383c3625c0ecb56213e85bf8ea6c8696b33a9679b39d
+size 3026
diff --git a/dummy/guj_Gujr-san_Deva/1.0.0/dummy_data.zip b/dummy/guj_Gujr-san_Deva/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..59bf722bf04821b0e65ebb522487ef3390c63c94
--- /dev/null
+++ b/dummy/guj_Gujr-san_Deva/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:fd960d3094aa64af401b9ba351b439d0c2b4da77b2e15df986757e7f12bae806
+size 2669
diff --git a/dummy/guj_Gujr-sat_Beng/1.0.0/dummy_data.zip b/dummy/guj_Gujr-sat_Beng/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..c00223518951e5ca9353e47a14e827f111420542
--- /dev/null
+++ b/dummy/guj_Gujr-sat_Beng/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c12b1b47c9b4f30e066368a11bd54f25cfb1e9f9f8ac95fb0546f4d823cb07e3
+size 1909
diff --git a/dummy/guj_Gujr-sin_Sinh/1.0.0/dummy_data.zip b/dummy/guj_Gujr-sin_Sinh/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..10da20fe5279fd709289c843bfabae3115fe399c
--- /dev/null
+++ b/dummy/guj_Gujr-sin_Sinh/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:0b08bbff3a3945fd0796400d0a4592c0c0dc900a4b6505134b4e2a5e7a58386e
+size 2697
diff --git a/dummy/guj_Gujr-snd_Arab/1.0.0/dummy_data.zip b/dummy/guj_Gujr-snd_Arab/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..fffd6f4a4c8eae3eca5a54a42f91833d09e654c7
--- /dev/null
+++ b/dummy/guj_Gujr-snd_Arab/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:0be8644181152982e1dfd29961a3efbb36ae7b4249c332486fcee3021389e034
+size 3119
diff --git a/dummy/guj_Gujr-tam_Taml/1.0.0/dummy_data.zip b/dummy/guj_Gujr-tam_Taml/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..46a0de045117a4b57858a3cb40ce51b7e0905246
--- /dev/null
+++ b/dummy/guj_Gujr-tam_Taml/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:6934e8d6681cfc893f2dbe23ba1939a9c01af8baebeb7d9df6a500936155ad97
+size 3211
diff --git a/dummy/guj_Gujr-tel_Telu/1.0.0/dummy_data.zip b/dummy/guj_Gujr-tel_Telu/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..17988746562d1989f95ef7f4567f6aff7075b18c
--- /dev/null
+++ b/dummy/guj_Gujr-tel_Telu/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9bb8137e57fdb0adb653d4e3d68954be548b11d910f7c05e02891bec33a3bc10
+size 2955
diff --git a/dummy/guj_Gujr-urd_Arab/1.0.0/dummy_data.zip b/dummy/guj_Gujr-urd_Arab/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..dc6c29ccb4239e8637052801535d4c11c79671bb
--- /dev/null
+++ b/dummy/guj_Gujr-urd_Arab/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:03e057ee2307162cc170d8511762216d93344d56ceb074c68d656352ee43016e
+size 3391
diff --git a/dummy/hau_Latn-gaz_Latn/1.0.0/dummy_data.zip b/dummy/hau_Latn-gaz_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..0a5f90e08ce0594b24c55888b52ce0174a7be407
--- /dev/null
+++ b/dummy/hau_Latn-gaz_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d6d042d8d38be5824c469e43253a4ff87cf959811c089caca7253677529af637
+size 2434
diff --git a/dummy/hau_Latn-ibo_Latn/1.0.0/dummy_data.zip b/dummy/hau_Latn-ibo_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..b26f6fd5aadb6a436a03c4bddd340b7300962012
--- /dev/null
+++ b/dummy/hau_Latn-ibo_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e3b5145e205d4e1d48dc90e1ed40442c59b426ab0a928899028f7803a81099f4
+size 1691
diff --git a/dummy/hau_Latn-kam_Latn/1.0.0/dummy_data.zip b/dummy/hau_Latn-kam_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..d34aba4e261b6c4dd66099d32cd17f22693e611d
--- /dev/null
+++ b/dummy/hau_Latn-kam_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:7552329a1a38e55d7ef5778124105c46e73d13274eed791a1043148442522932
+size 2017
diff --git a/dummy/hau_Latn-kik_Latn/1.0.0/dummy_data.zip b/dummy/hau_Latn-kik_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..3b75e569bfe6e4a3cc684ed8e9350bdd7db7ee79
--- /dev/null
+++ b/dummy/hau_Latn-kik_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:6ec03d794ba8ff4ab1ef03c43ab2adca5ac7e7c433911447ee3418fbc8cc3928
+size 2130
diff --git a/dummy/hau_Latn-kin_Latn/1.0.0/dummy_data.zip b/dummy/hau_Latn-kin_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..4d601a3f5e98a2447fd56a56f57f20d58319e18a
--- /dev/null
+++ b/dummy/hau_Latn-kin_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:8b1ec44c6d2e21cb567af5709c94c4d6753daa2587e1cfbe221f22e0e96b8809
+size 1920
diff --git a/dummy/hau_Latn-kmb_Latn/1.0.0/dummy_data.zip b/dummy/hau_Latn-kmb_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..2a9462d10232042ce35953d814f5267bd6e2f0c2
--- /dev/null
+++ b/dummy/hau_Latn-kmb_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c516edbe351a01ffdeaa6cabd3a19a52f6f86fcd45fece41f60dbfd493626180
+size 2168
diff --git a/dummy/hau_Latn-knc_Arab/1.0.0/dummy_data.zip b/dummy/hau_Latn-knc_Arab/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..da0cbd3e5c7fa9cb703653dbc9158be7c60a126f
--- /dev/null
+++ b/dummy/hau_Latn-knc_Arab/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:08a29b812d74880eeb63df5ba0d98ab29e1c7635caa324d1a2024230856f29d9
+size 2368
diff --git a/dummy/hau_Latn-knc_Latn/1.0.0/dummy_data.zip b/dummy/hau_Latn-knc_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..c614476ccd2629dfd15745b1fd29ade5775f6648
--- /dev/null
+++ b/dummy/hau_Latn-knc_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:df2919ea19f865952603f5284236270450ae9e3e2a0cfb7872ea0a74c758c919
+size 2301
diff --git a/dummy/hau_Latn-kon_Latn/1.0.0/dummy_data.zip b/dummy/hau_Latn-kon_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..b5ca1ce6d49fb9740785167640727e5b464b6b92
--- /dev/null
+++ b/dummy/hau_Latn-kon_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:03a6b57142d254a59e8ac4f36ff6cb5e42aba010eaae08d71d7322bba1da72c9
+size 1938
diff --git a/dummy/hau_Latn-lin_Latn/1.0.0/dummy_data.zip b/dummy/hau_Latn-lin_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..b48e2d42de0ebc142c8232554a9bac0a981b221c
--- /dev/null
+++ b/dummy/hau_Latn-lin_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9294a388750a2902f3f773b27de890c544724ebda342abde92b0eacec666d9ce
+size 1987
diff --git a/dummy/hau_Latn-lua_Latn/1.0.0/dummy_data.zip b/dummy/hau_Latn-lua_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..97df1ea30c3d8a5f6e6142aca4e3a895901462c1
--- /dev/null
+++ b/dummy/hau_Latn-lua_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f811cc3e1fd8a7dc9fcbb928744ac40c01553df1a6046a43cf3dd0be68777412
+size 2515
diff --git a/dummy/hau_Latn-lug_Latn/1.0.0/dummy_data.zip b/dummy/hau_Latn-lug_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..dcee8ee288ac64ebe2145abf825608fdd4c96be1
--- /dev/null
+++ b/dummy/hau_Latn-lug_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:1356911e1d7360cac4a1c850f38ee7c89f2524d30808d819d7a7ae9363e23f70
+size 2330
diff --git a/dummy/hau_Latn-luo_Latn/1.0.0/dummy_data.zip b/dummy/hau_Latn-luo_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..00306cc8b95e290c90bd9e66a530631808b4575a
--- /dev/null
+++ b/dummy/hau_Latn-luo_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f6de845d8e1008393ab159eaef2110cac4e0048217d11757f815d32f4807d21e
+size 2402
diff --git a/dummy/hau_Latn-nso_Latn/1.0.0/dummy_data.zip b/dummy/hau_Latn-nso_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..d6f5fee3d63d4e224d0726f24b5e3ef8ad47a681
--- /dev/null
+++ b/dummy/hau_Latn-nso_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c18e95e67b4a0b922d12654b4ef253e393750670c506815e69a0df9e5802558c
+size 2262
diff --git a/dummy/hau_Latn-nus_Latn/1.0.0/dummy_data.zip b/dummy/hau_Latn-nus_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..83db75f4e407e9fab95c6ab4e75b7d6e9ec8722e
--- /dev/null
+++ b/dummy/hau_Latn-nus_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:19f007a5f11d99046979287d89d43a54599fecf170256c675835d731bfe1391e
+size 2332
diff --git a/dummy/hau_Latn-nya_Latn/1.0.0/dummy_data.zip b/dummy/hau_Latn-nya_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..fe1930e35bf1bafe694da1679a26df996f296ac1
--- /dev/null
+++ b/dummy/hau_Latn-nya_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:586281a9d6d1a53c27b65f84ce4c5966d51a8c43fcbeaacfde9f8c19808606f0
+size 2133
diff --git a/dummy/hau_Latn-run_Latn/1.0.0/dummy_data.zip b/dummy/hau_Latn-run_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..8dd0d7ad6879d44b2b45025bab48a99b6484cb27
--- /dev/null
+++ b/dummy/hau_Latn-run_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:547af3bd5bb4bab18334671d5b799db6f290d5307ff7aa362e4ed232e29ca02b
+size 2262
diff --git a/dummy/hau_Latn-sna_Latn/1.0.0/dummy_data.zip b/dummy/hau_Latn-sna_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..a89a222ccfbec9b8925944e8354936259d0963e1
--- /dev/null
+++ b/dummy/hau_Latn-sna_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:813389877cbc7a23685b6d1a7183264996d99f2bf7182cef556acce4fff2c321
+size 2495
diff --git a/dummy/hau_Latn-som_Latn/1.0.0/dummy_data.zip b/dummy/hau_Latn-som_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..9e0fa42c71e511ba24fb39111f98effec2aad6da
--- /dev/null
+++ b/dummy/hau_Latn-som_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d320ec25d111d80463797e8d8bcdee16fa5e5b768adfb657a97d1fceaeab8b40
+size 2014
diff --git a/dummy/hau_Latn-sot_Latn/1.0.0/dummy_data.zip b/dummy/hau_Latn-sot_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..930821d2a296ffc71527d11f87ca8ca8e71bc90b
--- /dev/null
+++ b/dummy/hau_Latn-sot_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:1fa3eb43d7f94926c91295d3892fd33e611871a05dea0bb81e95d75e016e1618
+size 2096
diff --git a/dummy/hau_Latn-ssw_Latn/1.0.0/dummy_data.zip b/dummy/hau_Latn-ssw_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..19e7762bafc0abae85a398c2df9860cb7825a005
--- /dev/null
+++ b/dummy/hau_Latn-ssw_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3090de97c062c5718bfa8419a7da0b3dbab0c38450db95502c374a179092c30e
+size 2283
diff --git a/dummy/hau_Latn-swh_Latn/1.0.0/dummy_data.zip b/dummy/hau_Latn-swh_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..972b74167c63d673388c19fa17d6133e5cdbaa8b
--- /dev/null
+++ b/dummy/hau_Latn-swh_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:8b2ec153f063896bb47dde062e98a085cfadbcf66f861cd3dc23bfea2aee5213
+size 2109
diff --git a/dummy/hau_Latn-tir_Ethi/1.0.0/dummy_data.zip b/dummy/hau_Latn-tir_Ethi/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..850539f1d096247619ece1891f0e833a81aaa851
--- /dev/null
+++ b/dummy/hau_Latn-tir_Ethi/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:78ae014a77f1058ee79635a92bc311490ec0319c8f383b16c0ffbd33e534d026
+size 3114
diff --git a/dummy/hau_Latn-tsn_Latn/1.0.0/dummy_data.zip b/dummy/hau_Latn-tsn_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..d868405ed2529d04df12fb115d0cfcedbf8d5ccd
--- /dev/null
+++ b/dummy/hau_Latn-tsn_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:35cef10327335848b0e395e015c144d1df05ebb2493c3d09a5bd570291bfa572
+size 2329
diff --git a/dummy/hau_Latn-tso_Latn/1.0.0/dummy_data.zip b/dummy/hau_Latn-tso_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..b5ecc048b4c6d7232ddd840b21f6d6279b1a85d4
--- /dev/null
+++ b/dummy/hau_Latn-tso_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:5bc436339723f25f0a45da4a0303fbabd097f5b490832f48bead6f7295fd3761
+size 2631
diff --git a/dummy/hau_Latn-tum_Latn/1.0.0/dummy_data.zip b/dummy/hau_Latn-tum_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..9c39d245153b8453bce2c2a641f21d904809bd75
--- /dev/null
+++ b/dummy/hau_Latn-tum_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c23c51050751d66e20978ccb7f0668fa83aadf6a9d9b16f31916f0771fcc1d63
+size 2474
diff --git a/dummy/hau_Latn-twi_Latn/1.0.0/dummy_data.zip b/dummy/hau_Latn-twi_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..2ab9fd7949b6377c66a3af319b9bf17b4f51b727
--- /dev/null
+++ b/dummy/hau_Latn-twi_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ff39c2901e95e18703acf6a88db04400c41dbc2484b19080f32c4b5f48d80ff6
+size 1969
diff --git a/dummy/hau_Latn-umb_Latn/1.0.0/dummy_data.zip b/dummy/hau_Latn-umb_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..cc8e6dbb83563c724caf79f7e87b5bc689483a38
--- /dev/null
+++ b/dummy/hau_Latn-umb_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:12f89f00bdfde02b88da2494f30cb4b02b5c978a8f67837ce863d33318f736d2
+size 2105
diff --git a/dummy/hau_Latn-wol_Latn/1.0.0/dummy_data.zip b/dummy/hau_Latn-wol_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..f4e9c3e8d5cee3934ee940d4f412dd3583f10b94
--- /dev/null
+++ b/dummy/hau_Latn-wol_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:36c74a5df7d57363650907c6d5ade5e8dbed055cdaf2c6a64f2810274ef7e380
+size 2296
diff --git a/dummy/hau_Latn-xho_Latn/1.0.0/dummy_data.zip b/dummy/hau_Latn-xho_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..7a56b89414d64c25a3afa2a0305fe7f5f7c191bf
--- /dev/null
+++ b/dummy/hau_Latn-xho_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:8cd08d3373a4400b454ff6a314b472e1fc24b3524153ec7d65ec988b1f598d91
+size 2200
diff --git a/dummy/hau_Latn-yor_Latn/1.0.0/dummy_data.zip b/dummy/hau_Latn-yor_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..63a47729eda79a25c7dd23a13d9bf6537af098c8
--- /dev/null
+++ b/dummy/hau_Latn-yor_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:36a93e30a2668c666c7c295ba30f66c7be2cc5338c79844fb20e7709ad355d7f
+size 2206
diff --git a/dummy/hau_Latn-zul_Latn/1.0.0/dummy_data.zip b/dummy/hau_Latn-zul_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..26f025414d21c1d5ab024622b78219119ec79d5b
--- /dev/null
+++ b/dummy/hau_Latn-zul_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:57518b9648345581bcfb03f36a4355a30d02f220e10c760138639340c2bdb566
+size 2224
diff --git a/dummy/hin_Deva-hne_Deva/1.0.0/dummy_data.zip b/dummy/hin_Deva-hne_Deva/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..d70cedb2919aa0c54fce64f49ad2591238c2cbdc
--- /dev/null
+++ b/dummy/hin_Deva-hne_Deva/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:5350c31541b858e09671d4b9423b7f92ded264212688e9714ae5e2edc1c1902f
+size 2794
diff --git a/dummy/hin_Deva-kan_Knda/1.0.0/dummy_data.zip b/dummy/hin_Deva-kan_Knda/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..fe1e268d864c6714d34a7f98af3af3ce71b849f4
--- /dev/null
+++ b/dummy/hin_Deva-kan_Knda/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:829357bd6b1f4358b0a73db926cf7cf48b17b274a1f81532ab1f5cddf50cc76b
+size 2496
diff --git a/dummy/hin_Deva-kas_Arab/1.0.0/dummy_data.zip b/dummy/hin_Deva-kas_Arab/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..ceab7fb4b424fc19d0f7820ef2736ffb018f7719
--- /dev/null
+++ b/dummy/hin_Deva-kas_Arab/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a1642626ecf17ae744fd93b009247d5a2bdd2dccf26d14f3621edf7b7f5eb60b
+size 2413
diff --git a/dummy/hin_Deva-kas_Deva/1.0.0/dummy_data.zip b/dummy/hin_Deva-kas_Deva/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..9f18ca648c153b52c8431d54ba0f724483355dc8
--- /dev/null
+++ b/dummy/hin_Deva-kas_Deva/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:cb7bb3007012e3006bfa39d90e4cf475e093faf4212793a90ceb22e779552b74
+size 2281
diff --git a/dummy/hin_Deva-mag_Deva/1.0.0/dummy_data.zip b/dummy/hin_Deva-mag_Deva/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..38e00a7eb017bf998cb0a9ccc2db6f055507726a
--- /dev/null
+++ b/dummy/hin_Deva-mag_Deva/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:02f3bbf9e2d3b5aa5baa50fe4da3089007ccebaf109de8e9c2302d98d108e336
+size 2389
diff --git a/dummy/hin_Deva-mai_Deva/1.0.0/dummy_data.zip b/dummy/hin_Deva-mai_Deva/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..103d75c174292277971c6b4e2d2ed61a9ea6c438
--- /dev/null
+++ b/dummy/hin_Deva-mai_Deva/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:2da67ef9a8851404155d961456c32ce579e8f6a95676dbbae2184b01285b44a3
+size 2569
diff --git a/dummy/hin_Deva-mal_Mlym/1.0.0/dummy_data.zip b/dummy/hin_Deva-mal_Mlym/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..e66452f4775142d19f2057a5543877b0974e48ee
--- /dev/null
+++ b/dummy/hin_Deva-mal_Mlym/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:77dc4fc6823315f408bf38369481a08b60d27456276851a4a1be32180187b7c2
+size 3088
diff --git a/dummy/hin_Deva-mar_Deva/1.0.0/dummy_data.zip b/dummy/hin_Deva-mar_Deva/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..1bbc066c32ddc75ecd93c08c674054bc1ac41612
--- /dev/null
+++ b/dummy/hin_Deva-mar_Deva/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b2503cfa3f873cad2b6b74481f5cb42d30f0a36649db1804f68981265cdc1654
+size 2464
diff --git a/dummy/hin_Deva-npi_Deva/1.0.0/dummy_data.zip b/dummy/hin_Deva-npi_Deva/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..cd8945b555778a4ab7844ba5c1f7aa2e7c6e8c5d
--- /dev/null
+++ b/dummy/hin_Deva-npi_Deva/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:bc9e282d18aabae8dc1ffd4a10fe4a86a52844917350c1067c907970b3a450ef
+size 2556
diff --git a/dummy/hin_Deva-ory_Orya/1.0.0/dummy_data.zip b/dummy/hin_Deva-ory_Orya/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..38218bd423876d2578dc323ad97ca7833a9d2918
--- /dev/null
+++ b/dummy/hin_Deva-ory_Orya/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:923723e2ddffbdb3e0232a01f0bebf06c0683bfab4230e25083dc1654c977ad6
+size 2576
diff --git a/dummy/hin_Deva-pan_Guru/1.0.0/dummy_data.zip b/dummy/hin_Deva-pan_Guru/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..18b1777bfab1edc40f3c3265b47366461d50e77c
--- /dev/null
+++ b/dummy/hin_Deva-pan_Guru/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b2d982852658aa2f4429a6be2b46f948252cae3b0216fab4cd305175a5dc8a27
+size 2764
diff --git a/dummy/hin_Deva-pbt_Arab/1.0.0/dummy_data.zip b/dummy/hin_Deva-pbt_Arab/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..263fd04006c74d3312bb684de2bdd61412d1abed
--- /dev/null
+++ b/dummy/hin_Deva-pbt_Arab/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:8ca6705113d4447118a11d40067e650664c81cd7d3b1e5515fbd3cf1345ea291
+size 3120
diff --git a/dummy/hin_Deva-san_Deva/1.0.0/dummy_data.zip b/dummy/hin_Deva-san_Deva/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..3ca0def38edeadda5efdc4e88e39d646b0e05842
--- /dev/null
+++ b/dummy/hin_Deva-san_Deva/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:8d4222c94c0b8e708dd7308c5c1db7eef1e562ddad85d60c8424297a25f9fa94
+size 2810
diff --git a/dummy/hin_Deva-sat_Beng/1.0.0/dummy_data.zip b/dummy/hin_Deva-sat_Beng/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..153c63eefcd9592f7bf626575207cbc6f3046b8f
--- /dev/null
+++ b/dummy/hin_Deva-sat_Beng/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:7879d896574852dc47b4e5774d5a0a2c43dc368e356197cd8ff4d53ba0948336
+size 1752
diff --git a/dummy/hin_Deva-sin_Sinh/1.0.0/dummy_data.zip b/dummy/hin_Deva-sin_Sinh/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..4c1dce314e87910237b25c1de3e7476942c9add0
--- /dev/null
+++ b/dummy/hin_Deva-sin_Sinh/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9f2f48e48b9130f7fbcee3d7d5d0e069f294de24c625eb0c2d4f4d656564fa39
+size 2299
diff --git a/dummy/hin_Deva-snd_Arab/1.0.0/dummy_data.zip b/dummy/hin_Deva-snd_Arab/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..55ee6ed5ac6777ac2fbdf7cd193722cd433abaac
--- /dev/null
+++ b/dummy/hin_Deva-snd_Arab/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:1a86c2fc7ba2fa8e98303745235b261303888a1224624a5beb022410d3169eb2
+size 2910
diff --git a/dummy/hin_Deva-tam_Taml/1.0.0/dummy_data.zip b/dummy/hin_Deva-tam_Taml/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..cf34e2fd49d389bc5ac943d78a97d0d4b7b0a413
--- /dev/null
+++ b/dummy/hin_Deva-tam_Taml/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:717e800cfaf1657eac087bde33cb6cfe44ba76f41bbb2c529c46b2c81d0a8dec
+size 3434
diff --git a/dummy/hin_Deva-tel_Telu/1.0.0/dummy_data.zip b/dummy/hin_Deva-tel_Telu/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..bb1112ba021ce9b708117e3ff33b3c60fd51a309
--- /dev/null
+++ b/dummy/hin_Deva-tel_Telu/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d59181217bb74461753db43860a36d65ad720e4f02241a01d37181d804e1cb62
+size 3242
diff --git a/dummy/hin_Deva-urd_Arab/1.0.0/dummy_data.zip b/dummy/hin_Deva-urd_Arab/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..5417ed51d7124253b5e4b6b4effdc7f75bbea7ec
--- /dev/null
+++ b/dummy/hin_Deva-urd_Arab/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:0d797b397f46d0deb9198adbcd39705c49323f9327c579ee4088c859fe2e8f73
+size 3010
diff --git a/dummy/hne_Deva-kan_Knda/1.0.0/dummy_data.zip b/dummy/hne_Deva-kan_Knda/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..c403f6842a58f5dfc10690c752edbea5f84426dc
--- /dev/null
+++ b/dummy/hne_Deva-kan_Knda/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3348dee29e3a295bb3d036e83d83f13f4070680914036b83d3e69022903d3527
+size 3368
diff --git a/dummy/hne_Deva-kas_Arab/1.0.0/dummy_data.zip b/dummy/hne_Deva-kas_Arab/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..edfdab4080e0bee16e4671642d0f549fedbd2ffa
--- /dev/null
+++ b/dummy/hne_Deva-kas_Arab/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b953ec687ee1375417617cfba82749ca1cd7d39949929ad3812cdeaebd54038d
+size 1898
diff --git a/dummy/hne_Deva-kas_Deva/1.0.0/dummy_data.zip b/dummy/hne_Deva-kas_Deva/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..6b99e3de3599d73b5d3ba1ace61bb18a9b98a64c
--- /dev/null
+++ b/dummy/hne_Deva-kas_Deva/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:1d0d73b29d0c0b39f6ff026e3c0d8033b183d2c69d75c4fd483c8f1fae0f636d
+size 2209
diff --git a/dummy/hne_Deva-mag_Deva/1.0.0/dummy_data.zip b/dummy/hne_Deva-mag_Deva/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..0f721c08e03a12d35b6c0f83103f11ccdd616e63
--- /dev/null
+++ b/dummy/hne_Deva-mag_Deva/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:6bef41fdf809c8f70dff7bf972ea2593a02f88e0e95f53e018614715e9703868
+size 1590
diff --git a/dummy/hne_Deva-mai_Deva/1.0.0/dummy_data.zip b/dummy/hne_Deva-mai_Deva/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..3ff1f53838110472edcf1d92861dfc4f64a37a7c
--- /dev/null
+++ b/dummy/hne_Deva-mai_Deva/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:70db6f7515ba4257706c240d0ebf08e55e34dc453ff8f71a519bae4f4eb4697b
+size 2762
diff --git a/dummy/hne_Deva-mal_Mlym/1.0.0/dummy_data.zip b/dummy/hne_Deva-mal_Mlym/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..b013862a59e1325ca1735b89f9ef95c17fda081e
--- /dev/null
+++ b/dummy/hne_Deva-mal_Mlym/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d8d154dca8f449920149536a1e4cfba99d97fb0d4657d87af29505d2e999d38a
+size 2984
diff --git a/dummy/hne_Deva-mar_Deva/1.0.0/dummy_data.zip b/dummy/hne_Deva-mar_Deva/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..8056d931712fb6b4ca654eeb3c20ca8c2beba23a
--- /dev/null
+++ b/dummy/hne_Deva-mar_Deva/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e61dd7ee2af22791df80d03970ca85dce72d0779b8a62fe2723794e77db1e4ab
+size 2794
diff --git a/dummy/hne_Deva-npi_Deva/1.0.0/dummy_data.zip b/dummy/hne_Deva-npi_Deva/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..ea6465ffffec877b6f38e7a6edc42e780ad5dd83
--- /dev/null
+++ b/dummy/hne_Deva-npi_Deva/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:dfbd35823eedc4eaee140ed7a83e40f79b1b6c8ca8edd93eedd494fb9ff6038b
+size 2952
diff --git a/dummy/hne_Deva-ory_Orya/1.0.0/dummy_data.zip b/dummy/hne_Deva-ory_Orya/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..da427ff4e5f02eaded680f3f539e7f466fbd5173
--- /dev/null
+++ b/dummy/hne_Deva-ory_Orya/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:034fde4edc090e42574b9cd84efdae77155deaf5305b9e7322332731dd7d3206
+size 3392
diff --git a/dummy/hne_Deva-pan_Guru/1.0.0/dummy_data.zip b/dummy/hne_Deva-pan_Guru/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..935782b088f5135508b57e8f62b6aa31a3b3a69f
--- /dev/null
+++ b/dummy/hne_Deva-pan_Guru/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:36143e2b1205a70fc195e123cf6b74405d66cd41ea809ad9e882d05b829a94b4
+size 2542
diff --git a/dummy/hne_Deva-san_Deva/1.0.0/dummy_data.zip b/dummy/hne_Deva-san_Deva/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..fec917ba720da0334ee0098c245a1f35afa1a945
--- /dev/null
+++ b/dummy/hne_Deva-san_Deva/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d23ffb425abcfeccb4328890009db3daff7e0360a81a7764b4771bb33c1f1bb2
+size 2962
diff --git a/dummy/hne_Deva-sat_Beng/1.0.0/dummy_data.zip b/dummy/hne_Deva-sat_Beng/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..0905121831d1f354fcb6468e31c77d41299f54fc
--- /dev/null
+++ b/dummy/hne_Deva-sat_Beng/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f6eb64c25b94693f37930950494d4cc3d6c6b273ceb6a92f3cf2b3abfbf930d3
+size 2305
diff --git a/dummy/hne_Deva-sin_Sinh/1.0.0/dummy_data.zip b/dummy/hne_Deva-sin_Sinh/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..97848215364016ed2d8940db5815a28f2709217d
--- /dev/null
+++ b/dummy/hne_Deva-sin_Sinh/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:8136023e5dfe30499cee459007ed8beec0e17155bd3fe2336d5f62bff514de98
+size 2680
diff --git a/dummy/hne_Deva-snd_Arab/1.0.0/dummy_data.zip b/dummy/hne_Deva-snd_Arab/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..2fc2bda65ff63cdf71978a47580d7a5616c07697
--- /dev/null
+++ b/dummy/hne_Deva-snd_Arab/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:5c8f25106de73b047a1a4f11bf25ba34d7a71e1dd328c01d294c8cae2a60c847
+size 3156
diff --git a/dummy/hne_Deva-tam_Taml/1.0.0/dummy_data.zip b/dummy/hne_Deva-tam_Taml/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..6f5d8dc4623af87821503eb2022a5cf3b0ca227d
--- /dev/null
+++ b/dummy/hne_Deva-tam_Taml/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f3621a47223d84424f563dfdbae6f5ff02b209fc6eb4a98e6827630426b00c02
+size 3428
diff --git a/dummy/hne_Deva-tel_Telu/1.0.0/dummy_data.zip b/dummy/hne_Deva-tel_Telu/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..3154e23f8dcf7e3bc0bea7a7ccf5638e365801ee
--- /dev/null
+++ b/dummy/hne_Deva-tel_Telu/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:6125994c8b12c724e168e0c0e7d7d1049cae7e598962de96007f7ec119819f70
+size 3388
diff --git a/dummy/hne_Deva-urd_Arab/1.0.0/dummy_data.zip b/dummy/hne_Deva-urd_Arab/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..44d9494c483ee13c1595c30b58b8c859fdf96899
--- /dev/null
+++ b/dummy/hne_Deva-urd_Arab/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:42f56dfb27a8bc0e51a2718d6e076c27ccfd4829338d4d1bc601f82d74396e64
+size 3350
diff --git a/dummy/hye_Armn-rus_Cyrl/1.0.0/dummy_data.zip b/dummy/hye_Armn-rus_Cyrl/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..e99a6b576bae51601c3a1f77fa232ce586e05b93
--- /dev/null
+++ b/dummy/hye_Armn-rus_Cyrl/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9ba9715e56c476c3d8e6636222eb3956d299ad7df59242cb79d32d5cc656c0cf
+size 3027
diff --git a/dummy/ibo_Latn-gaz_Latn/1.0.0/dummy_data.zip b/dummy/ibo_Latn-gaz_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..8397aa2d8425bed0770913a321a784e945a99482
--- /dev/null
+++ b/dummy/ibo_Latn-gaz_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3510b961fa784657d7dd4db9840d9e3c0bc389bdb0d89411c36b2eda67698155
+size 2131
diff --git a/dummy/ibo_Latn-kam_Latn/1.0.0/dummy_data.zip b/dummy/ibo_Latn-kam_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..bc6269d0e88af1ff85844a661b1f829937b82b28
--- /dev/null
+++ b/dummy/ibo_Latn-kam_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:82ed4dc5169684bb368715ca75fa39a7f59bed95a2ea5bb19aaf8b46d97dd4ba
+size 2448
diff --git a/dummy/ibo_Latn-kik_Latn/1.0.0/dummy_data.zip b/dummy/ibo_Latn-kik_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..38dbb6532da103bb4d97412168fc71bebb033771
--- /dev/null
+++ b/dummy/ibo_Latn-kik_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a0233ca745e18fa97b80648b95acc2c3d34a992a5d19ef77d904f03873674439
+size 2051
diff --git a/dummy/ibo_Latn-kin_Latn/1.0.0/dummy_data.zip b/dummy/ibo_Latn-kin_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..227249ff2e23451f1d28e433865e6e5d66137dca
--- /dev/null
+++ b/dummy/ibo_Latn-kin_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c623147a93d0c69e8941802c9f44f523dd9c5fff410ec39df1537af830db4909
+size 2037
diff --git a/dummy/ibo_Latn-kmb_Latn/1.0.0/dummy_data.zip b/dummy/ibo_Latn-kmb_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..0f840ab0b2affdbd2ebe4e8641f2d5a8c88eaa92
--- /dev/null
+++ b/dummy/ibo_Latn-kmb_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:770f0897ab8f1b96b19f5aa188cb782c1dce605ead2c793166aba876a83024c8
+size 2101
diff --git a/dummy/ibo_Latn-knc_Arab/1.0.0/dummy_data.zip b/dummy/ibo_Latn-knc_Arab/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..8419b4e15b1b31959c1daface126e63973c1cf74
--- /dev/null
+++ b/dummy/ibo_Latn-knc_Arab/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:8cd4556bc4a6585ba28d1b950ea36085af357a4d2480ed748a00d6566f81bd5a
+size 2734
diff --git a/dummy/ibo_Latn-knc_Latn/1.0.0/dummy_data.zip b/dummy/ibo_Latn-knc_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..baa1a0d16c1cf769a4ae5ebb7d25cc97cbd32976
--- /dev/null
+++ b/dummy/ibo_Latn-knc_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:afb467718a0cc663475d1221c84c604781f89dfe2790808ffde9bf609b24b9ff
+size 2318
diff --git a/dummy/ibo_Latn-kon_Latn/1.0.0/dummy_data.zip b/dummy/ibo_Latn-kon_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..1dcf89d98115ba5499cde98a81cb0f00fc2b581b
--- /dev/null
+++ b/dummy/ibo_Latn-kon_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ed134b4318b7e3e327303d183ec40da6bfcdcf3b7fbfe62586476ebcce1cb0a6
+size 1743
diff --git a/dummy/ibo_Latn-lin_Latn/1.0.0/dummy_data.zip b/dummy/ibo_Latn-lin_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..321d53f655d7cb2f89edab71116c0051274130f8
--- /dev/null
+++ b/dummy/ibo_Latn-lin_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:40d900ebf644ef47e9f461870a7f4a9685bc7c3d14017f9cbc47325d12b6aa5e
+size 2210
diff --git a/dummy/ibo_Latn-lua_Latn/1.0.0/dummy_data.zip b/dummy/ibo_Latn-lua_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..7ddd8c907c803371bbce1e4dbdf3fe8ab2fcc95b
--- /dev/null
+++ b/dummy/ibo_Latn-lua_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:5a8fdbc503250ffb96378ead1d295855e9d5e95988bbbd70cf922105ad62abbc
+size 2211
diff --git a/dummy/ibo_Latn-lug_Latn/1.0.0/dummy_data.zip b/dummy/ibo_Latn-lug_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..25ec4c0a8dc42e57ad05f9782b06bf3a78080ae8
--- /dev/null
+++ b/dummy/ibo_Latn-lug_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b005cec1b88438a2a376989e29383e1723aa41ef59c96065f3bad9d2d297972f
+size 2329
diff --git a/dummy/ibo_Latn-luo_Latn/1.0.0/dummy_data.zip b/dummy/ibo_Latn-luo_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..07db4de834ef1dbb72dedffd889fb6bf4fa35cad
--- /dev/null
+++ b/dummy/ibo_Latn-luo_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:1b42f40d3ce93e8955143b4f44d81da37c5b2138c754cd46bbd6029563b682d2
+size 2206
diff --git a/dummy/ibo_Latn-nso_Latn/1.0.0/dummy_data.zip b/dummy/ibo_Latn-nso_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..2b3602caaf782c22582f323d187c272881f75eb7
--- /dev/null
+++ b/dummy/ibo_Latn-nso_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:56f65c8c5500fb09e0cae3b22685517a2ac7a42f1a4b20f749be476726cbeb87
+size 2511
diff --git a/dummy/ibo_Latn-nus_Latn/1.0.0/dummy_data.zip b/dummy/ibo_Latn-nus_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..27d666c9c74efe6bdce9e8a94ad2093d06b96763
--- /dev/null
+++ b/dummy/ibo_Latn-nus_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f02c3bf66fa24331da7d55a17a22b70438ff402f1bbb2a5d0f7de4ff098997f1
+size 1956
diff --git a/dummy/ibo_Latn-nya_Latn/1.0.0/dummy_data.zip b/dummy/ibo_Latn-nya_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..5b4758303d27b3750c2974cc3a234192f26769ce
--- /dev/null
+++ b/dummy/ibo_Latn-nya_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9cb02456843976e468def17a514b13861ed554d438d131a90a0aa237fd3aff56
+size 2197
diff --git a/dummy/ibo_Latn-run_Latn/1.0.0/dummy_data.zip b/dummy/ibo_Latn-run_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..aae3fe779b36be061a8922a461994735b9661b12
--- /dev/null
+++ b/dummy/ibo_Latn-run_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b2806e05d7458772bc3d1069f26a4b0fbbede878ed2610dd5e58d1791ecea4fa
+size 2527
diff --git a/dummy/ibo_Latn-sna_Latn/1.0.0/dummy_data.zip b/dummy/ibo_Latn-sna_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..52519a0e6b9ca331899b08d57277b8bb4def1e4e
--- /dev/null
+++ b/dummy/ibo_Latn-sna_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:db72fb9fc419d1e9368dca27f064bf94b6b6c4fb219a7e8c8595ea81449db09a
+size 2260
diff --git a/dummy/ibo_Latn-som_Latn/1.0.0/dummy_data.zip b/dummy/ibo_Latn-som_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..34409d74ee973e3be0b49bf1b197b28962974c57
--- /dev/null
+++ b/dummy/ibo_Latn-som_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:2a10f4cf7cf2f5af6b8f7b957f4fe5c45055d6d56a2fa994043a5efc7f6891b3
+size 2016
diff --git a/dummy/ibo_Latn-sot_Latn/1.0.0/dummy_data.zip b/dummy/ibo_Latn-sot_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..4740e0fcf7e17554cb637ce8f1878176ac9160ab
--- /dev/null
+++ b/dummy/ibo_Latn-sot_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a3a3a7be5c939807167526db08e43c0a543415177296ec8df5f3ba8ecf544db4
+size 2362
diff --git a/dummy/ibo_Latn-ssw_Latn/1.0.0/dummy_data.zip b/dummy/ibo_Latn-ssw_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..bf80c82f943ca77da2de0a3ded3a2681f25a8e43
--- /dev/null
+++ b/dummy/ibo_Latn-ssw_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:6dc295ec2c272e7ed4d4cd0a8a7d52bc05771b225f7c9c2d273bd8e74fe74ce1
+size 1688
diff --git a/dummy/ibo_Latn-swh_Latn/1.0.0/dummy_data.zip b/dummy/ibo_Latn-swh_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..6cb4ba318345b71a8ef764943b62ef3f914799e5
--- /dev/null
+++ b/dummy/ibo_Latn-swh_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:67d7df873be223cb7804dfc18d8d12e4c9f08a4fb2975c9807e5a45b7ea483e3
+size 2278
diff --git a/dummy/ibo_Latn-tir_Ethi/1.0.0/dummy_data.zip b/dummy/ibo_Latn-tir_Ethi/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..fc522a6386740923e2655cf2f1b60c4b8ec95929
--- /dev/null
+++ b/dummy/ibo_Latn-tir_Ethi/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d84105db9c623c63bc59ff0dfd4fdf83b54e8d06c45d5b7ed79017c214c1be8a
+size 2997
diff --git a/dummy/ibo_Latn-tsn_Latn/1.0.0/dummy_data.zip b/dummy/ibo_Latn-tsn_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..8c04432b8d78a3a586bf8ca810144f93fb8ca7ef
--- /dev/null
+++ b/dummy/ibo_Latn-tsn_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:95a5e6c65eab10e076bf9086efbc8cf5383caba572cab9ab2bb5f979c3f2414f
+size 2257
diff --git a/dummy/ibo_Latn-tso_Latn/1.0.0/dummy_data.zip b/dummy/ibo_Latn-tso_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..db44fac95a161c54d4d5de630413b992f679a096
--- /dev/null
+++ b/dummy/ibo_Latn-tso_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:0aa11c63f0bcf9498995ef788665d694065503c3c25e8501c7af19a2b9b9a891
+size 2444
diff --git a/dummy/ibo_Latn-tum_Latn/1.0.0/dummy_data.zip b/dummy/ibo_Latn-tum_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..6e6cd8d4603bdd73e954b6d20f6836868ac518ff
--- /dev/null
+++ b/dummy/ibo_Latn-tum_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:8e932f1be7760c5b4c69b5b3e13bd4c99e1178b61c4f1eb4ab54daf90b26f0fd
+size 2298
diff --git a/dummy/ibo_Latn-twi_Latn/1.0.0/dummy_data.zip b/dummy/ibo_Latn-twi_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..bd25eb02ec7091de7f4e72192c839b4a1b7cc2fe
--- /dev/null
+++ b/dummy/ibo_Latn-twi_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:7a25af9023b103aab2a50648194d8fd755d5b057acdf6abd522445aeae41529c
+size 2333
diff --git a/dummy/ibo_Latn-umb_Latn/1.0.0/dummy_data.zip b/dummy/ibo_Latn-umb_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..995606c3fd47f628b26dd6543638a124120a9eec
--- /dev/null
+++ b/dummy/ibo_Latn-umb_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:0bec35611eecf485719ffe84db7bfa020aa7f573711dbeb397322f9343d31e8c
+size 2319
diff --git a/dummy/ibo_Latn-wol_Latn/1.0.0/dummy_data.zip b/dummy/ibo_Latn-wol_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..e2b8465916b8fb706e48f9026ef4b41f073ec06b
--- /dev/null
+++ b/dummy/ibo_Latn-wol_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:10dd82bee378af5e422da473de51ed5282da6e4e06519fb6f47dff7d34118cab
+size 2159
diff --git a/dummy/ibo_Latn-xho_Latn/1.0.0/dummy_data.zip b/dummy/ibo_Latn-xho_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..8567c41e9be405d69c1c18759677a2457c64c57d
--- /dev/null
+++ b/dummy/ibo_Latn-xho_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:891af3670347282a0e2e32d045ac33c3344b1023d67da3fdf9b1a80487bec79c
+size 2273
diff --git a/dummy/ibo_Latn-yor_Latn/1.0.0/dummy_data.zip b/dummy/ibo_Latn-yor_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..6cfb243506af7981ef52edb8cc2950833032e05b
--- /dev/null
+++ b/dummy/ibo_Latn-yor_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:85d96f4ffbbb639ffa1cfbc381f625a4c902c00453ad4250b174a1d31d1264d0
+size 2221
diff --git a/dummy/ibo_Latn-zul_Latn/1.0.0/dummy_data.zip b/dummy/ibo_Latn-zul_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..a72b35e2fb72da37651476d3efe0080058b1f7d9
--- /dev/null
+++ b/dummy/ibo_Latn-zul_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:641dd5c9df3927bb56c6611084eaf49e7773c3dd66c3875884eba3683759c05b
+size 2007
diff --git a/dummy/ilo_Latn-jav_Latn/1.0.0/dummy_data.zip b/dummy/ilo_Latn-jav_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..daf90a7647fe2dffb1b50c70726f1005b5dded69
--- /dev/null
+++ b/dummy/ilo_Latn-jav_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:22acb6f9de950de56079a4aa2578b25c3661318d2e19050de2e7687ad034951f
+size 2276
diff --git a/dummy/ilo_Latn-min_Latn/1.0.0/dummy_data.zip b/dummy/ilo_Latn-min_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..8bc1976bc7f5e46503be76168533dce5c4828d7a
--- /dev/null
+++ b/dummy/ilo_Latn-min_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a9e2385be319d8e77c793001861d39dd6df6befb378d2142e3a536f364294528
+size 2537
diff --git a/dummy/ilo_Latn-mri_Latn/1.0.0/dummy_data.zip b/dummy/ilo_Latn-mri_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..3ab77451efdcd0985a63eaab71e41f89eeb4c793
--- /dev/null
+++ b/dummy/ilo_Latn-mri_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:06ddc131cdef505acbeb768c865184cbc11985acda3cbd8ae6060ad4746efb99
+size 2548
diff --git a/dummy/ilo_Latn-pag_Latn/1.0.0/dummy_data.zip b/dummy/ilo_Latn-pag_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..524fdf6d499235161ac99afeeffb3958ad5da87f
--- /dev/null
+++ b/dummy/ilo_Latn-pag_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:38df2e0604a137f68bd1fcfbf527a0dfdbb6f436f9f4813784d098e947358f50
+size 1639
diff --git a/dummy/ilo_Latn-plt_Latn/1.0.0/dummy_data.zip b/dummy/ilo_Latn-plt_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..16050628c1c5240a104b316774a8bd4bc5ca7067
--- /dev/null
+++ b/dummy/ilo_Latn-plt_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:7f95d5009c1a8c4ade049940edd60a92d57ce30735cf10a16214a3afb0a25bb6
+size 2454
diff --git a/dummy/ilo_Latn-smo_Latn/1.0.0/dummy_data.zip b/dummy/ilo_Latn-smo_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..fc66aab172ff6b9a7a025c780ab11900b6bc79a1
--- /dev/null
+++ b/dummy/ilo_Latn-smo_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:bffc9342aba7a8ee8ac2a9fbeb7beb171060d79675743aaa6e890acca881494c
+size 2460
diff --git a/dummy/ilo_Latn-sun_Latn/1.0.0/dummy_data.zip b/dummy/ilo_Latn-sun_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..504d6f47e012e44cc9facd865a5d5c5cf0d0e82d
--- /dev/null
+++ b/dummy/ilo_Latn-sun_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:251bb101c628b68f5bd7fe2cf9ff77be964932f7fb64962512123f65f21a04ad
+size 2629
diff --git a/dummy/ilo_Latn-war_Latn/1.0.0/dummy_data.zip b/dummy/ilo_Latn-war_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..380153f28e8aa622470499f3661f2554624b9557
--- /dev/null
+++ b/dummy/ilo_Latn-war_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b79fd2281796c247086fd1ff562b6e2536871b9836a8c0726d8fb8a5fa89d901
+size 1831
diff --git a/dummy/ind_Latn-ace_Latn/1.0.0/dummy_data.zip b/dummy/ind_Latn-ace_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..f061b3f5e7c4c4b9da9d69b23650de7c9d6b47a9
--- /dev/null
+++ b/dummy/ind_Latn-ace_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a79320879cf29b21754f8be5922bd13de80c68a6b7d130b0add6f6ae70e8a71c
+size 2810
diff --git a/dummy/ind_Latn-ban_Latn/1.0.0/dummy_data.zip b/dummy/ind_Latn-ban_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..beb674a0f78d6eaca39ff2bc99fafba3bda16c82
--- /dev/null
+++ b/dummy/ind_Latn-ban_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:69a0b568318e5a3a25d828295a4fdc1e05c320a34250f6b9b1015cbb783f80f0
+size 2959
diff --git a/dummy/ind_Latn-jav_Latn/1.0.0/dummy_data.zip b/dummy/ind_Latn-jav_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..37acc64852773bdf6d06c77b6f5b05947ad26955
--- /dev/null
+++ b/dummy/ind_Latn-jav_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:38cfa886a720b7828b510a9602492755cd0185b5922834d2c6c04849d6580ece
+size 3146
diff --git a/dummy/ind_Latn-khm_Khmr/1.0.0/dummy_data.zip b/dummy/ind_Latn-khm_Khmr/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..acde153ecdadffa52409c41924081f65b9a8a7b5
--- /dev/null
+++ b/dummy/ind_Latn-khm_Khmr/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9e086c26a3243a58ba022382a02c4b6942bf7dd439a03c05ecb8d1f1a21472a2
+size 3514
diff --git a/dummy/ind_Latn-lao_Laoo/1.0.0/dummy_data.zip b/dummy/ind_Latn-lao_Laoo/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..43917c84dfece3193bfb7ba7efdd0079e800f792
--- /dev/null
+++ b/dummy/ind_Latn-lao_Laoo/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:34dc735e2fa0f1f81cbbfb812ef08a81e6b2f83dc8f1c06a3a5d71d9d31659c4
+size 3539
diff --git a/dummy/ind_Latn-min_Latn/1.0.0/dummy_data.zip b/dummy/ind_Latn-min_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..e82aabf1e43a708b67be968bf698fc19f588f7b0
--- /dev/null
+++ b/dummy/ind_Latn-min_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d916206e9597e8cce0bcae3be9d543fc1a999308e0ee10dbc1c12cc2df89f1ef
+size 2025
diff --git a/dummy/ind_Latn-mya_Mymr/1.0.0/dummy_data.zip b/dummy/ind_Latn-mya_Mymr/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..aff204c8848d9598b40e6dd81d7527f3d8f4a769
--- /dev/null
+++ b/dummy/ind_Latn-mya_Mymr/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f14fe602d9851c05a6ea2bfe9190ae9dc8e031e1ef594667b0e9222ad8be3e1c
+size 3456
diff --git a/dummy/ind_Latn-shn_Mymr/1.0.0/dummy_data.zip b/dummy/ind_Latn-shn_Mymr/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..e8e0167257f482c3c4486a2ae3b11e6b0aee9e64
--- /dev/null
+++ b/dummy/ind_Latn-shn_Mymr/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:8b03c8e1fd6ff90ae471f16e78521939805338b270de84a6561e86351697a7c9
+size 3309
diff --git a/dummy/ind_Latn-sun_Latn/1.0.0/dummy_data.zip b/dummy/ind_Latn-sun_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..a2bb1915f80363f301487eb03383f0c3e8945ac6
--- /dev/null
+++ b/dummy/ind_Latn-sun_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a3aa7fa73e35cfb6f1937370cd14d1423b066a4ecaf2ed480c92fdd74618f321
+size 2750
diff --git a/dummy/jav_Latn-min_Latn/1.0.0/dummy_data.zip b/dummy/jav_Latn-min_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..677678aad4c69d81cf1491943d9942aff399d82e
--- /dev/null
+++ b/dummy/jav_Latn-min_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:89f7a127463c951de9d06ff1bb308706cd6a9662fb310b0794574460b7c894f4
+size 2320
diff --git a/dummy/jav_Latn-mri_Latn/1.0.0/dummy_data.zip b/dummy/jav_Latn-mri_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..0bbc1c6b6c791b9bada7324fcf4ed5eba359355b
--- /dev/null
+++ b/dummy/jav_Latn-mri_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:67c42502dd1c5da4626bb3e780472527094b77eb5d4a2c9036b5a2df927f0cc8
+size 2444
diff --git a/dummy/jav_Latn-pag_Latn/1.0.0/dummy_data.zip b/dummy/jav_Latn-pag_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..397e610cd06af909de27c425e6edba8996822f8b
--- /dev/null
+++ b/dummy/jav_Latn-pag_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f45638a02ae5e153e15e94d6ee56f60d7bd40dd56e1872794e219c99270fccc6
+size 2375
diff --git a/dummy/jav_Latn-plt_Latn/1.0.0/dummy_data.zip b/dummy/jav_Latn-plt_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..809ae76cd81e2a3c6046fbd08e8860d4009d5e57
--- /dev/null
+++ b/dummy/jav_Latn-plt_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:eb24e492e72a4d31830ed13b38ec689661a0515949f2ac79a32b420fcd27bf72
+size 3153
diff --git a/dummy/jav_Latn-smo_Latn/1.0.0/dummy_data.zip b/dummy/jav_Latn-smo_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..2fcb14cd3884ded38b762bccfdb21afa99710a1a
--- /dev/null
+++ b/dummy/jav_Latn-smo_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ab8651731b6a980836d0d245160c92c07e0af90ccedc4c3f1cd4f3799f2fbc68
+size 2605
diff --git a/dummy/jav_Latn-sun_Latn/1.0.0/dummy_data.zip b/dummy/jav_Latn-sun_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..ef520db77dcb217214d1e53127e6d554f1259b85
--- /dev/null
+++ b/dummy/jav_Latn-sun_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c52edafb7f5e13a0ba8bdd4daa0df3720d241e0b7f43d09c1de4102fe1a5a9b0
+size 2566
diff --git a/dummy/jav_Latn-war_Latn/1.0.0/dummy_data.zip b/dummy/jav_Latn-war_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..b1c170114be913da1919a7a7b004cf5a60888345
--- /dev/null
+++ b/dummy/jav_Latn-war_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:209b235517444433a2d2691d11d4a2905e6782e5cc2bb3229c2154e5977bd5a6
+size 2337
diff --git a/dummy/kam_Latn-gaz_Latn/1.0.0/dummy_data.zip b/dummy/kam_Latn-gaz_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..f197efa8c12c30e28c493bc18973699532338db3
--- /dev/null
+++ b/dummy/kam_Latn-gaz_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:484b1855949b8550df23de34a56b0cab698c61af04fdfc9331c229a597afe1bd
+size 2060
diff --git a/dummy/kam_Latn-kik_Latn/1.0.0/dummy_data.zip b/dummy/kam_Latn-kik_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..2d8082f18fef91672c7db4d8f20113080dd5b34f
--- /dev/null
+++ b/dummy/kam_Latn-kik_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b8bf5a20cc8f361ce76b42a09fe987c18710a8c630327892033508b61812656b
+size 1855
diff --git a/dummy/kam_Latn-kin_Latn/1.0.0/dummy_data.zip b/dummy/kam_Latn-kin_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..b0f84b43cedf08847072ae8dae015e9785888a86
--- /dev/null
+++ b/dummy/kam_Latn-kin_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:cfbdc5721fc348fa2a67ec07cf92909e47d72c07d885708c7a4823fc64da8505
+size 2406
diff --git a/dummy/kam_Latn-kmb_Latn/1.0.0/dummy_data.zip b/dummy/kam_Latn-kmb_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..410455b5339a88dede560763eec52fcf3096a494
--- /dev/null
+++ b/dummy/kam_Latn-kmb_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3a72b258f406a465a8b68a2dc2b21518f2a827160d9ed4cc24666c07a5d2b416
+size 2199
diff --git a/dummy/kam_Latn-knc_Arab/1.0.0/dummy_data.zip b/dummy/kam_Latn-knc_Arab/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..197919cfa5dfc43a7433c325b647f3ec7c22eda0
--- /dev/null
+++ b/dummy/kam_Latn-knc_Arab/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:6a1bb0f026cd29546400ac413a4dd27c49808260b7f2329c55052b83863d219e
+size 3039
diff --git a/dummy/kam_Latn-knc_Latn/1.0.0/dummy_data.zip b/dummy/kam_Latn-knc_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..a988fd2e4e7aa054fe077ad6967b0d3e903ff3ad
--- /dev/null
+++ b/dummy/kam_Latn-knc_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:36a3a0f21ef8e634561e41b51b4724b124c2a2888a5c7750179e81a31a5a04eb
+size 2609
diff --git a/dummy/kam_Latn-kon_Latn/1.0.0/dummy_data.zip b/dummy/kam_Latn-kon_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..fc3946f4753f1be4e11e4daac3ab3f4b851323e9
--- /dev/null
+++ b/dummy/kam_Latn-kon_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ea17a45ddd8c5822eda89b6d0f43e051e7c5de751e2d547c341a7dc0b04208af
+size 2139
diff --git a/dummy/kam_Latn-lin_Latn/1.0.0/dummy_data.zip b/dummy/kam_Latn-lin_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..4d7b19fb65dbbc5e309fdfbfa2ddb99f57032944
--- /dev/null
+++ b/dummy/kam_Latn-lin_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3f051477fe03065ad6b783dc070d73a8e9ff6aac8115675e4f559347328a0a27
+size 2227
diff --git a/dummy/kam_Latn-lua_Latn/1.0.0/dummy_data.zip b/dummy/kam_Latn-lua_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..fb91910ccbce9187af8781fe92db645e59c8ebb1
--- /dev/null
+++ b/dummy/kam_Latn-lua_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:4976ba68e93cd51efa66802e361bd379753f57303bb4041a9a887fc5131ab2e7
+size 2466
diff --git a/dummy/kam_Latn-lug_Latn/1.0.0/dummy_data.zip b/dummy/kam_Latn-lug_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..0cfed01136ff0988025d06dd6b717363c3477a55
--- /dev/null
+++ b/dummy/kam_Latn-lug_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:cf50e2c7f971b02a9623d9a5e8ddd59de4396a7ac0cf77ea7abf3483dcfdd1fb
+size 2466
diff --git a/dummy/kam_Latn-luo_Latn/1.0.0/dummy_data.zip b/dummy/kam_Latn-luo_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..eb50b680125f02df1608b8733e044b0d9be61035
--- /dev/null
+++ b/dummy/kam_Latn-luo_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:1d327738f1281180d663476601ccd0904949f45e9e148d489e9755d150c1268d
+size 2274
diff --git a/dummy/kam_Latn-nso_Latn/1.0.0/dummy_data.zip b/dummy/kam_Latn-nso_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..cf9bb87d5d0b470bd982aac2800fa411ea160b31
--- /dev/null
+++ b/dummy/kam_Latn-nso_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ccf0c4e6ac25131b1306df31aa8055d6d6bce6a65656949e32ade519e876ea43
+size 2141
diff --git a/dummy/kam_Latn-nus_Latn/1.0.0/dummy_data.zip b/dummy/kam_Latn-nus_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..29cf53c314f46d5bd50dd1c38ef9c74ee00d9836
--- /dev/null
+++ b/dummy/kam_Latn-nus_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:8fee756b463a42f909fc3c64b5b20fe19bc0eda8386953d9be1a609e9805ce49
+size 2043
diff --git a/dummy/kam_Latn-nya_Latn/1.0.0/dummy_data.zip b/dummy/kam_Latn-nya_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..5b1ead9b0536688128df70a3896b14900400acea
--- /dev/null
+++ b/dummy/kam_Latn-nya_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:757f01de197506960abb26a91165d42ad3184c1798961c62629ed9a583f7f116
+size 2636
diff --git a/dummy/kam_Latn-run_Latn/1.0.0/dummy_data.zip b/dummy/kam_Latn-run_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..b3728d706f4b80a300013c06044b35fdd55c6acd
--- /dev/null
+++ b/dummy/kam_Latn-run_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:28671a1f1882a4e05797b577faf423f3671e942360f069d8dd5db53e19fbad24
+size 2383
diff --git a/dummy/kam_Latn-sna_Latn/1.0.0/dummy_data.zip b/dummy/kam_Latn-sna_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..43e8d2af9a5c8dcfbe44e570b72c389adba92e1d
--- /dev/null
+++ b/dummy/kam_Latn-sna_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d852795291a76bd0bb521c7483fa15f75d65b6d97c0bbdb32b0f1ee745ef7e57
+size 2529
diff --git a/dummy/kam_Latn-som_Latn/1.0.0/dummy_data.zip b/dummy/kam_Latn-som_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..d7c95b78ffa39031d4e16bf8459f78e55a63f3b6
--- /dev/null
+++ b/dummy/kam_Latn-som_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9a207e4488d19bbe568ad5618e788fc6c699558d0ef26a3f4f2231d111cdcab0
+size 2119
diff --git a/dummy/kam_Latn-sot_Latn/1.0.0/dummy_data.zip b/dummy/kam_Latn-sot_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..1a4ed8b9172238343b1a2476a91ce5767821c842
--- /dev/null
+++ b/dummy/kam_Latn-sot_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:7aebc3a311c5aa963fde9cbf911b627dfcd737dfaab42ebcd99afca9a2a1c726
+size 2410
diff --git a/dummy/kam_Latn-ssw_Latn/1.0.0/dummy_data.zip b/dummy/kam_Latn-ssw_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..f0072ee52d0f8f31bb58a98266842d4341a64934
--- /dev/null
+++ b/dummy/kam_Latn-ssw_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:2f4393ea6b520383683f5ac6d48a6f3386f949596b59820910efb7fd98d7f57e
+size 1596
diff --git a/dummy/kam_Latn-swh_Latn/1.0.0/dummy_data.zip b/dummy/kam_Latn-swh_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..94775c7e4304977a7c1a9f4baee460c796d03f42
--- /dev/null
+++ b/dummy/kam_Latn-swh_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:259a3e4ae045468a933dbe1b62f47b3fc45762a5f355c33069d22836c35d9c5a
+size 2455
diff --git a/dummy/kam_Latn-tir_Ethi/1.0.0/dummy_data.zip b/dummy/kam_Latn-tir_Ethi/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..34c2dfb85833cbb5f39f063f7061365c2cadddb6
--- /dev/null
+++ b/dummy/kam_Latn-tir_Ethi/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:8706096fa70ad0db8004893809eaa31ba54416fa39e10bf1a411c5ec352560c8
+size 2673
diff --git a/dummy/kam_Latn-tsn_Latn/1.0.0/dummy_data.zip b/dummy/kam_Latn-tsn_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..2dcc52c6ee973307b52ea711f009d37e587e290f
--- /dev/null
+++ b/dummy/kam_Latn-tsn_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:4dfcd362215a3a0c4a6da7dbbd0c591d3b14b297e858629aebca26747c4cda0f
+size 2477
diff --git a/dummy/kam_Latn-tso_Latn/1.0.0/dummy_data.zip b/dummy/kam_Latn-tso_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..ac7f53aa7efd074efef0aafa8499df353a01d8ec
--- /dev/null
+++ b/dummy/kam_Latn-tso_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:36ef0f87cc6194445f8829a5bbe6307194ba80ef7a7a9e3a69e2ef72ddba9e4a
+size 2660
diff --git a/dummy/kam_Latn-tum_Latn/1.0.0/dummy_data.zip b/dummy/kam_Latn-tum_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..ffba8326e9c7c50bbceced7dabcdcb3b3768dfdc
--- /dev/null
+++ b/dummy/kam_Latn-tum_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:de5653b97d6ea10c8fb5131004dece1df41af5d5164dd5d999fa86c2b7a8fc8c
+size 2640
diff --git a/dummy/kam_Latn-twi_Latn/1.0.0/dummy_data.zip b/dummy/kam_Latn-twi_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..4d863d2408046c5285a8fe7a90828f72ae520cb8
--- /dev/null
+++ b/dummy/kam_Latn-twi_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:860c2e23c9cd4ab9f6fc3c56d9b07ccab84e32f6fed233af0ec62ff464ff1eb7
+size 2511
diff --git a/dummy/kam_Latn-umb_Latn/1.0.0/dummy_data.zip b/dummy/kam_Latn-umb_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..4dd5ddb486709728199e207c5cbd99b4d958c67d
--- /dev/null
+++ b/dummy/kam_Latn-umb_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f484e38d7d9284af4d46f044f3763ac9a2ad450306284db92c333aa56f8b155e
+size 2550
diff --git a/dummy/kam_Latn-wol_Latn/1.0.0/dummy_data.zip b/dummy/kam_Latn-wol_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..b6e8d84af0fa55094251fe1d48fa96518fee7b29
--- /dev/null
+++ b/dummy/kam_Latn-wol_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a38e1d77808482b2e75afab540848217edc70312fc36edbd7ed687226c11f6c5
+size 2452
diff --git a/dummy/kam_Latn-xho_Latn/1.0.0/dummy_data.zip b/dummy/kam_Latn-xho_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..c49221648e7304cc9db533175e59a5970a5fa8ed
--- /dev/null
+++ b/dummy/kam_Latn-xho_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:62ff9acf8b9b439442c635e860f502cb77e167fa3735772914cc531aa858df66
+size 2550
diff --git a/dummy/kam_Latn-yor_Latn/1.0.0/dummy_data.zip b/dummy/kam_Latn-yor_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..28b701b02cbf072c104d1bff6c7b10527152b6b0
--- /dev/null
+++ b/dummy/kam_Latn-yor_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:470f8298266e36d6025d87bbef57377b8974b5f56f40bf4e4dbd2cfcff266444
+size 2357
diff --git a/dummy/kam_Latn-zul_Latn/1.0.0/dummy_data.zip b/dummy/kam_Latn-zul_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..d4209706f025bccc3e1acd02261a975aaee8a7ba
--- /dev/null
+++ b/dummy/kam_Latn-zul_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:edb9c6ba8c86866ff041bfd51149d890d38d65681f0e4e0bf68c8e47c98ea029
+size 2429
diff --git a/dummy/kan_Knda-kas_Arab/1.0.0/dummy_data.zip b/dummy/kan_Knda-kas_Arab/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..7fa0cf233124f0bbcc1bbabc18a844d803bf88b3
--- /dev/null
+++ b/dummy/kan_Knda-kas_Arab/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:72779f241e5062642e454438a29244093972e4633f9bcf582f094f914f328fbc
+size 2779
diff --git a/dummy/kan_Knda-kas_Deva/1.0.0/dummy_data.zip b/dummy/kan_Knda-kas_Deva/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..2ef8e19fe2707d85cbdf537584d4081ddf3dad85
--- /dev/null
+++ b/dummy/kan_Knda-kas_Deva/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d432f39dc33c3af66c3324b29512f648b9797ff6a59c78f817b3c2cb7ffc67da
+size 2803
diff --git a/dummy/kan_Knda-mag_Deva/1.0.0/dummy_data.zip b/dummy/kan_Knda-mag_Deva/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..d2feb8839820eeb2f60c423ac3838b72a91f56b7
--- /dev/null
+++ b/dummy/kan_Knda-mag_Deva/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:5e615e8e266bb4dba61cc0c82792dabf27db0e015bff496bb6c3f6ddd4623e4a
+size 3332
diff --git a/dummy/kan_Knda-mai_Deva/1.0.0/dummy_data.zip b/dummy/kan_Knda-mai_Deva/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..ea179cd28b092edbb3ed7760af2b22a75f5700f3
--- /dev/null
+++ b/dummy/kan_Knda-mai_Deva/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:deb826b5eb30adb9afe1395a59967e8926241ccaafb25e158b61bd399d05930f
+size 3368
diff --git a/dummy/kan_Knda-mal_Mlym/1.0.0/dummy_data.zip b/dummy/kan_Knda-mal_Mlym/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..839d0ffbfdaacc14b744351ec239de446877244b
--- /dev/null
+++ b/dummy/kan_Knda-mal_Mlym/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:5669e8c1c3812586ecbdbb65e6372e499a20918000181fda934c8fde1e47b485
+size 2417
diff --git a/dummy/kan_Knda-mar_Deva/1.0.0/dummy_data.zip b/dummy/kan_Knda-mar_Deva/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..7b5b6b9ea22e353bcf3876f912567bf61d63eb72
--- /dev/null
+++ b/dummy/kan_Knda-mar_Deva/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:bca672fb4ee673c6310888d46c821327046f1182c7f18f928836782d97e37e50
+size 2241
diff --git a/dummy/kan_Knda-npi_Deva/1.0.0/dummy_data.zip b/dummy/kan_Knda-npi_Deva/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..a35edd26111029d21f0ba6ca8f83a3660342c69e
--- /dev/null
+++ b/dummy/kan_Knda-npi_Deva/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:4ad332ac849562ba6388b00e16ee83235838c23f53a7c2ebf327dc411d4c7c34
+size 2956
diff --git a/dummy/kan_Knda-ory_Orya/1.0.0/dummy_data.zip b/dummy/kan_Knda-ory_Orya/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..e36dd556b3a9d84082d432d0956c3e28dfd8583c
--- /dev/null
+++ b/dummy/kan_Knda-ory_Orya/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:6d5c88867d8ed85f360f6044c45596fd0373ed4c9dc5d4d6d531d43fc4cc45c0
+size 3245
diff --git a/dummy/kan_Knda-pan_Guru/1.0.0/dummy_data.zip b/dummy/kan_Knda-pan_Guru/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..3b63dfa3990c8dcaed0162f61258f6859c36aa38
--- /dev/null
+++ b/dummy/kan_Knda-pan_Guru/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:bab5ef7c523f6da2ca1673a945fbe4d10c5f50a5d41b49a1ccdc17300b2bcea9
+size 2959
diff --git a/dummy/kan_Knda-san_Deva/1.0.0/dummy_data.zip b/dummy/kan_Knda-san_Deva/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..f0de0996722085f3450e559af9f64f5ac3183a1f
--- /dev/null
+++ b/dummy/kan_Knda-san_Deva/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a9e36d82cc626d2bf1dc7985eb75a5dd18d4a230f5e7255258421f218c0d22b3
+size 3450
diff --git a/dummy/kan_Knda-sat_Beng/1.0.0/dummy_data.zip b/dummy/kan_Knda-sat_Beng/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..8a4a2769d8b5965c5e5455b598a15e73af22c260
--- /dev/null
+++ b/dummy/kan_Knda-sat_Beng/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:0c1660045a4e1b092b81e14de28bd8b3919b8282fb215339b58ecffdf5ef9ee2
+size 2224
diff --git a/dummy/kan_Knda-sin_Sinh/1.0.0/dummy_data.zip b/dummy/kan_Knda-sin_Sinh/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..6e9ba0273e6154b1e29b349de3b14340e845509c
--- /dev/null
+++ b/dummy/kan_Knda-sin_Sinh/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:1563d9fe053897fd68840df003dc3fd88d88513ce1a62ce49b8b67627550cce5
+size 3093
diff --git a/dummy/kan_Knda-snd_Arab/1.0.0/dummy_data.zip b/dummy/kan_Knda-snd_Arab/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..c3c934f7a0ea1635be8fc315980ccd1481af3ca1
--- /dev/null
+++ b/dummy/kan_Knda-snd_Arab/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:5372a43aed2dcd9429461fe853a6ce2224216c501a32e26321c1f97c7ca594d8
+size 2665
diff --git a/dummy/kan_Knda-tam_Taml/1.0.0/dummy_data.zip b/dummy/kan_Knda-tam_Taml/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..5870f126f5913e9b91adc3c85f079947e18d7670
--- /dev/null
+++ b/dummy/kan_Knda-tam_Taml/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d9b8958fb92ed0b5c061dc93a6a2a0bf9da8e66e14a3044c3f4afa26a5669803
+size 3138
diff --git a/dummy/kan_Knda-tel_Telu/1.0.0/dummy_data.zip b/dummy/kan_Knda-tel_Telu/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..8302fd301c2703064bf71996ae06eeb2b392ecf6
--- /dev/null
+++ b/dummy/kan_Knda-tel_Telu/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:1cf5fdf98f6f9e89e26c0927a6b6048b121b7dc9e1c10d5d184f4a8cf393e4ee
+size 2456
diff --git a/dummy/kan_Knda-urd_Arab/1.0.0/dummy_data.zip b/dummy/kan_Knda-urd_Arab/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..db00b040094d6cde5be07d9b7d9d43bac0bc2d5c
--- /dev/null
+++ b/dummy/kan_Knda-urd_Arab/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:43152bf1188186976ca1653162e36f38be6daadf50c8d775a847dd13c5f1b4d1
+size 3941
diff --git a/dummy/kas_Arab-kas_Deva/1.0.0/dummy_data.zip b/dummy/kas_Arab-kas_Deva/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..d7bf335a91ec2cce519874ec00ba4bebd0b37f33
--- /dev/null
+++ b/dummy/kas_Arab-kas_Deva/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:5585825571ffeda4fe909dc77f739e8210c99a619bd26875387ce79432057ce0
+size 1656
diff --git a/dummy/kas_Arab-mag_Deva/1.0.0/dummy_data.zip b/dummy/kas_Arab-mag_Deva/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..e5947025aa0206915e6640fd2a0c7a0b15006a19
--- /dev/null
+++ b/dummy/kas_Arab-mag_Deva/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:0fe555e6c7f3fdcad16b5a3f1ae6a1bb8ca26bd426d705244d0ad88ee6300843
+size 1698
diff --git a/dummy/kas_Arab-mai_Deva/1.0.0/dummy_data.zip b/dummy/kas_Arab-mai_Deva/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..ee0e4cd092e6fc88a5e91be42a273178c0443909
--- /dev/null
+++ b/dummy/kas_Arab-mai_Deva/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:480b07bf22041dfeee5729a894c768ae11d64f1ab31f0891c81f865e0f21e139
+size 2649
diff --git a/dummy/kas_Arab-mal_Mlym/1.0.0/dummy_data.zip b/dummy/kas_Arab-mal_Mlym/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..571e13f43c2921df47c08ee11be69c77d7008e82
--- /dev/null
+++ b/dummy/kas_Arab-mal_Mlym/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:2c660bcaed38aaddb9a11b3f95d7d3bfeb0fbae90188b717cfb41935d318463a
+size 3105
diff --git a/dummy/kas_Arab-mar_Deva/1.0.0/dummy_data.zip b/dummy/kas_Arab-mar_Deva/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..f4bfa1bd00994f7dd9d6b7e83d11f63be7cc0b5f
--- /dev/null
+++ b/dummy/kas_Arab-mar_Deva/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3648c50ddff8c3e72d457fab8a5f57e66347193722ff816d6c3b42e8253b719c
+size 2525
diff --git a/dummy/kas_Arab-npi_Deva/1.0.0/dummy_data.zip b/dummy/kas_Arab-npi_Deva/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..785d120d16363edb413ed9e1370167207ef023d2
--- /dev/null
+++ b/dummy/kas_Arab-npi_Deva/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:0b3088057b758051b4f6482769f9f3634acda015b8fab9bc8020e7b5e5faef86
+size 2790
diff --git a/dummy/kas_Arab-ory_Orya/1.0.0/dummy_data.zip b/dummy/kas_Arab-ory_Orya/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..6b9e61e185904553f02b2b722a2af90650bca3aa
--- /dev/null
+++ b/dummy/kas_Arab-ory_Orya/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:338e6d725e1cf92793cedbaea79eea946b3ed185bd4240170ab0ce3a805bcc9b
+size 2411
diff --git a/dummy/kas_Arab-pan_Guru/1.0.0/dummy_data.zip b/dummy/kas_Arab-pan_Guru/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..4b44896ac49b381fb6724f2503593d45af3c19cc
--- /dev/null
+++ b/dummy/kas_Arab-pan_Guru/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:591be5659d3c051be8188329c4829634418d3a70d36f270f718feef0ced83518
+size 2203
diff --git a/dummy/kas_Arab-san_Deva/1.0.0/dummy_data.zip b/dummy/kas_Arab-san_Deva/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..89535a2d216b60ec03aed2f08e5692f711d24563
--- /dev/null
+++ b/dummy/kas_Arab-san_Deva/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:6755aa23e2a16b415d355878ba8211e0742dc4ac22ea241c3a6b0a3037d78dc8
+size 2338
diff --git a/dummy/kas_Arab-sat_Beng/1.0.0/dummy_data.zip b/dummy/kas_Arab-sat_Beng/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..d3dbea89e5b43272e7477fc3a6bbf8e27265d609
--- /dev/null
+++ b/dummy/kas_Arab-sat_Beng/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:0516f256bd8857b72d651dc3bbf805fce9730864e3647388e2221dc192e2b98f
+size 2340
diff --git a/dummy/kas_Arab-sin_Sinh/1.0.0/dummy_data.zip b/dummy/kas_Arab-sin_Sinh/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..a1bf016a8ce58b55a8e1fc2187c345b7e986dc74
--- /dev/null
+++ b/dummy/kas_Arab-sin_Sinh/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:7254fed58be44cf3e484c20404796d5169af21a36bd2ace9fff031fb0f759c90
+size 2649
diff --git a/dummy/kas_Arab-snd_Arab/1.0.0/dummy_data.zip b/dummy/kas_Arab-snd_Arab/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..fc96471d495d0e30b795814986fae286b6179545
--- /dev/null
+++ b/dummy/kas_Arab-snd_Arab/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d84b5bb2ed35f1cade6e7b920c1e25d959b15b2deb7174dd923756ea38f5766e
+size 2342
diff --git a/dummy/kas_Arab-tam_Taml/1.0.0/dummy_data.zip b/dummy/kas_Arab-tam_Taml/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..ea21871203820531224f2b3e77831a6bae350c09
--- /dev/null
+++ b/dummy/kas_Arab-tam_Taml/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:8a886833e19290efbf4f919a60e7e2586acbc728a9cc5dbb1a0d5f2181a1f3f4
+size 2608
diff --git a/dummy/kas_Arab-tel_Telu/1.0.0/dummy_data.zip b/dummy/kas_Arab-tel_Telu/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..159570881845836dd59623991b2bf155f025c50e
--- /dev/null
+++ b/dummy/kas_Arab-tel_Telu/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:63553fd3231c2f054efab23086b9816726e594edf7da1f16da586e1d3a78de6d
+size 2236
diff --git a/dummy/kas_Arab-urd_Arab/1.0.0/dummy_data.zip b/dummy/kas_Arab-urd_Arab/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..8ea6be1e2eaaa91396999e10564f14957f42e3a6
--- /dev/null
+++ b/dummy/kas_Arab-urd_Arab/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:cb2d850d5afb22ba71dca4290d5823785c1870eec5a651dc9974e9ea156d694c
+size 2464
diff --git a/dummy/kas_Deva-mag_Deva/1.0.0/dummy_data.zip b/dummy/kas_Deva-mag_Deva/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..a24f5fd7c5eff743f75dbbe1f108edf6f42c550f
--- /dev/null
+++ b/dummy/kas_Deva-mag_Deva/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:db76283b8be75b9e52fdc89df6950be65695cca500b9a8ac3c5e347d23fc8691
+size 1841
diff --git a/dummy/kas_Deva-mai_Deva/1.0.0/dummy_data.zip b/dummy/kas_Deva-mai_Deva/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..447c10126a7ee851517fda1616a95b0a1555e92d
--- /dev/null
+++ b/dummy/kas_Deva-mai_Deva/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:fb9d56b1c3a7bf4edf400aaa35745d7e51c8479601900936aaef8bff26bbb883
+size 2401
diff --git a/dummy/kas_Deva-mal_Mlym/1.0.0/dummy_data.zip b/dummy/kas_Deva-mal_Mlym/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..d0cd9b22d317064e9eafa0ec3a8074d6e4866f09
--- /dev/null
+++ b/dummy/kas_Deva-mal_Mlym/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:aee82e0dd8c375791748666cee8f7334eee06462326b24dec5b51a177ec4993f
+size 2716
diff --git a/dummy/kas_Deva-mar_Deva/1.0.0/dummy_data.zip b/dummy/kas_Deva-mar_Deva/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..bc4e3c3ff481a9ab8f95437063ee9b07656cc144
--- /dev/null
+++ b/dummy/kas_Deva-mar_Deva/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c3fa42a823776bf342e6c056ad2f013a9f3ce93fb3fef634b6762031144b3de7
+size 2440
diff --git a/dummy/kas_Deva-npi_Deva/1.0.0/dummy_data.zip b/dummy/kas_Deva-npi_Deva/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..5f7b3e5882d38c1c7d5cbd93b559f08a2986c538
--- /dev/null
+++ b/dummy/kas_Deva-npi_Deva/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d63a3cfbf80bf00fac837ce94a3d1e40cf1927fb742eab7b8d793899c948c3e0
+size 3044
diff --git a/dummy/kas_Deva-ory_Orya/1.0.0/dummy_data.zip b/dummy/kas_Deva-ory_Orya/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..c08951d1ca05ff4fbec390ed9b706157d3975c9f
--- /dev/null
+++ b/dummy/kas_Deva-ory_Orya/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:535687d72811ea308008fc4b29c4e8cd948ca73eea576eb3170b8d91ed9549d0
+size 2844
diff --git a/dummy/kas_Deva-pan_Guru/1.0.0/dummy_data.zip b/dummy/kas_Deva-pan_Guru/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..75e05f7d87c48bb071d3429d757274b3b2f672f2
--- /dev/null
+++ b/dummy/kas_Deva-pan_Guru/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9b02476c67e681a8d3a18b9fefec682a65a2f8468eba59419e4f5a939a96e808
+size 2559
diff --git a/dummy/kas_Deva-san_Deva/1.0.0/dummy_data.zip b/dummy/kas_Deva-san_Deva/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..282fc894df0a34aa7f13f557dc6563a8f14f089a
--- /dev/null
+++ b/dummy/kas_Deva-san_Deva/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ca6f1f6d083eb995897cde2c4a141215e617cec24eca77508d741c16c8b9146f
+size 2716
diff --git a/dummy/kas_Deva-sat_Beng/1.0.0/dummy_data.zip b/dummy/kas_Deva-sat_Beng/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..46671b7eb3c8964daeccd3d5e90dd71d7efc9416
--- /dev/null
+++ b/dummy/kas_Deva-sat_Beng/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d8bcef90057f31b2c91e25c214bb4096a8a2c2766005b82ed41d0a1222de4a23
+size 2336
diff --git a/dummy/kas_Deva-sin_Sinh/1.0.0/dummy_data.zip b/dummy/kas_Deva-sin_Sinh/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..78375673613b70a535fa21bcbc145612d2ed19cf
--- /dev/null
+++ b/dummy/kas_Deva-sin_Sinh/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:17da24cd73561440e00113abae97c66e1c14c37371c1925050aa5ced59771bc1
+size 2619
diff --git a/dummy/kas_Deva-snd_Arab/1.0.0/dummy_data.zip b/dummy/kas_Deva-snd_Arab/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..1a67958b2c840cff9c9bdca8d24f19336e99ae39
--- /dev/null
+++ b/dummy/kas_Deva-snd_Arab/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:6b1ca9cd16cba33a532866aa2c906452a869085dde2e408e28304e2d059096ba
+size 2818
diff --git a/dummy/kas_Deva-tam_Taml/1.0.0/dummy_data.zip b/dummy/kas_Deva-tam_Taml/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..8283c8a64c10d3d6b2a188513fb40220360c9110
--- /dev/null
+++ b/dummy/kas_Deva-tam_Taml/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3897faade7c6dd283de1873504edc22d82db365bfa0fb0fc4470f65e00d540d0
+size 3191
diff --git a/dummy/kas_Deva-tel_Telu/1.0.0/dummy_data.zip b/dummy/kas_Deva-tel_Telu/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..797850bf7968543d9178821d207149f8cfab19b8
--- /dev/null
+++ b/dummy/kas_Deva-tel_Telu/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:68365ce30f900605a52af5f4b1c4381e85c317880a285a280df10738b7db8341
+size 3042
diff --git a/dummy/kas_Deva-urd_Arab/1.0.0/dummy_data.zip b/dummy/kas_Deva-urd_Arab/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..ef12e9285047856a04ebe94a8c848aaf7afd9c87
--- /dev/null
+++ b/dummy/kas_Deva-urd_Arab/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:2998b8b4ba11eadddc5105a9c3a498a6db70eba799e07b759bef6eae4da71ee1
+size 2958
diff --git a/dummy/kat_Geor-rus_Cyrl/1.0.0/dummy_data.zip b/dummy/kat_Geor-rus_Cyrl/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..8b4df0638efed77ea098ee63a011d2fae628b8fb
--- /dev/null
+++ b/dummy/kat_Geor-rus_Cyrl/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:fe116a513dab7e099bdaf71a0f7cab86e489df1df2413aa421acef08ae3a4fde
+size 2551
diff --git a/dummy/kea_Latn-por_Latn/1.0.0/dummy_data.zip b/dummy/kea_Latn-por_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..d3cef90c42052f5e4f3b0f791a13a13bb67e5511
--- /dev/null
+++ b/dummy/kea_Latn-por_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:328b0d152f9fd33000f9c92f0f3fdf2583e160ae7dc0d5dc23667e36e91d2a67
+size 2949
diff --git a/dummy/kik_Latn-gaz_Latn/1.0.0/dummy_data.zip b/dummy/kik_Latn-gaz_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..ba54fa42620377daeb2c2a6724a7c1909c1d84bb
--- /dev/null
+++ b/dummy/kik_Latn-gaz_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d09d2675f6b85af7e2707ec206c230d572072a644a779db4598f58076dbe3bac
+size 1601
diff --git a/dummy/kik_Latn-kin_Latn/1.0.0/dummy_data.zip b/dummy/kik_Latn-kin_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..ac745fd15b7ff796b3b5317bbe172f54bada3f00
--- /dev/null
+++ b/dummy/kik_Latn-kin_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:4c6a86ed5ccc9473af8431406a6c7d87b2cc4461a939d9559777c0eb0e6e7180
+size 1974
diff --git a/dummy/kik_Latn-kmb_Latn/1.0.0/dummy_data.zip b/dummy/kik_Latn-kmb_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..433be83573e4c35e2b113b25edc0f120666b0e19
--- /dev/null
+++ b/dummy/kik_Latn-kmb_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:350bcddf74e1f9d34e0af54e33544001d6b0ba69b069f1d72f1813e06031d7e2
+size 2254
diff --git a/dummy/kik_Latn-kon_Latn/1.0.0/dummy_data.zip b/dummy/kik_Latn-kon_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..5052ccc6d01e1900215aec17ae22ce13f7c943c0
--- /dev/null
+++ b/dummy/kik_Latn-kon_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a17e0292ed0d23763581956890b4ba80482e97bcba0a4af2cefd2920925dc7b4
+size 2180
diff --git a/dummy/kik_Latn-lin_Latn/1.0.0/dummy_data.zip b/dummy/kik_Latn-lin_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..7b519602a808a6f6f615c4b5d17ee22d70c6ec2a
--- /dev/null
+++ b/dummy/kik_Latn-lin_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:5220f6859ca9b4768dcbe0dfa5551c62896bb8f97afe6f85da9c43895ba03640
+size 2270
diff --git a/dummy/kik_Latn-lua_Latn/1.0.0/dummy_data.zip b/dummy/kik_Latn-lua_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..1dabf6946d8c5f90f20512728bc8b1ebddfc3bb4
--- /dev/null
+++ b/dummy/kik_Latn-lua_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3cf7a87a0dfcd7282b6e1c8c1310da7bb85a28be87de69bb75127cc9f3e2172d
+size 2407
diff --git a/dummy/kik_Latn-lug_Latn/1.0.0/dummy_data.zip b/dummy/kik_Latn-lug_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..449abcc89afe676e0965a83f2309d0aa172547c2
--- /dev/null
+++ b/dummy/kik_Latn-lug_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a7c8afa14126e9c4073fe43176d37f35ea068ed464758a2cd02381e8225d37f2
+size 2275
diff --git a/dummy/kik_Latn-luo_Latn/1.0.0/dummy_data.zip b/dummy/kik_Latn-luo_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..2aa74b3344d8cec39082739d4f5f9f77e0092583
--- /dev/null
+++ b/dummy/kik_Latn-luo_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:98f339ce13652ffd6363f9f4a7b393cb49f0971da9a54e84ea7462108dd8d69f
+size 2397
diff --git a/dummy/kik_Latn-nso_Latn/1.0.0/dummy_data.zip b/dummy/kik_Latn-nso_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..36fcb10b448cf969fc118acf3860a5e6a59ad8ae
--- /dev/null
+++ b/dummy/kik_Latn-nso_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:55350ca43238571ea08b4eec636258a72594536249ce52eec60a5a7b78dead2c
+size 2164
diff --git a/dummy/kik_Latn-nus_Latn/1.0.0/dummy_data.zip b/dummy/kik_Latn-nus_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..0b834940ae26797ea519a362ffc6c237f4a8d7a3
--- /dev/null
+++ b/dummy/kik_Latn-nus_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f43b9e20b170ccb3a294af6b8fcc87fea3fe7755873d4c26b4e4c3103558d00e
+size 2550
diff --git a/dummy/kik_Latn-nya_Latn/1.0.0/dummy_data.zip b/dummy/kik_Latn-nya_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..0495d327b8327ae559a4d83b3ccc39bf16e662e9
--- /dev/null
+++ b/dummy/kik_Latn-nya_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:389ed8feef4b6ef4922c50cf477cfd8e2087c3feb39d9bc0acdd9785eea45df3
+size 2594
diff --git a/dummy/kik_Latn-run_Latn/1.0.0/dummy_data.zip b/dummy/kik_Latn-run_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..8baa8e037c3b39f78456459256fc2809de72e4c5
--- /dev/null
+++ b/dummy/kik_Latn-run_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:45a871c21d89b756c35572325058aad873a439719c0d4ed47b598fb2d862b367
+size 2696
diff --git a/dummy/kik_Latn-sna_Latn/1.0.0/dummy_data.zip b/dummy/kik_Latn-sna_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..9f3dd6bca86602b52b04361ac9a14067b243dc0c
--- /dev/null
+++ b/dummy/kik_Latn-sna_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:64d5b844b2a064adc706a448670609584c4605eb0da0699b70803bc88613562f
+size 2427
diff --git a/dummy/kik_Latn-som_Latn/1.0.0/dummy_data.zip b/dummy/kik_Latn-som_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..d95e112e173a8be84d3611142f3b930ff1515e81
--- /dev/null
+++ b/dummy/kik_Latn-som_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e6fdeaeba1bd801790a3eeae56a45775460506a4fdf883ae0600f87ed2ebbc2f
+size 2129
diff --git a/dummy/kik_Latn-sot_Latn/1.0.0/dummy_data.zip b/dummy/kik_Latn-sot_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..569c4962c14c6c39846a8beb51d25b566292e992
--- /dev/null
+++ b/dummy/kik_Latn-sot_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:0825ed9c114b621d86b434e5b1f81b914d89c9da28719da5807fd2f96d3ca7c3
+size 2209
diff --git a/dummy/kik_Latn-ssw_Latn/1.0.0/dummy_data.zip b/dummy/kik_Latn-ssw_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..5b9380643f3125baeba9bdb45320ad4deeb10f90
--- /dev/null
+++ b/dummy/kik_Latn-ssw_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:08d8bf48736488a1c27645c94a1a17587df6d77e12ef3921ba02302e62523bbb
+size 2003
diff --git a/dummy/kik_Latn-swh_Latn/1.0.0/dummy_data.zip b/dummy/kik_Latn-swh_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..1fe43482f0d6d95eeac3b2b82f1b10622f1ff688
--- /dev/null
+++ b/dummy/kik_Latn-swh_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:79f5f6418bec73c73ab291e8f4558fa36267cbedb88fb1b6f920a2f9dcaec794
+size 2183
diff --git a/dummy/kik_Latn-tir_Ethi/1.0.0/dummy_data.zip b/dummy/kik_Latn-tir_Ethi/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..efe7a05bf09a3aa4ee8dc4c8dcd976db56816537
--- /dev/null
+++ b/dummy/kik_Latn-tir_Ethi/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d6690bfedf4bb7ac399576b3c7c5365a539bd17c3f3aac24cdcfdc09bc29f96e
+size 2490
diff --git a/dummy/kik_Latn-tsn_Latn/1.0.0/dummy_data.zip b/dummy/kik_Latn-tsn_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..680b214f6e5dc94c76504d937f0d72a785b5f183
--- /dev/null
+++ b/dummy/kik_Latn-tsn_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a6648fceb8313f75f046e2ccaa71d962427ad83e352ee7bc69607882f9eb675f
+size 2397
diff --git a/dummy/kik_Latn-tso_Latn/1.0.0/dummy_data.zip b/dummy/kik_Latn-tso_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..e69925df809afdac8925454a16040d5c20bdd8f7
--- /dev/null
+++ b/dummy/kik_Latn-tso_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:11da797757b1ab6be3ec73ae165c9e67ee61800d76d81093f8a4b9522b2f29e1
+size 2052
diff --git a/dummy/kik_Latn-tum_Latn/1.0.0/dummy_data.zip b/dummy/kik_Latn-tum_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..c3ac25d32ea5f09ca14d7eb7c97311e7d78fe7bd
--- /dev/null
+++ b/dummy/kik_Latn-tum_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:80a52ea95a5e947d37c566345d2e8309af22ad49249e0c62ee2f33cc1ffffd2d
+size 2304
diff --git a/dummy/kik_Latn-twi_Latn/1.0.0/dummy_data.zip b/dummy/kik_Latn-twi_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..42145954d2b146c5b08b0822ecbc0d3d1dc82d90
--- /dev/null
+++ b/dummy/kik_Latn-twi_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:84378febd024ad7431922ecbff043b4b50b979938eedefe5379b01161f259915
+size 2257
diff --git a/dummy/kik_Latn-umb_Latn/1.0.0/dummy_data.zip b/dummy/kik_Latn-umb_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..6aa725ea71fafa401036576bf457eb334e5c6c55
--- /dev/null
+++ b/dummy/kik_Latn-umb_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:7c1db86dab1f2d889d0acfc6d641383ddc85cb1eee971674b5d82530373d9c03
+size 2101
diff --git a/dummy/kik_Latn-wol_Latn/1.0.0/dummy_data.zip b/dummy/kik_Latn-wol_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..c5c6a210c1c3896dad76f4ac80df6117d89d9875
--- /dev/null
+++ b/dummy/kik_Latn-wol_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:0dff514c5b4e87bead2767dcf2ad19cc1da455576176776bcd65897a87f7634a
+size 2134
diff --git a/dummy/kik_Latn-xho_Latn/1.0.0/dummy_data.zip b/dummy/kik_Latn-xho_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..71b6da21381f2f48bd86bf01cac8f23ef0979cc8
--- /dev/null
+++ b/dummy/kik_Latn-xho_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d9097968a48465fea4ae5f0bf5148745d0d65064471c904d53221da96432ff9d
+size 2351
diff --git a/dummy/kik_Latn-yor_Latn/1.0.0/dummy_data.zip b/dummy/kik_Latn-yor_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..ac2fd89668d21c9788509c2ccfbe625d28a723de
--- /dev/null
+++ b/dummy/kik_Latn-yor_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:408e6e5c5a91bfb66569c341476914e39ef35ade5bba33d2b3efd49a93c1ba68
+size 2442
diff --git a/dummy/kik_Latn-zul_Latn/1.0.0/dummy_data.zip b/dummy/kik_Latn-zul_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..a2e1563b09782e811edf4dfcfb33cf6b7c2c6913
--- /dev/null
+++ b/dummy/kik_Latn-zul_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:5bf453fab06f282a691c555e8900df327c2d709aa7d5f7b60d8f9d518ce45e94
+size 2187
diff --git a/dummy/kin_Latn-gaz_Latn/1.0.0/dummy_data.zip b/dummy/kin_Latn-gaz_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..3b8899904f81f6bf984367853e190eba8a5bba73
--- /dev/null
+++ b/dummy/kin_Latn-gaz_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f78dc3db5651f7a7313dabd024954e4bc04320a6e8998ef25794ef7682a30106
+size 2079
diff --git a/dummy/kin_Latn-kmb_Latn/1.0.0/dummy_data.zip b/dummy/kin_Latn-kmb_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..04b10612f09ff2dc48da69532f9063a7d9056413
--- /dev/null
+++ b/dummy/kin_Latn-kmb_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:acc20b31b6a0e8fe8c6c0643f455588d645a823dd64ad1d4f054d91b519822f0
+size 2298
diff --git a/dummy/kin_Latn-kon_Latn/1.0.0/dummy_data.zip b/dummy/kin_Latn-kon_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..04c2184a34e43b5bb623dac32c98fc7cdf0ef9cc
--- /dev/null
+++ b/dummy/kin_Latn-kon_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:983a3ca3c025627b81025d651334fbca9b730b87169dcce861c6d6743922c63c
+size 2373
diff --git a/dummy/kin_Latn-lin_Latn/1.0.0/dummy_data.zip b/dummy/kin_Latn-lin_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..3639d1304b6236c2661fe24d9eeb8814b3ffbdf0
--- /dev/null
+++ b/dummy/kin_Latn-lin_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:2d6f482c1bc53788a819a2d49019263d86b89164840c8ba23e8ab22fa35aa8a3
+size 2615
diff --git a/dummy/kin_Latn-lua_Latn/1.0.0/dummy_data.zip b/dummy/kin_Latn-lua_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..51489b0e509d605b55f4d08be1b078d1b7c0d5b0
--- /dev/null
+++ b/dummy/kin_Latn-lua_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:8dc2914e413aa70da7bac6cd913fe6d791c26ef2a42eef7fe27679a1072afc3b
+size 2037
diff --git a/dummy/kin_Latn-lug_Latn/1.0.0/dummy_data.zip b/dummy/kin_Latn-lug_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..636de458f35c119af6bd349d9eed891b12ded3ee
--- /dev/null
+++ b/dummy/kin_Latn-lug_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:177beedeff0e85f9523bdea25be624c196b92b538f5243a2f9de27b8d3e4bcdf
+size 2311
diff --git a/dummy/kin_Latn-luo_Latn/1.0.0/dummy_data.zip b/dummy/kin_Latn-luo_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..19d8e5ca8b680b6705153a65f1e6aad1ecba9bf1
--- /dev/null
+++ b/dummy/kin_Latn-luo_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:8fb05a31bd57dc962451ab041c6632e3c7cd0d1e95ee84c0bf76a1c554cf3679
+size 2386
diff --git a/dummy/kin_Latn-nso_Latn/1.0.0/dummy_data.zip b/dummy/kin_Latn-nso_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..6154a15708b7ffdd0eb3ab6f390aff72c1e98f7a
--- /dev/null
+++ b/dummy/kin_Latn-nso_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:aad7c69cc568e32b4209406f5cef9e616516776884744b1081acf16d64c4f56b
+size 2478
diff --git a/dummy/kin_Latn-nus_Latn/1.0.0/dummy_data.zip b/dummy/kin_Latn-nus_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..1c3eab4dae288826c828f0515dace0b553885dd3
--- /dev/null
+++ b/dummy/kin_Latn-nus_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:8a48148050c4014c75a4e5cb98727d26c748a58da48660e185d471afaaad8b50
+size 2237
diff --git a/dummy/kin_Latn-nya_Latn/1.0.0/dummy_data.zip b/dummy/kin_Latn-nya_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..d6d34e15a022397ce4d8e31b048d97a7d3a6d150
--- /dev/null
+++ b/dummy/kin_Latn-nya_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:0916d731aa7c92fb81fa0f1087c5b93b001226c76f26fb83a9cb2e25a51a3963
+size 2559
diff --git a/dummy/kin_Latn-run_Latn/1.0.0/dummy_data.zip b/dummy/kin_Latn-run_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..564d1cf5faa01ac558d00b8e0daf0bca24d976e6
--- /dev/null
+++ b/dummy/kin_Latn-run_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f38da619d68bde47fa2644ac3037898eee94837aa9e9bf8d1664c7f94f657f7d
+size 2351
diff --git a/dummy/kin_Latn-sna_Latn/1.0.0/dummy_data.zip b/dummy/kin_Latn-sna_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..ac2504298c25bd9e02a3fb645371bf0e8be74705
--- /dev/null
+++ b/dummy/kin_Latn-sna_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b9c4bddaf2fcc73d498f6af6a625657b2999e9a61144401243820968579f9193
+size 2389
diff --git a/dummy/kin_Latn-som_Latn/1.0.0/dummy_data.zip b/dummy/kin_Latn-som_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..85e8d502a11bd8e69cf10a5c0ba53308dd8f11b0
--- /dev/null
+++ b/dummy/kin_Latn-som_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:7b94ca0867ba3a0a2b04010a22dbd660b97f54c7f35d314652a05e78bebf915a
+size 2248
diff --git a/dummy/kin_Latn-sot_Latn/1.0.0/dummy_data.zip b/dummy/kin_Latn-sot_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..61900e2be1ad5d35897f86ad1142263a8d7f311b
--- /dev/null
+++ b/dummy/kin_Latn-sot_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:24acaf9a3e0d0c42babbe95c7b0e7e3f5a55af4afcd1ba7fb4f04764e112e1c3
+size 2440
diff --git a/dummy/kin_Latn-ssw_Latn/1.0.0/dummy_data.zip b/dummy/kin_Latn-ssw_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..dfd7dd8103be14d5c90c775a33316036cb2522b4
--- /dev/null
+++ b/dummy/kin_Latn-ssw_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:8198d980da065dc29494becbd99c4ad80bf36816e899e9a26a2de25506a8ed5d
+size 2656
diff --git a/dummy/kin_Latn-swh_Latn/1.0.0/dummy_data.zip b/dummy/kin_Latn-swh_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..204ed03ae705f6cb55aba2d1c6a6255e5ddf76cb
--- /dev/null
+++ b/dummy/kin_Latn-swh_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9388091bfbd59e9fb618612ff6d3885c11030b8daaa6cf98e95b0ffd4274965c
+size 2477
diff --git a/dummy/kin_Latn-tir_Ethi/1.0.0/dummy_data.zip b/dummy/kin_Latn-tir_Ethi/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..ae0dd09b3ec5da06cdf1391952de7716f491c93b
--- /dev/null
+++ b/dummy/kin_Latn-tir_Ethi/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f7e05afddfc0c2b27f836f4dad97191979da325c6e341ffa2996a4e8c7f9dc11
+size 2716
diff --git a/dummy/kin_Latn-tsn_Latn/1.0.0/dummy_data.zip b/dummy/kin_Latn-tsn_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..e3c9aa0de88415aee82ab878bfcb6d941016f634
--- /dev/null
+++ b/dummy/kin_Latn-tsn_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d11b66654e7ef2f398d841d936bfdeb3dbeca6d5bd98919feece3338a7fb50e3
+size 2425
diff --git a/dummy/kin_Latn-tso_Latn/1.0.0/dummy_data.zip b/dummy/kin_Latn-tso_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..d5e6ce481ab8fdeb8aed4b4afb519fc13e6785c5
--- /dev/null
+++ b/dummy/kin_Latn-tso_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b995fe1e606d6fa2fd8d1673e58f7d26c6fc60cabe4baf22b0ec6e02527a791e
+size 2316
diff --git a/dummy/kin_Latn-tum_Latn/1.0.0/dummy_data.zip b/dummy/kin_Latn-tum_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..b57345b987389d3bf50224874b7cdc96e1a77362
--- /dev/null
+++ b/dummy/kin_Latn-tum_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c0fdac44d699d3ce1978dd8f669ac5a9f9fcd7743bb6f60963c9af3a9ad48da8
+size 2418
diff --git a/dummy/kin_Latn-twi_Latn/1.0.0/dummy_data.zip b/dummy/kin_Latn-twi_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..19f24f15289c584dc940bbda95821e9fd8795d9c
--- /dev/null
+++ b/dummy/kin_Latn-twi_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:35b28a1ecb25b0274b214c4bc46970cbcc1e4a377ba7ffaf9298689483b1829d
+size 2666
diff --git a/dummy/kin_Latn-umb_Latn/1.0.0/dummy_data.zip b/dummy/kin_Latn-umb_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..35cf2621926e555b151b1b0d2bdddda8f233fb02
--- /dev/null
+++ b/dummy/kin_Latn-umb_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:8bb74bdba0bcffe0e4fc322be8ed7e96cfbeac27cae292a9d669dad66b6e6e90
+size 2438
diff --git a/dummy/kin_Latn-wol_Latn/1.0.0/dummy_data.zip b/dummy/kin_Latn-wol_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..042c8c7ac9cbb00630626a1536e8b5cc0c18be68
--- /dev/null
+++ b/dummy/kin_Latn-wol_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3382cbb4f9b21f1b31ac64fe387a4ec23ca332e8bb571079d9f084c8d5eeeaf9
+size 2030
diff --git a/dummy/kin_Latn-xho_Latn/1.0.0/dummy_data.zip b/dummy/kin_Latn-xho_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..2cd0e8ec58f780684d269db14767b92e965e4a5a
--- /dev/null
+++ b/dummy/kin_Latn-xho_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:8bac5e9f2bd08ef941099e3f6760b0a6ae9a93edb19d8be00bebdf18e088b10f
+size 2560
diff --git a/dummy/kin_Latn-yor_Latn/1.0.0/dummy_data.zip b/dummy/kin_Latn-yor_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..a06041be388c47cde3ddd9010ba010a28f50210c
--- /dev/null
+++ b/dummy/kin_Latn-yor_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:4e8f3f36c2cff5fb6454320a917b49f7e5631787d4b02862bfc440332bd90445
+size 2136
diff --git a/dummy/kin_Latn-zul_Latn/1.0.0/dummy_data.zip b/dummy/kin_Latn-zul_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..11b433aa2ffe07c7a127d70f24638ee20e65be65
--- /dev/null
+++ b/dummy/kin_Latn-zul_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b326250e00f4a72f4d33b5dc28b06d6a1a265f1ecf4015e75c2b43f7e9c56700
+size 2427
diff --git a/dummy/kir_Cyrl-rus_Cyrl/1.0.0/dummy_data.zip b/dummy/kir_Cyrl-rus_Cyrl/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..d378737488ab96634f3b60c62955c45477634e86
--- /dev/null
+++ b/dummy/kir_Cyrl-rus_Cyrl/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9ebe90831c401a525a340fee11b557f0cd362b82a890760510b24adf0ebadadb
+size 3282
diff --git a/dummy/kir_Cyrl-tat_Cyrl/1.0.0/dummy_data.zip b/dummy/kir_Cyrl-tat_Cyrl/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..049c7a57d406f067dc4ba0b9f0488fc4da3dd110
--- /dev/null
+++ b/dummy/kir_Cyrl-tat_Cyrl/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:eb21bb23d48de58b3dbf0ee412263279a37a846d4536c1c4b47bce850c7cada8
+size 2304
diff --git a/dummy/kir_Cyrl-tuk_Latn/1.0.0/dummy_data.zip b/dummy/kir_Cyrl-tuk_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..fd99d8278f5086940afa8cde0ccae780ef1ae941
--- /dev/null
+++ b/dummy/kir_Cyrl-tuk_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:146aae1e50c7b64e556828db84b4903f51c65d95092f2d750861ea2909f654a7
+size 1442
diff --git a/dummy/kir_Cyrl-uig_Arab/1.0.0/dummy_data.zip b/dummy/kir_Cyrl-uig_Arab/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..e5a52d247c48e3ad6ccdf16173f70b530098e487
--- /dev/null
+++ b/dummy/kir_Cyrl-uig_Arab/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:bc080d70265dd1288c1d5ad9b77462e61b78655e54055fce255bcde4af160a8a
+size 2823
diff --git a/dummy/kir_Cyrl-uzn_Latn/1.0.0/dummy_data.zip b/dummy/kir_Cyrl-uzn_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..d4ee4363f57b328e3564e49fedc582f08efa7644
--- /dev/null
+++ b/dummy/kir_Cyrl-uzn_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:cb54631b7400354e1be3f5c2d61a6d46b4e29532de8f215ed87f32040e4aacab
+size 3020
diff --git a/dummy/kmb_Latn-gaz_Latn/1.0.0/dummy_data.zip b/dummy/kmb_Latn-gaz_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..bb3b66f203e87e4326cbc3105b6bebe58adf6ec9
--- /dev/null
+++ b/dummy/kmb_Latn-gaz_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:071343fd3b4fb187050fa491b95026015d8463e114a51e6e62d72f443a4a976a
+size 2124
diff --git a/dummy/kmb_Latn-kon_Latn/1.0.0/dummy_data.zip b/dummy/kmb_Latn-kon_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..b9d9a1ca98e7d3bed6c055e3e250132e6b3665a4
--- /dev/null
+++ b/dummy/kmb_Latn-kon_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:5eeee93d25e012d0d951281c5dcf003e403a55e9a2112566eb3136f75bcd3773
+size 2522
diff --git a/dummy/kmb_Latn-lin_Latn/1.0.0/dummy_data.zip b/dummy/kmb_Latn-lin_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..1b47d7011020446f86bfda043251d6f5394d3370
--- /dev/null
+++ b/dummy/kmb_Latn-lin_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e634197dbe120793d5610525437843556431dcfc82c1e585935a41d81f0efa6a
+size 2436
diff --git a/dummy/kmb_Latn-lua_Latn/1.0.0/dummy_data.zip b/dummy/kmb_Latn-lua_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..097ba1baee92e0793ca4b7885d3a5519d6f26533
--- /dev/null
+++ b/dummy/kmb_Latn-lua_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c849041d75aaa59694718500fc20dc55596bb5b83cb2ebd23a66fb69b6aca9f7
+size 2294
diff --git a/dummy/kmb_Latn-lug_Latn/1.0.0/dummy_data.zip b/dummy/kmb_Latn-lug_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..186196a933d009271ad842e7de0ef2d4ac3ca108
--- /dev/null
+++ b/dummy/kmb_Latn-lug_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c202a582322c69ad5e892b0790548bc13544d0e8805424cb83a18f937260284f
+size 2411
diff --git a/dummy/kmb_Latn-luo_Latn/1.0.0/dummy_data.zip b/dummy/kmb_Latn-luo_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..bca679442c0aaa6c7ebd943e09c3e9993f6050d0
--- /dev/null
+++ b/dummy/kmb_Latn-luo_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:368102c55abc26d122bedad97107a1e31f42e1d7b4174d1bc4dacc25760aa016
+size 2335
diff --git a/dummy/kmb_Latn-nso_Latn/1.0.0/dummy_data.zip b/dummy/kmb_Latn-nso_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..f697fc88bed9ff08a9553edfb1950e2e31738d33
--- /dev/null
+++ b/dummy/kmb_Latn-nso_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:90d553763e9a12db4d7a0728b94dd3088d40880925d1b22ea21e0234077d54fe
+size 1888
diff --git a/dummy/kmb_Latn-nus_Latn/1.0.0/dummy_data.zip b/dummy/kmb_Latn-nus_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..3aa9994466487a6fced41757891a18ec0f98bd5c
--- /dev/null
+++ b/dummy/kmb_Latn-nus_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:4227de6277fd9fe4bbb26471e348a8edc4e24915b6a9041dfc60d824acbb8f19
+size 2794
diff --git a/dummy/kmb_Latn-nya_Latn/1.0.0/dummy_data.zip b/dummy/kmb_Latn-nya_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..b5ada060274c62ac08446b7e4b42eb7cb741520e
--- /dev/null
+++ b/dummy/kmb_Latn-nya_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e5ab00bb40edea7ca3a8ef40fd39a3e37151d59229dae118e5fe57c8280d5b59
+size 2732
diff --git a/dummy/kmb_Latn-por_Latn/1.0.0/dummy_data.zip b/dummy/kmb_Latn-por_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..09a71077ef0dc1fcd21ff5f513fcb14ac669c3c0
--- /dev/null
+++ b/dummy/kmb_Latn-por_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:0a63f0a1ac7cccd49909a382adbe42bfad2cf91ae804e6a4f4d83391a97512d3
+size 2349
diff --git a/dummy/kmb_Latn-run_Latn/1.0.0/dummy_data.zip b/dummy/kmb_Latn-run_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..f15791c4aad30ed7eb04839ccc9a38577a85f35a
--- /dev/null
+++ b/dummy/kmb_Latn-run_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a6fc625da4dee4ea6e2d808efd9e4201854154bb64dadfbcf38cf65449fc24f4
+size 2418
diff --git a/dummy/kmb_Latn-sna_Latn/1.0.0/dummy_data.zip b/dummy/kmb_Latn-sna_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..a48208092867de57d13cdd10dca39932db941897
--- /dev/null
+++ b/dummy/kmb_Latn-sna_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b729542eca4e4d6bdd05c43b75c7600248263f6129f4835319e506a5d0b0bed6
+size 2375
diff --git a/dummy/kmb_Latn-som_Latn/1.0.0/dummy_data.zip b/dummy/kmb_Latn-som_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..55ce92cd8eb58972ee3cfc396dbdff520896a327
--- /dev/null
+++ b/dummy/kmb_Latn-som_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9d8eb4779914bd3f83b040fb311152e6c61b99ecc9dea8df5397fbed4fb43abb
+size 2234
diff --git a/dummy/kmb_Latn-sot_Latn/1.0.0/dummy_data.zip b/dummy/kmb_Latn-sot_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..5fe7ecba720042cd1874663f4336e79f6ed44001
--- /dev/null
+++ b/dummy/kmb_Latn-sot_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:17f9e3c94550e4ee99cd2ade80add667269c30905e8439c5d0ec8710c78c494a
+size 2278
diff --git a/dummy/kmb_Latn-ssw_Latn/1.0.0/dummy_data.zip b/dummy/kmb_Latn-ssw_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..1f326ea9a97bb906f6ebc6827a35e6d38263110f
--- /dev/null
+++ b/dummy/kmb_Latn-ssw_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:32a2d76520ff9373d01367988e912a6c632a21d6c2cf361ba30615e89299ab9d
+size 1992
diff --git a/dummy/kmb_Latn-swh_Latn/1.0.0/dummy_data.zip b/dummy/kmb_Latn-swh_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..de15bd81dbcefc74777e10fd195a515a2005725a
--- /dev/null
+++ b/dummy/kmb_Latn-swh_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:385ed9ea490c3c31d7e19ef98e33f0f0a595db7b35050a48526debdadf474382
+size 2495
diff --git a/dummy/kmb_Latn-tir_Ethi/1.0.0/dummy_data.zip b/dummy/kmb_Latn-tir_Ethi/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..a3de12bc41b56b6085a9d261bb59c575bdcfa927
--- /dev/null
+++ b/dummy/kmb_Latn-tir_Ethi/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3b3c53bce8107daceade7bf68147aa1a45c0f24c5934412dcbfcd21c06bc22b3
+size 3021
diff --git a/dummy/kmb_Latn-tsn_Latn/1.0.0/dummy_data.zip b/dummy/kmb_Latn-tsn_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..b5cb9552f8ea18b3dbeae0a32077b51f7726a084
--- /dev/null
+++ b/dummy/kmb_Latn-tsn_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3df367b069c593010e43654a5012ea3d69530e33dd27852aa05da9fb255268c9
+size 2486
diff --git a/dummy/kmb_Latn-tso_Latn/1.0.0/dummy_data.zip b/dummy/kmb_Latn-tso_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..77bffd7f85d92700d253fb9dc66a4623ed1f154a
--- /dev/null
+++ b/dummy/kmb_Latn-tso_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:1e55d8e4dc961f3f6ebc885d39aa0246d95cc064f11533fed106ffad4f2fcae5
+size 2487
diff --git a/dummy/kmb_Latn-tum_Latn/1.0.0/dummy_data.zip b/dummy/kmb_Latn-tum_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..c60c03cc1c2980668f785c8698a444c292699d00
--- /dev/null
+++ b/dummy/kmb_Latn-tum_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:55d3482655080a16ad46874a43a0b5b8461882701b2a87d3a18f0d5054e549f6
+size 2297
diff --git a/dummy/kmb_Latn-twi_Latn/1.0.0/dummy_data.zip b/dummy/kmb_Latn-twi_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..44cc77861bac556625e55cd107f198d9ea0b3b9f
--- /dev/null
+++ b/dummy/kmb_Latn-twi_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:98d101ee7eb9817c9c69dfdafbbdb30aeeb8f2c28041606065aea3b96e200857
+size 2262
diff --git a/dummy/kmb_Latn-umb_Latn/1.0.0/dummy_data.zip b/dummy/kmb_Latn-umb_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..3b8231beef9a4dc4247274e6a49ab69ab4a1082e
--- /dev/null
+++ b/dummy/kmb_Latn-umb_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:eb6c91daa2e032f28fb540a2d1722ce1af58a33b896f32df8f311201c95768f0
+size 2416
diff --git a/dummy/kmb_Latn-wol_Latn/1.0.0/dummy_data.zip b/dummy/kmb_Latn-wol_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..47103fd20983c13ef76fbd4bebd575cb7cede83f
--- /dev/null
+++ b/dummy/kmb_Latn-wol_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:62a95851d4e6210ff0a15cb49e6d088138d0ad1d248a73d1a857b0ca74a754fd
+size 2384
diff --git a/dummy/kmb_Latn-xho_Latn/1.0.0/dummy_data.zip b/dummy/kmb_Latn-xho_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..f3a38358ef4a77481a674471690193800dd15221
--- /dev/null
+++ b/dummy/kmb_Latn-xho_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:232c6fd35cd3fc4fbe7053b82ea4233a87a7ac6385862a164723b0ed5ce0ba5a
+size 2713
diff --git a/dummy/kmb_Latn-yor_Latn/1.0.0/dummy_data.zip b/dummy/kmb_Latn-yor_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..91e2d9e883f2ba70c319e72a64f03c347a19d6f5
--- /dev/null
+++ b/dummy/kmb_Latn-yor_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:286e29d01a81311835c19ef49a81b3b7fcfd1b79ae5b85d4ab1c281555bfcefb
+size 2037
diff --git a/dummy/kmb_Latn-zul_Latn/1.0.0/dummy_data.zip b/dummy/kmb_Latn-zul_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..a50d34399a87d6c2cf4eb161c7368baa5e232fea
--- /dev/null
+++ b/dummy/kmb_Latn-zul_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:98f1076029d27f8250287ec00ffd5dcac1a99348644bcd825ac2b85e6b685b97
+size 2342
diff --git a/dummy/kmr_Latn-pbt_Arab/1.0.0/dummy_data.zip b/dummy/kmr_Latn-pbt_Arab/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..30bb73f5907921e777c558f8f0054c5b88fb85e3
--- /dev/null
+++ b/dummy/kmr_Latn-pbt_Arab/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:aaee6fa5e99ffbb234bd91880aea65fdaf0bf8224030b5580881572fcfcaf1ea
+size 2404
diff --git a/dummy/kmr_Latn-prs_Arab/1.0.0/dummy_data.zip b/dummy/kmr_Latn-prs_Arab/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..12fc1986e11873c98b040850b41e352f0d3137b2
--- /dev/null
+++ b/dummy/kmr_Latn-prs_Arab/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:7df79990d1da7c317ed3ce94c8ec5826a082cf1b82e92dc450444832163be512
+size 2228
diff --git a/dummy/kmr_Latn-tgk_Cyrl/1.0.0/dummy_data.zip b/dummy/kmr_Latn-tgk_Cyrl/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..49dd9a9d75aa3ca6d69734d23bcc894085d6902c
--- /dev/null
+++ b/dummy/kmr_Latn-tgk_Cyrl/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:5121f5a6b2e490edf2c7ceaff2df6f142bdf83447db2ec1486b57a6e602c9b24
+size 2099
diff --git a/dummy/knc_Arab-gaz_Latn/1.0.0/dummy_data.zip b/dummy/knc_Arab-gaz_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..4858e81fce96a7aa3603a47ae3706fdffa37d007
--- /dev/null
+++ b/dummy/knc_Arab-gaz_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:fbe626d42cb0ef0180b330ada3e8fb9e983d63ffda79ced16dc9b79c49a0fc1f
+size 2394
diff --git a/dummy/knc_Arab-kik_Latn/1.0.0/dummy_data.zip b/dummy/knc_Arab-kik_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..9eeea29e3c4234413da7968db73b292322cc8941
--- /dev/null
+++ b/dummy/knc_Arab-kik_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:21cde73dba95f4d8f83b12a9b32cb251d9a463e38bb6c5ee89e96bef97867322
+size 2795
diff --git a/dummy/knc_Arab-kin_Latn/1.0.0/dummy_data.zip b/dummy/knc_Arab-kin_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..9f0061980b816b76b9a743f99c3b44f6b96a0ac5
--- /dev/null
+++ b/dummy/knc_Arab-kin_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:0fa50cc3907255f631177e5d482025636663c01242483f42e6db6069afef0a2a
+size 2908
diff --git a/dummy/knc_Arab-kmb_Latn/1.0.0/dummy_data.zip b/dummy/knc_Arab-kmb_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..6860214b5fab45ef078b9ef03a8238e2ad4ad00b
--- /dev/null
+++ b/dummy/knc_Arab-kmb_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a5ea7ef598fb6ec313180b45ae435d567d0578061b7515d9b4f13087fc1fdd04
+size 2434
diff --git a/dummy/knc_Arab-knc_Latn/1.0.0/dummy_data.zip b/dummy/knc_Arab-knc_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..a66c339f4ccc36d300288bc01a73b95b617a776e
--- /dev/null
+++ b/dummy/knc_Arab-knc_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:405a19eaf74b230d61bc2a5c8223409b7bfe1deab5204de3521faf1e7702cf8b
+size 2061
diff --git a/dummy/knc_Arab-kon_Latn/1.0.0/dummy_data.zip b/dummy/knc_Arab-kon_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..b06c026fea9694ffacf261a78e1460df4c03e609
--- /dev/null
+++ b/dummy/knc_Arab-kon_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a682a8316e8f1d9710454b712ccde5bbf0b81157759f36abfda5152d42473200
+size 2909
diff --git a/dummy/knc_Arab-lin_Latn/1.0.0/dummy_data.zip b/dummy/knc_Arab-lin_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..1617edc235ae84a15bd2d90a1cf5979d1e45beb3
--- /dev/null
+++ b/dummy/knc_Arab-lin_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ca1426c7a56dd872bd85ac077c54fa847d7c9215c5dcb60471ca9d57610e5ab1
+size 2710
diff --git a/dummy/knc_Arab-lua_Latn/1.0.0/dummy_data.zip b/dummy/knc_Arab-lua_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..98561bcbfdf683afbac66db38007e0f605a1547f
--- /dev/null
+++ b/dummy/knc_Arab-lua_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:1befa9e98d4b8172b00c23ea417761d3d8da61f65c11f274d7b5ce4e358ca7a5
+size 3088
diff --git a/dummy/knc_Arab-lug_Latn/1.0.0/dummy_data.zip b/dummy/knc_Arab-lug_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..7d39bdf19cee52bc87249c246216d62b984b702b
--- /dev/null
+++ b/dummy/knc_Arab-lug_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9d924cd08c2e4843ae71fc01846339305d89e936cdb3f77743e9a85584848a41
+size 2687
diff --git a/dummy/knc_Arab-luo_Latn/1.0.0/dummy_data.zip b/dummy/knc_Arab-luo_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..a148c10956d2b7a12cce77681a5f0640e03913cc
--- /dev/null
+++ b/dummy/knc_Arab-luo_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:7fc6a0dd7d841f1b9ff3d496f20e62dbf238f7e5884ab0df6bc494e8485686b3
+size 2500
diff --git a/dummy/knc_Arab-nso_Latn/1.0.0/dummy_data.zip b/dummy/knc_Arab-nso_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..333eafc7312697dcd5ee682e1672c72bdfbecdf0
--- /dev/null
+++ b/dummy/knc_Arab-nso_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:694a22300c964a3b3f813785689effb290d06cc1d10ccc17c3531d94aa2762f8
+size 2586
diff --git a/dummy/knc_Arab-nus_Latn/1.0.0/dummy_data.zip b/dummy/knc_Arab-nus_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..684eb51f28a94c56af2583f28fcc69be28646aea
--- /dev/null
+++ b/dummy/knc_Arab-nus_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:23cd88d64435f5af347d34bee260a73dc58ad9074a288657ac659e9b5e49a000
+size 2241
diff --git a/dummy/knc_Arab-nya_Latn/1.0.0/dummy_data.zip b/dummy/knc_Arab-nya_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..25f60e640a15169c4a7792a09084aadb279c6f97
--- /dev/null
+++ b/dummy/knc_Arab-nya_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:8a0eff13203c57bf45923d18f3407110e8af46dccc650f5717689ed3dfc8f16c
+size 2883
diff --git a/dummy/knc_Arab-run_Latn/1.0.0/dummy_data.zip b/dummy/knc_Arab-run_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..4e4dc20df9c2c926b74a76c56d5edc31b35d0096
--- /dev/null
+++ b/dummy/knc_Arab-run_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:2364b062fd4d352c60d3faee052258b481c42415ddb433620366c93640095322
+size 2779
diff --git a/dummy/knc_Arab-sna_Latn/1.0.0/dummy_data.zip b/dummy/knc_Arab-sna_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..3934c0d2ca5f62010ef18d2289dcfc685e4ab914
--- /dev/null
+++ b/dummy/knc_Arab-sna_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:edc561faae2ae0e8a5379fd26a6a929fa727664f111764b65135d8b7717f02d3
+size 2978
diff --git a/dummy/knc_Arab-som_Latn/1.0.0/dummy_data.zip b/dummy/knc_Arab-som_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..a8fd41c1c2cfab993616a51c49d25b2e4f5446d8
--- /dev/null
+++ b/dummy/knc_Arab-som_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b4ad3c291703656a0cc3a98ea013d60907d4595bf361ae5f0a04a941b815ec55
+size 2529
diff --git a/dummy/knc_Arab-sot_Latn/1.0.0/dummy_data.zip b/dummy/knc_Arab-sot_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..7d8e5ba115b702241f71159674fb83bb7636fcb7
--- /dev/null
+++ b/dummy/knc_Arab-sot_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:8ed7159ff14505987fbfe220543327cf11c46d21feff05170f55b63e09cfc9ac
+size 3018
diff --git a/dummy/knc_Arab-ssw_Latn/1.0.0/dummy_data.zip b/dummy/knc_Arab-ssw_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..7f281a18d387747c0a4f0e22c47bdc0d6cc70972
--- /dev/null
+++ b/dummy/knc_Arab-ssw_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:01751a27ded6ef6e02207970173f701fb4f2e160624626bb3f8263169b766fb9
+size 2996
diff --git a/dummy/knc_Arab-swh_Latn/1.0.0/dummy_data.zip b/dummy/knc_Arab-swh_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..082ba996aff0d811970b769188d9cae8a5363705
--- /dev/null
+++ b/dummy/knc_Arab-swh_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:dcf04e8add72587cd6e8cb9ea1fa7a688763efbc50254735bf1e95d103206656
+size 3058
diff --git a/dummy/knc_Arab-tir_Ethi/1.0.0/dummy_data.zip b/dummy/knc_Arab-tir_Ethi/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..7da75e9ac13cc051d79959dba12b2766fbe1a533
--- /dev/null
+++ b/dummy/knc_Arab-tir_Ethi/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:786e91e0ebe70309b394d953df2c893743cc51f6ee4b50f4c29053461b33e68c
+size 3258
diff --git a/dummy/knc_Arab-tsn_Latn/1.0.0/dummy_data.zip b/dummy/knc_Arab-tsn_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..c573103a36caf59bf28f482cf059370c274ed8c0
--- /dev/null
+++ b/dummy/knc_Arab-tsn_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:85084e285e1f406d82560f7b1dc10c6d8524eff4c45c93f4ae509bcc7bf03a79
+size 2834
diff --git a/dummy/knc_Arab-tso_Latn/1.0.0/dummy_data.zip b/dummy/knc_Arab-tso_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..c3ebe8f304029722f50427cf708c4016aa70288b
--- /dev/null
+++ b/dummy/knc_Arab-tso_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:98ef89cd512c66801544914df05b31f414c4155c17bed7d6fe7863bc6a0d19e4
+size 2765
diff --git a/dummy/knc_Arab-tum_Latn/1.0.0/dummy_data.zip b/dummy/knc_Arab-tum_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..120598b7c4adfdbec3ba48211ae5140525fd69b3
--- /dev/null
+++ b/dummy/knc_Arab-tum_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:760c2a401d22435a4830f7b0376ed1d5ad9c45b9a82f1773ab9dc08be587102e
+size 2878
diff --git a/dummy/knc_Arab-twi_Latn/1.0.0/dummy_data.zip b/dummy/knc_Arab-twi_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..aaafc849c43d6a5f8739f81b6827038b1145f086
--- /dev/null
+++ b/dummy/knc_Arab-twi_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f6360b76951dff70fb502be0244d1afed507ecb42f6300bc0c53caff03e667a5
+size 2387
diff --git a/dummy/knc_Arab-umb_Latn/1.0.0/dummy_data.zip b/dummy/knc_Arab-umb_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..2aaf5aa50918b0fa002bddd2641a177e0670b3da
--- /dev/null
+++ b/dummy/knc_Arab-umb_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b1b2b295d6b44442f20ee2f2a84248282f688025c62e38563da6c17bbed849d3
+size 2951
diff --git a/dummy/knc_Arab-wol_Latn/1.0.0/dummy_data.zip b/dummy/knc_Arab-wol_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..ab93a6e46f8a39af410ad2279650b42718d8901a
--- /dev/null
+++ b/dummy/knc_Arab-wol_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d6419127e7695eff7c46bb8c6713b9490cc3f351884d9dd0679fbc837edcf868
+size 3150
diff --git a/dummy/knc_Arab-xho_Latn/1.0.0/dummy_data.zip b/dummy/knc_Arab-xho_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..c18b31113f402b8ab5aced742b37c0126fe29bae
--- /dev/null
+++ b/dummy/knc_Arab-xho_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:cd60ee72ae10c40b9b3541dd2685b422d9768ecfcc6f1cfbcc624cc23fab70b2
+size 3316
diff --git a/dummy/knc_Arab-yor_Latn/1.0.0/dummy_data.zip b/dummy/knc_Arab-yor_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..10d9cd5267c0f92d8d1d115fd4df87c22c30d2b1
--- /dev/null
+++ b/dummy/knc_Arab-yor_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:99b0daef91f4ae4a7c7002bcdd9d7c5fda9b5bd0aa375a13fb9426de1aaaeb3d
+size 2504
diff --git a/dummy/knc_Arab-zul_Latn/1.0.0/dummy_data.zip b/dummy/knc_Arab-zul_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..e11754d5bc428458133f72b48123a9e2990a3d24
--- /dev/null
+++ b/dummy/knc_Arab-zul_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:da8db2b38750213b7fd1c15adb81cc25ad905bae80ab83d309ad660beb4a1a98
+size 2804
diff --git a/dummy/knc_Latn-gaz_Latn/1.0.0/dummy_data.zip b/dummy/knc_Latn-gaz_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..2a3e506c64a4be40afc2a5a09472c07b27bafc66
--- /dev/null
+++ b/dummy/knc_Latn-gaz_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:39744ae10bb9507f360222805e99523f1a1fd10c6a47db9cace362a469a36c98
+size 2498
diff --git a/dummy/knc_Latn-kik_Latn/1.0.0/dummy_data.zip b/dummy/knc_Latn-kik_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..9e3178842f5303396f8f29e560b8683d9b496786
--- /dev/null
+++ b/dummy/knc_Latn-kik_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:536a97bd6e8143e80c661dc60581d1f21993e316eb6e5d8dab69d69af72fa60f
+size 2705
diff --git a/dummy/knc_Latn-kin_Latn/1.0.0/dummy_data.zip b/dummy/knc_Latn-kin_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..0bc11677b26fce4f613cdce03874970c8923f535
--- /dev/null
+++ b/dummy/knc_Latn-kin_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3b0125a0c7ebf509584f932636ab92b40d1c7993e67acf396ca0f02711e88e53
+size 2425
diff --git a/dummy/knc_Latn-kmb_Latn/1.0.0/dummy_data.zip b/dummy/knc_Latn-kmb_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..9cc60d59d4b332a2d14d364ae814634d22cf0130
--- /dev/null
+++ b/dummy/knc_Latn-kmb_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b0014e5d94cec1030bb76fb0c931b9fa9487f60f6d3e5e135581946989669f57
+size 2624
diff --git a/dummy/knc_Latn-kon_Latn/1.0.0/dummy_data.zip b/dummy/knc_Latn-kon_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..fa5fa5d9748816a047eedb0fcab1eccbacff57c7
--- /dev/null
+++ b/dummy/knc_Latn-kon_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:218d56cba3e8b9e9e82671fd9f12ab18051069c2a2298fa4d474f59b50337633
+size 2431
diff --git a/dummy/knc_Latn-lin_Latn/1.0.0/dummy_data.zip b/dummy/knc_Latn-lin_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..c21e8cd85dc56fef6a7ac8a508ec08045d4fe1c8
--- /dev/null
+++ b/dummy/knc_Latn-lin_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e076c8b487100f34e4ff19ea7ba0c5f2a7833ab4f750751fc17ed974bc996dd7
+size 2312
diff --git a/dummy/knc_Latn-lua_Latn/1.0.0/dummy_data.zip b/dummy/knc_Latn-lua_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..4c959edbf60af5f66d85eff63124128e0e47a30a
--- /dev/null
+++ b/dummy/knc_Latn-lua_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:5af6462b237e797f506b0a15feb8b0fae99ca36294375aa3e9020ca4dccdddbc
+size 2688
diff --git a/dummy/knc_Latn-lug_Latn/1.0.0/dummy_data.zip b/dummy/knc_Latn-lug_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..6c9a73f0a4e72411b7c4925ca2758a88ce519222
--- /dev/null
+++ b/dummy/knc_Latn-lug_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b0032e2730d8e12de30ac4c24da2b8e360a5121e1e3db439d2cc9497e204c4c6
+size 2747
diff --git a/dummy/knc_Latn-luo_Latn/1.0.0/dummy_data.zip b/dummy/knc_Latn-luo_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..fb7601d79b2f835d7366128fe1830ce84b618d49
--- /dev/null
+++ b/dummy/knc_Latn-luo_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f34c1f4b12f1be277937caece21674134e8ffa163f4216dea9366ca58c95dad9
+size 2427
diff --git a/dummy/knc_Latn-nso_Latn/1.0.0/dummy_data.zip b/dummy/knc_Latn-nso_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..8478f981b2bdec5824c47fef516cf07114f33f68
--- /dev/null
+++ b/dummy/knc_Latn-nso_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:0f98a36bab87812d1d801938aba919741610791bebe2fb51cb9fbbdd8476bb7c
+size 2686
diff --git a/dummy/knc_Latn-nus_Latn/1.0.0/dummy_data.zip b/dummy/knc_Latn-nus_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..0bbefa098a64798be6f87a4c6a05b48b1ced0492
--- /dev/null
+++ b/dummy/knc_Latn-nus_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:68b092facbc037010fa97410e593dbcff1f697fe55fff6c958ac6098af153c3c
+size 1492
diff --git a/dummy/knc_Latn-nya_Latn/1.0.0/dummy_data.zip b/dummy/knc_Latn-nya_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..45e4bb97aeff6397678bdfbc32926ee30c19dbf7
--- /dev/null
+++ b/dummy/knc_Latn-nya_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3019d977c5859a9ed19fd8aef802cbcbe0c51910c9155dff33c8b0197f555d1c
+size 2450
diff --git a/dummy/knc_Latn-run_Latn/1.0.0/dummy_data.zip b/dummy/knc_Latn-run_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..854842666005bcca0494b0664e62bd81603cd56a
--- /dev/null
+++ b/dummy/knc_Latn-run_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:0ac54a3fc2f52f472e4f62d789bdd70aa46cb1cb2e48e259af27c41a6033395f
+size 2618
diff --git a/dummy/knc_Latn-sna_Latn/1.0.0/dummy_data.zip b/dummy/knc_Latn-sna_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..958fd26354f51af4e97cc70a94e89a816629dd06
--- /dev/null
+++ b/dummy/knc_Latn-sna_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ae294bd5700cc748fff5047664c4ee7b607ea10b089c6d29d95f2169be7ba140
+size 2800
diff --git a/dummy/knc_Latn-som_Latn/1.0.0/dummy_data.zip b/dummy/knc_Latn-som_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..c79f8a7799ba1c4202bbf98c9ca905ac84715183
--- /dev/null
+++ b/dummy/knc_Latn-som_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:7801783f2457b54e078245744bd125814eb8f4de7994c99ce7c604945c09a3c0
+size 2158
diff --git a/dummy/knc_Latn-sot_Latn/1.0.0/dummy_data.zip b/dummy/knc_Latn-sot_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..4c152eeba2a349bcda0837d9ed8e0c765c4bdb89
--- /dev/null
+++ b/dummy/knc_Latn-sot_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f704ecae956bf2738b24f9940301c1f04ba4266cb534e2080962c769e6b0187c
+size 2604
diff --git a/dummy/knc_Latn-ssw_Latn/1.0.0/dummy_data.zip b/dummy/knc_Latn-ssw_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..cd8600545cb0e2ec2b7fe01f66ae8cedee7debc1
--- /dev/null
+++ b/dummy/knc_Latn-ssw_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:465d37cb1b37371c7e01a61f32208a8bcc456ae18b5ee3bf2a9d24f4c2aa2e88
+size 2533
diff --git a/dummy/knc_Latn-swh_Latn/1.0.0/dummy_data.zip b/dummy/knc_Latn-swh_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..ab53c5a7b4a519b83ecc5164ebbd1023b743003d
--- /dev/null
+++ b/dummy/knc_Latn-swh_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:7002fa8c6416aeab7351466f74793af8a6520fe537ca799a0ec4160d9cc362c5
+size 2335
diff --git a/dummy/knc_Latn-tir_Ethi/1.0.0/dummy_data.zip b/dummy/knc_Latn-tir_Ethi/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..6b5f503ca2057d43ec59767c2bca79e5441df974
--- /dev/null
+++ b/dummy/knc_Latn-tir_Ethi/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3223d4c787f4e18f58824e06ed64d32aa6c96713ed44c93b602c112b6439e3ba
+size 2662
diff --git a/dummy/knc_Latn-tsn_Latn/1.0.0/dummy_data.zip b/dummy/knc_Latn-tsn_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..27d597078d606917030e8b05db0ab71d9131b355
--- /dev/null
+++ b/dummy/knc_Latn-tsn_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:bd4116580ff612056745c887493f870248d0611c7e99566015b8f23656385edd
+size 2341
diff --git a/dummy/knc_Latn-tso_Latn/1.0.0/dummy_data.zip b/dummy/knc_Latn-tso_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..d15cc6fda27d9a8e64f16527f28f9a895c1d2b35
--- /dev/null
+++ b/dummy/knc_Latn-tso_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:160395be980428acc83bbb5cd01f09a74ffef394edd65767a9104cf55ebf47ca
+size 2706
diff --git a/dummy/knc_Latn-tum_Latn/1.0.0/dummy_data.zip b/dummy/knc_Latn-tum_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..8b45460b73ced2e44e2e3ff22667051e144bbe35
--- /dev/null
+++ b/dummy/knc_Latn-tum_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a9f23e8a12dadd94ce678ea38e0f949066d1a6e6ff30fc4e9022dd487fc68714
+size 2525
diff --git a/dummy/knc_Latn-twi_Latn/1.0.0/dummy_data.zip b/dummy/knc_Latn-twi_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..7d1eec698a01214965dbc0098a3e6f3e80ba64ce
--- /dev/null
+++ b/dummy/knc_Latn-twi_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b53386aa5f74930e0a72d944f40dbdbf9d07731449d81498a42e7a1a5f7e1c01
+size 2869
diff --git a/dummy/knc_Latn-umb_Latn/1.0.0/dummy_data.zip b/dummy/knc_Latn-umb_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..819a4de2a80af188ab52f330eee868646030ea54
--- /dev/null
+++ b/dummy/knc_Latn-umb_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:806d7aab62fb12df0ead1ccfdf53c26af80328dd831f5c4391f2ebc96755b4d0
+size 2344
diff --git a/dummy/knc_Latn-wol_Latn/1.0.0/dummy_data.zip b/dummy/knc_Latn-wol_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..fed272f7228edde7245f7bc85371081e28ae76a8
--- /dev/null
+++ b/dummy/knc_Latn-wol_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a70a309cad60fa0205b878b34cceb9d0b1b963fd08d2fc642ba18122b4b5cc46
+size 2284
diff --git a/dummy/knc_Latn-xho_Latn/1.0.0/dummy_data.zip b/dummy/knc_Latn-xho_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..0fb02476448ef2d7da58ab653fdc45041aa7a72c
--- /dev/null
+++ b/dummy/knc_Latn-xho_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a887792d1cd941073eb8efa6425d016f2dde0f6abded4d1f3e140b3087fcc87c
+size 2947
diff --git a/dummy/knc_Latn-yor_Latn/1.0.0/dummy_data.zip b/dummy/knc_Latn-yor_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..30e0e621f5a2c9fc23322ae37ab19ac70a2302ca
--- /dev/null
+++ b/dummy/knc_Latn-yor_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:56315946f1b354762c806ce0d128b00e34d164e624bfdb489ba7fb0be55a173d
+size 2483
diff --git a/dummy/knc_Latn-zul_Latn/1.0.0/dummy_data.zip b/dummy/knc_Latn-zul_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..ec0f39898de97fbe25b1d76e976d3a2f7578650a
--- /dev/null
+++ b/dummy/knc_Latn-zul_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f2c85438610af140296f15082edc2df87226b73f6c089a22fa34b99b97eabe27
+size 2590
diff --git a/dummy/kon_Latn-gaz_Latn/1.0.0/dummy_data.zip b/dummy/kon_Latn-gaz_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..6b7fe449acd4b867cb4ff7d61f40ba89f2569f04
--- /dev/null
+++ b/dummy/kon_Latn-gaz_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:074d277ccf444fc944fd4d9792327002ea9aa1c3f1a237b5d4e43efc0afa89c2
+size 1980
diff --git a/dummy/kon_Latn-lin_Latn/1.0.0/dummy_data.zip b/dummy/kon_Latn-lin_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..0306f897e66068bba379c7a2ba6a99d880c94db6
--- /dev/null
+++ b/dummy/kon_Latn-lin_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:4880c0ff8390f50f4f3b2d24e934951c6ed8c460e1e81e8f07a920df1e75b77d
+size 2465
diff --git a/dummy/kon_Latn-lua_Latn/1.0.0/dummy_data.zip b/dummy/kon_Latn-lua_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..9274e868e7cc0caa069dd0b3b5e86544738da74d
--- /dev/null
+++ b/dummy/kon_Latn-lua_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:1d01e6d289eaa8bc4fa01f3df4525db6ee3114a93fc5deaca450c5442cdc5f08
+size 2174
diff --git a/dummy/kon_Latn-lug_Latn/1.0.0/dummy_data.zip b/dummy/kon_Latn-lug_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..33dcf81213f10d2dda6a60c73d260ea6fc883337
--- /dev/null
+++ b/dummy/kon_Latn-lug_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:706c51b756d93e61a769d923ab5a3292f516382b15378dab9db6e852d060a4ad
+size 2404
diff --git a/dummy/kon_Latn-luo_Latn/1.0.0/dummy_data.zip b/dummy/kon_Latn-luo_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..ec5b509c8c9274362b84a690a6fa326066c0bd46
--- /dev/null
+++ b/dummy/kon_Latn-luo_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b7a83b334f71fc0b4d383af1b6bf650d351bc67db6f5483d75cee613c226a465
+size 2163
diff --git a/dummy/kon_Latn-nso_Latn/1.0.0/dummy_data.zip b/dummy/kon_Latn-nso_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..13d5b3970c4eccba87e095067360a22eed830666
--- /dev/null
+++ b/dummy/kon_Latn-nso_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:bcf08f8083d0126232db8a9f352851e4a0a2d798bf0ecf5841507bb57043bf9a
+size 2141
diff --git a/dummy/kon_Latn-nus_Latn/1.0.0/dummy_data.zip b/dummy/kon_Latn-nus_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..bb904a8580961d72009840f27feaa3c3c1de42dd
--- /dev/null
+++ b/dummy/kon_Latn-nus_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:7c94b2a3ba01a2f83553e0063b12bf2efa0bc53b54bef72cc5385529ba638627
+size 2107
diff --git a/dummy/kon_Latn-nya_Latn/1.0.0/dummy_data.zip b/dummy/kon_Latn-nya_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..d1f259332c33cf2180e68aaafccd58ce2770850c
--- /dev/null
+++ b/dummy/kon_Latn-nya_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e2d8f18a8e8f9b75f35b5e8b633366626e7df4d1629830ba9113f7d4325338e9
+size 2291
diff --git a/dummy/kon_Latn-run_Latn/1.0.0/dummy_data.zip b/dummy/kon_Latn-run_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..22265ad9118e9bad84c0f4f4ab6f2633e854f0c8
--- /dev/null
+++ b/dummy/kon_Latn-run_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9b8c55aaa6a32edf58e587b93a9b0e5bba69598acb5db837b0e626b73af2f768
+size 2556
diff --git a/dummy/kon_Latn-sna_Latn/1.0.0/dummy_data.zip b/dummy/kon_Latn-sna_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..c5d5ab20bb93e4038a1a760a0d0f6e8b48b8db74
--- /dev/null
+++ b/dummy/kon_Latn-sna_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:fe0be7200c8bf34435e3fe3eddb99f8e16eba1d415be842fb6712ec0e42f9cb7
+size 2439
diff --git a/dummy/kon_Latn-som_Latn/1.0.0/dummy_data.zip b/dummy/kon_Latn-som_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..6e89b129a68c4b793f1f4beb59284f17d03ffd76
--- /dev/null
+++ b/dummy/kon_Latn-som_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:240c81ba3a2686fc2127a0b5ec82a1a66368644abac5034f34a800131ee8d129
+size 2113
diff --git a/dummy/kon_Latn-sot_Latn/1.0.0/dummy_data.zip b/dummy/kon_Latn-sot_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..efda8a0cd825417dfa99eade38b9cb037570267f
--- /dev/null
+++ b/dummy/kon_Latn-sot_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f067670d94b215a9291a938ece1caa3517f5d5ae6fb309e917262f4157a4ff52
+size 2222
diff --git a/dummy/kon_Latn-ssw_Latn/1.0.0/dummy_data.zip b/dummy/kon_Latn-ssw_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..0f60de5e6c5b28071050327d833a2760524bfba4
--- /dev/null
+++ b/dummy/kon_Latn-ssw_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:643c462c7d41cdfaea6651163d440a4f1b28b0a9bbb75f55ef93d256c3172e51
+size 2078
diff --git a/dummy/kon_Latn-swh_Latn/1.0.0/dummy_data.zip b/dummy/kon_Latn-swh_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..f885db918e42f95ec6dbd8d07d27f0583d0c8387
--- /dev/null
+++ b/dummy/kon_Latn-swh_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3cbfe52e10c953daaf069207e502365dc9806eb01d7155c68bee659057fca450
+size 2626
diff --git a/dummy/kon_Latn-tir_Ethi/1.0.0/dummy_data.zip b/dummy/kon_Latn-tir_Ethi/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..791a77268a8b9b18a278783973a8040501f8f937
--- /dev/null
+++ b/dummy/kon_Latn-tir_Ethi/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:1237f42372bcc17a2875b423e8a28141fb496b10e857d15fe3e6343fa171db76
+size 2742
diff --git a/dummy/kon_Latn-tsn_Latn/1.0.0/dummy_data.zip b/dummy/kon_Latn-tsn_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..2a014ade767b05ad998dc3b427d9745b1cfb5ff2
--- /dev/null
+++ b/dummy/kon_Latn-tsn_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:be633335099661b954055b4b6c2681ccc750032a8c0e23899fd1c992194c475d
+size 1986
diff --git a/dummy/kon_Latn-tso_Latn/1.0.0/dummy_data.zip b/dummy/kon_Latn-tso_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..13cc5f58bedb808d0649988140ac6f7b8171726c
--- /dev/null
+++ b/dummy/kon_Latn-tso_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ec9a3dc8c0d03b54d36fdb29c01a127597e1ef7fe1f81c14e1116eb5dedd89b4
+size 2394
diff --git a/dummy/kon_Latn-tum_Latn/1.0.0/dummy_data.zip b/dummy/kon_Latn-tum_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..66751ac34d0a2eb9092ad629328bfcc16e333929
--- /dev/null
+++ b/dummy/kon_Latn-tum_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f2c6a28b43e692bb64ffaec881be6c34b0a7a790d6f168800b930d300dd6de6e
+size 1856
diff --git a/dummy/kon_Latn-twi_Latn/1.0.0/dummy_data.zip b/dummy/kon_Latn-twi_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..e959aff30a8903719b6b4f58d89094da3e4a2b9e
--- /dev/null
+++ b/dummy/kon_Latn-twi_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:57925b74a1cb3f73a868c7fa2376a54d65879be9d01d1dda4f0449783ea3f203
+size 2455
diff --git a/dummy/kon_Latn-umb_Latn/1.0.0/dummy_data.zip b/dummy/kon_Latn-umb_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..7de6d429b15f1a1f045427018c173e6aaac5a078
--- /dev/null
+++ b/dummy/kon_Latn-umb_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:fae92a8e0a1b60b60d5bf7d73b978efe5eed614e3a010cde29a9e07bc157f91c
+size 2577
diff --git a/dummy/kon_Latn-wol_Latn/1.0.0/dummy_data.zip b/dummy/kon_Latn-wol_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..b465b6db85f871507eff48a75e46eb9629d0d973
--- /dev/null
+++ b/dummy/kon_Latn-wol_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d01a85efa20e9110011866ed13cbb52cf18fb9da873ae7e7ddc229f85cdfe56d
+size 2215
diff --git a/dummy/kon_Latn-xho_Latn/1.0.0/dummy_data.zip b/dummy/kon_Latn-xho_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..3fe77fe5e7ed1634213b1b55acd06c2d59ccd2f0
--- /dev/null
+++ b/dummy/kon_Latn-xho_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:4b6a039eacb7643b520ddfdf8334e18b4316c234adeb23d168d685b29b90dc67
+size 2825
diff --git a/dummy/kon_Latn-yor_Latn/1.0.0/dummy_data.zip b/dummy/kon_Latn-yor_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..e549e173f1cf37a3aac59085b7a853999b362a7d
--- /dev/null
+++ b/dummy/kon_Latn-yor_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:277c65679b44cf39d0fe980aae9963c0d94250881d147da8bb1b5fc5bd1c7001
+size 1771
diff --git a/dummy/kon_Latn-zul_Latn/1.0.0/dummy_data.zip b/dummy/kon_Latn-zul_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..22c39dc5e390b65da5844c5d5c4d505c980ffa78
--- /dev/null
+++ b/dummy/kon_Latn-zul_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f33b4e2ae2af8095ce1900d5b81cae6e25839cc057fcad88ac3d345118638ae7
+size 2464
diff --git a/dummy/lao_Laoo-rus_Cyrl/1.0.0/dummy_data.zip b/dummy/lao_Laoo-rus_Cyrl/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..348ebaabbf102e6f6b118ac64b0f0184805a4e9f
--- /dev/null
+++ b/dummy/lao_Laoo-rus_Cyrl/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ebd5b54dadf44e0d7deb378f2260c88289cdb72c18df81966e66765e5405a7b9
+size 2850
diff --git a/dummy/lin_Latn-gaz_Latn/1.0.0/dummy_data.zip b/dummy/lin_Latn-gaz_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..9bb4fc5d8169c1eae5ef0be68ac42b3233b022d1
--- /dev/null
+++ b/dummy/lin_Latn-gaz_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e4ce5dce2153516f31b73ba215845ae15baf63ebb1845d4e733c699af6273df8
+size 2184
diff --git a/dummy/lin_Latn-lua_Latn/1.0.0/dummy_data.zip b/dummy/lin_Latn-lua_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..3aadd1c4b3fef8e3a70ed7dbdb575e918f00c989
--- /dev/null
+++ b/dummy/lin_Latn-lua_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:561eb6126a6a12a677f489a35c4cea09a43e1832fd916b55389af0f1f108d09d
+size 2452
diff --git a/dummy/lin_Latn-lug_Latn/1.0.0/dummy_data.zip b/dummy/lin_Latn-lug_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..6d91c4f2b5ab75cbd39f23ada95123eaff30ec83
--- /dev/null
+++ b/dummy/lin_Latn-lug_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:bb02735d012ea504346b4672be39d5f7f267c8fa301236340eaa2ecbaf6e2592
+size 2293
diff --git a/dummy/lin_Latn-luo_Latn/1.0.0/dummy_data.zip b/dummy/lin_Latn-luo_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..73f0b7d5e0b5d2201536afd85f17b9e1a9c62f02
--- /dev/null
+++ b/dummy/lin_Latn-luo_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:93153d4eea45b256ff2f39b447bb06843767345ac7bc9abf476031b9f08ef506
+size 2440
diff --git a/dummy/lin_Latn-nso_Latn/1.0.0/dummy_data.zip b/dummy/lin_Latn-nso_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..24780448fa5c141e5b4708bbb361a66c0bed4232
--- /dev/null
+++ b/dummy/lin_Latn-nso_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:01c96c5433de525ac9152ae0efa6aad20630f24a9051c8050e42ec888ee259ba
+size 2218
diff --git a/dummy/lin_Latn-nus_Latn/1.0.0/dummy_data.zip b/dummy/lin_Latn-nus_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..f8bb3a273fed8474e623e3ceac328d063037e08a
--- /dev/null
+++ b/dummy/lin_Latn-nus_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:10d94bef404285626e69e7c983f997e34a1881ae9888594ebaa11b2c0e3763dd
+size 2202
diff --git a/dummy/lin_Latn-nya_Latn/1.0.0/dummy_data.zip b/dummy/lin_Latn-nya_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..6b3f984f2032bfd4d72902057ac4e36d9fae682d
--- /dev/null
+++ b/dummy/lin_Latn-nya_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c4859b3e9bb08b118f9ffafccd40da9f82353295431cdaf5fb2e8d77e94382e7
+size 2594
diff --git a/dummy/lin_Latn-run_Latn/1.0.0/dummy_data.zip b/dummy/lin_Latn-run_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..ef9dffa0bb220b26426d873c4c86b7af5c36fbfb
--- /dev/null
+++ b/dummy/lin_Latn-run_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b66616ed5151b2086b4e3d645465c9471a66679a580333cd28e7aef3e7295a73
+size 2564
diff --git a/dummy/lin_Latn-sna_Latn/1.0.0/dummy_data.zip b/dummy/lin_Latn-sna_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..833d5336293e41a8eb2a99203713a9e35e6e6fb6
--- /dev/null
+++ b/dummy/lin_Latn-sna_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:93034f67a74537ebfbc25e1f19a56121f4a35b9b846b04ddf38dd30fe11658ae
+size 2368
diff --git a/dummy/lin_Latn-som_Latn/1.0.0/dummy_data.zip b/dummy/lin_Latn-som_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..ce98c4f130db0fc202f8543dedfc7b56d35c612d
--- /dev/null
+++ b/dummy/lin_Latn-som_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:251b2240cb7fbe3e972a7dc1fca4158fb53f87710bf551b4d98004279fffd34e
+size 2220
diff --git a/dummy/lin_Latn-sot_Latn/1.0.0/dummy_data.zip b/dummy/lin_Latn-sot_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..5aa098e717cb5f893c8eea5b895ffafbdddd39c8
--- /dev/null
+++ b/dummy/lin_Latn-sot_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:efda81d52f42afb06e0bd020a1d59124b52365c63964ef99d4ef71b39aa09819
+size 2597
diff --git a/dummy/lin_Latn-ssw_Latn/1.0.0/dummy_data.zip b/dummy/lin_Latn-ssw_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..aedc084041cc77bc540b70a735e8d8656e480c7a
--- /dev/null
+++ b/dummy/lin_Latn-ssw_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:8707a3c5ce77d53f59505ab7d88f395c14e10f5d66edd459634d1dc9264a2cdc
+size 2169
diff --git a/dummy/lin_Latn-swh_Latn/1.0.0/dummy_data.zip b/dummy/lin_Latn-swh_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..f4d97731c29675a42988586879da8d22806e970c
--- /dev/null
+++ b/dummy/lin_Latn-swh_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:efebe0dcace4c4d2faaa59ffb5930437b063a5c781777cdf9286d0625f36b2f2
+size 2552
diff --git a/dummy/lin_Latn-tir_Ethi/1.0.0/dummy_data.zip b/dummy/lin_Latn-tir_Ethi/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..c288a89be3e1326a1924ca1da13d84f0b14086e5
--- /dev/null
+++ b/dummy/lin_Latn-tir_Ethi/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:2f02c6c719820b5ecf97e6d27de69f6e63e4977f964db46d0136c430854ec54c
+size 2981
diff --git a/dummy/lin_Latn-tsn_Latn/1.0.0/dummy_data.zip b/dummy/lin_Latn-tsn_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..101b23a2f8c870229839d41531d3f35dc369afaa
--- /dev/null
+++ b/dummy/lin_Latn-tsn_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:624652f2bbd4dd8f363293308859cb581e5e6dc9626e624e740ac05ea28cd6fd
+size 2524
diff --git a/dummy/lin_Latn-tso_Latn/1.0.0/dummy_data.zip b/dummy/lin_Latn-tso_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..cf1252615e0d867cc1f9bdd6cb5a148ec5996054
--- /dev/null
+++ b/dummy/lin_Latn-tso_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:62745b82ab728936c9eae6d59aa9993203d7324ce3c5d52da4eb53a3a47295a9
+size 2240
diff --git a/dummy/lin_Latn-tum_Latn/1.0.0/dummy_data.zip b/dummy/lin_Latn-tum_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..0904de7c19c1f002de143d4c06ba885666d4d18d
--- /dev/null
+++ b/dummy/lin_Latn-tum_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:00a35f740571ceedc8e89e5507e2833793a137746741f4919c2b7455c20d738f
+size 2589
diff --git a/dummy/lin_Latn-twi_Latn/1.0.0/dummy_data.zip b/dummy/lin_Latn-twi_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..7e6244d5b0c2a8b8d64d6a40f233b0d93fc08413
--- /dev/null
+++ b/dummy/lin_Latn-twi_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:bf72f2437e60d063dcf15ffd5c079c3595d4167966bf826d37467853d30a80fb
+size 2537
diff --git a/dummy/lin_Latn-umb_Latn/1.0.0/dummy_data.zip b/dummy/lin_Latn-umb_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..b29d25a8e6973cf91ee771090bc9539bc9d13040
--- /dev/null
+++ b/dummy/lin_Latn-umb_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d6224c22296e4ef5beb4d6f4480aff3947a54bcffd97769340119a8a1f266f15
+size 2270
diff --git a/dummy/lin_Latn-wol_Latn/1.0.0/dummy_data.zip b/dummy/lin_Latn-wol_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..2b8103fc1ab1ecc4180d2e407ba0af5670029c9c
--- /dev/null
+++ b/dummy/lin_Latn-wol_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:fd3f87e5810f36df216c2bce6ac24e41df075e75dba14860fdee0318da46942d
+size 2380
diff --git a/dummy/lin_Latn-xho_Latn/1.0.0/dummy_data.zip b/dummy/lin_Latn-xho_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..d078492adcc4368133897b904eb03f47d50593c0
--- /dev/null
+++ b/dummy/lin_Latn-xho_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:dcdd2999c16a043a1c0550fc79dd129bb978460b822e8f4eb53642a73458191c
+size 2637
diff --git a/dummy/lin_Latn-yor_Latn/1.0.0/dummy_data.zip b/dummy/lin_Latn-yor_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..6a7d7559a510ff65e03ec2da21d542b065a62615
--- /dev/null
+++ b/dummy/lin_Latn-yor_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:0b02bbfc416e6b7a6de3d7fb30304529a1c19a0f85743aa6e6b9ff832210da91
+size 1835
diff --git a/dummy/lin_Latn-zul_Latn/1.0.0/dummy_data.zip b/dummy/lin_Latn-zul_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..093c400d727ddf5952d3ace702dc2f751f065648
--- /dev/null
+++ b/dummy/lin_Latn-zul_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:7fdb1e463078907584d7a78093814df6a4a8f1f3b2a88b73159b68f8ce28d51f
+size 2620
diff --git a/dummy/ltg_Latn-rus_Cyrl/1.0.0/dummy_data.zip b/dummy/ltg_Latn-rus_Cyrl/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..85f96a4d17b41e526c9566df7a9c8f8b184cc3a4
--- /dev/null
+++ b/dummy/ltg_Latn-rus_Cyrl/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d16ce6c931d909ca5973bad81e902937a08b0bd613529729d475fa5cb24f6280
+size 2852
diff --git a/dummy/lua_Latn-gaz_Latn/1.0.0/dummy_data.zip b/dummy/lua_Latn-gaz_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..b8018f9e3da306c292ad3525af332051096d3a0c
--- /dev/null
+++ b/dummy/lua_Latn-gaz_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:365b9231912efa37006da7baf16a197f7aa45cba4bb8efd3dd17775f6871c509
+size 2213
diff --git a/dummy/lua_Latn-lug_Latn/1.0.0/dummy_data.zip b/dummy/lua_Latn-lug_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..79151a130466e34d2305bb5f9e9513a2f89488cf
--- /dev/null
+++ b/dummy/lua_Latn-lug_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:18d10bce3937896cbb5d1c7b1c4ac8bd7b99eaa02048928e7a77e1a38e48f3c9
+size 2550
diff --git a/dummy/lua_Latn-luo_Latn/1.0.0/dummy_data.zip b/dummy/lua_Latn-luo_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..1c01a45fc0a5d49c450cbd552c823a604ad47a2a
--- /dev/null
+++ b/dummy/lua_Latn-luo_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ca9fdba69f139565f6831e09acfffbb310d07a749e17f3cc274b504d1c92ad2a
+size 2353
diff --git a/dummy/lua_Latn-nso_Latn/1.0.0/dummy_data.zip b/dummy/lua_Latn-nso_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..c2be218c28f16a0e7cc74b83a3f501da8898be01
--- /dev/null
+++ b/dummy/lua_Latn-nso_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9872b7aefa8a9c6940b54db7270fc53d5761d6f2322254f2b0b2f27c11b24d8d
+size 2169
diff --git a/dummy/lua_Latn-nus_Latn/1.0.0/dummy_data.zip b/dummy/lua_Latn-nus_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..eca411aa6fe463e6a907c6a72677853fea115ce9
--- /dev/null
+++ b/dummy/lua_Latn-nus_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:5142a8a8d8868e6e2ccc1c5c44c12cb2d0ed18a44e392708710e0516c45d4efa
+size 1980
diff --git a/dummy/lua_Latn-nya_Latn/1.0.0/dummy_data.zip b/dummy/lua_Latn-nya_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..195d12f42db213e24a53a937f45c604e8ee83e27
--- /dev/null
+++ b/dummy/lua_Latn-nya_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:81abd7925f6404c0f7e0a806bcdf7656363637339b756b6e6c503ee8193b7921
+size 2349
diff --git a/dummy/lua_Latn-run_Latn/1.0.0/dummy_data.zip b/dummy/lua_Latn-run_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..9c01f1b6cc86072b76f9ec5836f2ccc4e684a8ae
--- /dev/null
+++ b/dummy/lua_Latn-run_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:0cbee9dcf30eaf3b433836320b1dc199c21f27e1846d3e0bcab3d80c4de452db
+size 2562
diff --git a/dummy/lua_Latn-sna_Latn/1.0.0/dummy_data.zip b/dummy/lua_Latn-sna_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..a28d895b5ec0616c73e2188159c156a439009eeb
--- /dev/null
+++ b/dummy/lua_Latn-sna_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:aa96bbbaefcb4d3273852fe1999ac9756281c53544a6fbc90a8eec02cb697333
+size 2844
diff --git a/dummy/lua_Latn-som_Latn/1.0.0/dummy_data.zip b/dummy/lua_Latn-som_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..8f4c30223894f5705208fd77071a4d7f36132c7f
--- /dev/null
+++ b/dummy/lua_Latn-som_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b6148765ab116fbaced9d9c591de2e40c17f722f2e52f64e945d29b15241de8f
+size 2151
diff --git a/dummy/lua_Latn-sot_Latn/1.0.0/dummy_data.zip b/dummy/lua_Latn-sot_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..e8269fb28beec1b39ad24e0a141ff081180787d3
--- /dev/null
+++ b/dummy/lua_Latn-sot_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3eae1e9903c3ba4508c80438dec68a97563b19c4f9a8f9a148a976ae8633ec0f
+size 2307
diff --git a/dummy/lua_Latn-ssw_Latn/1.0.0/dummy_data.zip b/dummy/lua_Latn-ssw_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..2616b736dbb20b9bf0427473bdf1cc75cb45c98b
--- /dev/null
+++ b/dummy/lua_Latn-ssw_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:8210b87366f8c56875287786a6320b21caede48d5696d9aab21e9484b3af75a6
+size 1987
diff --git a/dummy/lua_Latn-swh_Latn/1.0.0/dummy_data.zip b/dummy/lua_Latn-swh_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..ca2a7fc87d9e6ae50c2a896d3654e0c0aa06070c
--- /dev/null
+++ b/dummy/lua_Latn-swh_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:fc743e95d497ada8224b9fee54a8c37c7346a8c942a2a479715645b502ef821f
+size 2421
diff --git a/dummy/lua_Latn-tir_Ethi/1.0.0/dummy_data.zip b/dummy/lua_Latn-tir_Ethi/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..ec9e594b5556ee8e4b66acf46fd6abea1e822c70
--- /dev/null
+++ b/dummy/lua_Latn-tir_Ethi/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a7ef23dcd9ed1966e8052274cf42ac2af4afe3bebe6ec0b9cd0d6db40d8d6996
+size 2942
diff --git a/dummy/lua_Latn-tsn_Latn/1.0.0/dummy_data.zip b/dummy/lua_Latn-tsn_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..979d98a8696ab6908331f71e9ecfe5266a500ebd
--- /dev/null
+++ b/dummy/lua_Latn-tsn_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ea88c7af479f0224eec64168e676c3701056d7f08094a1867a6b28c13afef1f2
+size 2527
diff --git a/dummy/lua_Latn-tso_Latn/1.0.0/dummy_data.zip b/dummy/lua_Latn-tso_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..3655369d479b525ae6132b13e2ed1e58fd4cd2a8
--- /dev/null
+++ b/dummy/lua_Latn-tso_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9479bd99eb6c71f653f5207c7b9d881e65fa2fafe3dc26bf06e1496fc37b9073
+size 2630
diff --git a/dummy/lua_Latn-tum_Latn/1.0.0/dummy_data.zip b/dummy/lua_Latn-tum_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..3f9acd1a3c0e6ef840ef6b8dc2f8a279dc9d3191
--- /dev/null
+++ b/dummy/lua_Latn-tum_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a2b24082373705bfd802fd35577d871a2d756a62807a92861b31ab3c16c54b4c
+size 2336
diff --git a/dummy/lua_Latn-twi_Latn/1.0.0/dummy_data.zip b/dummy/lua_Latn-twi_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..1c737d198aae9e267f1b8c4250498f3fb860ed04
--- /dev/null
+++ b/dummy/lua_Latn-twi_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:460ea9d72a01717427da88f75ad7be2e4b4c385d707cc24dc9641c24edf2eba4
+size 2710
diff --git a/dummy/lua_Latn-umb_Latn/1.0.0/dummy_data.zip b/dummy/lua_Latn-umb_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..93e744abf828ae9aebbf37d8f5a7e3471740f270
--- /dev/null
+++ b/dummy/lua_Latn-umb_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:7342df584aa8df56870ebf776c735a2c39741af4e1afe50fead8adba5799f824
+size 2507
diff --git a/dummy/lua_Latn-wol_Latn/1.0.0/dummy_data.zip b/dummy/lua_Latn-wol_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..4c877cec7aac09ee7770f0891e23ea700b9ec5c0
--- /dev/null
+++ b/dummy/lua_Latn-wol_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b03b381c092bc140f8a766a0987ff4fc8223a389b617a8b2a18f7cbe0c9d8d53
+size 2504
diff --git a/dummy/lua_Latn-xho_Latn/1.0.0/dummy_data.zip b/dummy/lua_Latn-xho_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..bb89d39c2ca3bf61c8b38c0ddab8677b6ad93fb5
--- /dev/null
+++ b/dummy/lua_Latn-xho_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e225be4ca63b5657da8583a9f1949b587574ea666317618fabf89b5c316de270
+size 2494
diff --git a/dummy/lua_Latn-yor_Latn/1.0.0/dummy_data.zip b/dummy/lua_Latn-yor_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..d15776f8f8879bdc25c8fd2ae041ea590d0abebc
--- /dev/null
+++ b/dummy/lua_Latn-yor_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:2a1c75233c9845b7eb7e720b5ea934e4d494c8c4da9bfdaacf413b392b9ef39c
+size 1981
diff --git a/dummy/lua_Latn-zul_Latn/1.0.0/dummy_data.zip b/dummy/lua_Latn-zul_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..c2cab53d6ce096416a975eeff07cf0e440daeff2
--- /dev/null
+++ b/dummy/lua_Latn-zul_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:db818964ad7172e6cedfc2703b76ac58561047807f14d2991b6424ff2a1a7f54
+size 2404
diff --git a/dummy/lug_Latn-gaz_Latn/1.0.0/dummy_data.zip b/dummy/lug_Latn-gaz_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..5384dbbab53b83590c3dc79953334fc49ab1759d
--- /dev/null
+++ b/dummy/lug_Latn-gaz_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a0507fc5a19c0e8bc1bd3dda04af6b34eb5223d4c518d280e3d481da6bbdf16c
+size 2530
diff --git a/dummy/lug_Latn-luo_Latn/1.0.0/dummy_data.zip b/dummy/lug_Latn-luo_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..66d20e90c8d540919b4c2b23af747bdaf0c50f19
--- /dev/null
+++ b/dummy/lug_Latn-luo_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a38d480864988aa80a9367bbe4ec9d862189db572813b80bc9473d3881d8291c
+size 2612
diff --git a/dummy/lug_Latn-nso_Latn/1.0.0/dummy_data.zip b/dummy/lug_Latn-nso_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..8e34719c25dc3bf071598395ab5745db19779674
--- /dev/null
+++ b/dummy/lug_Latn-nso_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:095599611d70fa31af765bc65a164b48572cc7d58031cc02484f72e9ea6de121
+size 2423
diff --git a/dummy/lug_Latn-nus_Latn/1.0.0/dummy_data.zip b/dummy/lug_Latn-nus_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..d2134d904f6c79bba2af4f54cd1d430b81a579fa
--- /dev/null
+++ b/dummy/lug_Latn-nus_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3b68046e51e60dd133ef8c200b0c5a7da0ddcea638fbda2d0d2fe3f4184e5085
+size 2064
diff --git a/dummy/lug_Latn-nya_Latn/1.0.0/dummy_data.zip b/dummy/lug_Latn-nya_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..fdc6fa16900252bfc6e945e4d1cbb2c253dd111d
--- /dev/null
+++ b/dummy/lug_Latn-nya_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3776314703c1aa7cbdc92826a48fb355545bec2ea2fcea9dd2bde6ea6704077b
+size 2457
diff --git a/dummy/lug_Latn-run_Latn/1.0.0/dummy_data.zip b/dummy/lug_Latn-run_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..c0f98a502fdcdfc7280e5de2aa351a8b74138ffc
--- /dev/null
+++ b/dummy/lug_Latn-run_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:932a6550e2808fa2052f87a8fcb03863df3cd3871504225b6d6e1ff76edfad70
+size 2493
diff --git a/dummy/lug_Latn-sna_Latn/1.0.0/dummy_data.zip b/dummy/lug_Latn-sna_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..922dc362767a698208484b839af2fff9aabfd274
--- /dev/null
+++ b/dummy/lug_Latn-sna_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:5180c083fe49ddd1c12b6dd36c1b34180ec38a4af07ebc777ca03434e9763c16
+size 2544
diff --git a/dummy/lug_Latn-som_Latn/1.0.0/dummy_data.zip b/dummy/lug_Latn-som_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..0d4e891739ac06e261f6f4ba91465102c1307c1e
--- /dev/null
+++ b/dummy/lug_Latn-som_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b1aeec8f606509c0b3c99e0bd94bb7cfd2b332bdd51616251c5ab42c56f670a2
+size 2130
diff --git a/dummy/lug_Latn-sot_Latn/1.0.0/dummy_data.zip b/dummy/lug_Latn-sot_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..2876e72267cf61467a3f8a0934bf819cf4e04b20
--- /dev/null
+++ b/dummy/lug_Latn-sot_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3c0fab11d7b7d0771a8337b84d2656465062821a9d7e7a330f0ffd39dcd6677a
+size 2620
diff --git a/dummy/lug_Latn-ssw_Latn/1.0.0/dummy_data.zip b/dummy/lug_Latn-ssw_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..a6e69f865d0d97cb3fd5e741b823ecb6aaf46c0a
--- /dev/null
+++ b/dummy/lug_Latn-ssw_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a07fdf7ed2238fceea57c3450a23786ab01d6d4389316d214cbfefdbd211f93b
+size 2052
diff --git a/dummy/lug_Latn-swh_Latn/1.0.0/dummy_data.zip b/dummy/lug_Latn-swh_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..66fdaaea884dac430ea1bd05d77df0c2f8c0e521
--- /dev/null
+++ b/dummy/lug_Latn-swh_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b1acacf8c77796c5c92f02ed09fe05632063018244e0ce3f69d25ef2eea96fff
+size 2404
diff --git a/dummy/lug_Latn-tir_Ethi/1.0.0/dummy_data.zip b/dummy/lug_Latn-tir_Ethi/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..605866c179553cb130bfd6f2fea7bb3a3ca06d13
--- /dev/null
+++ b/dummy/lug_Latn-tir_Ethi/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:5ee01b4bfd54747e2465b17f8685763f44c017edd3fd658df9bd635c46463bfa
+size 3090
diff --git a/dummy/lug_Latn-tsn_Latn/1.0.0/dummy_data.zip b/dummy/lug_Latn-tsn_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..b57e3caf1bf63b85f8d1bb79ed1b890ae7583c0b
--- /dev/null
+++ b/dummy/lug_Latn-tsn_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3a0116b1817ddbe79b80fd0585fa9025c21dbdb74064af3f54bfaf87f11a084f
+size 2428
diff --git a/dummy/lug_Latn-tso_Latn/1.0.0/dummy_data.zip b/dummy/lug_Latn-tso_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..70713431f613fe32bb06af20f44732176b82fa4b
--- /dev/null
+++ b/dummy/lug_Latn-tso_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:6c7e6f2a51d677f5c25c65e7a3a43e8d76fbeec409b5e43fbc16bb4af8d00875
+size 2396
diff --git a/dummy/lug_Latn-tum_Latn/1.0.0/dummy_data.zip b/dummy/lug_Latn-tum_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..effc7b0636dfb1d15bf47062c3742d3ce3deb66c
--- /dev/null
+++ b/dummy/lug_Latn-tum_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:4276fbf653a4d6f6459cd988a32760c15f2f4ed8dfd71e9e4888c838b9ce2efd
+size 2107
diff --git a/dummy/lug_Latn-twi_Latn/1.0.0/dummy_data.zip b/dummy/lug_Latn-twi_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..d9038268cceef50f94769ba7e0c86038ea81296c
--- /dev/null
+++ b/dummy/lug_Latn-twi_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:6a748bde16a927ecb127a6dcd6ccaaa7068c56b9d68e31653d710c42a67ed37c
+size 2332
diff --git a/dummy/lug_Latn-umb_Latn/1.0.0/dummy_data.zip b/dummy/lug_Latn-umb_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..9b2b2aa707babc56deb7eefdcddb9a028f3ed067
--- /dev/null
+++ b/dummy/lug_Latn-umb_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:090bcd7a5261bdfaa6e8d969211f915bd33f5f81c870ac93f6f8738a86d03874
+size 2437
diff --git a/dummy/lug_Latn-wol_Latn/1.0.0/dummy_data.zip b/dummy/lug_Latn-wol_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..b48f47c0d643e1dbbd8f943ba1e0ee0db9cf1624
--- /dev/null
+++ b/dummy/lug_Latn-wol_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9f97e7c132300db13f6d2a582fdc64bbeec170c3d2d509c41bff76749a4bcc5e
+size 2311
diff --git a/dummy/lug_Latn-xho_Latn/1.0.0/dummy_data.zip b/dummy/lug_Latn-xho_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..4f20bf0c3ab9169c0e6d629a5a739dd32dc7f6c2
--- /dev/null
+++ b/dummy/lug_Latn-xho_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:8de4b40612d30d113b4c5864bb06e8123a530f1d5f0dd940c9ade7d7510df9df
+size 2768
diff --git a/dummy/lug_Latn-yor_Latn/1.0.0/dummy_data.zip b/dummy/lug_Latn-yor_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..aa975ead25e1e95564068975b1b8a5544fada01d
--- /dev/null
+++ b/dummy/lug_Latn-yor_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f2a34f6f9b918a65097316b01185155aaa0f02b9d0227127e6de142358ba4b26
+size 1922
diff --git a/dummy/lug_Latn-zul_Latn/1.0.0/dummy_data.zip b/dummy/lug_Latn-zul_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..675ca6288bb026313612d8e5e886ae35e56e7a2a
--- /dev/null
+++ b/dummy/lug_Latn-zul_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:44503698b4e3e75731c3f5b12b4ccaf5ec8834c255f548d85304c20280ba1ee4
+size 2533
diff --git a/dummy/luo_Latn-gaz_Latn/1.0.0/dummy_data.zip b/dummy/luo_Latn-gaz_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..1189457206fc8175e650e3501500a47b919bb656
--- /dev/null
+++ b/dummy/luo_Latn-gaz_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c5d9659414b60f3580ba29b0e12a6c14414d1d86d05072918424991d887441a2
+size 2173
diff --git a/dummy/luo_Latn-nso_Latn/1.0.0/dummy_data.zip b/dummy/luo_Latn-nso_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..38ebd9511c2a26edd0590cdabe61ecb9e139054a
--- /dev/null
+++ b/dummy/luo_Latn-nso_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c3ea582384f843f8e483142de74f91f771b53777905e7c67741bd8da61d4ca2f
+size 2407
diff --git a/dummy/luo_Latn-nus_Latn/1.0.0/dummy_data.zip b/dummy/luo_Latn-nus_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..2c1e711e000e6a4d3a948ef370500849307659c4
--- /dev/null
+++ b/dummy/luo_Latn-nus_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:498249e24a9731abf0c9c465ea123e7898aacf83191046938468866561d995c6
+size 2201
diff --git a/dummy/luo_Latn-nya_Latn/1.0.0/dummy_data.zip b/dummy/luo_Latn-nya_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..789204f69806099ea3b4385c46a61009364e1c59
--- /dev/null
+++ b/dummy/luo_Latn-nya_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:db384d1ac808677c14dc7e35e1ea474937908e7f0b384b3b3015a0a3095c8140
+size 2256
diff --git a/dummy/luo_Latn-run_Latn/1.0.0/dummy_data.zip b/dummy/luo_Latn-run_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..00abb5d424a48a463fd75c4b22a1d73dca5e9233
--- /dev/null
+++ b/dummy/luo_Latn-run_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:8a901796d4a5c4a9782dede0843203512184213406bed7c8c6d752b640baefb3
+size 2413
diff --git a/dummy/luo_Latn-sna_Latn/1.0.0/dummy_data.zip b/dummy/luo_Latn-sna_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..3f25490cb564fe95579326e57b72531c92d6a52a
--- /dev/null
+++ b/dummy/luo_Latn-sna_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:38e8d606c8d04ba420f0bed21f3b3c3084abf01c52d0526f6d746de9f93b391a
+size 2709
diff --git a/dummy/luo_Latn-som_Latn/1.0.0/dummy_data.zip b/dummy/luo_Latn-som_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..72879b13031236f51325c072fb7c9513eba09e56
--- /dev/null
+++ b/dummy/luo_Latn-som_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:29597a11ea631fe7a2320f6c3c62f2c61cd37c769dc51f1b64edb7509134c218
+size 2187
diff --git a/dummy/luo_Latn-sot_Latn/1.0.0/dummy_data.zip b/dummy/luo_Latn-sot_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..5513bac9a0f29f34e7db3142324b0c14f19accee
--- /dev/null
+++ b/dummy/luo_Latn-sot_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:84a396a647aa6add1695cdf60fca821dbf1d4fd4774b2ceaee4877cc281ba89f
+size 2178
diff --git a/dummy/luo_Latn-ssw_Latn/1.0.0/dummy_data.zip b/dummy/luo_Latn-ssw_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..384d7f22bf9b9d5b4d180d21460932112be3ebc0
--- /dev/null
+++ b/dummy/luo_Latn-ssw_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:bcfe2860abc635b5ba9c41b1e311dd0e9e35ff8c33e2c1e64e30b24662ba1b95
+size 2054
diff --git a/dummy/luo_Latn-swh_Latn/1.0.0/dummy_data.zip b/dummy/luo_Latn-swh_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..4290cd5dddf9629d8e3054b44e4a316353f557a5
--- /dev/null
+++ b/dummy/luo_Latn-swh_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:1abf519a9be5cbf5c694e119b841bc3014addf81d422b31f59e894b58fc874c2
+size 2595
diff --git a/dummy/luo_Latn-tir_Ethi/1.0.0/dummy_data.zip b/dummy/luo_Latn-tir_Ethi/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..e3072271b069e817cd37c801a7bcb45c640eb99e
--- /dev/null
+++ b/dummy/luo_Latn-tir_Ethi/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b930cf5580f26e56d771c08d0ed643e2c3029e42f48b06ffc1079a857a4cf88d
+size 2864
diff --git a/dummy/luo_Latn-tsn_Latn/1.0.0/dummy_data.zip b/dummy/luo_Latn-tsn_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..7abebe76ffbd75a4371563726263c44b2601bc08
--- /dev/null
+++ b/dummy/luo_Latn-tsn_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:2b0818120e87636c39f5a793ba51c3efe8e1ef0139a7568a0052cebbd0ce8911
+size 2189
diff --git a/dummy/luo_Latn-tso_Latn/1.0.0/dummy_data.zip b/dummy/luo_Latn-tso_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..ea4485ad0664db075274b3d23010ef4d60753cca
--- /dev/null
+++ b/dummy/luo_Latn-tso_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:21a5c005618370f7460c990c57c23d757b0cdf148f44389d001ba76df2ede1c7
+size 2660
diff --git a/dummy/luo_Latn-tum_Latn/1.0.0/dummy_data.zip b/dummy/luo_Latn-tum_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..030bd5e795deb78025bf1c69d4278a1da9cffdc7
--- /dev/null
+++ b/dummy/luo_Latn-tum_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:85b2c5ecac57542cd9d74627b8e0ae4239822f5e3387cfb62dd2b5e7b38bac5e
+size 2599
diff --git a/dummy/luo_Latn-twi_Latn/1.0.0/dummy_data.zip b/dummy/luo_Latn-twi_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..fa9c563077a3e2da26f3ca1b960c93c8384910e7
--- /dev/null
+++ b/dummy/luo_Latn-twi_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:67c25afbd0346d7df94e3852ce3dae287d6615e8a9372908fe2130c15a5be325
+size 2453
diff --git a/dummy/luo_Latn-umb_Latn/1.0.0/dummy_data.zip b/dummy/luo_Latn-umb_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..4f2b1473c3a69b8f5337378141e4d98fbc569683
--- /dev/null
+++ b/dummy/luo_Latn-umb_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:fb0d31cad46ead46c563a3921eb844dbf2ae5591fe3db7804ff2548fd62209fa
+size 2296
diff --git a/dummy/luo_Latn-wol_Latn/1.0.0/dummy_data.zip b/dummy/luo_Latn-wol_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..795d0da87a979f8c5edbf67cd2338ba26badb2f2
--- /dev/null
+++ b/dummy/luo_Latn-wol_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:bcb05e8dbbdd4a3414eba3821440cdb028fc5db89990eabec19c7137138f3ea4
+size 2171
diff --git a/dummy/luo_Latn-xho_Latn/1.0.0/dummy_data.zip b/dummy/luo_Latn-xho_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..f56e5109f584da3704d6e75f370fe6c07b65136b
--- /dev/null
+++ b/dummy/luo_Latn-xho_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a5d694fb2d28a4f9d6c4c2a32eda880449a8e618c1b843cf178ce4823522b9ce
+size 2327
diff --git a/dummy/luo_Latn-yor_Latn/1.0.0/dummy_data.zip b/dummy/luo_Latn-yor_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..2494607b6b1318aebdbfb608703575b5e6517952
--- /dev/null
+++ b/dummy/luo_Latn-yor_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:109b21895ec9d65b34bee27f72a0baf285f91a02c56d90d054200268ef92fca4
+size 2383
diff --git a/dummy/luo_Latn-zul_Latn/1.0.0/dummy_data.zip b/dummy/luo_Latn-zul_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..b3efc175b0cc686df08150cda4d219525cfe8498
--- /dev/null
+++ b/dummy/luo_Latn-zul_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9b37a3a431fb20003e4a0fe8cf606af482e329c5755c2c17241efc097b747018
+size 2473
diff --git a/dummy/mag_Deva-mai_Deva/1.0.0/dummy_data.zip b/dummy/mag_Deva-mai_Deva/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..b9cadf6956703b55603820678b5bae95471162f0
--- /dev/null
+++ b/dummy/mag_Deva-mai_Deva/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:6852186dda04e271f156ca5f788c5aa29e1d37d6012d869d299cdf8a1536009e
+size 2844
diff --git a/dummy/mag_Deva-mal_Mlym/1.0.0/dummy_data.zip b/dummy/mag_Deva-mal_Mlym/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..734f1d0bfb7f9b4b79b056d84e8af79f366aed18
--- /dev/null
+++ b/dummy/mag_Deva-mal_Mlym/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e3d29a599b5f8cf16432ab72286aaee976cd0f308ec2a96c6a1eb6100b4d1c44
+size 2881
diff --git a/dummy/mag_Deva-mar_Deva/1.0.0/dummy_data.zip b/dummy/mag_Deva-mar_Deva/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..b48c62238aa58ec3ddc852f660478188fb69538e
--- /dev/null
+++ b/dummy/mag_Deva-mar_Deva/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:1f1f0638612b2a9fddd1994cc770ea933d7a9182f95f0b5e1fdcaf00373bf765
+size 2665
diff --git a/dummy/mag_Deva-npi_Deva/1.0.0/dummy_data.zip b/dummy/mag_Deva-npi_Deva/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..1f4d14696ff18fce26678a26bb6a8cdb30968aa8
--- /dev/null
+++ b/dummy/mag_Deva-npi_Deva/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d0cc792761e76fdb7ed58b43e01b7e625aeb31ef133c136f46286c93a3cd52dc
+size 2627
diff --git a/dummy/mag_Deva-ory_Orya/1.0.0/dummy_data.zip b/dummy/mag_Deva-ory_Orya/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..5aafd267c2c510bc6119ac2f80739f84257d310a
--- /dev/null
+++ b/dummy/mag_Deva-ory_Orya/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:afc3c4c663a38e302df943052836f3ac3f08915bd615b312ac1b72268d1d15f7
+size 3099
diff --git a/dummy/mag_Deva-pan_Guru/1.0.0/dummy_data.zip b/dummy/mag_Deva-pan_Guru/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..4d167e764be661d6e12c7d8d239d3668545bbee9
--- /dev/null
+++ b/dummy/mag_Deva-pan_Guru/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:783b04cf2060695c0ec7c75bcdc6d222918a2cb4570b037da85a71b30cd7c6e9
+size 2521
diff --git a/dummy/mag_Deva-san_Deva/1.0.0/dummy_data.zip b/dummy/mag_Deva-san_Deva/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..439b41e1f684bb0c4b72a1b823572504300f9f07
--- /dev/null
+++ b/dummy/mag_Deva-san_Deva/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:0385d165b9fbe07a2d393d372519e942c5d5604bb10d16d02ea30afba1873a37
+size 2820
diff --git a/dummy/mag_Deva-sat_Beng/1.0.0/dummy_data.zip b/dummy/mag_Deva-sat_Beng/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..e7f7c9da82d9858ef153cb1628d755f1cdddc7ef
--- /dev/null
+++ b/dummy/mag_Deva-sat_Beng/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c303d5a90db53edd9d8c75b7dc082c074aee6431f50f01c2836b55e214ec89db
+size 1591
diff --git a/dummy/mag_Deva-sin_Sinh/1.0.0/dummy_data.zip b/dummy/mag_Deva-sin_Sinh/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..d62ff0a2f77b1bcc616de8b54242e0935d2f1093
--- /dev/null
+++ b/dummy/mag_Deva-sin_Sinh/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a4ed6c20b71e6c8ddb35582e1d41c59083848faf8ee401047fd86ccc32f0103f
+size 2593
diff --git a/dummy/mag_Deva-snd_Arab/1.0.0/dummy_data.zip b/dummy/mag_Deva-snd_Arab/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..ee75109d1e1216d330f2af7fa4c8df4984ba7770
--- /dev/null
+++ b/dummy/mag_Deva-snd_Arab/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:23aa7178691d14ae22a7e46efaa939c77c5d3a2ee79c75a16573e37bba6d660e
+size 2655
diff --git a/dummy/mag_Deva-tam_Taml/1.0.0/dummy_data.zip b/dummy/mag_Deva-tam_Taml/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..60423d01be6d3154ba7730c2c1632af1513cad00
--- /dev/null
+++ b/dummy/mag_Deva-tam_Taml/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:0a751a15e8fd87f5b6b1f4713889f68638843faf329b15f43bf139f5a6a97f43
+size 3084
diff --git a/dummy/mag_Deva-tel_Telu/1.0.0/dummy_data.zip b/dummy/mag_Deva-tel_Telu/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..0852f85c23d2776ae7033399df0c9c253092637c
--- /dev/null
+++ b/dummy/mag_Deva-tel_Telu/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:80ff6f792cf804ed4658265d6e2cc29f413c6ada8ad03baf121165032fa5864d
+size 2993
diff --git a/dummy/mag_Deva-urd_Arab/1.0.0/dummy_data.zip b/dummy/mag_Deva-urd_Arab/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..529aa36ff425bd7a1f05f086ee74c34044897de5
--- /dev/null
+++ b/dummy/mag_Deva-urd_Arab/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:214683bb3a0db898d23d4c3ce4016c3b8206f3e0a4074a6a94982595eb4ef78e
+size 3177
diff --git a/dummy/mai_Deva-mal_Mlym/1.0.0/dummy_data.zip b/dummy/mai_Deva-mal_Mlym/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..23645a77b99e78556385d233e73a5d9bec9a040c
--- /dev/null
+++ b/dummy/mai_Deva-mal_Mlym/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:0385131dccb1f9931759a224ba759b0b6f495a8507d6496ecbce9453e9b9a41d
+size 3028
diff --git a/dummy/mai_Deva-mar_Deva/1.0.0/dummy_data.zip b/dummy/mai_Deva-mar_Deva/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..69e99ef826798682f754f1e5534a1e79bdbaf733
--- /dev/null
+++ b/dummy/mai_Deva-mar_Deva/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f94d03a71354f6549c7c81bae204b9bc01cbd686a002743ef8e892e588b868fe
+size 2446
diff --git a/dummy/mai_Deva-npi_Deva/1.0.0/dummy_data.zip b/dummy/mai_Deva-npi_Deva/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..4b3755ae5631b69c62539bc2ade9dfb920da04dd
--- /dev/null
+++ b/dummy/mai_Deva-npi_Deva/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:bd0e8267b738300ead93aefc26351c1ef6be476ede8610f8d17268c38c5cb9d9
+size 3050
diff --git a/dummy/mai_Deva-ory_Orya/1.0.0/dummy_data.zip b/dummy/mai_Deva-ory_Orya/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..841c8a4f342b920f19bea786aa26fdfc896756e6
--- /dev/null
+++ b/dummy/mai_Deva-ory_Orya/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:1c0b35923b70bb3c2ef2106a5e9ab24aebe51ffbdce0e03f8ef267306dda1128
+size 3015
diff --git a/dummy/mai_Deva-pan_Guru/1.0.0/dummy_data.zip b/dummy/mai_Deva-pan_Guru/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..f0104f075897be21b75564cd8a7c1a0094669663
--- /dev/null
+++ b/dummy/mai_Deva-pan_Guru/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:fb2f1e24780f0fc6a9c8aa8872a02ca384be580adbd5d103c9c04c3c5e229cdd
+size 2545
diff --git a/dummy/mai_Deva-san_Deva/1.0.0/dummy_data.zip b/dummy/mai_Deva-san_Deva/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..c2116f0609d6e5b0a8d8ae36900044935e7901f1
--- /dev/null
+++ b/dummy/mai_Deva-san_Deva/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:15a4d7a53cfc931397fc9531cc227ffb0892549fbb5183380cf9aa125badc874
+size 2737
diff --git a/dummy/mai_Deva-sat_Beng/1.0.0/dummy_data.zip b/dummy/mai_Deva-sat_Beng/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..58489ae02c267a0ab2e31b64b33b2833e6ff2af2
--- /dev/null
+++ b/dummy/mai_Deva-sat_Beng/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d83cceb16af0f5415c7d301c1722210b82785c9affbe536e7ff154b7fef7a9bb
+size 2332
diff --git a/dummy/mai_Deva-sin_Sinh/1.0.0/dummy_data.zip b/dummy/mai_Deva-sin_Sinh/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..f577d8111e2e050b7f9701bf386a0a4f1d8312a7
--- /dev/null
+++ b/dummy/mai_Deva-sin_Sinh/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e9eb920c105799c6a87a63b7d9cca6ac9f8645d9b7c925ad1090b1c1b43d3bd9
+size 2627
diff --git a/dummy/mai_Deva-snd_Arab/1.0.0/dummy_data.zip b/dummy/mai_Deva-snd_Arab/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..38a950565ee0fdc71de3be8fc7145e09fc2a05a9
--- /dev/null
+++ b/dummy/mai_Deva-snd_Arab/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:7e5ebaa89b1790626945f6092dc55823119e4cb7b2e056babb56066b5c7cad5a
+size 2591
diff --git a/dummy/mai_Deva-tam_Taml/1.0.0/dummy_data.zip b/dummy/mai_Deva-tam_Taml/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..a11c1d7f392b21db53a3adde4ada0b5a977f3eb8
--- /dev/null
+++ b/dummy/mai_Deva-tam_Taml/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9435d767420f5d144ae0862fc8a0c65de9850874b37cde8dc72eb01a112703de
+size 3398
diff --git a/dummy/mai_Deva-tel_Telu/1.0.0/dummy_data.zip b/dummy/mai_Deva-tel_Telu/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..29f578a6e0113a7603de989a0264c252fcf2a209
--- /dev/null
+++ b/dummy/mai_Deva-tel_Telu/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:48c084aebce58d8375c6312b315d2812995fa696c682f63ad4e07c91de3edd27
+size 2888
diff --git a/dummy/mai_Deva-urd_Arab/1.0.0/dummy_data.zip b/dummy/mai_Deva-urd_Arab/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..ab94f6f24b185a2c6f93eb14f42e46fe36d78b39
--- /dev/null
+++ b/dummy/mai_Deva-urd_Arab/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b1ebf4aadea84718f919617df6a9f4d6bae35e31708d7d8e3c393e37bd3cd1ad
+size 2754
diff --git a/dummy/mal_Mlym-mar_Deva/1.0.0/dummy_data.zip b/dummy/mal_Mlym-mar_Deva/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..d3b107ceaaf4983990d5110d1c1655bb2a8cff64
--- /dev/null
+++ b/dummy/mal_Mlym-mar_Deva/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:0adcd4be474187951b09e6294b80b770b27cc086483916963c563dacba3cc3d9
+size 2357
diff --git a/dummy/mal_Mlym-npi_Deva/1.0.0/dummy_data.zip b/dummy/mal_Mlym-npi_Deva/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..bafacca99030f781ce016fe26cfec7af25174e08
--- /dev/null
+++ b/dummy/mal_Mlym-npi_Deva/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ec6b90772418fae470f269635ab3837801bf853b87d69dd93147b0fa92263565
+size 3451
diff --git a/dummy/mal_Mlym-ory_Orya/1.0.0/dummy_data.zip b/dummy/mal_Mlym-ory_Orya/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..d393e4a49d62af53d880a55df76ed6ce8c3023d1
--- /dev/null
+++ b/dummy/mal_Mlym-ory_Orya/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ba52e6262fe0a75e9a10a4562ff2a4f56844fbe381d56901b48572f480482394
+size 3535
diff --git a/dummy/mal_Mlym-pan_Guru/1.0.0/dummy_data.zip b/dummy/mal_Mlym-pan_Guru/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..aa3889fb2294f4a82d4f12a592a85ebc7fdc012f
--- /dev/null
+++ b/dummy/mal_Mlym-pan_Guru/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:93a97e5259ddb4e43492edcc11d296e49b014228134d107685db640e50f1e344
+size 2789
diff --git a/dummy/mal_Mlym-san_Deva/1.0.0/dummy_data.zip b/dummy/mal_Mlym-san_Deva/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..46689a1c9ad0a65b07f303b9c689c79d95eddfa4
--- /dev/null
+++ b/dummy/mal_Mlym-san_Deva/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b306961ca3a0bf9f42b01f80466f0bc836917cc70ca9062702196460e8803911
+size 3123
diff --git a/dummy/mal_Mlym-sat_Beng/1.0.0/dummy_data.zip b/dummy/mal_Mlym-sat_Beng/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..5b9cf358d696072595259918ab5eab6733df1b2f
--- /dev/null
+++ b/dummy/mal_Mlym-sat_Beng/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f06288a0a15aa343a2e88ed6e6bc52f807cdff0e5058d6f6f8f29173e84e5992
+size 2112
diff --git a/dummy/mal_Mlym-sin_Sinh/1.0.0/dummy_data.zip b/dummy/mal_Mlym-sin_Sinh/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..3a416b51d31cc4b5883a47999563f72d88989fd5
--- /dev/null
+++ b/dummy/mal_Mlym-sin_Sinh/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:8e03fc12818d4aebcc139d48f3eab4b4dcb4393e01ac73c0c4e74f199abaf4c9
+size 2671
diff --git a/dummy/mal_Mlym-snd_Arab/1.0.0/dummy_data.zip b/dummy/mal_Mlym-snd_Arab/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..98be51f6cf430899cd15d431d3da57e0acee65e9
--- /dev/null
+++ b/dummy/mal_Mlym-snd_Arab/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:5b025a588986cfe8b7142d9a9263f4258a972b7c9196ed3150367f7a99cf4ef1
+size 2998
diff --git a/dummy/mal_Mlym-tam_Taml/1.0.0/dummy_data.zip b/dummy/mal_Mlym-tam_Taml/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..dd9d197222a6b6af04949e7b24a94260de2d634e
--- /dev/null
+++ b/dummy/mal_Mlym-tam_Taml/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ec189d5c49a6c36889926b02e9667cb1762e120e2b023ef823172d3c42409e36
+size 3431
diff --git a/dummy/mal_Mlym-tel_Telu/1.0.0/dummy_data.zip b/dummy/mal_Mlym-tel_Telu/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..747c79a0d8560199fdb937ce1020ecbdc6e7c598
--- /dev/null
+++ b/dummy/mal_Mlym-tel_Telu/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:059b360a89e9591c355613363ed8e351d45c7983404b3dd4235672040e43f2e7
+size 1822
diff --git a/dummy/mal_Mlym-urd_Arab/1.0.0/dummy_data.zip b/dummy/mal_Mlym-urd_Arab/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..4c7155a1b151509deaf16babade32047b602de62
--- /dev/null
+++ b/dummy/mal_Mlym-urd_Arab/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:cb9ac07043cc7f558abbe654ac8a080c44b775bbc63e1d349cc87fc5c2e1c170
+size 3277
diff --git a/dummy/mar_Deva-npi_Deva/1.0.0/dummy_data.zip b/dummy/mar_Deva-npi_Deva/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..df974e2eb02309338092ccadeef2c6ffb4522eca
--- /dev/null
+++ b/dummy/mar_Deva-npi_Deva/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a04a19a9629568b08d8b0d17cfad391f5e37b87a6bb88d7f17f4bda3c9733356
+size 2672
diff --git a/dummy/mar_Deva-ory_Orya/1.0.0/dummy_data.zip b/dummy/mar_Deva-ory_Orya/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..8aa84e754aeb9fb97d89a8364a76621f96bb872f
--- /dev/null
+++ b/dummy/mar_Deva-ory_Orya/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c9920b388dc43a5cf4b5e37b95c17124e3bedc5cd4ca09fbe3089d4bd08bedd8
+size 2766
diff --git a/dummy/mar_Deva-pan_Guru/1.0.0/dummy_data.zip b/dummy/mar_Deva-pan_Guru/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..8001cdd786d78be787e9330b78666b732add7a93
--- /dev/null
+++ b/dummy/mar_Deva-pan_Guru/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ec092dbfead472a9cf41c2734a92612e8fdbb59964341c5df1110f91fa04145d
+size 2755
diff --git a/dummy/mar_Deva-san_Deva/1.0.0/dummy_data.zip b/dummy/mar_Deva-san_Deva/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..a9ff9792c31d01cc9a8dd421538d51d7a98a3571
--- /dev/null
+++ b/dummy/mar_Deva-san_Deva/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b86c115198d3bd54d62bec27efd13592599ee2f959cbf68495dbe3f0670a4a24
+size 2521
diff --git a/dummy/mar_Deva-sat_Beng/1.0.0/dummy_data.zip b/dummy/mar_Deva-sat_Beng/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..7e5f2627fbe3443e98fe79e1672dbe05e134bb1d
--- /dev/null
+++ b/dummy/mar_Deva-sat_Beng/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:84f409e08f363abdbe814956257ee12dbc3769bd3a580c74acfd7d30271db421
+size 2310
diff --git a/dummy/mar_Deva-sin_Sinh/1.0.0/dummy_data.zip b/dummy/mar_Deva-sin_Sinh/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..76c4ca1743df6880850aa82fd3f185e89a4c6321
--- /dev/null
+++ b/dummy/mar_Deva-sin_Sinh/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:cd5cd06efca1a22faaf4cdc5dcc81ae90ed2281fb83607903f8951aeccd8368b
+size 2455
diff --git a/dummy/mar_Deva-snd_Arab/1.0.0/dummy_data.zip b/dummy/mar_Deva-snd_Arab/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..67996f4790ee22333094b4869cad2f293ed1d042
--- /dev/null
+++ b/dummy/mar_Deva-snd_Arab/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c65c44039189df4013de27924fa5146f1475285eb480601635db5cd5535e4d17
+size 2923
diff --git a/dummy/mar_Deva-tam_Taml/1.0.0/dummy_data.zip b/dummy/mar_Deva-tam_Taml/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..4de5785856b16fe51302dae6cef7ce9630aad090
--- /dev/null
+++ b/dummy/mar_Deva-tam_Taml/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:1cb74d740714bf7c9a0148a13490d89b2b92aa263a1e21fb01340e9065c062d6
+size 3490
diff --git a/dummy/mar_Deva-tel_Telu/1.0.0/dummy_data.zip b/dummy/mar_Deva-tel_Telu/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..42b0729c9c1aad4aff827d93ea83faf6a12438f3
--- /dev/null
+++ b/dummy/mar_Deva-tel_Telu/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:12076d6fb5f462b6b45a95d70ec9df30e208491c5f0b71e6285ff24dc78d8c07
+size 2810
diff --git a/dummy/mar_Deva-urd_Arab/1.0.0/dummy_data.zip b/dummy/mar_Deva-urd_Arab/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..f68300a45678f4a48541d3200bd5168e1864c61e
--- /dev/null
+++ b/dummy/mar_Deva-urd_Arab/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:8fc83d9eb5e4e8c0215676f47b33a3ea2943243020532d452707f90eca8b7afc
+size 2892
diff --git a/dummy/min_Latn-mri_Latn/1.0.0/dummy_data.zip b/dummy/min_Latn-mri_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..a50a36126200d7caefbe61766eec0b27a2242f0e
--- /dev/null
+++ b/dummy/min_Latn-mri_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:4aa0ac21aa107cafff78377874a4ac17f629c7b1ec4db989cbbcaf9fc1a0f279
+size 2567
diff --git a/dummy/min_Latn-pag_Latn/1.0.0/dummy_data.zip b/dummy/min_Latn-pag_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..b92cf8769c12afc626a3296eff73437afecb1950
--- /dev/null
+++ b/dummy/min_Latn-pag_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e2cf82f35eb560e1692f72a9e5fd4e2c008c28773e4d497af6618bf6c141cdb0
+size 2030
diff --git a/dummy/min_Latn-plt_Latn/1.0.0/dummy_data.zip b/dummy/min_Latn-plt_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..54c8bee0ca2f54d4bcccea9586fdacc8034c2217
--- /dev/null
+++ b/dummy/min_Latn-plt_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3bdd58d8a251fce5a5388e5fb2e2cc6dd0ab9fe388882bde59dba046a4530863
+size 2894
diff --git a/dummy/min_Latn-smo_Latn/1.0.0/dummy_data.zip b/dummy/min_Latn-smo_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..dda96a5ea5ad7e64eba54f3bbc28a63ce3aef1e3
--- /dev/null
+++ b/dummy/min_Latn-smo_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:6996d1b88f5a225d5999917520b2ac5d391c2bcf8e01d17b8200745ee3cab7ae
+size 2766
diff --git a/dummy/min_Latn-sun_Latn/1.0.0/dummy_data.zip b/dummy/min_Latn-sun_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..ef60fc2119c849a3429f463dabb96760d76e88ab
--- /dev/null
+++ b/dummy/min_Latn-sun_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:1278021301aa52855b9c9340e09251696af320f40d86d4cead9c32803195d438
+size 2581
diff --git a/dummy/min_Latn-war_Latn/1.0.0/dummy_data.zip b/dummy/min_Latn-war_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..dbe348d436272370fa6c8cf372a7b06152da9201
--- /dev/null
+++ b/dummy/min_Latn-war_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3ef7b2874067c6a2ab9b1e40ec035d764145badecbc00c8e50c991b4ba4964dd
+size 2197
diff --git a/dummy/mri_Latn-pag_Latn/1.0.0/dummy_data.zip b/dummy/mri_Latn-pag_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..5afc1bf5ef3430cab744e8630c1a3dccb2869a2a
--- /dev/null
+++ b/dummy/mri_Latn-pag_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3b150e7bb8750c9a5368310094e5f277a5ba4b41c949b58bd7c2bf0695e3b382
+size 2116
diff --git a/dummy/mri_Latn-smo_Latn/1.0.0/dummy_data.zip b/dummy/mri_Latn-smo_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..28e2d66496e0689573f0a9418d5442f7fa2526d4
--- /dev/null
+++ b/dummy/mri_Latn-smo_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9031e58ff6bcc1830daddf9084e4c23ed05e8d433929c3dc9a214d65419a12d1
+size 2699
diff --git a/dummy/mri_Latn-sun_Latn/1.0.0/dummy_data.zip b/dummy/mri_Latn-sun_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..fd0606c4bf960529e2208612305d34168212fc81
--- /dev/null
+++ b/dummy/mri_Latn-sun_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f484087faf4c5e90a82f4390a99f317c8a1415e17d2d737773e7db81b9ca5cc1
+size 2325
diff --git a/dummy/mri_Latn-war_Latn/1.0.0/dummy_data.zip b/dummy/mri_Latn-war_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..a3085d4e0c5f2b2aa0801966b75adec4e0ce2465
--- /dev/null
+++ b/dummy/mri_Latn-war_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:fb0fd037fe5150deae7ee26a8da6cc69a891443bdfc37817c6c71ad7741c0acb
+size 2016
diff --git a/dummy/npi_Deva-ory_Orya/1.0.0/dummy_data.zip b/dummy/npi_Deva-ory_Orya/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..d38ccaec277cfe9a13158087185185a46dd9968a
--- /dev/null
+++ b/dummy/npi_Deva-ory_Orya/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:4eb5cb443319d7ca52706ad9d92d60ebc0751b9921b7d4ce848e503809fe936f
+size 3379
diff --git a/dummy/npi_Deva-pan_Guru/1.0.0/dummy_data.zip b/dummy/npi_Deva-pan_Guru/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..ad834c204b45de315b3022ed3e01da402022db16
--- /dev/null
+++ b/dummy/npi_Deva-pan_Guru/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d5e0147e6e850a0ee4904d4a0f57a26e20c965d6bdf4d9e6eb4babec7139f92f
+size 3064
diff --git a/dummy/npi_Deva-san_Deva/1.0.0/dummy_data.zip b/dummy/npi_Deva-san_Deva/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..09c49a3ea41a3213171af50010cd1117cdab35a3
--- /dev/null
+++ b/dummy/npi_Deva-san_Deva/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3fedec751a73f042d912db37d7852a18d403bd53d30b5be62a647f0055c9340b
+size 2902
diff --git a/dummy/npi_Deva-sat_Beng/1.0.0/dummy_data.zip b/dummy/npi_Deva-sat_Beng/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..6c09aef6a876ea980d0cba747d24dab83bead2c4
--- /dev/null
+++ b/dummy/npi_Deva-sat_Beng/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:0411cb3f8fbc93268472194b476be23d8064e60845b06d2ae55281b311045d80
+size 2243
diff --git a/dummy/npi_Deva-sin_Sinh/1.0.0/dummy_data.zip b/dummy/npi_Deva-sin_Sinh/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..45dc55df1558fcf1ef7ef6267d84ab0cd7bbd4e6
--- /dev/null
+++ b/dummy/npi_Deva-sin_Sinh/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:62b6d6d71c3a38536d3d1f75055df752943fc22067fb2ea47a1b77069956a12a
+size 3216
diff --git a/dummy/npi_Deva-snd_Arab/1.0.0/dummy_data.zip b/dummy/npi_Deva-snd_Arab/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..f7a562e0757e32d3bef0eef82fe677631dc59fa3
--- /dev/null
+++ b/dummy/npi_Deva-snd_Arab/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:5444b05e989bfc297103d8b6359d9a29dbb5a510f55fd2cbd1b1910b2454d8b4
+size 3368
diff --git a/dummy/npi_Deva-tam_Taml/1.0.0/dummy_data.zip b/dummy/npi_Deva-tam_Taml/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..c9feeceb9183354b22f7a8cc261ebeea180f1b40
--- /dev/null
+++ b/dummy/npi_Deva-tam_Taml/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f093d66a3fd4d9f3e932ab41e623b1cdae36a5c9ee288135ad7e293bd71dbc69
+size 3416
diff --git a/dummy/npi_Deva-tel_Telu/1.0.0/dummy_data.zip b/dummy/npi_Deva-tel_Telu/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..1746087ef115157c86bed0fa794b0582b8836ad5
--- /dev/null
+++ b/dummy/npi_Deva-tel_Telu/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:453fa0d958ab6df09394dbad2de7ed9e6469850dacb6ea53d274dbfc0f9409f2
+size 3161
diff --git a/dummy/npi_Deva-urd_Arab/1.0.0/dummy_data.zip b/dummy/npi_Deva-urd_Arab/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..988d6f7b70d7e7e4444c45f26d47137263937313
--- /dev/null
+++ b/dummy/npi_Deva-urd_Arab/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:82867fe76c8098416d66656569abadbd467b9fe04f5cbea4140cd4d9b7567cb4
+size 3229
diff --git a/dummy/nso_Latn-gaz_Latn/1.0.0/dummy_data.zip b/dummy/nso_Latn-gaz_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..174efa492ee2a71924431e71c2bd78dd3afc5a12
--- /dev/null
+++ b/dummy/nso_Latn-gaz_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:7e3323db3416d93765ef4760da02a18c70c7ed9ec3dd9aab31670c441db1b3e8
+size 2043
diff --git a/dummy/nso_Latn-nus_Latn/1.0.0/dummy_data.zip b/dummy/nso_Latn-nus_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..dd586080b6a497898ab82a8603318f65fffdba9b
--- /dev/null
+++ b/dummy/nso_Latn-nus_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:2d2aa4b5b2fb724d52bb697b97ddf0613ba2b0eb7c23eadf741acc451f13643f
+size 2568
diff --git a/dummy/nso_Latn-nya_Latn/1.0.0/dummy_data.zip b/dummy/nso_Latn-nya_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..10b51cfc489769f211211f3f4d6dc870cb7412ad
--- /dev/null
+++ b/dummy/nso_Latn-nya_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e2e5d776afc316d1c0bed8a72b1e7897c85af517d2a36b2e767e7f90979e9f06
+size 2433
diff --git a/dummy/nso_Latn-run_Latn/1.0.0/dummy_data.zip b/dummy/nso_Latn-run_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..eea45356d0902cd0a5f41e3c0ddeaeab5e010894
--- /dev/null
+++ b/dummy/nso_Latn-run_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d6af60651fbaed7344e363a82360ab998fe8e752eaeb832b2573bc3e4a6726d2
+size 2493
diff --git a/dummy/nso_Latn-sna_Latn/1.0.0/dummy_data.zip b/dummy/nso_Latn-sna_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..10213bcb4f5000c372c4e6db3f027a7cc22d656d
--- /dev/null
+++ b/dummy/nso_Latn-sna_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:5e95c33df55483b790bad5ce148d60255d046c1cfee9128c04ae936176d2e46a
+size 2467
diff --git a/dummy/nso_Latn-som_Latn/1.0.0/dummy_data.zip b/dummy/nso_Latn-som_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..4cafdc11eea19fe431c31ba3bc033fba2cbbbcd2
--- /dev/null
+++ b/dummy/nso_Latn-som_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:07b943d2444b885366d0cfea7bc03a18a081d86153c6150d4a51c30ffbbdb525
+size 2167
diff --git a/dummy/nso_Latn-sot_Latn/1.0.0/dummy_data.zip b/dummy/nso_Latn-sot_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..f66199b5bdba593f2b67cbbdda3644b532e49354
--- /dev/null
+++ b/dummy/nso_Latn-sot_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b610aa38a53370fcc476427f736ae75b99bab95c89144916205691f2a735ad0a
+size 2132
diff --git a/dummy/nso_Latn-ssw_Latn/1.0.0/dummy_data.zip b/dummy/nso_Latn-ssw_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..34f4b995bfb8a19fa595ad1fd75967e269b8447b
--- /dev/null
+++ b/dummy/nso_Latn-ssw_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f8632e1684fc0d0311fbd834c8b102687bb6634120eb847a05158cde9c8682fb
+size 2000
diff --git a/dummy/nso_Latn-swh_Latn/1.0.0/dummy_data.zip b/dummy/nso_Latn-swh_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..15a6574154477af2974a71c50e0b6d4e271ba627
--- /dev/null
+++ b/dummy/nso_Latn-swh_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a2934a5545e43aaf2712ae2332899076555756d2ba31290b084778fe002793bd
+size 2572
diff --git a/dummy/nso_Latn-tir_Ethi/1.0.0/dummy_data.zip b/dummy/nso_Latn-tir_Ethi/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..96f7009da32a16e71030625e7c9058888fc663be
--- /dev/null
+++ b/dummy/nso_Latn-tir_Ethi/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:47216cc1f00d6edaaa2341136be8f7fb82a55b06145e352a1d8dc5eac97daa7b
+size 2524
diff --git a/dummy/nso_Latn-tsn_Latn/1.0.0/dummy_data.zip b/dummy/nso_Latn-tsn_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..1e81dfa7810d3af95934c453bd7986107b5b01ed
--- /dev/null
+++ b/dummy/nso_Latn-tsn_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:86aa7315e9099df07e82ff02f01f048fe93610b96932132ced55796ee055e979
+size 2162
diff --git a/dummy/nso_Latn-tso_Latn/1.0.0/dummy_data.zip b/dummy/nso_Latn-tso_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..8ab4ce1490e9f35c3c8f21248d7e6652a3881e04
--- /dev/null
+++ b/dummy/nso_Latn-tso_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d47963b90a1e5bd12f9b199b1e92436cefb214e77f22e2a4d6dde2f52053ccf7
+size 2464
diff --git a/dummy/nso_Latn-tum_Latn/1.0.0/dummy_data.zip b/dummy/nso_Latn-tum_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..09447795a93b23623cc3faacf401b3471ee5bee6
--- /dev/null
+++ b/dummy/nso_Latn-tum_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d09f35938585f5d5b3c199f2691a0c235e840ea9036bdb11f5d2370a4ac2ad25
+size 2509
diff --git a/dummy/nso_Latn-twi_Latn/1.0.0/dummy_data.zip b/dummy/nso_Latn-twi_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..de38db62dd6b9c0a542ee01dc0f42f7efe1517ad
--- /dev/null
+++ b/dummy/nso_Latn-twi_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:082916aa6538e95907341bfb8f2d2f403952b2b7b4e1f986a1585182777355a3
+size 2235
diff --git a/dummy/nso_Latn-umb_Latn/1.0.0/dummy_data.zip b/dummy/nso_Latn-umb_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..ed8e78f1bda5b70700289bca385a24a142f870c8
--- /dev/null
+++ b/dummy/nso_Latn-umb_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f3e70d45bc971205f29acd2ee6b97969c0083f62bb555d9157b57f701ec36b51
+size 1913
diff --git a/dummy/nso_Latn-wol_Latn/1.0.0/dummy_data.zip b/dummy/nso_Latn-wol_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..355ab7a235538af0da50a1a19f787a3da6c46fa1
--- /dev/null
+++ b/dummy/nso_Latn-wol_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d9f1ac4ca5d8aa2bdeb2545e7a5f3bd189a82a37d8d596f324676fca63633403
+size 2133
diff --git a/dummy/nso_Latn-xho_Latn/1.0.0/dummy_data.zip b/dummy/nso_Latn-xho_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..f792dccdede632b61ba4c298449ffa49e847cbfb
--- /dev/null
+++ b/dummy/nso_Latn-xho_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:0e46d37ac4a830142e76037692bcdfeac07814fd92e1745f610b275234d11c3b
+size 2537
diff --git a/dummy/nso_Latn-yor_Latn/1.0.0/dummy_data.zip b/dummy/nso_Latn-yor_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..efbcc31d2d831dac871f51b62d83a9bd373bc88a
--- /dev/null
+++ b/dummy/nso_Latn-yor_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:97e23c511c06a2ee3efe57d46b1d8acac31568fa9cae805ab284a576f6ac8ff8
+size 2121
diff --git a/dummy/nso_Latn-zul_Latn/1.0.0/dummy_data.zip b/dummy/nso_Latn-zul_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..97a6d715828232a0e9c8dc9424dd0dab2d2dad2e
--- /dev/null
+++ b/dummy/nso_Latn-zul_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a446cfeff92352ebd910452095b9c246eaf2d39e063f899ddc030cac428e4e30
+size 2163
diff --git a/dummy/nus_Latn-gaz_Latn/1.0.0/dummy_data.zip b/dummy/nus_Latn-gaz_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..ef57e2345ce0727e764ed9f312ad399ba209e00b
--- /dev/null
+++ b/dummy/nus_Latn-gaz_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3413e92a93933d8859b70364393f7df779ae1da0c626f9543903ce2a39a099fc
+size 2051
diff --git a/dummy/nus_Latn-nya_Latn/1.0.0/dummy_data.zip b/dummy/nus_Latn-nya_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..c287f889a2e88caec4384313e086146f9de42b77
--- /dev/null
+++ b/dummy/nus_Latn-nya_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:892cf9967918c536cf191530ad9343f0721684c73fc88cfb81f44c6e0eae9e69
+size 2206
diff --git a/dummy/nus_Latn-run_Latn/1.0.0/dummy_data.zip b/dummy/nus_Latn-run_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..d7a388e1ad8785cd4905d0f8187a233231a80583
--- /dev/null
+++ b/dummy/nus_Latn-run_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:8b19c0332628d7969e37fa1dd701c6375228fa41295e9f585c0328c1122bed70
+size 2513
diff --git a/dummy/nus_Latn-sna_Latn/1.0.0/dummy_data.zip b/dummy/nus_Latn-sna_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..134260a9e28ed633f11ed3aea5f24bfe600facbc
--- /dev/null
+++ b/dummy/nus_Latn-sna_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:1222eb0d6d2db2b02dbcf2e3611db34bfad5d11d242ef2fde7c8da9fea3c5cd5
+size 2177
diff --git a/dummy/nus_Latn-som_Latn/1.0.0/dummy_data.zip b/dummy/nus_Latn-som_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..eaa5d11d01d58a13c59fe9ffa1a0723c3692a371
--- /dev/null
+++ b/dummy/nus_Latn-som_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f4dd59ba7ca4d2031903638b154f775e2c77660748cc67c9cfabe00040fb7f7b
+size 2134
diff --git a/dummy/nus_Latn-sot_Latn/1.0.0/dummy_data.zip b/dummy/nus_Latn-sot_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..60c833ceb247abd6fc3ae8d5575b3832822f1cdd
--- /dev/null
+++ b/dummy/nus_Latn-sot_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3cc5e1158db555dc91261c2a4e66bd5fd02bdc1a42d722e5515f37b0af7e57fb
+size 2349
diff --git a/dummy/nus_Latn-ssw_Latn/1.0.0/dummy_data.zip b/dummy/nus_Latn-ssw_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..6542a27c29271b71af98818c3d32672a32242de3
--- /dev/null
+++ b/dummy/nus_Latn-ssw_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:fb2f1aeca42f7e7cccead373561b518df145fdec483f2384b35c62e12c209bc6
+size 2114
diff --git a/dummy/nus_Latn-swh_Latn/1.0.0/dummy_data.zip b/dummy/nus_Latn-swh_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..cce93732aab8577741ea1cc7129e127e8a520bf1
--- /dev/null
+++ b/dummy/nus_Latn-swh_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:4b02a0a16d42561d028647355494cdfbe8fada23dc447c8cd472bc119a0dceaa
+size 2247
diff --git a/dummy/nus_Latn-tir_Ethi/1.0.0/dummy_data.zip b/dummy/nus_Latn-tir_Ethi/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..ee19a8fd0f2c68930c1f508639464b0689f3cda1
--- /dev/null
+++ b/dummy/nus_Latn-tir_Ethi/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:633bc2aa5e4f968cf819aeff912b54910d9ccc5cd9fa6eed5e7da37fdb07f75d
+size 2760
diff --git a/dummy/nus_Latn-tsn_Latn/1.0.0/dummy_data.zip b/dummy/nus_Latn-tsn_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..626292a4c1bf6a119d399e54486e2ae02106c35a
--- /dev/null
+++ b/dummy/nus_Latn-tsn_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a44e5124386b12da95bff5303143336be0a69135652664746dc7147e8cb45492
+size 2124
diff --git a/dummy/nus_Latn-tso_Latn/1.0.0/dummy_data.zip b/dummy/nus_Latn-tso_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..ae3d4448c7d43152129795b1e0d2db78980b7b3f
--- /dev/null
+++ b/dummy/nus_Latn-tso_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:34d50cabf868a3f128c2df4a92efa209a8efbfad3ded81af214aec67f8132062
+size 2690
diff --git a/dummy/nus_Latn-tum_Latn/1.0.0/dummy_data.zip b/dummy/nus_Latn-tum_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..00a8c7bec41ce85b6d61ef2c0d9df3b2b24d8027
--- /dev/null
+++ b/dummy/nus_Latn-tum_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9bada38d4d5f4024269116ced19379fe2da9d8673e1a465dd71a2e62c754d9f3
+size 2068
diff --git a/dummy/nus_Latn-twi_Latn/1.0.0/dummy_data.zip b/dummy/nus_Latn-twi_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..b46ab6ec85bf54b596fba36f88e19f2224cb72e7
--- /dev/null
+++ b/dummy/nus_Latn-twi_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:42947b4b370501f20eed61438a029dcae4e84e80d5b5c9a797beef95fa65357e
+size 2247
diff --git a/dummy/nus_Latn-umb_Latn/1.0.0/dummy_data.zip b/dummy/nus_Latn-umb_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..c2a40e0e24a6df9e72bd70ce0dcfcf6758d6a5a3
--- /dev/null
+++ b/dummy/nus_Latn-umb_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:771f8ef9f148c54f72ce627cfc356261b10cee6c8a176688f08110fb18bdc742
+size 1722
diff --git a/dummy/nus_Latn-wol_Latn/1.0.0/dummy_data.zip b/dummy/nus_Latn-wol_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..8e8867b60af64fa0c376f54bf3ccb998f955aa38
--- /dev/null
+++ b/dummy/nus_Latn-wol_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e90a1d93c20b815aa9c57fc548cecd191f02fbca22183804c4280b97132f22d8
+size 1890
diff --git a/dummy/nus_Latn-xho_Latn/1.0.0/dummy_data.zip b/dummy/nus_Latn-xho_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..41f6feb4314a55e0f11ba0a3511374520f4c90ec
--- /dev/null
+++ b/dummy/nus_Latn-xho_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:7f05d61b4582650fa1c28da3bf1b503712f459b9d9979d5ccdc2301cb1afdbf5
+size 2277
diff --git a/dummy/nus_Latn-yor_Latn/1.0.0/dummy_data.zip b/dummy/nus_Latn-yor_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..d49587bc2674ed74bb30d23ac0fdf04e4e94cbaa
--- /dev/null
+++ b/dummy/nus_Latn-yor_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:cdd65e25af2ea9d81252a14e8600bdbff208bac986969b5960f6950ba535cef1
+size 2111
diff --git a/dummy/nus_Latn-zul_Latn/1.0.0/dummy_data.zip b/dummy/nus_Latn-zul_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..cd16dc1ae25ef0136a3c7d927961e064aab93205
--- /dev/null
+++ b/dummy/nus_Latn-zul_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:6a8ae35cd6ebf17ed19e2081a21009ba33f783637beaf6aadcc94e06f9471c12
+size 2536
diff --git a/dummy/nya_Latn-gaz_Latn/1.0.0/dummy_data.zip b/dummy/nya_Latn-gaz_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..63e9a96681a89fe71e26b8a1f033a505d071a921
--- /dev/null
+++ b/dummy/nya_Latn-gaz_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:79fe6f88b39d67d21f7a98fe5751cab0aa8dded4534cf246cd8b292355c02766
+size 2151
diff --git a/dummy/nya_Latn-run_Latn/1.0.0/dummy_data.zip b/dummy/nya_Latn-run_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..3f212f866076dc71ed58df387b4fad2366e64515
--- /dev/null
+++ b/dummy/nya_Latn-run_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:70f547d1fe90061d36cbdb58120521e33063f25b9cf6e134e20a0225173c8fb7
+size 2550
diff --git a/dummy/nya_Latn-sna_Latn/1.0.0/dummy_data.zip b/dummy/nya_Latn-sna_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..56e6d06ac9cd4b2a65bf020202e911270fe885eb
--- /dev/null
+++ b/dummy/nya_Latn-sna_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:efe760d5662bc53e0189a2446e36794e77a47a06f28c8655ad78030640abe2b0
+size 2527
diff --git a/dummy/nya_Latn-som_Latn/1.0.0/dummy_data.zip b/dummy/nya_Latn-som_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..97f5e372e810389215d34f499d31ec44ab3697b2
--- /dev/null
+++ b/dummy/nya_Latn-som_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:71ec64b5a69f40e8c0ebf8c829e4b58f35af67311effd346f4bdfa48380a8e4c
+size 2452
diff --git a/dummy/nya_Latn-sot_Latn/1.0.0/dummy_data.zip b/dummy/nya_Latn-sot_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..0ce53abd79fc29cba3002efca3ea71ab8952c7e5
--- /dev/null
+++ b/dummy/nya_Latn-sot_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:8e76dbf806965df779c98fd7f68de7520e9eb7290c734d30dec0cb1c5983bf85
+size 2325
diff --git a/dummy/nya_Latn-ssw_Latn/1.0.0/dummy_data.zip b/dummy/nya_Latn-ssw_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..a8c3dc1f383390c27029b0dd4a12869156951ee6
--- /dev/null
+++ b/dummy/nya_Latn-ssw_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b7635028f11312c7043d780236dec9ed1d4dec965d94609a539384fbd41276fe
+size 2282
diff --git a/dummy/nya_Latn-swh_Latn/1.0.0/dummy_data.zip b/dummy/nya_Latn-swh_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..78a84140b0d1ae5cd41713c8c4e505f573d3645b
--- /dev/null
+++ b/dummy/nya_Latn-swh_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:37ca2bdc00722468a158fde4d03930e0d53016a170f3428843d6c80dd67ce8f8
+size 2586
diff --git a/dummy/nya_Latn-tir_Ethi/1.0.0/dummy_data.zip b/dummy/nya_Latn-tir_Ethi/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..7219999272f65c90f0248c953fb8c78e70514dbe
--- /dev/null
+++ b/dummy/nya_Latn-tir_Ethi/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e57d989495efba0c7bccc3c02a7fccd93c74b0787872730d715f815a7dd18b00
+size 2893
diff --git a/dummy/nya_Latn-tsn_Latn/1.0.0/dummy_data.zip b/dummy/nya_Latn-tsn_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..7518cb3291fa8db0211bf2ba713f8122e23ff583
--- /dev/null
+++ b/dummy/nya_Latn-tsn_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:45f07e53ec32e1e67d5299cbd0528e1d0812d64028de78557dd44a9c271d02bd
+size 2422
diff --git a/dummy/nya_Latn-tso_Latn/1.0.0/dummy_data.zip b/dummy/nya_Latn-tso_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..bc283c28629d104057bdee44f3f424acf3e5c51c
--- /dev/null
+++ b/dummy/nya_Latn-tso_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:432786c8d1d7f18f7f5120ce707f3a12635570f7ec2b25ba4e89050b56bfccb7
+size 2492
diff --git a/dummy/nya_Latn-tum_Latn/1.0.0/dummy_data.zip b/dummy/nya_Latn-tum_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..5f6d22c1d8bb41de35972b197e985f625de4a392
--- /dev/null
+++ b/dummy/nya_Latn-tum_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:abf4a319aeb5f7795aaca336d5d529af84f0f2d62875d5bfb808cdbdaec5c966
+size 2493
diff --git a/dummy/nya_Latn-twi_Latn/1.0.0/dummy_data.zip b/dummy/nya_Latn-twi_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..743b244ce70ea491bad3f4b6f2869974e707b495
--- /dev/null
+++ b/dummy/nya_Latn-twi_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:1524c21075296b532b62fdaef00192335e8c8f5a47cb2f79410347ec9cab815e
+size 2741
diff --git a/dummy/nya_Latn-umb_Latn/1.0.0/dummy_data.zip b/dummy/nya_Latn-umb_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..5489aadf56933a37f893d34ab53169a007dfcb09
--- /dev/null
+++ b/dummy/nya_Latn-umb_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:5f16b717e93df7b696133d55044210585ab0ff28460edc391338db433c9a5c12
+size 2194
diff --git a/dummy/nya_Latn-wol_Latn/1.0.0/dummy_data.zip b/dummy/nya_Latn-wol_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..13faeb3774a92a48d1401bb62203222c7909518e
--- /dev/null
+++ b/dummy/nya_Latn-wol_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:db3bee63dfb0fb384e67abcd2028f9e5ef729d09ee3c498ae72f50c4872b4a55
+size 2536
diff --git a/dummy/nya_Latn-xho_Latn/1.0.0/dummy_data.zip b/dummy/nya_Latn-xho_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..4863d8528e73bb5ea3e601b488e63b3112c1697c
--- /dev/null
+++ b/dummy/nya_Latn-xho_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:25e2d1dabed3a3f004eae4ddc41161faf298fe078264b6d9591997e9d744f637
+size 2604
diff --git a/dummy/nya_Latn-yor_Latn/1.0.0/dummy_data.zip b/dummy/nya_Latn-yor_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..56a00a5286fdf5fa0b5d5a262e22b55d3609b655
--- /dev/null
+++ b/dummy/nya_Latn-yor_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:8ab2fc22eca1c148e6033d03cd1487d969366c1317fc45fce92709aa4dc57c03
+size 2466
diff --git a/dummy/nya_Latn-zul_Latn/1.0.0/dummy_data.zip b/dummy/nya_Latn-zul_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..a39f6302a3ec3297c1b7df39bb43c7340f119122
--- /dev/null
+++ b/dummy/nya_Latn-zul_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a43605062fff36f0c933e57bf62797383ace36a8c3f67e4d82ebd71f502d01e0
+size 2514
diff --git a/dummy/oci_Latn-por_Latn/1.0.0/dummy_data.zip b/dummy/oci_Latn-por_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..c5ba8c1e5d1741bd667fd572bc81526788091f6f
--- /dev/null
+++ b/dummy/oci_Latn-por_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:8587a17c2821020f9da2f26dc10a745f8e57497434c39349156ad8576513efa5
+size 2396
diff --git a/dummy/ory_Orya-pan_Guru/1.0.0/dummy_data.zip b/dummy/ory_Orya-pan_Guru/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..dfa93a38c0c1dba4dbb520932c9b5f4165ff1b46
--- /dev/null
+++ b/dummy/ory_Orya-pan_Guru/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e22cb7fce225dceb923956465faac0e1863bdefd31dd267e3febeb24bed84011
+size 3439
diff --git a/dummy/ory_Orya-san_Deva/1.0.0/dummy_data.zip b/dummy/ory_Orya-san_Deva/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..f951d557ee7fdf8be6d31eaf2b7f398e158b168f
--- /dev/null
+++ b/dummy/ory_Orya-san_Deva/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:61bfeb1184578e76086eadf1d69b86564b159663e8838d230b55c24b74e0e182
+size 3137
diff --git a/dummy/ory_Orya-sat_Beng/1.0.0/dummy_data.zip b/dummy/ory_Orya-sat_Beng/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..b52c3585bb2529066f49be045cdb30e7e26b3b16
--- /dev/null
+++ b/dummy/ory_Orya-sat_Beng/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:82718a266e8d7ed27ec2ac9e47794619e798146a7a4c6906211ce7b3388a1275
+size 1906
diff --git a/dummy/ory_Orya-sin_Sinh/1.0.0/dummy_data.zip b/dummy/ory_Orya-sin_Sinh/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..673c41f764ca9b43fcdeda547803ad3fae80e3e4
--- /dev/null
+++ b/dummy/ory_Orya-sin_Sinh/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:32c74f64262c938edf13173f0bf7d86e687d62f911c03fdd932d9181f58113b7
+size 3081
diff --git a/dummy/ory_Orya-snd_Arab/1.0.0/dummy_data.zip b/dummy/ory_Orya-snd_Arab/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..e4319e06268293d8ca1d209d7abf459f1118b218
--- /dev/null
+++ b/dummy/ory_Orya-snd_Arab/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:995bf525de12b9f3497fc396faa45c87b989442ffc22447c8e75431e46145e23
+size 2891
diff --git a/dummy/ory_Orya-tam_Taml/1.0.0/dummy_data.zip b/dummy/ory_Orya-tam_Taml/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..6df53996520fbf21f0734619796acb59a1256fb7
--- /dev/null
+++ b/dummy/ory_Orya-tam_Taml/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:4c3e43fb0e0bfdeae94cd3cdc983be550bae9d27a381b9e0fb98cf69b3735d01
+size 3406
diff --git a/dummy/ory_Orya-tel_Telu/1.0.0/dummy_data.zip b/dummy/ory_Orya-tel_Telu/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..b9a0475bed9ff5a04f9a9e84fd03cd5d0133a379
--- /dev/null
+++ b/dummy/ory_Orya-tel_Telu/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:5e710c1c51e44a77bc8baf624dd7e6d8ff822e64f7b4dcd1fba26fb2e8661394
+size 3404
diff --git a/dummy/ory_Orya-urd_Arab/1.0.0/dummy_data.zip b/dummy/ory_Orya-urd_Arab/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..55161b94b85ade5b2d14d2c401bc360db61b5f2e
--- /dev/null
+++ b/dummy/ory_Orya-urd_Arab/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:0ce72911b30648b46232e90872bf80e7f7bd0097eec4a7313e3abb6322417035
+size 3453
diff --git a/dummy/pag_Latn-smo_Latn/1.0.0/dummy_data.zip b/dummy/pag_Latn-smo_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..0a02a75e86cd1bfd39656650e271b14ac1a35b30
--- /dev/null
+++ b/dummy/pag_Latn-smo_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a6bc236c0ef709c2fc46cead959865c37836f069c7894c26b3ec6972e35d1382
+size 2513
diff --git a/dummy/pag_Latn-sun_Latn/1.0.0/dummy_data.zip b/dummy/pag_Latn-sun_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..58470facdf66164e65a8d82e32fc8f68573af808
--- /dev/null
+++ b/dummy/pag_Latn-sun_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ded3e05d6421301814b825051715df28a286f0478036d8020d9cce96f5b5cad8
+size 2503
diff --git a/dummy/pan_Guru-san_Deva/1.0.0/dummy_data.zip b/dummy/pan_Guru-san_Deva/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..b6e4f41a17daf051f9f38586b0e66bf95edc96c7
--- /dev/null
+++ b/dummy/pan_Guru-san_Deva/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:bca45a351f6ff8e5389d28fb3e934d4bf7018754e010a4b1713e7160609b8168
+size 1888
diff --git a/dummy/pan_Guru-sat_Beng/1.0.0/dummy_data.zip b/dummy/pan_Guru-sat_Beng/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..c808cc9b704e203fcf0e6b8412f4c4474b33966e
--- /dev/null
+++ b/dummy/pan_Guru-sat_Beng/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e2789318ad5d0f1e72526bdeccfcc7cbf224f2469a74a98581b7390eda34acfa
+size 2828
diff --git a/dummy/pan_Guru-sin_Sinh/1.0.0/dummy_data.zip b/dummy/pan_Guru-sin_Sinh/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..39018ab93b54ebc9bc2fe0d33c49d23c57984457
--- /dev/null
+++ b/dummy/pan_Guru-sin_Sinh/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:7b5b54b887099fe01f46cb22d26147be83b87a5d49034b04974cb5a24ca62744
+size 2258
diff --git a/dummy/pan_Guru-snd_Arab/1.0.0/dummy_data.zip b/dummy/pan_Guru-snd_Arab/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..d8d484dc6793ca968677233e853893a3f1483421
--- /dev/null
+++ b/dummy/pan_Guru-snd_Arab/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b331ed3e4e178f089aef9140b8b7afe32f3b19cefb2f150585883766262b6340
+size 2279
diff --git a/dummy/pan_Guru-tam_Taml/1.0.0/dummy_data.zip b/dummy/pan_Guru-tam_Taml/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..95b5e6f76e51dab22a705ae7fa92dfdb573fe04f
--- /dev/null
+++ b/dummy/pan_Guru-tam_Taml/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:6404f8c5db6b818c30aefa94866e8d1831ad383d494ab903f22a7c779947653a
+size 3260
diff --git a/dummy/pan_Guru-tel_Telu/1.0.0/dummy_data.zip b/dummy/pan_Guru-tel_Telu/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..b73784bb541998961aebe23047ae9de37f81424c
--- /dev/null
+++ b/dummy/pan_Guru-tel_Telu/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a904a5cb126439d07621fec1b7d122b561fa8a8d4d78b8a6a6eb70a2730e6551
+size 2819
diff --git a/dummy/pan_Guru-urd_Arab/1.0.0/dummy_data.zip b/dummy/pan_Guru-urd_Arab/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..5349738da01c0d181b7bad61349e3ecde4a73c45
--- /dev/null
+++ b/dummy/pan_Guru-urd_Arab/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:760bbdd0fc101a46c373861a5893f0b4ac4c1cc1a456c523c0f1d588aaf3baed
+size 3109
diff --git a/dummy/pbt_Arab-tam_Taml/1.0.0/dummy_data.zip b/dummy/pbt_Arab-tam_Taml/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..f307021354b78beb62b4c87d2ccf0fd184d4d611
--- /dev/null
+++ b/dummy/pbt_Arab-tam_Taml/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:087135e8ff0502eab06a9e747b28420851c65979afea594c667210fa9f9e6379
+size 3043
diff --git a/dummy/pbt_Arab-tgk_Cyrl/1.0.0/dummy_data.zip b/dummy/pbt_Arab-tgk_Cyrl/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..0cc2eb3efc1c6fe89962249400cce4611d3662ec
--- /dev/null
+++ b/dummy/pbt_Arab-tgk_Cyrl/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f2042f45924984284e2ea1588c28682e1e5bea0e116321c9c96d1fd439cccad2
+size 2976
diff --git a/dummy/plt_Latn-mri_Latn/1.0.0/dummy_data.zip b/dummy/plt_Latn-mri_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..a9b7648362b57137b561e4c71a6dae9a14ecbc4a
--- /dev/null
+++ b/dummy/plt_Latn-mri_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:563f4686694acfa047b49b18e7106bcfd6e3913d28347ac0aec4bd5efc64ba47
+size 2478
diff --git a/dummy/plt_Latn-pag_Latn/1.0.0/dummy_data.zip b/dummy/plt_Latn-pag_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..e4f5d1c0cddaf726079cebf203d7e7b5628367f4
--- /dev/null
+++ b/dummy/plt_Latn-pag_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:aeb58cbcaf2418e27cda382f77979fd4de67596d0c32e13354bf263cae560158
+size 2335
diff --git a/dummy/plt_Latn-smo_Latn/1.0.0/dummy_data.zip b/dummy/plt_Latn-smo_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..82a17b9dbc3fc49ce1fbab8283dcf028215638c9
--- /dev/null
+++ b/dummy/plt_Latn-smo_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:46c9a2283784d366deaef2ab84fd96654187a85eeaebb603ee96f9eee487a58b
+size 2612
diff --git a/dummy/plt_Latn-sun_Latn/1.0.0/dummy_data.zip b/dummy/plt_Latn-sun_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..73c61477b8951b184aafbaae55e239e763bb38f6
--- /dev/null
+++ b/dummy/plt_Latn-sun_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e7acbe27efd31192fd48af09519d620182e14020d22aaf020367301d35f84129
+size 2827
diff --git a/dummy/plt_Latn-war_Latn/1.0.0/dummy_data.zip b/dummy/plt_Latn-war_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..2b09aed10d75c59f34b76090e71dda6a20f75ffa
--- /dev/null
+++ b/dummy/plt_Latn-war_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:06fae998920f77d6f2663c1e2f89dd09969797b3d87b29d4f101c0b68038dc7d
+size 2241
diff --git a/dummy/por_Latn-ayr_Latn/1.0.0/dummy_data.zip b/dummy/por_Latn-ayr_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..eb3304eb8f152371596fa9ff70826d92e10ea426
--- /dev/null
+++ b/dummy/por_Latn-ayr_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:77bef60d0e9e5a67c7d8e07bab7f4d417f5968764ccc69804abbc7870d0a65aa
+size 1858
diff --git a/dummy/por_Latn-quy_Latn/1.0.0/dummy_data.zip b/dummy/por_Latn-quy_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..d5565675a4613ad13af31f53c278c0fd215b71d9
--- /dev/null
+++ b/dummy/por_Latn-quy_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:562463c6675901f6032331a3ae745809ab76319e22f2386227ed911c0771d481
+size 3201
diff --git a/dummy/prs_Arab-pbt_Arab/1.0.0/dummy_data.zip b/dummy/prs_Arab-pbt_Arab/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..28084547bacfaeb588f1010467a3d515bb0ce11a
--- /dev/null
+++ b/dummy/prs_Arab-pbt_Arab/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c0a903af4f6f22ef7d992ea03a7d040b4be69881e1ec55733115a22396ac3458
+size 2816
diff --git a/dummy/prs_Arab-tgk_Cyrl/1.0.0/dummy_data.zip b/dummy/prs_Arab-tgk_Cyrl/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..b861a9339ce1022d91605983a754bd678855da19
--- /dev/null
+++ b/dummy/prs_Arab-tgk_Cyrl/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:290a86a2ae7146c38e8434ff56abdf641f6a5cef7ccc6c1523d15edad34d59b0
+size 3075
diff --git a/dummy/quy_Latn-spa_Latn/1.0.0/dummy_data.zip b/dummy/quy_Latn-spa_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..d32dde4366bd3ae23b16a706c183830fac5e3b0d
--- /dev/null
+++ b/dummy/quy_Latn-spa_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:916af067c88dfd185df929d7dd640757df4638f2ad36b157355474bc8f83631b
+size 2327
diff --git a/dummy/run_Latn-sna_Latn/1.0.0/dummy_data.zip b/dummy/run_Latn-sna_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..5ca07cb5e08a2360c8b86d4dd27beefdbea7a0d5
--- /dev/null
+++ b/dummy/run_Latn-sna_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ee9dd1499b49410ad1cb3f54549e333173aed7b4d137169c6c37b83e4174d006
+size 2517
diff --git a/dummy/run_Latn-som_Latn/1.0.0/dummy_data.zip b/dummy/run_Latn-som_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..ff58279dfa58afdec83df0a5cfdb2dc29fae5995
--- /dev/null
+++ b/dummy/run_Latn-som_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:712e2192f031595bdcd5806aec6806edcfa7f1f967d0b791575fcbbcf8cf4d6d
+size 2460
diff --git a/dummy/run_Latn-sot_Latn/1.0.0/dummy_data.zip b/dummy/run_Latn-sot_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..07c8c92881c994fc933e1613abe6dffeb8cbb611
--- /dev/null
+++ b/dummy/run_Latn-sot_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:31a77f29028d6eeb51db57333fc21255c7a42a859214fd32fd8631b06896ffb1
+size 2408
diff --git a/dummy/run_Latn-ssw_Latn/1.0.0/dummy_data.zip b/dummy/run_Latn-ssw_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..828af7b2fd65725021f489571fdd5bae201a2e06
--- /dev/null
+++ b/dummy/run_Latn-ssw_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:73efe2152a05038a04fea1e7eaac3701904e8a2747a70ec7eedc3143772b2c28
+size 2437
diff --git a/dummy/run_Latn-swh_Latn/1.0.0/dummy_data.zip b/dummy/run_Latn-swh_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..d69e686247f9a4ab9c9a05af4f9c19ea4a1723fc
--- /dev/null
+++ b/dummy/run_Latn-swh_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:816aa52c87ba26ee5711c9f761f0be2e16aef6addeccd5c7805375181a8aba9b
+size 2508
diff --git a/dummy/run_Latn-tir_Ethi/1.0.0/dummy_data.zip b/dummy/run_Latn-tir_Ethi/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..2107e10d30eaac094a6091582ccb96c9a486c8a5
--- /dev/null
+++ b/dummy/run_Latn-tir_Ethi/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:6c499c14c0adf03c0812f7b72fe90ad5a075b6fec39e33027d3feccf84ac67e5
+size 2816
diff --git a/dummy/run_Latn-tsn_Latn/1.0.0/dummy_data.zip b/dummy/run_Latn-tsn_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..90b434261fa8d46e8b48fedf83a89b15b0aaa747
--- /dev/null
+++ b/dummy/run_Latn-tsn_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:4c6f1425c5d84788f63c636b9cc511280c5d42d25ef1c3df74875b5a87cf3ba0
+size 2630
diff --git a/dummy/run_Latn-tso_Latn/1.0.0/dummy_data.zip b/dummy/run_Latn-tso_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..4150771858ae5f40bd7590bc65f88d4d554da192
--- /dev/null
+++ b/dummy/run_Latn-tso_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:aec5223a310852724c709b3574e4350eed2c0f395eca58dc0e8c943005766fd2
+size 2554
diff --git a/dummy/run_Latn-tum_Latn/1.0.0/dummy_data.zip b/dummy/run_Latn-tum_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..9bfcac18a0fb2f67b93ea0143d5a2347d0d4e627
--- /dev/null
+++ b/dummy/run_Latn-tum_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:5623ee518ea9797ade6563b32f51f670a8af6544fd96ea17ffff4e8f6d7b9d2f
+size 2492
diff --git a/dummy/run_Latn-twi_Latn/1.0.0/dummy_data.zip b/dummy/run_Latn-twi_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..7232c4024cc7b9b774ee346711c6b3b9e615a2c3
--- /dev/null
+++ b/dummy/run_Latn-twi_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:99d66794349f78cafbc3f404b1754c44e2f672ad8a397035799484f126210eb7
+size 2629
diff --git a/dummy/run_Latn-umb_Latn/1.0.0/dummy_data.zip b/dummy/run_Latn-umb_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..8f3a40af250538eea358d5938193cee823d252d4
--- /dev/null
+++ b/dummy/run_Latn-umb_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:eb126effadc70f41ffdc64580c0da29be0cc189edf24d01a92dc85bb71e26506
+size 2317
diff --git a/dummy/run_Latn-wol_Latn/1.0.0/dummy_data.zip b/dummy/run_Latn-wol_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..59c334fc68d3d02763a15665032e099fae2026a7
--- /dev/null
+++ b/dummy/run_Latn-wol_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:afc812b0d8e85e1a97fff979307308161b0081ea4fdcb7141ae13d9314ab8e0b
+size 2163
diff --git a/dummy/run_Latn-xho_Latn/1.0.0/dummy_data.zip b/dummy/run_Latn-xho_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..33f8788deb422443b2d474f00183a5605d0b032a
--- /dev/null
+++ b/dummy/run_Latn-xho_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:4be351b41befb7cb404639d463d05a9f69556d0dc73939155769593c5127df45
+size 2553
diff --git a/dummy/run_Latn-yor_Latn/1.0.0/dummy_data.zip b/dummy/run_Latn-yor_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..acfbcf244538e4547cc6d83941e8cdc971d3e5fd
--- /dev/null
+++ b/dummy/run_Latn-yor_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d42bf812edf4040530967167dca8230d342dafa1618b5a457510d79ad6f43dd9
+size 2157
diff --git a/dummy/run_Latn-zul_Latn/1.0.0/dummy_data.zip b/dummy/run_Latn-zul_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..f0f91805af975f9b6aa11b87828c4a30c29d0a6b
--- /dev/null
+++ b/dummy/run_Latn-zul_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a1faa662decb8fcf7f62107514acff85d417b04eae38f24ad47f6e7afda6e0f4
+size 2786
diff --git a/dummy/rus_Cyrl-tat_Cyrl/1.0.0/dummy_data.zip b/dummy/rus_Cyrl-tat_Cyrl/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..1be4c3dd4af91e96cef7f37759fb0e01c31a7e00
--- /dev/null
+++ b/dummy/rus_Cyrl-tat_Cyrl/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:83c4b1ab567661c134cd41e5ab2f4f6239cddef89ad69d2b31d8f741b3483b1d
+size 3172
diff --git a/dummy/rus_Cyrl-tgk_Cyrl/1.0.0/dummy_data.zip b/dummy/rus_Cyrl-tgk_Cyrl/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..23de4819a6a646b329c62715a57c72c3611f0571
--- /dev/null
+++ b/dummy/rus_Cyrl-tgk_Cyrl/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a5b405b5ca9f0d26727f8006b6d2509e253b6d4f3ddb91a06e478c242cacaa7f
+size 2362
diff --git a/dummy/san_Deva-sat_Beng/1.0.0/dummy_data.zip b/dummy/san_Deva-sat_Beng/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..b38353c93a1da82f121728badc3e4a57d3c29a5a
--- /dev/null
+++ b/dummy/san_Deva-sat_Beng/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:366cc90ccf9ea28203d38b23ea8e7143106e744f5887953462d0d278abf5e270
+size 1926
diff --git a/dummy/san_Deva-sin_Sinh/1.0.0/dummy_data.zip b/dummy/san_Deva-sin_Sinh/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..13971ebabdb5626d2fd8060fdbf820253b659448
--- /dev/null
+++ b/dummy/san_Deva-sin_Sinh/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:6ced22fb924fbe8cfcf1224cda97b8f9d81120b409068f5f8437f06ac126b7aa
+size 2819
diff --git a/dummy/san_Deva-snd_Arab/1.0.0/dummy_data.zip b/dummy/san_Deva-snd_Arab/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..48c34bbbcdce0e9a51ba6a0bc7fd80947a8fd1e2
--- /dev/null
+++ b/dummy/san_Deva-snd_Arab/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:03b0eaa05dc4ee544055af1b76f0f6211895255a8bbb9e1389128ede30a6d4f6
+size 2759
diff --git a/dummy/san_Deva-tam_Taml/1.0.0/dummy_data.zip b/dummy/san_Deva-tam_Taml/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..52e5e7933ade4cdaca5f5f39090c70cddca18ca7
--- /dev/null
+++ b/dummy/san_Deva-tam_Taml/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:5b33ceb0984d998b28ffaeb29f118b4794448a3b28f25d725f891ae12633edde
+size 3451
diff --git a/dummy/san_Deva-tel_Telu/1.0.0/dummy_data.zip b/dummy/san_Deva-tel_Telu/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..a507c01eadc77431eb6b515ba91913baca11e325
--- /dev/null
+++ b/dummy/san_Deva-tel_Telu/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:4976ca2c1982acf28c797b68974bc98df7ab5e6e53a87976e51fa84708643c8d
+size 2802
diff --git a/dummy/san_Deva-urd_Arab/1.0.0/dummy_data.zip b/dummy/san_Deva-urd_Arab/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..deb7e27741f54d9fca2cb29f8a59549fbf144791
--- /dev/null
+++ b/dummy/san_Deva-urd_Arab/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d03b56c0d8f58148161584ba22aac237fbc8749d43f530b972b2e49c145c5951
+size 3232
diff --git a/dummy/sat_Beng-sin_Sinh/1.0.0/dummy_data.zip b/dummy/sat_Beng-sin_Sinh/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..7cb7c6dc9c22fec3308822eef5c3787d917d4766
--- /dev/null
+++ b/dummy/sat_Beng-sin_Sinh/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c24e3cc6e2a2f51d3b7c8a72b04db45e0f0905824d112ee150b53b2dd0bce941
+size 2152
diff --git a/dummy/sat_Beng-snd_Arab/1.0.0/dummy_data.zip b/dummy/sat_Beng-snd_Arab/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..a8cff8c3d4e079489e1fd60f9ce30c0d8e4a00fa
--- /dev/null
+++ b/dummy/sat_Beng-snd_Arab/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3a05f450fdb30de11b8de26ebf3c2a9c3fe98afcddffd4bda3373d2dea11fbaa
+size 1883
diff --git a/dummy/sat_Beng-tam_Taml/1.0.0/dummy_data.zip b/dummy/sat_Beng-tam_Taml/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..9f7d773309c0bcc6b6be0648afa8c58b7b1ae7e3
--- /dev/null
+++ b/dummy/sat_Beng-tam_Taml/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:4f24393ff3280519e36819decf36accc2f565fe477f834082c9dc881845cec11
+size 2225
diff --git a/dummy/sat_Beng-tel_Telu/1.0.0/dummy_data.zip b/dummy/sat_Beng-tel_Telu/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..67c55f40b75d2cb0468ce8ecafa4c02009fc4077
--- /dev/null
+++ b/dummy/sat_Beng-tel_Telu/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b1048e9202a964f1940da22da5984c970e06c6a85af0309c38b93b2258d92cf7
+size 2346
diff --git a/dummy/sat_Beng-urd_Arab/1.0.0/dummy_data.zip b/dummy/sat_Beng-urd_Arab/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..bb79da09c9b56e4c4734e662e754b1b0ac986315
--- /dev/null
+++ b/dummy/sat_Beng-urd_Arab/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a261dbf2f1a302c1689c0a4d451c4b7953ad8d1b56634299681699223e622424
+size 2356
diff --git a/dummy/sin_Sinh-snd_Arab/1.0.0/dummy_data.zip b/dummy/sin_Sinh-snd_Arab/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..710a16e5585edc9e8f23023b81253a03008e9135
--- /dev/null
+++ b/dummy/sin_Sinh-snd_Arab/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a6bd8c9809199bbd22c3aa1b1ca1f754070e3520280fd87fe8d0cd31491aa20b
+size 2800
diff --git a/dummy/sin_Sinh-tam_Taml/1.0.0/dummy_data.zip b/dummy/sin_Sinh-tam_Taml/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..2ea086feb59fc6f822c84e0010b0d7bdbe130c28
--- /dev/null
+++ b/dummy/sin_Sinh-tam_Taml/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:6af54b7737d5e61f6f29a6ccb07f0aa1e5d1044d1deedd8288b05133ee0157e1
+size 3494
diff --git a/dummy/sin_Sinh-tel_Telu/1.0.0/dummy_data.zip b/dummy/sin_Sinh-tel_Telu/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..38e08d4643cf7c7df1119769f4e851b416ec5a2c
--- /dev/null
+++ b/dummy/sin_Sinh-tel_Telu/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:cd6961d9b4dfe53c00f9704bb1bd2d7b7a98a5633ebe7f3feeabd5666d8a3069
+size 2757
diff --git a/dummy/sin_Sinh-urd_Arab/1.0.0/dummy_data.zip b/dummy/sin_Sinh-urd_Arab/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..ee1e8f70bdc72563153b06db988b024b95d7f3da
--- /dev/null
+++ b/dummy/sin_Sinh-urd_Arab/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:6a44a7872eb9449158b23c1ad583150676164eca9706af8b3465dc09b13b51d3
+size 3046
diff --git a/dummy/smo_Latn-sun_Latn/1.0.0/dummy_data.zip b/dummy/smo_Latn-sun_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..d5e23b6f7c42f39cefd8bcd88b893e9de408eabb
--- /dev/null
+++ b/dummy/smo_Latn-sun_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c017f3f2ae2445e5a5d4fba84ef73bb6b51f01ec8ac0d9bc7b941f7e154a5e27
+size 2310
diff --git a/dummy/smo_Latn-war_Latn/1.0.0/dummy_data.zip b/dummy/smo_Latn-war_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..ccc0fd8ad6d97a21e7c44b52a0b1d67201a26cbe
--- /dev/null
+++ b/dummy/smo_Latn-war_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c67a2270ffc5c3f3d40f4a463db83c6f5160b84540e901ee1a289d990274bc6c
+size 2217
diff --git a/dummy/sna_Latn-som_Latn/1.0.0/dummy_data.zip b/dummy/sna_Latn-som_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..5d6a56952a21001d26aae29aa98cef3ee08894bb
--- /dev/null
+++ b/dummy/sna_Latn-som_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:221a91f20d4d1c34501a985ce0580f6a60ef53dddb8e3aa27563b3bf11bb2b51
+size 2132
diff --git a/dummy/sna_Latn-sot_Latn/1.0.0/dummy_data.zip b/dummy/sna_Latn-sot_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..90af913ffe56862d1d98c5be3219a561d6e4316d
--- /dev/null
+++ b/dummy/sna_Latn-sot_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9a6e09fb18943235853bef1a1254c65e010a01d01de9c9c878fefa0a761be303
+size 2294
diff --git a/dummy/sna_Latn-ssw_Latn/1.0.0/dummy_data.zip b/dummy/sna_Latn-ssw_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..b88bef93bdb83425ae61bf86ada3134584db68c9
--- /dev/null
+++ b/dummy/sna_Latn-ssw_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d8d10a0848e1ed5e4a55743a0d71c771d1191cea8f35e2e00533e5afdf37cc77
+size 2151
diff --git a/dummy/sna_Latn-swh_Latn/1.0.0/dummy_data.zip b/dummy/sna_Latn-swh_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..e0bcc91918ba286ba336862a76cec88562e0897e
--- /dev/null
+++ b/dummy/sna_Latn-swh_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:69df2b1e2c1ca832182fce9d440461c249d231cf8b5a2d407c20781c7f0aee95
+size 2481
diff --git a/dummy/sna_Latn-tir_Ethi/1.0.0/dummy_data.zip b/dummy/sna_Latn-tir_Ethi/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..c7a8d81aa33798ee78888011bd638da8e10d789e
--- /dev/null
+++ b/dummy/sna_Latn-tir_Ethi/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:88d04c4a9ca1c507400dff579f6ef9e554242385eea27dfa01a023baa83008d7
+size 2917
diff --git a/dummy/sna_Latn-tsn_Latn/1.0.0/dummy_data.zip b/dummy/sna_Latn-tsn_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..59caf13c8a6bac360b812935a0deafedf6630016
--- /dev/null
+++ b/dummy/sna_Latn-tsn_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:46572ab3a0d8704f1a014b0f108cbbacff57ea32c4f1f9daea1ad8baa4078d63
+size 2303
diff --git a/dummy/sna_Latn-tso_Latn/1.0.0/dummy_data.zip b/dummy/sna_Latn-tso_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..af68eece9eb5bd22f40274b3e45232899f54ead6
--- /dev/null
+++ b/dummy/sna_Latn-tso_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:6af7dc54de6bf430b3df25fec5651c3f3ad4dce6a2251df8a6695632b1b5a7eb
+size 2662
diff --git a/dummy/sna_Latn-tum_Latn/1.0.0/dummy_data.zip b/dummy/sna_Latn-tum_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..c4d3e98306a62aff47a6f36bc1a83e8d08c4b980
--- /dev/null
+++ b/dummy/sna_Latn-tum_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:98ae996d746f1ab414d4b339ff2dd45e93a8e81434268322fa63850095613824
+size 2321
diff --git a/dummy/sna_Latn-twi_Latn/1.0.0/dummy_data.zip b/dummy/sna_Latn-twi_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..3d520876da6883c25f53c2e89166eb8cc765f5e6
--- /dev/null
+++ b/dummy/sna_Latn-twi_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c61ad3cbfc3a78156ff7449de21bfe8f9d08ac03d3513efe037ddc2e380e37ca
+size 2714
diff --git a/dummy/sna_Latn-umb_Latn/1.0.0/dummy_data.zip b/dummy/sna_Latn-umb_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..f8a29b0e21a849d0dda082322aa601ba790b7e9b
--- /dev/null
+++ b/dummy/sna_Latn-umb_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:932b148547031f554071ecf7c3822d7b6f51ac5d818fcdaa99c1e90e1cbc0b16
+size 2597
diff --git a/dummy/sna_Latn-wol_Latn/1.0.0/dummy_data.zip b/dummy/sna_Latn-wol_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..c85ad4fcaf5277fa2fdefba187aaecbb8dd6ca65
--- /dev/null
+++ b/dummy/sna_Latn-wol_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:7d4d1852e1a45e5a7b473a1d5fd2afe9c5080a361140a25589feedca2ec04661
+size 2515
diff --git a/dummy/sna_Latn-xho_Latn/1.0.0/dummy_data.zip b/dummy/sna_Latn-xho_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..26a7a6017ccff268d39e4eb07a9290434c97892b
--- /dev/null
+++ b/dummy/sna_Latn-xho_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:8b0663b3529b13afe734073d4c3275ba4e290a5b2f51984636bc176387f7f02c
+size 2457
diff --git a/dummy/sna_Latn-yor_Latn/1.0.0/dummy_data.zip b/dummy/sna_Latn-yor_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..9a39b22838bc58e6520ae04a7bdd67da2b0cce4f
--- /dev/null
+++ b/dummy/sna_Latn-yor_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:fe556a0e311493add82e35d1ab94854e9779f7ba665c421ac093baad0ad1024f
+size 2318
diff --git a/dummy/sna_Latn-zul_Latn/1.0.0/dummy_data.zip b/dummy/sna_Latn-zul_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..3451078e0b45b1e4ebc044b2c3746e6032d4c66d
--- /dev/null
+++ b/dummy/sna_Latn-zul_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:03ada5f50033b43b0a7aec14bc86e7d3cc140223b94ab48cfed1a51678b02e8d
+size 2325
diff --git a/dummy/snd_Arab-tam_Taml/1.0.0/dummy_data.zip b/dummy/snd_Arab-tam_Taml/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..53fa0b511afe03a4733e6330cfb775421209dff3
--- /dev/null
+++ b/dummy/snd_Arab-tam_Taml/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:714438a25b0db9bd668d20a6d8c268fca893b53ee35674f6860780f7606d6e17
+size 3132
diff --git a/dummy/snd_Arab-tel_Telu/1.0.0/dummy_data.zip b/dummy/snd_Arab-tel_Telu/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..f16a258517628e6492ef3a7764e48601a19e30c3
--- /dev/null
+++ b/dummy/snd_Arab-tel_Telu/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:39f1ecac084b6fa0e28e748cf872f29b2d7c61bf5db142319a6518cd4e861928
+size 2937
diff --git a/dummy/snd_Arab-urd_Arab/1.0.0/dummy_data.zip b/dummy/snd_Arab-urd_Arab/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..6266431b2d42f8aaa5b6fb92e57abd2534697286
--- /dev/null
+++ b/dummy/snd_Arab-urd_Arab/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:2e8b2d9627ade40e02bfe9c4958a04c694385aadfe142afb86960398614c4ad6
+size 3379
diff --git a/dummy/som_Latn-sot_Latn/1.0.0/dummy_data.zip b/dummy/som_Latn-sot_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..6e904dc3765474264fe7e0ea0484cbf9eff7bec4
--- /dev/null
+++ b/dummy/som_Latn-sot_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e2090516ab5d5e7e6b2f9cadc16b02100589db5dbfe1baee6b132ce55401ae42
+size 2314
diff --git a/dummy/som_Latn-ssw_Latn/1.0.0/dummy_data.zip b/dummy/som_Latn-ssw_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..332a8704c892793ef8ae9d8a7e40963cccae08e2
--- /dev/null
+++ b/dummy/som_Latn-ssw_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:89000794edfdf6904cd12f42ac3440ff7bb02f3d61bea5c0f91272dd89129beb
+size 2088
diff --git a/dummy/som_Latn-swh_Latn/1.0.0/dummy_data.zip b/dummy/som_Latn-swh_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..1650027902b1b577e5960e15553ab7531145a5ee
--- /dev/null
+++ b/dummy/som_Latn-swh_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:05483078e24230f405c3ed54efc739538dfb4c2e55eac4e0831f7fbb830a77f4
+size 2054
diff --git a/dummy/som_Latn-tir_Ethi/1.0.0/dummy_data.zip b/dummy/som_Latn-tir_Ethi/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..0fd2a0ee4c879e1a132cd1478712db48a8b59aef
--- /dev/null
+++ b/dummy/som_Latn-tir_Ethi/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f4941b0c338cc35f31b5996c41094f6c3986a964039d303b888963123134cb3b
+size 2525
diff --git a/dummy/som_Latn-tsn_Latn/1.0.0/dummy_data.zip b/dummy/som_Latn-tsn_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..2a880693fabb23fda006fbd5177bb5bd89a1c865
--- /dev/null
+++ b/dummy/som_Latn-tsn_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d5bcac0fb8e66d67b0521351f5f771baacd27e7e18c654cd7b54a272f14ec260
+size 2178
diff --git a/dummy/som_Latn-tso_Latn/1.0.0/dummy_data.zip b/dummy/som_Latn-tso_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..4237b7fb18288afc2cbcf92e3816f80bb6bc44d7
--- /dev/null
+++ b/dummy/som_Latn-tso_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9a6957574bb2bcdf0681e2fda14d4e370b05014f65c647e807938a829bf7d61a
+size 2600
diff --git a/dummy/som_Latn-tum_Latn/1.0.0/dummy_data.zip b/dummy/som_Latn-tum_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..5b443be1044d122675baf4f3dfe81c745d229f0e
--- /dev/null
+++ b/dummy/som_Latn-tum_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:278ba98e1e3e3867ce68dc6e9946dfd90fe4422c050fd8ba7d04a2f08b2f5296
+size 2234
diff --git a/dummy/som_Latn-twi_Latn/1.0.0/dummy_data.zip b/dummy/som_Latn-twi_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..c507033f94b153fb608076ae5563d78c42a494f0
--- /dev/null
+++ b/dummy/som_Latn-twi_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d5b17335f529838e74930c647ab34d32e63cdb8810281ad807254836d577a506
+size 1974
diff --git a/dummy/som_Latn-umb_Latn/1.0.0/dummy_data.zip b/dummy/som_Latn-umb_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..9fbf4f36471c8f6807a1edc62273096aefc3e37e
--- /dev/null
+++ b/dummy/som_Latn-umb_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:20ad73ac48c2e08d3d592d86ad8a3836385fd8456562a09cc399e0b7cb6d1e58
+size 2088
diff --git a/dummy/som_Latn-wol_Latn/1.0.0/dummy_data.zip b/dummy/som_Latn-wol_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..ef26131f2d010cf4b64897866fcb4eb1e9ea1d41
--- /dev/null
+++ b/dummy/som_Latn-wol_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:39ebe940a7d8123d5c265ba9cbea0d84d9bd618fb97641408b301729288f5b4d
+size 1672
diff --git a/dummy/som_Latn-xho_Latn/1.0.0/dummy_data.zip b/dummy/som_Latn-xho_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..a598518dc974ac7145f7271b8e69a7924e1daccd
--- /dev/null
+++ b/dummy/som_Latn-xho_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:be284a85f3a7a942859f88a37e75260f959131b0ac8b318f287a77366dd13f43
+size 2217
diff --git a/dummy/som_Latn-yor_Latn/1.0.0/dummy_data.zip b/dummy/som_Latn-yor_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..530674cdb46a3dab79414be5f7f3b59aba81221a
--- /dev/null
+++ b/dummy/som_Latn-yor_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:1b82434baa787122aebbf70c25f392428029746c3abae4b782eb83141c34fcf0
+size 1941
diff --git a/dummy/som_Latn-zul_Latn/1.0.0/dummy_data.zip b/dummy/som_Latn-zul_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..0f3bdaf9716e7e8c5f2820676b37d94d323167bf
--- /dev/null
+++ b/dummy/som_Latn-zul_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:7cdb22e084df2c1e97fb4a05b76e70e0c256bdbbe3d211ef1a114468ae37cb28
+size 2116
diff --git a/dummy/sot_Latn-ssw_Latn/1.0.0/dummy_data.zip b/dummy/sot_Latn-ssw_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..41bedc956efdbf2c2e8c7525ad3f47545ee1e7d3
--- /dev/null
+++ b/dummy/sot_Latn-ssw_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:871af251dafbae2462977afa310af94212e183f412213c3d82632349514ae6b0
+size 2209
diff --git a/dummy/sot_Latn-swh_Latn/1.0.0/dummy_data.zip b/dummy/sot_Latn-swh_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..d423b964ee97aaff419b66e2fd799f7f20a39c03
--- /dev/null
+++ b/dummy/sot_Latn-swh_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:0735a9174c0f2bad22fac5b5c48cd79dfa843a6bb2fade402fbcfa9812d3e407
+size 2244
diff --git a/dummy/sot_Latn-tir_Ethi/1.0.0/dummy_data.zip b/dummy/sot_Latn-tir_Ethi/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..d148f92045a17e4cd096b7a4dcd86c654aff1445
--- /dev/null
+++ b/dummy/sot_Latn-tir_Ethi/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:75510570e0dba3d3a7a8a4dbc8c4f5d6ced1dd344ab1b2d037189e8765e1b9c9
+size 2620
diff --git a/dummy/sot_Latn-tsn_Latn/1.0.0/dummy_data.zip b/dummy/sot_Latn-tsn_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..8a244456ac12fc1d7c84600653834430c24d4364
--- /dev/null
+++ b/dummy/sot_Latn-tsn_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:976d0252bebe4a8ae636dc92b56ee40208efcfe3d6823367f7a2d601c88b10f0
+size 2524
diff --git a/dummy/sot_Latn-tso_Latn/1.0.0/dummy_data.zip b/dummy/sot_Latn-tso_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..c5f476084cb889c9d30a0e63fd6700209a9b07e0
--- /dev/null
+++ b/dummy/sot_Latn-tso_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c6d331a92ba25af76bf2a0254f065afd4746b001bd0d9e188ba187530bdfdb0e
+size 2680
diff --git a/dummy/sot_Latn-tum_Latn/1.0.0/dummy_data.zip b/dummy/sot_Latn-tum_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..a05a77e112e457fe00e7f8890c51c229c8a8bcda
--- /dev/null
+++ b/dummy/sot_Latn-tum_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:75332137ded846a734b0c0042286f326b342c2056da65708ac5fb90c47d1d863
+size 2498
diff --git a/dummy/sot_Latn-twi_Latn/1.0.0/dummy_data.zip b/dummy/sot_Latn-twi_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..1f2212f76569434f997f2e5745c2331bfacfa9b3
--- /dev/null
+++ b/dummy/sot_Latn-twi_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:df15a3f8b6968e37b7aba5d5bc8f7eb2d50110c699633a823e52a25303b06b8c
+size 2463
diff --git a/dummy/sot_Latn-umb_Latn/1.0.0/dummy_data.zip b/dummy/sot_Latn-umb_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..0249c0524934720b1eda1a315669e7b088a895ca
--- /dev/null
+++ b/dummy/sot_Latn-umb_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:1219d22f8a77d3a9d318d3a2b74d36ad497b55720088a4e9d4d0756d7b3f1d6f
+size 2377
diff --git a/dummy/sot_Latn-wol_Latn/1.0.0/dummy_data.zip b/dummy/sot_Latn-wol_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..2f37d7ed1a286d5bfa1263b5c1faffde84e26948
--- /dev/null
+++ b/dummy/sot_Latn-wol_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:8b1162fba3abdf1a86d342848aa93d3113c19097a58e6324e0de6920be415f48
+size 2441
diff --git a/dummy/sot_Latn-xho_Latn/1.0.0/dummy_data.zip b/dummy/sot_Latn-xho_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..b5d947bddb895e9ea70b4948817816da9d33ebca
--- /dev/null
+++ b/dummy/sot_Latn-xho_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d8347e54c6d50ff35c4e7a219b448a90a00092b989ca869d38c3f99b9c50bd2d
+size 2231
diff --git a/dummy/sot_Latn-yor_Latn/1.0.0/dummy_data.zip b/dummy/sot_Latn-yor_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..fc92fcd048eb13ed18816dca906c4d525443d7fd
--- /dev/null
+++ b/dummy/sot_Latn-yor_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:43ba753f8b3af8ac1fb30b677b126fe17ca49e1b0c84a00b5513d15c6a9fb2e4
+size 1926
diff --git a/dummy/sot_Latn-zul_Latn/1.0.0/dummy_data.zip b/dummy/sot_Latn-zul_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..384550fa7b545cf29ad6a9cc0dfcce3ff0eeca37
--- /dev/null
+++ b/dummy/sot_Latn-zul_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:013ea0dc069721d09f77221b9672d1ab5b019793b1a193c3caf2a4b1dfc116ad
+size 2389
diff --git a/dummy/ssw_Latn-swh_Latn/1.0.0/dummy_data.zip b/dummy/ssw_Latn-swh_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..e947e6a9b55b269c85a1bc494846f2cf3343b132
--- /dev/null
+++ b/dummy/ssw_Latn-swh_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:6cbe25c5e68a65c8480e75b088313d01de82f07434863d146378594b9eab427b
+size 2119
diff --git a/dummy/ssw_Latn-tir_Ethi/1.0.0/dummy_data.zip b/dummy/ssw_Latn-tir_Ethi/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..279e4f82d58451a0c2b3a6e67a070f8670eb0e6c
--- /dev/null
+++ b/dummy/ssw_Latn-tir_Ethi/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e2feccd13b7f07e9ffeaa55356a087881f1d5453340e31e88151d0d6d448149c
+size 2354
diff --git a/dummy/ssw_Latn-tsn_Latn/1.0.0/dummy_data.zip b/dummy/ssw_Latn-tsn_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..0f2ed3f970644e164fb9d7220dd868d8bd04c733
--- /dev/null
+++ b/dummy/ssw_Latn-tsn_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:1b5be2c2b6dbe75c1edc160603a1ce10de91d83e2aac89ac9cd2ae799517a18e
+size 2289
diff --git a/dummy/ssw_Latn-tso_Latn/1.0.0/dummy_data.zip b/dummy/ssw_Latn-tso_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..c1845dfbae4d9fe95f5ff17968f0efd1c177ab0a
--- /dev/null
+++ b/dummy/ssw_Latn-tso_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ff6b7a5503ae4f12aca6a9aeef45ccdba3a2825ddd2e315f3e4d9a745e91997b
+size 2450
diff --git a/dummy/ssw_Latn-tum_Latn/1.0.0/dummy_data.zip b/dummy/ssw_Latn-tum_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..670b1b454c74e17cea997259b5b418edbc4513e4
--- /dev/null
+++ b/dummy/ssw_Latn-tum_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:66a123c49b28d739cb7c1775382cea74b34f7eefeb8bb1ae528eb0f278cad826
+size 2215
diff --git a/dummy/ssw_Latn-twi_Latn/1.0.0/dummy_data.zip b/dummy/ssw_Latn-twi_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..fe8f21b63e4db70eaac3d9e7e505c0cc05e41b56
--- /dev/null
+++ b/dummy/ssw_Latn-twi_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:7756f72dda4c327b0ace141d2d660d7c6fa368baf087884a61d06a65ff401447
+size 2558
diff --git a/dummy/ssw_Latn-umb_Latn/1.0.0/dummy_data.zip b/dummy/ssw_Latn-umb_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..16134cd4d087d76b7e79c373592faf09ee7e6b02
--- /dev/null
+++ b/dummy/ssw_Latn-umb_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9e03e2197139d9d6f26c1eba73dd69cc786154418ca9b884e9664f28f30a6e23
+size 1848
diff --git a/dummy/ssw_Latn-wol_Latn/1.0.0/dummy_data.zip b/dummy/ssw_Latn-wol_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..ac7bc976eea5aef09f5e6b129216610779602177
--- /dev/null
+++ b/dummy/ssw_Latn-wol_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ea6268fda14c4e413d7d2d8737af7cbe827e8cdd4c42f38b401b36bbd0dda6c8
+size 1945
diff --git a/dummy/ssw_Latn-xho_Latn/1.0.0/dummy_data.zip b/dummy/ssw_Latn-xho_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..ea17bbf10281d14e6fb130b3bb618ee0ff816ba9
--- /dev/null
+++ b/dummy/ssw_Latn-xho_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:7b4feac8e88d8c1c1aef94692d2483cde2cce2ccff98932b0e116013d77b5aff
+size 2090
diff --git a/dummy/ssw_Latn-yor_Latn/1.0.0/dummy_data.zip b/dummy/ssw_Latn-yor_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..9ddc632ca7efd06b9b167ed2dbf30e77060ac923
--- /dev/null
+++ b/dummy/ssw_Latn-yor_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:980171879d9f7ef57750d3b333a662bd0e9a703d37af278672fbb99ef9cd6198
+size 2046
diff --git a/dummy/ssw_Latn-zul_Latn/1.0.0/dummy_data.zip b/dummy/ssw_Latn-zul_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..1568e43f42355d2d2fa43f893ce272a975c54245
--- /dev/null
+++ b/dummy/ssw_Latn-zul_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d065422a11ad17747943cd8e1247aab6b4034604a78e44a79878146326a53be2
+size 2276
diff --git a/dummy/sun_Latn-war_Latn/1.0.0/dummy_data.zip b/dummy/sun_Latn-war_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..3f3f85fa35df89f5cb1d52fbdda6fc7c56fc5901
--- /dev/null
+++ b/dummy/sun_Latn-war_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f34e5d51f6bd9171ba2f6394d4131336a163b30fc9d4a250240359e9df2d0425
+size 2130
diff --git a/dummy/swh_Latn-tir_Ethi/1.0.0/dummy_data.zip b/dummy/swh_Latn-tir_Ethi/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..0490b64e9595860d88924e0dba7f44e4dda4667b
--- /dev/null
+++ b/dummy/swh_Latn-tir_Ethi/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:fd79c98158ddeba84aa019363db9beada635df7653f04a46b7a1cd5b8972a883
+size 3136
diff --git a/dummy/swh_Latn-tsn_Latn/1.0.0/dummy_data.zip b/dummy/swh_Latn-tsn_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..1d9d9d580367f69f079dc81e6e8c082b5add4094
--- /dev/null
+++ b/dummy/swh_Latn-tsn_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:60d0e8fe03fffb254a098b347123e854f9648442db7c220e9531a1f9e4821cca
+size 2663
diff --git a/dummy/swh_Latn-tso_Latn/1.0.0/dummy_data.zip b/dummy/swh_Latn-tso_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..d1dbffa322cb968a52ff3698ba15f53a415f61cb
--- /dev/null
+++ b/dummy/swh_Latn-tso_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:47c70244b6f6f01c615d3067f683d1e35d6af60927331eb4d35ff8c7a7a5dfcc
+size 2432
diff --git a/dummy/swh_Latn-tum_Latn/1.0.0/dummy_data.zip b/dummy/swh_Latn-tum_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..881b6caca91e5f379e9ce0db4d488e98a16f4d65
--- /dev/null
+++ b/dummy/swh_Latn-tum_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d90f12ee9a6b3ac4eb59502c311d506cfc51abbaed3cd522bd81c0d9b47d6bd3
+size 2520
diff --git a/dummy/swh_Latn-twi_Latn/1.0.0/dummy_data.zip b/dummy/swh_Latn-twi_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..a64a675a41cbc0c564db387daf73c6bb3910b4ff
--- /dev/null
+++ b/dummy/swh_Latn-twi_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:939804617cff67d34e363df4b0f9a79c35ffb4573119b20934950c7c312fa243
+size 2566
diff --git a/dummy/swh_Latn-umb_Latn/1.0.0/dummy_data.zip b/dummy/swh_Latn-umb_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..dcd845649c8d3f36d190dbee6e69fddd90a80918
--- /dev/null
+++ b/dummy/swh_Latn-umb_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:6312c6baca0ea29523aa1773b11294c4fab2ab828a7035766c5c34a9740d5dfd
+size 2459
diff --git a/dummy/swh_Latn-wol_Latn/1.0.0/dummy_data.zip b/dummy/swh_Latn-wol_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..e1c030053a5615c7262570d63fddc1d72bc5162b
--- /dev/null
+++ b/dummy/swh_Latn-wol_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:091955da51909d114d04adf4756ee3c194f1a77867b0859ad447ba07c0b3486f
+size 2440
diff --git a/dummy/swh_Latn-xho_Latn/1.0.0/dummy_data.zip b/dummy/swh_Latn-xho_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..d7ecec67dfc068a7079255b8d77d2db90680d92f
--- /dev/null
+++ b/dummy/swh_Latn-xho_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e80816d64bb618563ad94bb1634363bf118e5236a42b0678310e0fc42f0245b0
+size 2549
diff --git a/dummy/swh_Latn-yor_Latn/1.0.0/dummy_data.zip b/dummy/swh_Latn-yor_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..548776fae3a342b0a1b0f9556e240a51a112bac2
--- /dev/null
+++ b/dummy/swh_Latn-yor_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e7710bffffa0dc6e4feb8f147168b18314eb660ea3b0ef0a418f2cd066286d6a
+size 2027
diff --git a/dummy/swh_Latn-zul_Latn/1.0.0/dummy_data.zip b/dummy/swh_Latn-zul_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..260c80ca108c854ffbfd1dc73e8d22d4c516932e
--- /dev/null
+++ b/dummy/swh_Latn-zul_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:056adcd9d176433854f2d2eebb7f1f56849ddc887f64d0fb3853e5cd5e5199a2
+size 2547
diff --git a/dummy/tam_Taml-tel_Telu/1.0.0/dummy_data.zip b/dummy/tam_Taml-tel_Telu/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..007e910b4056e681096378d8e672fa0d5c4c3757
--- /dev/null
+++ b/dummy/tam_Taml-tel_Telu/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:4155f929fbcf030ed7da4b2a12c14310eeb3ae080509496e1f2c621ad891a606
+size 3059
diff --git a/dummy/tam_Taml-urd_Arab/1.0.0/dummy_data.zip b/dummy/tam_Taml-urd_Arab/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..ef78ea263b1fb031f49dbb59a76fb964347d1e43
--- /dev/null
+++ b/dummy/tam_Taml-urd_Arab/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:af6229db3c4e95ddaab02ed002f07deed72e80d00cdf0f2c3ce495f55fb85ba1
+size 3469
diff --git a/dummy/tat_Cyrl-tuk_Latn/1.0.0/dummy_data.zip b/dummy/tat_Cyrl-tuk_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..cb56dca396bf809620cce51b4f48845193d107e6
--- /dev/null
+++ b/dummy/tat_Cyrl-tuk_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:fabcf6aed153bb5e6b73d0aba192810b1541baefdf43e74f53fcf4904e0b3fda
+size 1635
diff --git a/dummy/tat_Cyrl-uig_Arab/1.0.0/dummy_data.zip b/dummy/tat_Cyrl-uig_Arab/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..c515e06ca3ed83f4cc42932efef12b03becfab2b
--- /dev/null
+++ b/dummy/tat_Cyrl-uig_Arab/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:120cb86f003f55d91b2c93d12c5fbcb107cdcfeffbb2e8b76299e94ba4053c0c
+size 3139
diff --git a/dummy/tat_Cyrl-uzn_Latn/1.0.0/dummy_data.zip b/dummy/tat_Cyrl-uzn_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..687444a49b634505b09faad8739fff46ec74eb10
--- /dev/null
+++ b/dummy/tat_Cyrl-uzn_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:42975a50a3b00f57a36546504351e6ac5f1dc9f7bf71174b40f61fbab0352543
+size 2912
diff --git a/dummy/tel_Telu-urd_Arab/1.0.0/dummy_data.zip b/dummy/tel_Telu-urd_Arab/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..d47ae1fe8dbc1f324537bcb8a3a66b7806b6740b
--- /dev/null
+++ b/dummy/tel_Telu-urd_Arab/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:04c1688690e2dae26494ea9dfe58eeef9614de05e40bf96563ec26749802fef2
+size 3411
diff --git a/dummy/tir_Ethi-tsn_Latn/1.0.0/dummy_data.zip b/dummy/tir_Ethi-tsn_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..696fd6ea0b3aec293bff288925ee7de9bd780b7e
--- /dev/null
+++ b/dummy/tir_Ethi-tsn_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:fe11bbd791db2f91a5ab7f7102fc12868c06788fe65273624ae4345e81040daa
+size 2597
diff --git a/dummy/tir_Ethi-tso_Latn/1.0.0/dummy_data.zip b/dummy/tir_Ethi-tso_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..7aec9f42eb91c2f0313bb1267fdb97523e92f907
--- /dev/null
+++ b/dummy/tir_Ethi-tso_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:cd76f7c1171073a60ba0850e04a0b1daa2b86f06d16a703c348782dd787f1e6c
+size 3128
diff --git a/dummy/tir_Ethi-tum_Latn/1.0.0/dummy_data.zip b/dummy/tir_Ethi-tum_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..5caf861637ae0e9f9d59f8d03c4158047cfe1f7a
--- /dev/null
+++ b/dummy/tir_Ethi-tum_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:878ef4d38b94df8db31757452c3c89f2b6241810bf1c514c01bb5cf10c7e49c5
+size 2840
diff --git a/dummy/tir_Ethi-twi_Latn/1.0.0/dummy_data.zip b/dummy/tir_Ethi-twi_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..76c6253f05df39d8a86e8f567effedf0c3fa5154
--- /dev/null
+++ b/dummy/tir_Ethi-twi_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:1c23429e380c27ad4ce96b60ffc9f3ec515053da072e82312160a630dc97e316
+size 2738
diff --git a/dummy/tir_Ethi-umb_Latn/1.0.0/dummy_data.zip b/dummy/tir_Ethi-umb_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..1bbba711d2df84312a6a7fd9168061fb5aebc69b
--- /dev/null
+++ b/dummy/tir_Ethi-umb_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:7bd171dbbde5085c152f442e3ef512b13c12a09bbfb9335e234140eb531a1b10
+size 2897
diff --git a/dummy/tir_Ethi-wol_Latn/1.0.0/dummy_data.zip b/dummy/tir_Ethi-wol_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..39b95a47b637b8330018ef337c1392871d47d053
--- /dev/null
+++ b/dummy/tir_Ethi-wol_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ffbc55ef842f6f89a6135c64bd614b7f77878d0d4218769dc9c0b11f8851dbf7
+size 2497
diff --git a/dummy/tir_Ethi-xho_Latn/1.0.0/dummy_data.zip b/dummy/tir_Ethi-xho_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..e3953fc6620f62b2f2391c332209cc433f38c4e5
--- /dev/null
+++ b/dummy/tir_Ethi-xho_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:0e5bbd12b7b5c9a7b4d425f1571a77260a018cb4e3df4ed3d1eab3fbc813d935
+size 3077
diff --git a/dummy/tir_Ethi-yor_Latn/1.0.0/dummy_data.zip b/dummy/tir_Ethi-yor_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..5a4a5d4deccb53c2826c782963e2b6fd9a5fe9e9
--- /dev/null
+++ b/dummy/tir_Ethi-yor_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:912212c59a9c956f71f62afc57bdce63ede27b33b1d85988127c46d702d5e567
+size 2464
diff --git a/dummy/tir_Ethi-zul_Latn/1.0.0/dummy_data.zip b/dummy/tir_Ethi-zul_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..f0b07df8d12d3de9c371d0a54a26cdb405dbb7f3
--- /dev/null
+++ b/dummy/tir_Ethi-zul_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:413a1d947a46bff0a3e62c3cb60920001490f5faf9769b832b006023b0fdc113
+size 3010
diff --git a/dummy/tsn_Latn-tso_Latn/1.0.0/dummy_data.zip b/dummy/tsn_Latn-tso_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..1820f74c369cf18e8ca9e55cb014a49294476480
--- /dev/null
+++ b/dummy/tsn_Latn-tso_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9529332a2cfd9f1f37b8a127aa92972552e75e10aa221d41696d5669e4a37662
+size 2488
diff --git a/dummy/tsn_Latn-tum_Latn/1.0.0/dummy_data.zip b/dummy/tsn_Latn-tum_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..ab2a28dfb661ae8adbcfd878c1a91b75131fd5ac
--- /dev/null
+++ b/dummy/tsn_Latn-tum_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3edbaf204c53406d2d57c310977a0e70ee7d2d4c76bb1e4ab47c8cd5212d4663
+size 2703
diff --git a/dummy/tsn_Latn-twi_Latn/1.0.0/dummy_data.zip b/dummy/tsn_Latn-twi_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..480438729c052b24f360e8bc0cd2074bcd271779
--- /dev/null
+++ b/dummy/tsn_Latn-twi_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9131951986c5aa0068aa7553acac2da923d0aa569f90072341a8be2390f0da1b
+size 2769
diff --git a/dummy/tsn_Latn-umb_Latn/1.0.0/dummy_data.zip b/dummy/tsn_Latn-umb_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..bb9d66f1f8d2706638b2602c111904b63dbb714a
--- /dev/null
+++ b/dummy/tsn_Latn-umb_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b23ac71f9b391263a959ef930e98ba56c77ee48db201a057ea4b8ec706c99bb4
+size 2473
diff --git a/dummy/tsn_Latn-wol_Latn/1.0.0/dummy_data.zip b/dummy/tsn_Latn-wol_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..557c8a5d9563196dda790c19b6f9aad1740fedda
--- /dev/null
+++ b/dummy/tsn_Latn-wol_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:5dc2cdc70fac3282841d5a59583a9853b99f36c69e5df64cf1057e94b7c6f079
+size 2397
diff --git a/dummy/tsn_Latn-xho_Latn/1.0.0/dummy_data.zip b/dummy/tsn_Latn-xho_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..34dbc58c5729b882e713a987e0576b607923ab95
--- /dev/null
+++ b/dummy/tsn_Latn-xho_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:41ac2af5170d056a48c4cd9287af277d83b792bab8a84054b269b8cf337275d0
+size 2693
diff --git a/dummy/tsn_Latn-yor_Latn/1.0.0/dummy_data.zip b/dummy/tsn_Latn-yor_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..8da64d379f5c4503afa59c860d12c7a44b666424
--- /dev/null
+++ b/dummy/tsn_Latn-yor_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:09bd8e5cd1ef733f6360ddf31e4a741e69ed20f21478c7964aa9e3da766a2f24
+size 2087
diff --git a/dummy/tsn_Latn-zul_Latn/1.0.0/dummy_data.zip b/dummy/tsn_Latn-zul_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..7c5304ec74c4b66318cbaba7f42aa0fa816afd9d
--- /dev/null
+++ b/dummy/tsn_Latn-zul_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:4d430e87cc97513f42718f34a335cd2fee4853162c633bff25571f6348cef04d
+size 2415
diff --git a/dummy/tso_Latn-tum_Latn/1.0.0/dummy_data.zip b/dummy/tso_Latn-tum_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..e3ecfe284c79a6fda335e4d4109de987e23199f7
--- /dev/null
+++ b/dummy/tso_Latn-tum_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:0e23f1356f5701dfa4938beb6a8a30be8bfe87431851690d245c181808eaec7f
+size 2841
diff --git a/dummy/tso_Latn-twi_Latn/1.0.0/dummy_data.zip b/dummy/tso_Latn-twi_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..6bea7d2a0be769573f8e975579d36c4613cc9144
--- /dev/null
+++ b/dummy/tso_Latn-twi_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:08e5bd15b74977273a323a4ca6faff2ed8c3bfd675fc769fd623f09416598d0b
+size 2403
diff --git a/dummy/tso_Latn-umb_Latn/1.0.0/dummy_data.zip b/dummy/tso_Latn-umb_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..eab27cfff2728377f0262845f9451f85f55e4656
--- /dev/null
+++ b/dummy/tso_Latn-umb_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:caf2160834becad3188ff56db11b059aba455843e791a2ff5c9ebc49c34106ad
+size 2449
diff --git a/dummy/tso_Latn-wol_Latn/1.0.0/dummy_data.zip b/dummy/tso_Latn-wol_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..ced7939028dfd7390b08708a93371c40b888fcd3
--- /dev/null
+++ b/dummy/tso_Latn-wol_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d96b4a5df041f2c6f6955c4a54adb973d2ea3b1d8292c263689e687bd20baf4e
+size 2488
diff --git a/dummy/tso_Latn-xho_Latn/1.0.0/dummy_data.zip b/dummy/tso_Latn-xho_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..473b884ac5e96efaee6efcae57e7e6e1bebe4b63
--- /dev/null
+++ b/dummy/tso_Latn-xho_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b551a8a7c2f93ec72a1b72875d081ca29adca0efeb19d15f400f85dc845aa7ce
+size 2441
diff --git a/dummy/tso_Latn-yor_Latn/1.0.0/dummy_data.zip b/dummy/tso_Latn-yor_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..1def962c70930d1a53def183bd3bafea57e26354
--- /dev/null
+++ b/dummy/tso_Latn-yor_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e09decd97be3d82584f74ea9ed4da5f5212661e541b58c891b1d90148fe80255
+size 2312
diff --git a/dummy/tso_Latn-zul_Latn/1.0.0/dummy_data.zip b/dummy/tso_Latn-zul_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..d82f1bdaf0f3aaef0d211df0fb8b9496c0e5d216
--- /dev/null
+++ b/dummy/tso_Latn-zul_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:73ed120cb44ee6f0fe021b2305e2b3dc7b01977bce1162199b054b6df9bb314b
+size 2426
diff --git a/dummy/tuk_Latn-uig_Arab/1.0.0/dummy_data.zip b/dummy/tuk_Latn-uig_Arab/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..efcc42a6766633b311ae105333e8ce788e6f739a
--- /dev/null
+++ b/dummy/tuk_Latn-uig_Arab/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d7434acb48a73124d47145cf94a95296cad55a718e8ecc1cf706d3f260fd4f20
+size 1077
diff --git a/dummy/tuk_Latn-uzn_Latn/1.0.0/dummy_data.zip b/dummy/tuk_Latn-uzn_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..7563aaf8bfa148b60e304b61324ac04033a4ee61
--- /dev/null
+++ b/dummy/tuk_Latn-uzn_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:1b5a3c4b0b406ecaf0475dfebd37cc23785ab013d2ab2f95c3b65489d71131c1
+size 1522
diff --git a/dummy/tum_Latn-twi_Latn/1.0.0/dummy_data.zip b/dummy/tum_Latn-twi_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..f4626a5eeceb31130fef4c72552079f6e345da3c
--- /dev/null
+++ b/dummy/tum_Latn-twi_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:be21136c04d3521c8aeaecadb0c697c8535bf9d36ef3a2e8f5b2c60158d011c7
+size 2645
diff --git a/dummy/tum_Latn-umb_Latn/1.0.0/dummy_data.zip b/dummy/tum_Latn-umb_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..d5729d30ef913e14b13e10e85e3abf5c43e668c5
--- /dev/null
+++ b/dummy/tum_Latn-umb_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:dc8e14bf204be35f3525ffe31096d990c017ab3bdac5e9fe5281be01df4e50d9
+size 2461
diff --git a/dummy/tum_Latn-wol_Latn/1.0.0/dummy_data.zip b/dummy/tum_Latn-wol_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..2d9d35e2635324fb9150a33583b53c9caa42e32e
--- /dev/null
+++ b/dummy/tum_Latn-wol_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:da8c092958d07de0c02273b4cff848c1107f9b400643a5a5d208b8979de322aa
+size 2183
diff --git a/dummy/tum_Latn-xho_Latn/1.0.0/dummy_data.zip b/dummy/tum_Latn-xho_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..46b7b31d6ddddb945e617bc1c4801ba9a492bf5e
--- /dev/null
+++ b/dummy/tum_Latn-xho_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:27e18e6d7f53958b95fea8dd8708463edd298cfa45bdc1d395de2003938a12cb
+size 2685
diff --git a/dummy/tum_Latn-yor_Latn/1.0.0/dummy_data.zip b/dummy/tum_Latn-yor_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..7e2176f13f6879104bb83405b1601cf8b38496db
--- /dev/null
+++ b/dummy/tum_Latn-yor_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f7c5da1e3b8c8881d33aff59cb83f3042f390a7bbbf6c5765d5f16ff4d076ed7
+size 2073
diff --git a/dummy/tum_Latn-zul_Latn/1.0.0/dummy_data.zip b/dummy/tum_Latn-zul_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..649f0376825708b6fb67ee0e717c4298b520ff1c
--- /dev/null
+++ b/dummy/tum_Latn-zul_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:bb430640ba52eb6b9b5dd838c41ca981dca1d00ad4133d3416e19909beddab8e
+size 2303
diff --git a/dummy/twi_Latn-umb_Latn/1.0.0/dummy_data.zip b/dummy/twi_Latn-umb_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..ac8cbdb29bdf98eeea77e851f6becad438b782fd
--- /dev/null
+++ b/dummy/twi_Latn-umb_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:87f15718c8f574d07a3f93f5fcab257ad6fc697f4e0e056103ee3f0944042934
+size 2535
diff --git a/dummy/twi_Latn-wol_Latn/1.0.0/dummy_data.zip b/dummy/twi_Latn-wol_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..343b584e1fea55318dee9cca4aa8fcb9aa65e387
--- /dev/null
+++ b/dummy/twi_Latn-wol_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:eb378049cc33304d15f2178b4b7f6ad539588623a88d1563f282b8dd16dd55a1
+size 2377
diff --git a/dummy/twi_Latn-xho_Latn/1.0.0/dummy_data.zip b/dummy/twi_Latn-xho_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..71eaf23e86054ef25835f79c15a24780a528603e
--- /dev/null
+++ b/dummy/twi_Latn-xho_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:334583525a187a0ff3d548c4f44ebe3cc69a5679b3217c2a7b4fc4dedad07d2c
+size 2645
diff --git a/dummy/twi_Latn-yor_Latn/1.0.0/dummy_data.zip b/dummy/twi_Latn-yor_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..2cd8bce8dd7cdb74b3cee316fde512a73f712f8b
--- /dev/null
+++ b/dummy/twi_Latn-yor_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ed6f8d8375c7cea1578920770d74fd8e9faaa4549f243a629fcf71c50df3fee9
+size 2100
diff --git a/dummy/twi_Latn-zul_Latn/1.0.0/dummy_data.zip b/dummy/twi_Latn-zul_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..d863f7dbf2497a07e9b7c61d7402703d491b5d1d
--- /dev/null
+++ b/dummy/twi_Latn-zul_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:7a3c3cdc3c28d8822e9d9b25c477a668466f6caba304180b1190f8d30991730d
+size 2494
diff --git a/dummy/uig_Arab-uzn_Latn/1.0.0/dummy_data.zip b/dummy/uig_Arab-uzn_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..33d2f8e91a773360b3e4bf66a85032ed3008bf2e
--- /dev/null
+++ b/dummy/uig_Arab-uzn_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:498f53cb5359e435d76e694580c006329907b183d5e4d5652d3b97a12304a89e
+size 2865
diff --git a/dummy/umb_Latn-wol_Latn/1.0.0/dummy_data.zip b/dummy/umb_Latn-wol_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..614b78adbd683177f70012bca3b753b7f28f3f35
--- /dev/null
+++ b/dummy/umb_Latn-wol_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:40412d79de421c3c0cfecf590e9f8664869b59b07ea89610b87be15e1886c61f
+size 2755
diff --git a/dummy/umb_Latn-xho_Latn/1.0.0/dummy_data.zip b/dummy/umb_Latn-xho_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..54da429cf888870522cb3167e8af993ad3289efd
--- /dev/null
+++ b/dummy/umb_Latn-xho_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:7411f0d1c4ddabd731f3f50866fea4baafb282f1086d19e39102f00a99535bd1
+size 2242
diff --git a/dummy/umb_Latn-yor_Latn/1.0.0/dummy_data.zip b/dummy/umb_Latn-yor_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..c4690be83d817f13561e0d3c4cd79c0aea3a9d70
--- /dev/null
+++ b/dummy/umb_Latn-yor_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:98025a3a2dcbf726d2604313b0cd9df7778599d6e95c5bca6ed25f0236ef92e6
+size 2145
diff --git a/dummy/umb_Latn-zul_Latn/1.0.0/dummy_data.zip b/dummy/umb_Latn-zul_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..0f889b992306a72a25f289e3d444701f934d4159
--- /dev/null
+++ b/dummy/umb_Latn-zul_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:38c7b8d3e880cb13cedf05a03d3eadfe709acdc9774ad02418ebfea462e3f16c
+size 2507
diff --git a/dummy/wol_Latn-xho_Latn/1.0.0/dummy_data.zip b/dummy/wol_Latn-xho_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..f252bf07758c7f39bd9c4d51502a531b6f43ed1b
--- /dev/null
+++ b/dummy/wol_Latn-xho_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:70414cced08380f3f08aa0b8e4b763eef98e7c41a540c8c539599f0a80001a25
+size 2430
diff --git a/dummy/wol_Latn-yor_Latn/1.0.0/dummy_data.zip b/dummy/wol_Latn-yor_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..8b76fbdc6f45f5507447cf7a098b5c6b188fbdc8
--- /dev/null
+++ b/dummy/wol_Latn-yor_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:380c6fe1f84f45416fb13454734ea224ec39c99114637d746e8da8e0a9882211
+size 2255
diff --git a/dummy/wol_Latn-zul_Latn/1.0.0/dummy_data.zip b/dummy/wol_Latn-zul_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..8aa6447a9279f12e41591e384e6074cf0a7e7262
--- /dev/null
+++ b/dummy/wol_Latn-zul_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3cd6ccf814b23b8be4dd1ce0c8fb91cacbbc16ee9ba23d267c2796c4298378dd
+size 2147
diff --git a/dummy/xho_Latn-yor_Latn/1.0.0/dummy_data.zip b/dummy/xho_Latn-yor_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..975e7ac551166c40729af60e44259f120d24c2a7
--- /dev/null
+++ b/dummy/xho_Latn-yor_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:5ff312e4588215d371e0ffb6d184733e6d4050ddfe6317b2dce68a6ca80b073a
+size 1955
diff --git a/dummy/xho_Latn-zul_Latn/1.0.0/dummy_data.zip b/dummy/xho_Latn-zul_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..4ddb803564faf58686fc9ea06829b8bedbeb5103
--- /dev/null
+++ b/dummy/xho_Latn-zul_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:97e0db2f91aedd84863470af2677dcbf966e8341899b23cd21beed761692f483
+size 2667
diff --git a/dummy/yor_Latn-zul_Latn/1.0.0/dummy_data.zip b/dummy/yor_Latn-zul_Latn/1.0.0/dummy_data.zip
new file mode 100644
index 0000000000000000000000000000000000000000..9ee8f08c59cb1269646bc08a64d7980f87a745a5
--- /dev/null
+++ b/dummy/yor_Latn-zul_Latn/1.0.0/dummy_data.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3b42d9d1f74ef465e4e9031d90691c84702bb5067ce824d5f652c5e65384bc8e
+size 2094
diff --git a/nllb.py b/nllb.py
new file mode 100644
index 0000000000000000000000000000000000000000..162ab332bdfdb7a6f92af565cde642bbb9acd6b6
--- /dev/null
+++ b/nllb.py
@@ -0,0 +1,222 @@
+# coding=utf-8
+# Copyright 2020 The HuggingFace Datasets Authors and the current dataset script contributor.
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+"""No Language Left Behind (NLLB)
+
+The "No Language Left Behind" paper is a dataset with translation examples across 200 languages.
+This paper reuses prior work, and for some language pairs is just reusing CC-Matrix published on statmt.org.
+Depending on the language pair chosen, this script will fetch either the original
+version from statmt.org, or the new one from AllenAI.
+"""
+
+import datasets
+import typing as tp
+
+NLLB_CITATION = (
+ "@article{team2022NoLL,"
+ "title={No Language Left Behind: Scaling Human-Centered Machine Translation},"
+ r"author={Nllb team and Marta Ruiz Costa-juss{\`a} and James Cross and Onur Celebi and Maha Elbayad and Kenneth Heafield and Kevin Heffernan and Elahe Kalbassi and Janice Lam and Daniel Licht and Jean Maillard and Anna Sun and Skyler Wang and Guillaume Wenzek and Alison Youngblood and Bapi Akula and Lo{\"i}c Barrault and Gabriel Mejia Gonzalez and Prangthip Hansanti and John Hoffman and Semarley Jarrett and Kaushik Ram Sadagopan and Dirk Rowe and Shannon L. Spruit and C. Tran and Pierre Andrews and Necip Fazil Ayan and Shruti Bhosale and Sergey Edunov and Angela Fan and Cynthia Gao and Vedanuj Goswami and Francisco Guzm'an and Philipp Koehn and Alexandre Mourachko and Christophe Ropers and Safiyyah Saleem and Holger Schwenk and Jeff Wang},"
+ "journal={ArXiv},"
+ "year={2022},"
+ "volume={abs/2207.04672}"
+ "}"
+)
+
+CCMATRIX_CITATION = (
+ "@inproceedings{schwenk2021ccmatrix,"
+ "title={CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web},"
+ "author={Schwenk, Holger and Wenzek, Guillaume and Edunov, Sergey and Grave, {'E}douard and Joulin, Armand and Fan, Angela},"
+ "booktitle={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},"
+ "pages={6490--6500},"
+ "year={2021}"
+)
+
+
+_DESCRIPTION = "" # TODO
+
+_HOMEPAGE = "" # TODO
+
+_LICENSE = "https://opendatacommons.org/licenses/by/1-0/"
+
+from .nllb_lang_pairs import NLLB_PAIRS, CCMATRIX_PAIRS, CCMATRIX_MAPPING
+
+_ALLENAI_URL = "https://storage.googleapis.com/allennlp-data-bucket/nllb/"
+_STATMT_URL = "http://data.statmt.org/cc-matrix/"
+
+
+class NLLBTaskConfig(datasets.BuilderConfig):
+ """BuilderConfig for No Language Left Behind Dataset."""
+
+ def __init__(self, src_lg, tgt_lg, url, **kwargs):
+ super(NLLBTaskConfig, self).__init__(**kwargs)
+ self.src_lg = src_lg
+ self.tgt_lg = tgt_lg
+ self.url = url
+ self.source = "statmt" if url.startswith(_STATMT_URL) else "allenai"
+
+def _builder_configs() -> tp.List[NLLBTaskConfig]:
+ """
+ Creates the dataset used for training NLLB model.
+
+ Note we always return data from AllenAI if possible because CC-Matrix data
+ is older, and most language pairs have been improved between the two versions.
+ """
+ configs = {}
+
+ for (src_lg, tgt_lg) in NLLB_PAIRS:
+ assert (src_lg, tgt_lg) not in configs
+ configs[(src_lg, tgt_lg)] = NLLBTaskConfig(
+ name=f"{src_lg}-{tgt_lg}",
+ version=datasets.Version("1.0.0"),
+ description=f"No Language Left Behind (NLLB): {src_lg} - {tgt_lg}",
+ src_lg=src_lg,
+ tgt_lg=tgt_lg,
+ url=f"{_ALLENAI_URL}{src_lg}-{tgt_lg}.gz",
+ )
+
+ for (src_lg, tgt_lg) in CCMATRIX_PAIRS:
+ # Prevent accidental override
+ # Note: the lang pairs are not consistently alphabetically sorted,
+ # because CCMatrix was using other language code which may swap the order.
+ # Let's keep the original order because they correspond to the column order in the file.
+ assert (src_lg, tgt_lg) not in configs
+ assert (tgt_lg, src_lg) not in configs
+ src_cc, tgt_cc = CCMATRIX_MAPPING[src_lg], CCMATRIX_MAPPING[tgt_lg]
+ configs[(src_lg, tgt_lg)] = NLLBTaskConfig(
+ name=f"{src_lg}-{tgt_lg}",
+ version=datasets.Version("1.0.0"),
+ description=f"No Language Left Behind (NLLB): {src_lg} - {tgt_lg}",
+ src_lg=src_lg,
+ tgt_lg=tgt_lg,
+ # Use CCMatrix language code to fetch from statmt
+ url=f"{_STATMT_URL}{src_cc}-{tgt_cc}.bitextf.tsv.gz",
+ )
+
+ return list(configs.values())
+
+
+class NLLB(datasets.GeneratorBasedBuilder):
+ """No Language Left Behind Dataset."""
+
+ BUILDER_CONFIGS = _builder_configs()
+ BUILDER_CONFIG_CLASS = NLLBTaskConfig
+
+ def _info(self):
+ # define feature types
+ citation = NLLB_CITATION
+ features = datasets.Features(
+ {
+ "translation": datasets.Translation(
+ languages=(self.config.src_lg, self.config.tgt_lg)
+ ),
+ "laser_score": datasets.Value("float32"),
+ "source_sentence_lid": datasets.Value("float32"),
+ "target_sentence_lid": datasets.Value("float32"),
+ "source_sentence_source": datasets.Value("string"),
+ "source_sentence_url": datasets.Value("string"),
+ "target_sentence_source": datasets.Value("string"),
+ "target_sentence_url": datasets.Value("string"),
+ }
+ )
+ if self.config.source == "statmt":
+ citation = CCMATRIX_CITATION
+ # MT stats didn't published all the metadata
+ features = datasets.Features(
+ {
+ "translation": datasets.Translation(
+ languages=(self.config.src_lg, self.config.tgt_lg)
+ ),
+ "laser_score": datasets.Value("float32"),
+ }
+ )
+
+ return datasets.DatasetInfo(
+ description=_DESCRIPTION,
+ features=features,
+ supervised_keys=None,
+ homepage=_HOMEPAGE,
+ license=_LICENSE,
+ citation=citation,
+ )
+
+ def _split_generators(self, dl_manager):
+ """Returns one training generator. NLLB200 is meant for training.
+
+ If you're interested in evaluation look at https://huggingface.co/datasets/facebook/flores
+ """
+ local_file = dl_manager.download_and_extract(self.config.url)
+ return [
+ datasets.SplitGenerator(
+ name=datasets.Split.TRAIN,
+ gen_kwargs={
+ "filepath": local_file,
+ "source_lg": self.config.src_lg,
+ "target_lg": self.config.tgt_lg,
+ },
+ )
+ ]
+
+ def _generate_examples(self, filepath, source_lg, target_lg):
+ if self.config.source == "statmt":
+ # MT stats didn't published all the metadata
+ return self._generate_minimal_examples(filepath, source_lg, target_lg)
+
+ return self._generate_full_examples(filepath, source_lg, target_lg)
+
+ def _generate_full_examples(self, filepath, source_lg, target_lg):
+ with open(filepath, encoding="utf-8") as f:
+ # reader = csv.reader(f, delimiter="\t")
+ for id_, example in enumerate(f):
+ try:
+ datarow = example.rstrip("\n").split("\t")
+ row = {}
+ # create translation json
+ row["translation"] = {
+ source_lg: datarow[0],
+ target_lg: datarow[1],
+ }
+ row["laser_score"] = float(datarow[2])
+ row["source_sentence_lid"] = float(datarow[3])
+ row["target_sentence_lid"] = float(datarow[4])
+ row["source_sentence_source"] = datarow[5]
+ row["source_sentence_url"] = datarow[6]
+ row["target_sentence_source"] = datarow[7]
+ row["target_sentence_url"] = datarow[8]
+ # replace empty values
+ row = {k: None if not v else v for k, v in row.items()}
+ except:
+ print(datarow)
+ raise
+ yield id_, row
+
+ def _generate_minimal_examples(self, filepath, source_lg, target_lg):
+ with open(filepath, encoding="utf-8") as f:
+ for i, example in enumerate(f):
+ try:
+ (score, src, tgt) = example.rstrip("\n").split("\t")
+ row = {
+ "translation": {
+ source_lg: src,
+ target_lg: tgt,
+ },
+ "laser_score": score,
+ }
+ except:
+ print(example)
+ raise
+ yield i, row
+
+
+# to test the script, go to the root folder of the repo (nllb) and run:
+# datasets-cli test nllb --save_infos --all_configs
diff --git a/nllb_lang_pairs.py b/nllb_lang_pairs.py
new file mode 100644
index 0000000000000000000000000000000000000000..a69536272f23f90574d0406cd6bcf4b99c854e5e
--- /dev/null
+++ b/nllb_lang_pairs.py
@@ -0,0 +1,2756 @@
+"""
+List of languages pairs with bitext used in NLLB paper.
+
+The list is split in two:
+ - NLLB_PAIRS for pairs released with NLLB paper,
+ - CCMATRIX_PAIRS pairs for which NLLB paper reused previous CCMatrix dataset.
+"""
+NLLB_PAIRS = [
+ ("ace_Latn", "ban_Latn"),
+ ("ace_Latn", "bjn_Latn"),
+ ("ace_Latn", "bug_Latn"),
+ ("ace_Latn", "ceb_Latn"),
+ ("ace_Latn", "eng_Latn"),
+ ("ace_Latn", "fij_Latn"),
+ ("ace_Latn", "ilo_Latn"),
+ ("ace_Latn", "jav_Latn"),
+ ("ace_Latn", "min_Latn"),
+ ("ace_Latn", "mri_Latn"),
+ ("ace_Latn", "pag_Latn"),
+ ("ace_Latn", "plt_Latn"),
+ ("ace_Latn", "smo_Latn"),
+ ("ace_Latn", "sun_Latn"),
+ ("ace_Latn", "war_Latn"),
+ ("afr_Latn", "aka_Latn"),
+ ("afr_Latn", "amh_Ethi"),
+ ("afr_Latn", "bam_Latn"),
+ ("afr_Latn", "bem_Latn"),
+ ("afr_Latn", "cjk_Latn"),
+ ("afr_Latn", "dik_Latn"),
+ ("afr_Latn", "dyu_Latn"),
+ ("afr_Latn", "eng_Latn"),
+ ("afr_Latn", "ewe_Latn"),
+ ("afr_Latn", "fon_Latn"),
+ ("afr_Latn", "fra_Latn"),
+ ("afr_Latn", "fuv_Latn"),
+ ("afr_Latn", "gaz_Latn"),
+ ("afr_Latn", "hau_Latn"),
+ ("afr_Latn", "ibo_Latn"),
+ ("afr_Latn", "kam_Latn"),
+ ("afr_Latn", "kik_Latn"),
+ ("afr_Latn", "kin_Latn"),
+ ("afr_Latn", "kmb_Latn"),
+ ("afr_Latn", "knc_Arab"),
+ ("afr_Latn", "knc_Latn"),
+ ("afr_Latn", "kon_Latn"),
+ ("afr_Latn", "lin_Latn"),
+ ("afr_Latn", "lua_Latn"),
+ ("afr_Latn", "lug_Latn"),
+ ("afr_Latn", "luo_Latn"),
+ ("afr_Latn", "nso_Latn"),
+ ("afr_Latn", "nus_Latn"),
+ ("afr_Latn", "nya_Latn"),
+ ("afr_Latn", "run_Latn"),
+ ("afr_Latn", "sna_Latn"),
+ ("afr_Latn", "som_Latn"),
+ ("afr_Latn", "sot_Latn"),
+ ("afr_Latn", "ssw_Latn"),
+ ("afr_Latn", "swh_Latn"),
+ ("afr_Latn", "tir_Ethi"),
+ ("afr_Latn", "tsn_Latn"),
+ ("afr_Latn", "tso_Latn"),
+ ("afr_Latn", "tum_Latn"),
+ ("afr_Latn", "twi_Latn"),
+ ("afr_Latn", "umb_Latn"),
+ ("afr_Latn", "wol_Latn"),
+ ("afr_Latn", "xho_Latn"),
+ ("afr_Latn", "yor_Latn"),
+ ("afr_Latn", "zul_Latn"),
+ ("aka_Latn", "amh_Ethi"),
+ ("aka_Latn", "bam_Latn"),
+ ("aka_Latn", "bem_Latn"),
+ ("aka_Latn", "cjk_Latn"),
+ ("aka_Latn", "dik_Latn"),
+ ("aka_Latn", "dyu_Latn"),
+ ("aka_Latn", "eng_Latn"),
+ ("aka_Latn", "ewe_Latn"),
+ ("aka_Latn", "fon_Latn"),
+ ("aka_Latn", "fra_Latn"),
+ ("aka_Latn", "fuv_Latn"),
+ ("aka_Latn", "gaz_Latn"),
+ ("aka_Latn", "hau_Latn"),
+ ("aka_Latn", "ibo_Latn"),
+ ("aka_Latn", "kam_Latn"),
+ ("aka_Latn", "kik_Latn"),
+ ("aka_Latn", "kin_Latn"),
+ ("aka_Latn", "kmb_Latn"),
+ ("aka_Latn", "knc_Arab"),
+ ("aka_Latn", "knc_Latn"),
+ ("aka_Latn", "kon_Latn"),
+ ("aka_Latn", "lin_Latn"),
+ ("aka_Latn", "lua_Latn"),
+ ("aka_Latn", "lug_Latn"),
+ ("aka_Latn", "luo_Latn"),
+ ("aka_Latn", "nso_Latn"),
+ ("aka_Latn", "nus_Latn"),
+ ("aka_Latn", "nya_Latn"),
+ ("aka_Latn", "run_Latn"),
+ ("aka_Latn", "sna_Latn"),
+ ("aka_Latn", "som_Latn"),
+ ("aka_Latn", "sot_Latn"),
+ ("aka_Latn", "ssw_Latn"),
+ ("aka_Latn", "swh_Latn"),
+ ("aka_Latn", "tir_Ethi"),
+ ("aka_Latn", "tsn_Latn"),
+ ("aka_Latn", "tso_Latn"),
+ ("aka_Latn", "tum_Latn"),
+ ("aka_Latn", "twi_Latn"),
+ ("aka_Latn", "umb_Latn"),
+ ("aka_Latn", "wol_Latn"),
+ ("aka_Latn", "xho_Latn"),
+ ("aka_Latn", "yor_Latn"),
+ ("aka_Latn", "zul_Latn"),
+ ("amh_Ethi", "bam_Latn"),
+ ("amh_Ethi", "bem_Latn"),
+ ("amh_Ethi", "cjk_Latn"),
+ ("amh_Ethi", "dik_Latn"),
+ ("amh_Ethi", "dyu_Latn"),
+ ("amh_Ethi", "eng_Latn"),
+ ("amh_Ethi", "ewe_Latn"),
+ ("amh_Ethi", "fon_Latn"),
+ ("amh_Ethi", "fra_Latn"),
+ ("amh_Ethi", "fuv_Latn"),
+ ("amh_Ethi", "gaz_Latn"),
+ ("amh_Ethi", "hau_Latn"),
+ ("amh_Ethi", "ibo_Latn"),
+ ("amh_Ethi", "kam_Latn"),
+ ("amh_Ethi", "kik_Latn"),
+ ("amh_Ethi", "kin_Latn"),
+ ("amh_Ethi", "kmb_Latn"),
+ ("amh_Ethi", "knc_Arab"),
+ ("amh_Ethi", "knc_Latn"),
+ ("amh_Ethi", "kon_Latn"),
+ ("amh_Ethi", "lin_Latn"),
+ ("amh_Ethi", "lua_Latn"),
+ ("amh_Ethi", "lug_Latn"),
+ ("amh_Ethi", "luo_Latn"),
+ ("amh_Ethi", "nso_Latn"),
+ ("amh_Ethi", "nus_Latn"),
+ ("amh_Ethi", "nya_Latn"),
+ ("amh_Ethi", "run_Latn"),
+ ("amh_Ethi", "sna_Latn"),
+ ("amh_Ethi", "som_Latn"),
+ ("amh_Ethi", "sot_Latn"),
+ ("amh_Ethi", "ssw_Latn"),
+ ("amh_Ethi", "swh_Latn"),
+ ("amh_Ethi", "tir_Ethi"),
+ ("amh_Ethi", "tsn_Latn"),
+ ("amh_Ethi", "tso_Latn"),
+ ("amh_Ethi", "tum_Latn"),
+ ("amh_Ethi", "twi_Latn"),
+ ("amh_Ethi", "umb_Latn"),
+ ("amh_Ethi", "wol_Latn"),
+ ("amh_Ethi", "xho_Latn"),
+ ("amh_Ethi", "yor_Latn"),
+ ("amh_Ethi", "zul_Latn"),
+ ("arb_Arab", "ckb_Arab"),
+ ("arb_Arab", "crh_Latn"),
+ ("arb_Arab", "dik_Latn"),
+ ("arb_Arab", "diq_Latn"),
+ ("arb_Arab", "fuv_Latn"),
+ ("arb_Arab", "kmr_Latn"),
+ ("arb_Arab", "knc_Latn"),
+ ("arb_Arab", "nus_Latn"),
+ ("arb_Arab", "som_Latn"),
+ ("arb_Arab", "tat_Cyrl"),
+ ("arb_Arab", "tzm_Tfng"),
+ ("arb_Arab", "urd_Arab"),
+ ("arb_Arab", "wol_Latn"),
+ ("asm_Beng", "awa_Deva"),
+ ("asm_Beng", "ben_Beng"),
+ ("asm_Beng", "bho_Deva"),
+ ("asm_Beng", "eng_Latn"),
+ ("asm_Beng", "guj_Gujr"),
+ ("asm_Beng", "hin_Deva"),
+ ("asm_Beng", "hne_Deva"),
+ ("asm_Beng", "kan_Knda"),
+ ("asm_Beng", "kas_Arab"),
+ ("asm_Beng", "kas_Deva"),
+ ("asm_Beng", "mag_Deva"),
+ ("asm_Beng", "mai_Deva"),
+ ("asm_Beng", "mal_Mlym"),
+ ("asm_Beng", "mar_Deva"),
+ ("asm_Beng", "npi_Deva"),
+ ("asm_Beng", "ory_Orya"),
+ ("asm_Beng", "pan_Guru"),
+ ("asm_Beng", "san_Deva"),
+ ("asm_Beng", "sat_Beng"),
+ ("asm_Beng", "sin_Sinh"),
+ ("asm_Beng", "snd_Arab"),
+ ("asm_Beng", "tam_Taml"),
+ ("asm_Beng", "tel_Telu"),
+ ("asm_Beng", "urd_Arab"),
+ ("awa_Deva", "ben_Beng"),
+ ("awa_Deva", "bho_Deva"),
+ ("awa_Deva", "eng_Latn"),
+ ("awa_Deva", "guj_Gujr"),
+ ("awa_Deva", "hin_Deva"),
+ ("awa_Deva", "hne_Deva"),
+ ("awa_Deva", "kan_Knda"),
+ ("awa_Deva", "kas_Arab"),
+ ("awa_Deva", "kas_Deva"),
+ ("awa_Deva", "mag_Deva"),
+ ("awa_Deva", "mai_Deva"),
+ ("awa_Deva", "mal_Mlym"),
+ ("awa_Deva", "mar_Deva"),
+ ("awa_Deva", "npi_Deva"),
+ ("awa_Deva", "ory_Orya"),
+ ("awa_Deva", "pan_Guru"),
+ ("awa_Deva", "san_Deva"),
+ ("awa_Deva", "sat_Beng"),
+ ("awa_Deva", "sin_Sinh"),
+ ("awa_Deva", "snd_Arab"),
+ ("awa_Deva", "tam_Taml"),
+ ("awa_Deva", "tel_Telu"),
+ ("awa_Deva", "urd_Arab"),
+ ("ayr_Latn", "eng_Latn"),
+ ("ayr_Latn", "spa_Latn"),
+ ("azb_Arab", "eng_Latn"),
+ ("azj_Latn", "eng_Latn"),
+ ("azj_Latn", "rus_Cyrl"),
+ ("bak_Cyrl", "crh_Latn"),
+ ("bak_Cyrl", "eng_Latn"),
+ ("bak_Cyrl", "kir_Cyrl"),
+ ("bak_Cyrl", "rus_Cyrl"),
+ ("bak_Cyrl", "tat_Cyrl"),
+ ("bak_Cyrl", "tuk_Latn"),
+ ("bak_Cyrl", "uig_Arab"),
+ ("bak_Cyrl", "uzn_Latn"),
+ ("bam_Latn", "bem_Latn"),
+ ("bam_Latn", "cjk_Latn"),
+ ("bam_Latn", "dik_Latn"),
+ ("bam_Latn", "dyu_Latn"),
+ ("bam_Latn", "eng_Latn"),
+ ("bam_Latn", "ewe_Latn"),
+ ("bam_Latn", "fon_Latn"),
+ ("bam_Latn", "fra_Latn"),
+ ("bam_Latn", "fuv_Latn"),
+ ("bam_Latn", "gaz_Latn"),
+ ("bam_Latn", "hau_Latn"),
+ ("bam_Latn", "ibo_Latn"),
+ ("bam_Latn", "kam_Latn"),
+ ("bam_Latn", "kik_Latn"),
+ ("bam_Latn", "kin_Latn"),
+ ("bam_Latn", "kmb_Latn"),
+ ("bam_Latn", "knc_Arab"),
+ ("bam_Latn", "knc_Latn"),
+ ("bam_Latn", "kon_Latn"),
+ ("bam_Latn", "lin_Latn"),
+ ("bam_Latn", "lua_Latn"),
+ ("bam_Latn", "lug_Latn"),
+ ("bam_Latn", "luo_Latn"),
+ ("bam_Latn", "nso_Latn"),
+ ("bam_Latn", "nus_Latn"),
+ ("bam_Latn", "nya_Latn"),
+ ("bam_Latn", "run_Latn"),
+ ("bam_Latn", "sna_Latn"),
+ ("bam_Latn", "som_Latn"),
+ ("bam_Latn", "sot_Latn"),
+ ("bam_Latn", "ssw_Latn"),
+ ("bam_Latn", "swh_Latn"),
+ ("bam_Latn", "tir_Ethi"),
+ ("bam_Latn", "tsn_Latn"),
+ ("bam_Latn", "tso_Latn"),
+ ("bam_Latn", "tum_Latn"),
+ ("bam_Latn", "twi_Latn"),
+ ("bam_Latn", "umb_Latn"),
+ ("bam_Latn", "wol_Latn"),
+ ("bam_Latn", "xho_Latn"),
+ ("bam_Latn", "yor_Latn"),
+ ("bam_Latn", "zul_Latn"),
+ ("ban_Latn", "bjn_Latn"),
+ ("ban_Latn", "bug_Latn"),
+ ("ban_Latn", "ceb_Latn"),
+ ("ban_Latn", "eng_Latn"),
+ ("ban_Latn", "fij_Latn"),
+ ("ban_Latn", "ilo_Latn"),
+ ("ban_Latn", "jav_Latn"),
+ ("ban_Latn", "min_Latn"),
+ ("ban_Latn", "mri_Latn"),
+ ("ban_Latn", "pag_Latn"),
+ ("ban_Latn", "plt_Latn"),
+ ("ban_Latn", "smo_Latn"),
+ ("ban_Latn", "sun_Latn"),
+ ("ban_Latn", "war_Latn"),
+ ("bel_Cyrl", "eng_Latn"),
+ ("bel_Cyrl", "rus_Cyrl"),
+ ("bem_Latn", "cjk_Latn"),
+ ("bem_Latn", "dik_Latn"),
+ ("bem_Latn", "dyu_Latn"),
+ ("bem_Latn", "eng_Latn"),
+ ("bem_Latn", "ewe_Latn"),
+ ("bem_Latn", "fon_Latn"),
+ ("bem_Latn", "fra_Latn"),
+ ("bem_Latn", "fuv_Latn"),
+ ("bem_Latn", "gaz_Latn"),
+ ("bem_Latn", "hau_Latn"),
+ ("bem_Latn", "ibo_Latn"),
+ ("bem_Latn", "kam_Latn"),
+ ("bem_Latn", "kik_Latn"),
+ ("bem_Latn", "kin_Latn"),
+ ("bem_Latn", "kmb_Latn"),
+ ("bem_Latn", "knc_Arab"),
+ ("bem_Latn", "knc_Latn"),
+ ("bem_Latn", "kon_Latn"),
+ ("bem_Latn", "lin_Latn"),
+ ("bem_Latn", "lua_Latn"),
+ ("bem_Latn", "lug_Latn"),
+ ("bem_Latn", "luo_Latn"),
+ ("bem_Latn", "nso_Latn"),
+ ("bem_Latn", "nus_Latn"),
+ ("bem_Latn", "nya_Latn"),
+ ("bem_Latn", "run_Latn"),
+ ("bem_Latn", "sna_Latn"),
+ ("bem_Latn", "som_Latn"),
+ ("bem_Latn", "sot_Latn"),
+ ("bem_Latn", "ssw_Latn"),
+ ("bem_Latn", "swh_Latn"),
+ ("bem_Latn", "tir_Ethi"),
+ ("bem_Latn", "tsn_Latn"),
+ ("bem_Latn", "tso_Latn"),
+ ("bem_Latn", "tum_Latn"),
+ ("bem_Latn", "twi_Latn"),
+ ("bem_Latn", "umb_Latn"),
+ ("bem_Latn", "wol_Latn"),
+ ("bem_Latn", "xho_Latn"),
+ ("bem_Latn", "yor_Latn"),
+ ("bem_Latn", "zul_Latn"),
+ ("ben_Beng", "bho_Deva"),
+ ("ben_Beng", "eng_Latn"),
+ ("ben_Beng", "guj_Gujr"),
+ ("ben_Beng", "hin_Deva"),
+ ("ben_Beng", "hne_Deva"),
+ ("ben_Beng", "kan_Knda"),
+ ("ben_Beng", "kas_Arab"),
+ ("ben_Beng", "kas_Deva"),
+ ("ben_Beng", "mag_Deva"),
+ ("ben_Beng", "mai_Deva"),
+ ("ben_Beng", "mal_Mlym"),
+ ("ben_Beng", "mar_Deva"),
+ ("ben_Beng", "npi_Deva"),
+ ("ben_Beng", "ory_Orya"),
+ ("ben_Beng", "pan_Guru"),
+ ("ben_Beng", "pbt_Arab"),
+ ("ben_Beng", "san_Deva"),
+ ("ben_Beng", "sat_Beng"),
+ ("ben_Beng", "sin_Sinh"),
+ ("ben_Beng", "snd_Arab"),
+ ("ben_Beng", "tam_Taml"),
+ ("ben_Beng", "tel_Telu"),
+ ("ben_Beng", "urd_Arab"),
+ ("bho_Deva", "eng_Latn"),
+ ("bho_Deva", "guj_Gujr"),
+ ("bho_Deva", "hin_Deva"),
+ ("bho_Deva", "hne_Deva"),
+ ("bho_Deva", "kan_Knda"),
+ ("bho_Deva", "kas_Arab"),
+ ("bho_Deva", "kas_Deva"),
+ ("bho_Deva", "mag_Deva"),
+ ("bho_Deva", "mai_Deva"),
+ ("bho_Deva", "mal_Mlym"),
+ ("bho_Deva", "mar_Deva"),
+ ("bho_Deva", "npi_Deva"),
+ ("bho_Deva", "ory_Orya"),
+ ("bho_Deva", "pan_Guru"),
+ ("bho_Deva", "san_Deva"),
+ ("bho_Deva", "sat_Beng"),
+ ("bho_Deva", "sin_Sinh"),
+ ("bho_Deva", "snd_Arab"),
+ ("bho_Deva", "tam_Taml"),
+ ("bho_Deva", "tel_Telu"),
+ ("bho_Deva", "urd_Arab"),
+ ("bjn_Latn", "bug_Latn"),
+ ("bjn_Latn", "ceb_Latn"),
+ ("bjn_Latn", "eng_Latn"),
+ ("bjn_Latn", "fij_Latn"),
+ ("bjn_Latn", "ilo_Latn"),
+ ("bjn_Latn", "ind_Latn"),
+ ("bjn_Latn", "jav_Latn"),
+ ("bjn_Latn", "min_Latn"),
+ ("bjn_Latn", "mri_Latn"),
+ ("bjn_Latn", "pag_Latn"),
+ ("bjn_Latn", "plt_Latn"),
+ ("bjn_Latn", "smo_Latn"),
+ ("bjn_Latn", "sun_Latn"),
+ ("bjn_Latn", "war_Latn"),
+ ("bod_Tibt", "eng_Latn"),
+ ("bos_Latn", "eng_Latn"),
+ ("bug_Latn", "ceb_Latn"),
+ ("bug_Latn", "eng_Latn"),
+ ("bug_Latn", "fij_Latn"),
+ ("bug_Latn", "ilo_Latn"),
+ ("bug_Latn", "jav_Latn"),
+ ("bug_Latn", "min_Latn"),
+ ("bug_Latn", "mri_Latn"),
+ ("bug_Latn", "pag_Latn"),
+ ("bug_Latn", "plt_Latn"),
+ ("bug_Latn", "smo_Latn"),
+ ("bug_Latn", "sun_Latn"),
+ ("bug_Latn", "war_Latn"),
+ ("ceb_Latn", "eng_Latn"),
+ ("ceb_Latn", "fij_Latn"),
+ ("ceb_Latn", "ilo_Latn"),
+ ("ceb_Latn", "jav_Latn"),
+ ("ceb_Latn", "min_Latn"),
+ ("ceb_Latn", "mri_Latn"),
+ ("ceb_Latn", "pag_Latn"),
+ ("ceb_Latn", "plt_Latn"),
+ ("ceb_Latn", "smo_Latn"),
+ ("ceb_Latn", "sun_Latn"),
+ ("ceb_Latn", "war_Latn"),
+ ("cjk_Latn", "dik_Latn"),
+ ("cjk_Latn", "dyu_Latn"),
+ ("cjk_Latn", "eng_Latn"),
+ ("cjk_Latn", "ewe_Latn"),
+ ("cjk_Latn", "fon_Latn"),
+ ("cjk_Latn", "fra_Latn"),
+ ("cjk_Latn", "fuv_Latn"),
+ ("cjk_Latn", "gaz_Latn"),
+ ("cjk_Latn", "hau_Latn"),
+ ("cjk_Latn", "ibo_Latn"),
+ ("cjk_Latn", "kam_Latn"),
+ ("cjk_Latn", "kik_Latn"),
+ ("cjk_Latn", "kin_Latn"),
+ ("cjk_Latn", "kmb_Latn"),
+ ("cjk_Latn", "knc_Arab"),
+ ("cjk_Latn", "knc_Latn"),
+ ("cjk_Latn", "kon_Latn"),
+ ("cjk_Latn", "lin_Latn"),
+ ("cjk_Latn", "lua_Latn"),
+ ("cjk_Latn", "lug_Latn"),
+ ("cjk_Latn", "luo_Latn"),
+ ("cjk_Latn", "nso_Latn"),
+ ("cjk_Latn", "nus_Latn"),
+ ("cjk_Latn", "nya_Latn"),
+ ("cjk_Latn", "por_Latn"),
+ ("cjk_Latn", "run_Latn"),
+ ("cjk_Latn", "sna_Latn"),
+ ("cjk_Latn", "som_Latn"),
+ ("cjk_Latn", "sot_Latn"),
+ ("cjk_Latn", "ssw_Latn"),
+ ("cjk_Latn", "swh_Latn"),
+ ("cjk_Latn", "tir_Ethi"),
+ ("cjk_Latn", "tsn_Latn"),
+ ("cjk_Latn", "tso_Latn"),
+ ("cjk_Latn", "tum_Latn"),
+ ("cjk_Latn", "twi_Latn"),
+ ("cjk_Latn", "umb_Latn"),
+ ("cjk_Latn", "wol_Latn"),
+ ("cjk_Latn", "xho_Latn"),
+ ("cjk_Latn", "yor_Latn"),
+ ("cjk_Latn", "zul_Latn"),
+ ("ckb_Arab", "diq_Latn"),
+ ("ckb_Arab", "eng_Latn"),
+ ("ckb_Arab", "kmr_Latn"),
+ ("ckb_Arab", "pbt_Arab"),
+ ("ckb_Arab", "prs_Arab"),
+ ("ckb_Arab", "tgk_Cyrl"),
+ ("crh_Latn", "eng_Latn"),
+ ("crh_Latn", "kir_Cyrl"),
+ ("crh_Latn", "rus_Cyrl"),
+ ("crh_Latn", "tat_Cyrl"),
+ ("crh_Latn", "tuk_Latn"),
+ ("crh_Latn", "uig_Arab"),
+ ("crh_Latn", "uzn_Latn"),
+ ("cym_Latn", "eng_Latn"),
+ ("dik_Latn", "dyu_Latn"),
+ ("dik_Latn", "eng_Latn"),
+ ("dik_Latn", "ewe_Latn"),
+ ("dik_Latn", "fon_Latn"),
+ ("dik_Latn", "fra_Latn"),
+ ("dik_Latn", "fuv_Latn"),
+ ("dik_Latn", "gaz_Latn"),
+ ("dik_Latn", "hau_Latn"),
+ ("dik_Latn", "ibo_Latn"),
+ ("dik_Latn", "kam_Latn"),
+ ("dik_Latn", "kik_Latn"),
+ ("dik_Latn", "kin_Latn"),
+ ("dik_Latn", "kmb_Latn"),
+ ("dik_Latn", "knc_Arab"),
+ ("dik_Latn", "knc_Latn"),
+ ("dik_Latn", "kon_Latn"),
+ ("dik_Latn", "lin_Latn"),
+ ("dik_Latn", "lua_Latn"),
+ ("dik_Latn", "lug_Latn"),
+ ("dik_Latn", "luo_Latn"),
+ ("dik_Latn", "nso_Latn"),
+ ("dik_Latn", "nus_Latn"),
+ ("dik_Latn", "nya_Latn"),
+ ("dik_Latn", "run_Latn"),
+ ("dik_Latn", "sna_Latn"),
+ ("dik_Latn", "som_Latn"),
+ ("dik_Latn", "sot_Latn"),
+ ("dik_Latn", "ssw_Latn"),
+ ("dik_Latn", "swh_Latn"),
+ ("dik_Latn", "tir_Ethi"),
+ ("dik_Latn", "tsn_Latn"),
+ ("dik_Latn", "tso_Latn"),
+ ("dik_Latn", "tum_Latn"),
+ ("dik_Latn", "twi_Latn"),
+ ("dik_Latn", "umb_Latn"),
+ ("dik_Latn", "wol_Latn"),
+ ("dik_Latn", "xho_Latn"),
+ ("dik_Latn", "yor_Latn"),
+ ("dik_Latn", "zul_Latn"),
+ ("diq_Latn", "eng_Latn"),
+ ("diq_Latn", "kmr_Latn"),
+ ("diq_Latn", "pbt_Arab"),
+ ("diq_Latn", "prs_Arab"),
+ ("diq_Latn", "tgk_Cyrl"),
+ ("dyu_Latn", "eng_Latn"),
+ ("dyu_Latn", "ewe_Latn"),
+ ("dyu_Latn", "fon_Latn"),
+ ("dyu_Latn", "fra_Latn"),
+ ("dyu_Latn", "fuv_Latn"),
+ ("dyu_Latn", "gaz_Latn"),
+ ("dyu_Latn", "hau_Latn"),
+ ("dyu_Latn", "ibo_Latn"),
+ ("dyu_Latn", "kam_Latn"),
+ ("dyu_Latn", "kik_Latn"),
+ ("dyu_Latn", "kin_Latn"),
+ ("dyu_Latn", "kmb_Latn"),
+ ("dyu_Latn", "knc_Arab"),
+ ("dyu_Latn", "knc_Latn"),
+ ("dyu_Latn", "kon_Latn"),
+ ("dyu_Latn", "lin_Latn"),
+ ("dyu_Latn", "lua_Latn"),
+ ("dyu_Latn", "lug_Latn"),
+ ("dyu_Latn", "luo_Latn"),
+ ("dyu_Latn", "nso_Latn"),
+ ("dyu_Latn", "nus_Latn"),
+ ("dyu_Latn", "nya_Latn"),
+ ("dyu_Latn", "run_Latn"),
+ ("dyu_Latn", "sna_Latn"),
+ ("dyu_Latn", "som_Latn"),
+ ("dyu_Latn", "sot_Latn"),
+ ("dyu_Latn", "ssw_Latn"),
+ ("dyu_Latn", "swh_Latn"),
+ ("dyu_Latn", "tir_Ethi"),
+ ("dyu_Latn", "tsn_Latn"),
+ ("dyu_Latn", "tso_Latn"),
+ ("dyu_Latn", "tum_Latn"),
+ ("dyu_Latn", "twi_Latn"),
+ ("dyu_Latn", "umb_Latn"),
+ ("dyu_Latn", "wol_Latn"),
+ ("dyu_Latn", "xho_Latn"),
+ ("dyu_Latn", "yor_Latn"),
+ ("dyu_Latn", "zul_Latn"),
+ ("dzo_Tibt", "eng_Latn"),
+ ("eng_Latn", "als_Latn"),
+ ("eng_Latn", "epo_Latn"),
+ ("eng_Latn", "ewe_Latn"),
+ ("eng_Latn", "fao_Latn"),
+ ("eng_Latn", "fij_Latn"),
+ ("eng_Latn", "fon_Latn"),
+ ("eng_Latn", "fur_Latn"),
+ ("eng_Latn", "fuv_Latn"),
+ ("eng_Latn", "gaz_Latn"),
+ ("eng_Latn", "gla_Latn"),
+ ("eng_Latn", "gle_Latn"),
+ ("eng_Latn", "grn_Latn"),
+ ("eng_Latn", "guj_Gujr"),
+ ("eng_Latn", "hat_Latn"),
+ ("eng_Latn", "hau_Latn"),
+ ("eng_Latn", "hin_Deva"),
+ ("eng_Latn", "hne_Deva"),
+ ("eng_Latn", "hye_Armn"),
+ ("eng_Latn", "ibo_Latn"),
+ ("eng_Latn", "ilo_Latn"),
+ ("eng_Latn", "jav_Latn"),
+ ("eng_Latn", "kab_Latn"),
+ ("eng_Latn", "kac_Latn"),
+ ("eng_Latn", "kam_Latn"),
+ ("eng_Latn", "kan_Knda"),
+ ("eng_Latn", "kas_Arab"),
+ ("eng_Latn", "kas_Deva"),
+ ("eng_Latn", "kat_Geor"),
+ ("eng_Latn", "kaz_Cyrl"),
+ ("eng_Latn", "kbp_Latn"),
+ ("eng_Latn", "kea_Latn"),
+ ("eng_Latn", "khk_Cyrl"),
+ ("eng_Latn", "khm_Khmr"),
+ ("eng_Latn", "kik_Latn"),
+ ("eng_Latn", "kin_Latn"),
+ ("eng_Latn", "kir_Cyrl"),
+ ("eng_Latn", "kmb_Latn"),
+ ("eng_Latn", "kmr_Latn"),
+ ("eng_Latn", "knc_Arab"),
+ ("eng_Latn", "knc_Latn"),
+ ("eng_Latn", "kon_Latn"),
+ ("eng_Latn", "lao_Laoo"),
+ ("eng_Latn", "lij_Latn"),
+ ("eng_Latn", "lim_Latn"),
+ ("eng_Latn", "lin_Latn"),
+ ("eng_Latn", "lmo_Latn"),
+ ("eng_Latn", "ltg_Latn"),
+ ("eng_Latn", "ltz_Latn"),
+ ("eng_Latn", "lua_Latn"),
+ ("eng_Latn", "lug_Latn"),
+ ("eng_Latn", "luo_Latn"),
+ ("eng_Latn", "lus_Latn"),
+ ("eng_Latn", "mag_Deva"),
+ ("eng_Latn", "mai_Deva"),
+ ("eng_Latn", "mal_Mlym"),
+ ("eng_Latn", "mar_Deva"),
+ ("eng_Latn", "min_Latn"),
+ ("eng_Latn", "mlt_Latn"),
+ ("eng_Latn", "mni_Beng"),
+ ("eng_Latn", "mos_Latn"),
+ ("eng_Latn", "mri_Latn"),
+ ("eng_Latn", "mya_Mymr"),
+ ("eng_Latn", "npi_Deva"),
+ ("eng_Latn", "nso_Latn"),
+ ("eng_Latn", "nus_Latn"),
+ ("eng_Latn", "nya_Latn"),
+ ("eng_Latn", "ory_Orya"),
+ ("eng_Latn", "pag_Latn"),
+ ("eng_Latn", "pan_Guru"),
+ ("eng_Latn", "pap_Latn"),
+ ("eng_Latn", "pbt_Arab"),
+ ("eng_Latn", "plt_Latn"),
+ ("eng_Latn", "prs_Arab"),
+ ("eng_Latn", "quy_Latn"),
+ ("eng_Latn", "run_Latn"),
+ ("eng_Latn", "sag_Latn"),
+ ("eng_Latn", "san_Deva"),
+ ("eng_Latn", "sat_Beng"),
+ ("eng_Latn", "scn_Latn"),
+ ("eng_Latn", "shn_Mymr"),
+ ("eng_Latn", "sin_Sinh"),
+ ("eng_Latn", "smo_Latn"),
+ ("eng_Latn", "sna_Latn"),
+ ("eng_Latn", "snd_Arab"),
+ ("eng_Latn", "som_Latn"),
+ ("eng_Latn", "sot_Latn"),
+ ("eng_Latn", "srd_Latn"),
+ ("eng_Latn", "ssw_Latn"),
+ ("eng_Latn", "sun_Latn"),
+ ("eng_Latn", "swh_Latn"),
+ ("eng_Latn", "szl_Latn"),
+ ("eng_Latn", "tam_Taml"),
+ ("eng_Latn", "taq_Latn"),
+ ("eng_Latn", "tat_Cyrl"),
+ ("eng_Latn", "tel_Telu"),
+ ("eng_Latn", "tgk_Cyrl"),
+ ("eng_Latn", "tgl_Latn"),
+ ("eng_Latn", "tir_Ethi"),
+ ("eng_Latn", "tpi_Latn"),
+ ("eng_Latn", "tsn_Latn"),
+ ("eng_Latn", "tso_Latn"),
+ ("eng_Latn", "tuk_Latn"),
+ ("eng_Latn", "tum_Latn"),
+ ("eng_Latn", "twi_Latn"),
+ ("eng_Latn", "tzm_Tfng"),
+ ("eng_Latn", "uig_Arab"),
+ ("eng_Latn", "umb_Latn"),
+ ("eng_Latn", "urd_Arab"),
+ ("eng_Latn", "uzn_Latn"),
+ ("eng_Latn", "vec_Latn"),
+ ("eng_Latn", "war_Latn"),
+ ("eng_Latn", "wol_Latn"),
+ ("eng_Latn", "xho_Latn"),
+ ("eng_Latn", "ydd_Hebr"),
+ ("eng_Latn", "yor_Latn"),
+ ("eng_Latn", "zho_Hant"),
+ ("eng_Latn", "zsm_Latn"),
+ ("eng_Latn", "zul_Latn"),
+ ("epo_Latn", "fra_Latn"),
+ ("ewe_Latn", "fon_Latn"),
+ ("ewe_Latn", "fra_Latn"),
+ ("ewe_Latn", "fuv_Latn"),
+ ("ewe_Latn", "gaz_Latn"),
+ ("ewe_Latn", "hau_Latn"),
+ ("ewe_Latn", "ibo_Latn"),
+ ("ewe_Latn", "kam_Latn"),
+ ("ewe_Latn", "kik_Latn"),
+ ("ewe_Latn", "kin_Latn"),
+ ("ewe_Latn", "kmb_Latn"),
+ ("ewe_Latn", "knc_Arab"),
+ ("ewe_Latn", "knc_Latn"),
+ ("ewe_Latn", "kon_Latn"),
+ ("ewe_Latn", "lin_Latn"),
+ ("ewe_Latn", "lua_Latn"),
+ ("ewe_Latn", "lug_Latn"),
+ ("ewe_Latn", "luo_Latn"),
+ ("ewe_Latn", "nso_Latn"),
+ ("ewe_Latn", "nus_Latn"),
+ ("ewe_Latn", "nya_Latn"),
+ ("ewe_Latn", "run_Latn"),
+ ("ewe_Latn", "sna_Latn"),
+ ("ewe_Latn", "som_Latn"),
+ ("ewe_Latn", "sot_Latn"),
+ ("ewe_Latn", "ssw_Latn"),
+ ("ewe_Latn", "swh_Latn"),
+ ("ewe_Latn", "tir_Ethi"),
+ ("ewe_Latn", "tsn_Latn"),
+ ("ewe_Latn", "tso_Latn"),
+ ("ewe_Latn", "tum_Latn"),
+ ("ewe_Latn", "twi_Latn"),
+ ("ewe_Latn", "umb_Latn"),
+ ("ewe_Latn", "wol_Latn"),
+ ("ewe_Latn", "xho_Latn"),
+ ("ewe_Latn", "yor_Latn"),
+ ("ewe_Latn", "zul_Latn"),
+ ("fij_Latn", "hin_Deva"),
+ ("fij_Latn", "ilo_Latn"),
+ ("fij_Latn", "jav_Latn"),
+ ("fij_Latn", "min_Latn"),
+ ("fij_Latn", "mri_Latn"),
+ ("fij_Latn", "pag_Latn"),
+ ("fij_Latn", "plt_Latn"),
+ ("fij_Latn", "smo_Latn"),
+ ("fij_Latn", "sun_Latn"),
+ ("fij_Latn", "war_Latn"),
+ ("fon_Latn", "fra_Latn"),
+ ("fon_Latn", "fuv_Latn"),
+ ("fon_Latn", "gaz_Latn"),
+ ("fon_Latn", "hau_Latn"),
+ ("fon_Latn", "ibo_Latn"),
+ ("fon_Latn", "kam_Latn"),
+ ("fon_Latn", "kik_Latn"),
+ ("fon_Latn", "kin_Latn"),
+ ("fon_Latn", "kmb_Latn"),
+ ("fon_Latn", "knc_Arab"),
+ ("fon_Latn", "knc_Latn"),
+ ("fon_Latn", "kon_Latn"),
+ ("fon_Latn", "lin_Latn"),
+ ("fon_Latn", "lua_Latn"),
+ ("fon_Latn", "lug_Latn"),
+ ("fon_Latn", "luo_Latn"),
+ ("fon_Latn", "nso_Latn"),
+ ("fon_Latn", "nus_Latn"),
+ ("fon_Latn", "nya_Latn"),
+ ("fon_Latn", "run_Latn"),
+ ("fon_Latn", "sna_Latn"),
+ ("fon_Latn", "som_Latn"),
+ ("fon_Latn", "sot_Latn"),
+ ("fon_Latn", "ssw_Latn"),
+ ("fon_Latn", "swh_Latn"),
+ ("fon_Latn", "tir_Ethi"),
+ ("fon_Latn", "tsn_Latn"),
+ ("fon_Latn", "tso_Latn"),
+ ("fon_Latn", "tum_Latn"),
+ ("fon_Latn", "twi_Latn"),
+ ("fon_Latn", "umb_Latn"),
+ ("fon_Latn", "wol_Latn"),
+ ("fon_Latn", "xho_Latn"),
+ ("fon_Latn", "yor_Latn"),
+ ("fon_Latn", "zul_Latn"),
+ ("fra_Latn", "fuv_Latn"),
+ ("fra_Latn", "gaz_Latn"),
+ ("fra_Latn", "glg_Latn"),
+ ("fra_Latn", "hat_Latn"),
+ ("fra_Latn", "hau_Latn"),
+ ("fra_Latn", "ibo_Latn"),
+ ("fra_Latn", "kab_Latn"),
+ ("fra_Latn", "kam_Latn"),
+ ("fra_Latn", "kik_Latn"),
+ ("fra_Latn", "kin_Latn"),
+ ("fra_Latn", "kmb_Latn"),
+ ("fra_Latn", "knc_Arab"),
+ ("fra_Latn", "knc_Latn"),
+ ("fra_Latn", "kon_Latn"),
+ ("fra_Latn", "lin_Latn"),
+ ("fra_Latn", "ltz_Latn"),
+ ("fra_Latn", "lua_Latn"),
+ ("fra_Latn", "lug_Latn"),
+ ("fra_Latn", "luo_Latn"),
+ ("fra_Latn", "nso_Latn"),
+ ("fra_Latn", "nus_Latn"),
+ ("fra_Latn", "nya_Latn"),
+ ("fra_Latn", "oci_Latn"),
+ ("fra_Latn", "plt_Latn"),
+ ("fra_Latn", "run_Latn"),
+ ("fra_Latn", "sag_Latn"),
+ ("fra_Latn", "scn_Latn"),
+ ("fra_Latn", "sna_Latn"),
+ ("fra_Latn", "som_Latn"),
+ ("fra_Latn", "sot_Latn"),
+ ("fra_Latn", "ssw_Latn"),
+ ("fra_Latn", "swh_Latn"),
+ ("fra_Latn", "tir_Ethi"),
+ ("fra_Latn", "tsn_Latn"),
+ ("fra_Latn", "tso_Latn"),
+ ("fra_Latn", "tum_Latn"),
+ ("fra_Latn", "twi_Latn"),
+ ("fra_Latn", "tzm_Tfng"),
+ ("fra_Latn", "umb_Latn"),
+ ("fra_Latn", "wol_Latn"),
+ ("fra_Latn", "xho_Latn"),
+ ("fra_Latn", "yor_Latn"),
+ ("fra_Latn", "zul_Latn"),
+ ("fuv_Latn", "gaz_Latn"),
+ ("fuv_Latn", "hau_Latn"),
+ ("fuv_Latn", "ibo_Latn"),
+ ("fuv_Latn", "kam_Latn"),
+ ("fuv_Latn", "kik_Latn"),
+ ("fuv_Latn", "kin_Latn"),
+ ("fuv_Latn", "kmb_Latn"),
+ ("fuv_Latn", "knc_Arab"),
+ ("fuv_Latn", "knc_Latn"),
+ ("fuv_Latn", "kon_Latn"),
+ ("fuv_Latn", "lin_Latn"),
+ ("fuv_Latn", "lua_Latn"),
+ ("fuv_Latn", "lug_Latn"),
+ ("fuv_Latn", "luo_Latn"),
+ ("fuv_Latn", "nso_Latn"),
+ ("fuv_Latn", "nus_Latn"),
+ ("fuv_Latn", "nya_Latn"),
+ ("fuv_Latn", "run_Latn"),
+ ("fuv_Latn", "sna_Latn"),
+ ("fuv_Latn", "som_Latn"),
+ ("fuv_Latn", "sot_Latn"),
+ ("fuv_Latn", "ssw_Latn"),
+ ("fuv_Latn", "swh_Latn"),
+ ("fuv_Latn", "tir_Ethi"),
+ ("fuv_Latn", "tsn_Latn"),
+ ("fuv_Latn", "tso_Latn"),
+ ("fuv_Latn", "tum_Latn"),
+ ("fuv_Latn", "twi_Latn"),
+ ("fuv_Latn", "umb_Latn"),
+ ("fuv_Latn", "wol_Latn"),
+ ("fuv_Latn", "xho_Latn"),
+ ("fuv_Latn", "yor_Latn"),
+ ("fuv_Latn", "zul_Latn"),
+ ("gaz_Latn", "run_Latn"),
+ ("gaz_Latn", "sna_Latn"),
+ ("gaz_Latn", "som_Latn"),
+ ("gaz_Latn", "sot_Latn"),
+ ("gaz_Latn", "ssw_Latn"),
+ ("gaz_Latn", "swh_Latn"),
+ ("gaz_Latn", "tir_Ethi"),
+ ("gaz_Latn", "tsn_Latn"),
+ ("gaz_Latn", "tso_Latn"),
+ ("gaz_Latn", "tum_Latn"),
+ ("gaz_Latn", "twi_Latn"),
+ ("gaz_Latn", "umb_Latn"),
+ ("gaz_Latn", "wol_Latn"),
+ ("gaz_Latn", "xho_Latn"),
+ ("gaz_Latn", "yor_Latn"),
+ ("gaz_Latn", "zul_Latn"),
+ ("glg_Latn", "por_Latn"),
+ ("grn_Latn", "por_Latn"),
+ ("guj_Gujr", "hin_Deva"),
+ ("guj_Gujr", "hne_Deva"),
+ ("guj_Gujr", "kan_Knda"),
+ ("guj_Gujr", "kas_Arab"),
+ ("guj_Gujr", "kas_Deva"),
+ ("guj_Gujr", "mag_Deva"),
+ ("guj_Gujr", "mai_Deva"),
+ ("guj_Gujr", "mal_Mlym"),
+ ("guj_Gujr", "mar_Deva"),
+ ("guj_Gujr", "npi_Deva"),
+ ("guj_Gujr", "ory_Orya"),
+ ("guj_Gujr", "pan_Guru"),
+ ("guj_Gujr", "san_Deva"),
+ ("guj_Gujr", "sat_Beng"),
+ ("guj_Gujr", "sin_Sinh"),
+ ("guj_Gujr", "snd_Arab"),
+ ("guj_Gujr", "tam_Taml"),
+ ("guj_Gujr", "tel_Telu"),
+ ("guj_Gujr", "urd_Arab"),
+ ("hau_Latn", "gaz_Latn"),
+ ("hau_Latn", "ibo_Latn"),
+ ("hau_Latn", "kam_Latn"),
+ ("hau_Latn", "kik_Latn"),
+ ("hau_Latn", "kin_Latn"),
+ ("hau_Latn", "kmb_Latn"),
+ ("hau_Latn", "knc_Arab"),
+ ("hau_Latn", "knc_Latn"),
+ ("hau_Latn", "kon_Latn"),
+ ("hau_Latn", "lin_Latn"),
+ ("hau_Latn", "lua_Latn"),
+ ("hau_Latn", "lug_Latn"),
+ ("hau_Latn", "luo_Latn"),
+ ("hau_Latn", "nso_Latn"),
+ ("hau_Latn", "nus_Latn"),
+ ("hau_Latn", "nya_Latn"),
+ ("hau_Latn", "run_Latn"),
+ ("hau_Latn", "sna_Latn"),
+ ("hau_Latn", "som_Latn"),
+ ("hau_Latn", "sot_Latn"),
+ ("hau_Latn", "ssw_Latn"),
+ ("hau_Latn", "swh_Latn"),
+ ("hau_Latn", "tir_Ethi"),
+ ("hau_Latn", "tsn_Latn"),
+ ("hau_Latn", "tso_Latn"),
+ ("hau_Latn", "tum_Latn"),
+ ("hau_Latn", "twi_Latn"),
+ ("hau_Latn", "umb_Latn"),
+ ("hau_Latn", "wol_Latn"),
+ ("hau_Latn", "xho_Latn"),
+ ("hau_Latn", "yor_Latn"),
+ ("hau_Latn", "zul_Latn"),
+ ("hin_Deva", "hne_Deva"),
+ ("hin_Deva", "kan_Knda"),
+ ("hin_Deva", "kas_Arab"),
+ ("hin_Deva", "kas_Deva"),
+ ("hin_Deva", "mag_Deva"),
+ ("hin_Deva", "mai_Deva"),
+ ("hin_Deva", "mal_Mlym"),
+ ("hin_Deva", "mar_Deva"),
+ ("hin_Deva", "npi_Deva"),
+ ("hin_Deva", "ory_Orya"),
+ ("hin_Deva", "pan_Guru"),
+ ("hin_Deva", "pbt_Arab"),
+ ("hin_Deva", "san_Deva"),
+ ("hin_Deva", "sat_Beng"),
+ ("hin_Deva", "sin_Sinh"),
+ ("hin_Deva", "snd_Arab"),
+ ("hin_Deva", "tam_Taml"),
+ ("hin_Deva", "tel_Telu"),
+ ("hin_Deva", "urd_Arab"),
+ ("hne_Deva", "kan_Knda"),
+ ("hne_Deva", "kas_Arab"),
+ ("hne_Deva", "kas_Deva"),
+ ("hne_Deva", "mag_Deva"),
+ ("hne_Deva", "mai_Deva"),
+ ("hne_Deva", "mal_Mlym"),
+ ("hne_Deva", "mar_Deva"),
+ ("hne_Deva", "npi_Deva"),
+ ("hne_Deva", "ory_Orya"),
+ ("hne_Deva", "pan_Guru"),
+ ("hne_Deva", "san_Deva"),
+ ("hne_Deva", "sat_Beng"),
+ ("hne_Deva", "sin_Sinh"),
+ ("hne_Deva", "snd_Arab"),
+ ("hne_Deva", "tam_Taml"),
+ ("hne_Deva", "tel_Telu"),
+ ("hne_Deva", "urd_Arab"),
+ ("hye_Armn", "rus_Cyrl"),
+ ("ibo_Latn", "gaz_Latn"),
+ ("ibo_Latn", "kam_Latn"),
+ ("ibo_Latn", "kik_Latn"),
+ ("ibo_Latn", "kin_Latn"),
+ ("ibo_Latn", "kmb_Latn"),
+ ("ibo_Latn", "knc_Arab"),
+ ("ibo_Latn", "knc_Latn"),
+ ("ibo_Latn", "kon_Latn"),
+ ("ibo_Latn", "lin_Latn"),
+ ("ibo_Latn", "lua_Latn"),
+ ("ibo_Latn", "lug_Latn"),
+ ("ibo_Latn", "luo_Latn"),
+ ("ibo_Latn", "nso_Latn"),
+ ("ibo_Latn", "nus_Latn"),
+ ("ibo_Latn", "nya_Latn"),
+ ("ibo_Latn", "run_Latn"),
+ ("ibo_Latn", "sna_Latn"),
+ ("ibo_Latn", "som_Latn"),
+ ("ibo_Latn", "sot_Latn"),
+ ("ibo_Latn", "ssw_Latn"),
+ ("ibo_Latn", "swh_Latn"),
+ ("ibo_Latn", "tir_Ethi"),
+ ("ibo_Latn", "tsn_Latn"),
+ ("ibo_Latn", "tso_Latn"),
+ ("ibo_Latn", "tum_Latn"),
+ ("ibo_Latn", "twi_Latn"),
+ ("ibo_Latn", "umb_Latn"),
+ ("ibo_Latn", "wol_Latn"),
+ ("ibo_Latn", "xho_Latn"),
+ ("ibo_Latn", "yor_Latn"),
+ ("ibo_Latn", "zul_Latn"),
+ ("ilo_Latn", "jav_Latn"),
+ ("ilo_Latn", "min_Latn"),
+ ("ilo_Latn", "mri_Latn"),
+ ("ilo_Latn", "pag_Latn"),
+ ("ilo_Latn", "plt_Latn"),
+ ("ilo_Latn", "smo_Latn"),
+ ("ilo_Latn", "sun_Latn"),
+ ("ilo_Latn", "war_Latn"),
+ ("ind_Latn", "ace_Latn"),
+ ("ind_Latn", "ban_Latn"),
+ ("ind_Latn", "jav_Latn"),
+ ("ind_Latn", "khm_Khmr"),
+ ("ind_Latn", "lao_Laoo"),
+ ("ind_Latn", "min_Latn"),
+ ("ind_Latn", "mya_Mymr"),
+ ("ind_Latn", "shn_Mymr"),
+ ("ind_Latn", "sun_Latn"),
+ ("jav_Latn", "min_Latn"),
+ ("jav_Latn", "mri_Latn"),
+ ("jav_Latn", "pag_Latn"),
+ ("jav_Latn", "plt_Latn"),
+ ("jav_Latn", "smo_Latn"),
+ ("jav_Latn", "sun_Latn"),
+ ("jav_Latn", "war_Latn"),
+ ("kam_Latn", "gaz_Latn"),
+ ("kam_Latn", "kik_Latn"),
+ ("kam_Latn", "kin_Latn"),
+ ("kam_Latn", "kmb_Latn"),
+ ("kam_Latn", "knc_Arab"),
+ ("kam_Latn", "knc_Latn"),
+ ("kam_Latn", "kon_Latn"),
+ ("kam_Latn", "lin_Latn"),
+ ("kam_Latn", "lua_Latn"),
+ ("kam_Latn", "lug_Latn"),
+ ("kam_Latn", "luo_Latn"),
+ ("kam_Latn", "nso_Latn"),
+ ("kam_Latn", "nus_Latn"),
+ ("kam_Latn", "nya_Latn"),
+ ("kam_Latn", "run_Latn"),
+ ("kam_Latn", "sna_Latn"),
+ ("kam_Latn", "som_Latn"),
+ ("kam_Latn", "sot_Latn"),
+ ("kam_Latn", "ssw_Latn"),
+ ("kam_Latn", "swh_Latn"),
+ ("kam_Latn", "tir_Ethi"),
+ ("kam_Latn", "tsn_Latn"),
+ ("kam_Latn", "tso_Latn"),
+ ("kam_Latn", "tum_Latn"),
+ ("kam_Latn", "twi_Latn"),
+ ("kam_Latn", "umb_Latn"),
+ ("kam_Latn", "wol_Latn"),
+ ("kam_Latn", "xho_Latn"),
+ ("kam_Latn", "yor_Latn"),
+ ("kam_Latn", "zul_Latn"),
+ ("kan_Knda", "kas_Arab"),
+ ("kan_Knda", "kas_Deva"),
+ ("kan_Knda", "mag_Deva"),
+ ("kan_Knda", "mai_Deva"),
+ ("kan_Knda", "mal_Mlym"),
+ ("kan_Knda", "mar_Deva"),
+ ("kan_Knda", "npi_Deva"),
+ ("kan_Knda", "ory_Orya"),
+ ("kan_Knda", "pan_Guru"),
+ ("kan_Knda", "san_Deva"),
+ ("kan_Knda", "sat_Beng"),
+ ("kan_Knda", "sin_Sinh"),
+ ("kan_Knda", "snd_Arab"),
+ ("kan_Knda", "tam_Taml"),
+ ("kan_Knda", "tel_Telu"),
+ ("kan_Knda", "urd_Arab"),
+ ("kas_Arab", "kas_Deva"),
+ ("kas_Arab", "mag_Deva"),
+ ("kas_Arab", "mai_Deva"),
+ ("kas_Arab", "mal_Mlym"),
+ ("kas_Arab", "mar_Deva"),
+ ("kas_Arab", "npi_Deva"),
+ ("kas_Arab", "ory_Orya"),
+ ("kas_Arab", "pan_Guru"),
+ ("kas_Arab", "san_Deva"),
+ ("kas_Arab", "sat_Beng"),
+ ("kas_Arab", "sin_Sinh"),
+ ("kas_Arab", "snd_Arab"),
+ ("kas_Arab", "tam_Taml"),
+ ("kas_Arab", "tel_Telu"),
+ ("kas_Arab", "urd_Arab"),
+ ("kas_Deva", "mag_Deva"),
+ ("kas_Deva", "mai_Deva"),
+ ("kas_Deva", "mal_Mlym"),
+ ("kas_Deva", "mar_Deva"),
+ ("kas_Deva", "npi_Deva"),
+ ("kas_Deva", "ory_Orya"),
+ ("kas_Deva", "pan_Guru"),
+ ("kas_Deva", "san_Deva"),
+ ("kas_Deva", "sat_Beng"),
+ ("kas_Deva", "sin_Sinh"),
+ ("kas_Deva", "snd_Arab"),
+ ("kas_Deva", "tam_Taml"),
+ ("kas_Deva", "tel_Telu"),
+ ("kas_Deva", "urd_Arab"),
+ ("kat_Geor", "rus_Cyrl"),
+ ("kea_Latn", "por_Latn"),
+ ("kik_Latn", "gaz_Latn"),
+ ("kik_Latn", "kin_Latn"),
+ ("kik_Latn", "kmb_Latn"),
+ ("kik_Latn", "kon_Latn"),
+ ("kik_Latn", "lin_Latn"),
+ ("kik_Latn", "lua_Latn"),
+ ("kik_Latn", "lug_Latn"),
+ ("kik_Latn", "luo_Latn"),
+ ("kik_Latn", "nso_Latn"),
+ ("kik_Latn", "nus_Latn"),
+ ("kik_Latn", "nya_Latn"),
+ ("kik_Latn", "run_Latn"),
+ ("kik_Latn", "sna_Latn"),
+ ("kik_Latn", "som_Latn"),
+ ("kik_Latn", "sot_Latn"),
+ ("kik_Latn", "ssw_Latn"),
+ ("kik_Latn", "swh_Latn"),
+ ("kik_Latn", "tir_Ethi"),
+ ("kik_Latn", "tsn_Latn"),
+ ("kik_Latn", "tso_Latn"),
+ ("kik_Latn", "tum_Latn"),
+ ("kik_Latn", "twi_Latn"),
+ ("kik_Latn", "umb_Latn"),
+ ("kik_Latn", "wol_Latn"),
+ ("kik_Latn", "xho_Latn"),
+ ("kik_Latn", "yor_Latn"),
+ ("kik_Latn", "zul_Latn"),
+ ("kin_Latn", "gaz_Latn"),
+ ("kin_Latn", "kmb_Latn"),
+ ("kin_Latn", "kon_Latn"),
+ ("kin_Latn", "lin_Latn"),
+ ("kin_Latn", "lua_Latn"),
+ ("kin_Latn", "lug_Latn"),
+ ("kin_Latn", "luo_Latn"),
+ ("kin_Latn", "nso_Latn"),
+ ("kin_Latn", "nus_Latn"),
+ ("kin_Latn", "nya_Latn"),
+ ("kin_Latn", "run_Latn"),
+ ("kin_Latn", "sna_Latn"),
+ ("kin_Latn", "som_Latn"),
+ ("kin_Latn", "sot_Latn"),
+ ("kin_Latn", "ssw_Latn"),
+ ("kin_Latn", "swh_Latn"),
+ ("kin_Latn", "tir_Ethi"),
+ ("kin_Latn", "tsn_Latn"),
+ ("kin_Latn", "tso_Latn"),
+ ("kin_Latn", "tum_Latn"),
+ ("kin_Latn", "twi_Latn"),
+ ("kin_Latn", "umb_Latn"),
+ ("kin_Latn", "wol_Latn"),
+ ("kin_Latn", "xho_Latn"),
+ ("kin_Latn", "yor_Latn"),
+ ("kin_Latn", "zul_Latn"),
+ ("kir_Cyrl", "rus_Cyrl"),
+ ("kir_Cyrl", "tat_Cyrl"),
+ ("kir_Cyrl", "tuk_Latn"),
+ ("kir_Cyrl", "uig_Arab"),
+ ("kir_Cyrl", "uzn_Latn"),
+ ("kmb_Latn", "gaz_Latn"),
+ ("kmb_Latn", "kon_Latn"),
+ ("kmb_Latn", "lin_Latn"),
+ ("kmb_Latn", "lua_Latn"),
+ ("kmb_Latn", "lug_Latn"),
+ ("kmb_Latn", "luo_Latn"),
+ ("kmb_Latn", "nso_Latn"),
+ ("kmb_Latn", "nus_Latn"),
+ ("kmb_Latn", "nya_Latn"),
+ ("kmb_Latn", "por_Latn"),
+ ("kmb_Latn", "run_Latn"),
+ ("kmb_Latn", "sna_Latn"),
+ ("kmb_Latn", "som_Latn"),
+ ("kmb_Latn", "sot_Latn"),
+ ("kmb_Latn", "ssw_Latn"),
+ ("kmb_Latn", "swh_Latn"),
+ ("kmb_Latn", "tir_Ethi"),
+ ("kmb_Latn", "tsn_Latn"),
+ ("kmb_Latn", "tso_Latn"),
+ ("kmb_Latn", "tum_Latn"),
+ ("kmb_Latn", "twi_Latn"),
+ ("kmb_Latn", "umb_Latn"),
+ ("kmb_Latn", "wol_Latn"),
+ ("kmb_Latn", "xho_Latn"),
+ ("kmb_Latn", "yor_Latn"),
+ ("kmb_Latn", "zul_Latn"),
+ ("kmr_Latn", "pbt_Arab"),
+ ("kmr_Latn", "prs_Arab"),
+ ("kmr_Latn", "tgk_Cyrl"),
+ ("knc_Arab", "gaz_Latn"),
+ ("knc_Arab", "kik_Latn"),
+ ("knc_Arab", "kin_Latn"),
+ ("knc_Arab", "kmb_Latn"),
+ ("knc_Arab", "knc_Latn"),
+ ("knc_Arab", "kon_Latn"),
+ ("knc_Arab", "lin_Latn"),
+ ("knc_Arab", "lua_Latn"),
+ ("knc_Arab", "lug_Latn"),
+ ("knc_Arab", "luo_Latn"),
+ ("knc_Arab", "nso_Latn"),
+ ("knc_Arab", "nus_Latn"),
+ ("knc_Arab", "nya_Latn"),
+ ("knc_Arab", "run_Latn"),
+ ("knc_Arab", "sna_Latn"),
+ ("knc_Arab", "som_Latn"),
+ ("knc_Arab", "sot_Latn"),
+ ("knc_Arab", "ssw_Latn"),
+ ("knc_Arab", "swh_Latn"),
+ ("knc_Arab", "tir_Ethi"),
+ ("knc_Arab", "tsn_Latn"),
+ ("knc_Arab", "tso_Latn"),
+ ("knc_Arab", "tum_Latn"),
+ ("knc_Arab", "twi_Latn"),
+ ("knc_Arab", "umb_Latn"),
+ ("knc_Arab", "wol_Latn"),
+ ("knc_Arab", "xho_Latn"),
+ ("knc_Arab", "yor_Latn"),
+ ("knc_Arab", "zul_Latn"),
+ ("knc_Latn", "gaz_Latn"),
+ ("knc_Latn", "kik_Latn"),
+ ("knc_Latn", "kin_Latn"),
+ ("knc_Latn", "kmb_Latn"),
+ ("knc_Latn", "kon_Latn"),
+ ("knc_Latn", "lin_Latn"),
+ ("knc_Latn", "lua_Latn"),
+ ("knc_Latn", "lug_Latn"),
+ ("knc_Latn", "luo_Latn"),
+ ("knc_Latn", "nso_Latn"),
+ ("knc_Latn", "nus_Latn"),
+ ("knc_Latn", "nya_Latn"),
+ ("knc_Latn", "run_Latn"),
+ ("knc_Latn", "sna_Latn"),
+ ("knc_Latn", "som_Latn"),
+ ("knc_Latn", "sot_Latn"),
+ ("knc_Latn", "ssw_Latn"),
+ ("knc_Latn", "swh_Latn"),
+ ("knc_Latn", "tir_Ethi"),
+ ("knc_Latn", "tsn_Latn"),
+ ("knc_Latn", "tso_Latn"),
+ ("knc_Latn", "tum_Latn"),
+ ("knc_Latn", "twi_Latn"),
+ ("knc_Latn", "umb_Latn"),
+ ("knc_Latn", "wol_Latn"),
+ ("knc_Latn", "xho_Latn"),
+ ("knc_Latn", "yor_Latn"),
+ ("knc_Latn", "zul_Latn"),
+ ("kon_Latn", "gaz_Latn"),
+ ("kon_Latn", "lin_Latn"),
+ ("kon_Latn", "lua_Latn"),
+ ("kon_Latn", "lug_Latn"),
+ ("kon_Latn", "luo_Latn"),
+ ("kon_Latn", "nso_Latn"),
+ ("kon_Latn", "nus_Latn"),
+ ("kon_Latn", "nya_Latn"),
+ ("kon_Latn", "run_Latn"),
+ ("kon_Latn", "sna_Latn"),
+ ("kon_Latn", "som_Latn"),
+ ("kon_Latn", "sot_Latn"),
+ ("kon_Latn", "ssw_Latn"),
+ ("kon_Latn", "swh_Latn"),
+ ("kon_Latn", "tir_Ethi"),
+ ("kon_Latn", "tsn_Latn"),
+ ("kon_Latn", "tso_Latn"),
+ ("kon_Latn", "tum_Latn"),
+ ("kon_Latn", "twi_Latn"),
+ ("kon_Latn", "umb_Latn"),
+ ("kon_Latn", "wol_Latn"),
+ ("kon_Latn", "xho_Latn"),
+ ("kon_Latn", "yor_Latn"),
+ ("kon_Latn", "zul_Latn"),
+ ("lao_Laoo", "rus_Cyrl"),
+ ("lin_Latn", "gaz_Latn"),
+ ("lin_Latn", "lua_Latn"),
+ ("lin_Latn", "lug_Latn"),
+ ("lin_Latn", "luo_Latn"),
+ ("lin_Latn", "nso_Latn"),
+ ("lin_Latn", "nus_Latn"),
+ ("lin_Latn", "nya_Latn"),
+ ("lin_Latn", "run_Latn"),
+ ("lin_Latn", "sna_Latn"),
+ ("lin_Latn", "som_Latn"),
+ ("lin_Latn", "sot_Latn"),
+ ("lin_Latn", "ssw_Latn"),
+ ("lin_Latn", "swh_Latn"),
+ ("lin_Latn", "tir_Ethi"),
+ ("lin_Latn", "tsn_Latn"),
+ ("lin_Latn", "tso_Latn"),
+ ("lin_Latn", "tum_Latn"),
+ ("lin_Latn", "twi_Latn"),
+ ("lin_Latn", "umb_Latn"),
+ ("lin_Latn", "wol_Latn"),
+ ("lin_Latn", "xho_Latn"),
+ ("lin_Latn", "yor_Latn"),
+ ("lin_Latn", "zul_Latn"),
+ ("ltg_Latn", "rus_Cyrl"),
+ ("lua_Latn", "gaz_Latn"),
+ ("lua_Latn", "lug_Latn"),
+ ("lua_Latn", "luo_Latn"),
+ ("lua_Latn", "nso_Latn"),
+ ("lua_Latn", "nus_Latn"),
+ ("lua_Latn", "nya_Latn"),
+ ("lua_Latn", "run_Latn"),
+ ("lua_Latn", "sna_Latn"),
+ ("lua_Latn", "som_Latn"),
+ ("lua_Latn", "sot_Latn"),
+ ("lua_Latn", "ssw_Latn"),
+ ("lua_Latn", "swh_Latn"),
+ ("lua_Latn", "tir_Ethi"),
+ ("lua_Latn", "tsn_Latn"),
+ ("lua_Latn", "tso_Latn"),
+ ("lua_Latn", "tum_Latn"),
+ ("lua_Latn", "twi_Latn"),
+ ("lua_Latn", "umb_Latn"),
+ ("lua_Latn", "wol_Latn"),
+ ("lua_Latn", "xho_Latn"),
+ ("lua_Latn", "yor_Latn"),
+ ("lua_Latn", "zul_Latn"),
+ ("lug_Latn", "gaz_Latn"),
+ ("lug_Latn", "luo_Latn"),
+ ("lug_Latn", "nso_Latn"),
+ ("lug_Latn", "nus_Latn"),
+ ("lug_Latn", "nya_Latn"),
+ ("lug_Latn", "run_Latn"),
+ ("lug_Latn", "sna_Latn"),
+ ("lug_Latn", "som_Latn"),
+ ("lug_Latn", "sot_Latn"),
+ ("lug_Latn", "ssw_Latn"),
+ ("lug_Latn", "swh_Latn"),
+ ("lug_Latn", "tir_Ethi"),
+ ("lug_Latn", "tsn_Latn"),
+ ("lug_Latn", "tso_Latn"),
+ ("lug_Latn", "tum_Latn"),
+ ("lug_Latn", "twi_Latn"),
+ ("lug_Latn", "umb_Latn"),
+ ("lug_Latn", "wol_Latn"),
+ ("lug_Latn", "xho_Latn"),
+ ("lug_Latn", "yor_Latn"),
+ ("lug_Latn", "zul_Latn"),
+ ("luo_Latn", "gaz_Latn"),
+ ("luo_Latn", "nso_Latn"),
+ ("luo_Latn", "nus_Latn"),
+ ("luo_Latn", "nya_Latn"),
+ ("luo_Latn", "run_Latn"),
+ ("luo_Latn", "sna_Latn"),
+ ("luo_Latn", "som_Latn"),
+ ("luo_Latn", "sot_Latn"),
+ ("luo_Latn", "ssw_Latn"),
+ ("luo_Latn", "swh_Latn"),
+ ("luo_Latn", "tir_Ethi"),
+ ("luo_Latn", "tsn_Latn"),
+ ("luo_Latn", "tso_Latn"),
+ ("luo_Latn", "tum_Latn"),
+ ("luo_Latn", "twi_Latn"),
+ ("luo_Latn", "umb_Latn"),
+ ("luo_Latn", "wol_Latn"),
+ ("luo_Latn", "xho_Latn"),
+ ("luo_Latn", "yor_Latn"),
+ ("luo_Latn", "zul_Latn"),
+ ("mag_Deva", "mai_Deva"),
+ ("mag_Deva", "mal_Mlym"),
+ ("mag_Deva", "mar_Deva"),
+ ("mag_Deva", "npi_Deva"),
+ ("mag_Deva", "ory_Orya"),
+ ("mag_Deva", "pan_Guru"),
+ ("mag_Deva", "san_Deva"),
+ ("mag_Deva", "sat_Beng"),
+ ("mag_Deva", "sin_Sinh"),
+ ("mag_Deva", "snd_Arab"),
+ ("mag_Deva", "tam_Taml"),
+ ("mag_Deva", "tel_Telu"),
+ ("mag_Deva", "urd_Arab"),
+ ("mai_Deva", "mal_Mlym"),
+ ("mai_Deva", "mar_Deva"),
+ ("mai_Deva", "npi_Deva"),
+ ("mai_Deva", "ory_Orya"),
+ ("mai_Deva", "pan_Guru"),
+ ("mai_Deva", "san_Deva"),
+ ("mai_Deva", "sat_Beng"),
+ ("mai_Deva", "sin_Sinh"),
+ ("mai_Deva", "snd_Arab"),
+ ("mai_Deva", "tam_Taml"),
+ ("mai_Deva", "tel_Telu"),
+ ("mai_Deva", "urd_Arab"),
+ ("mal_Mlym", "mar_Deva"),
+ ("mal_Mlym", "npi_Deva"),
+ ("mal_Mlym", "ory_Orya"),
+ ("mal_Mlym", "pan_Guru"),
+ ("mal_Mlym", "san_Deva"),
+ ("mal_Mlym", "sat_Beng"),
+ ("mal_Mlym", "sin_Sinh"),
+ ("mal_Mlym", "snd_Arab"),
+ ("mal_Mlym", "tam_Taml"),
+ ("mal_Mlym", "tel_Telu"),
+ ("mal_Mlym", "urd_Arab"),
+ ("mar_Deva", "npi_Deva"),
+ ("mar_Deva", "ory_Orya"),
+ ("mar_Deva", "pan_Guru"),
+ ("mar_Deva", "san_Deva"),
+ ("mar_Deva", "sat_Beng"),
+ ("mar_Deva", "sin_Sinh"),
+ ("mar_Deva", "snd_Arab"),
+ ("mar_Deva", "tam_Taml"),
+ ("mar_Deva", "tel_Telu"),
+ ("mar_Deva", "urd_Arab"),
+ ("min_Latn", "mri_Latn"),
+ ("min_Latn", "pag_Latn"),
+ ("min_Latn", "plt_Latn"),
+ ("min_Latn", "smo_Latn"),
+ ("min_Latn", "sun_Latn"),
+ ("min_Latn", "war_Latn"),
+ ("mri_Latn", "pag_Latn"),
+ ("mri_Latn", "smo_Latn"),
+ ("mri_Latn", "sun_Latn"),
+ ("mri_Latn", "war_Latn"),
+ ("npi_Deva", "ory_Orya"),
+ ("npi_Deva", "pan_Guru"),
+ ("npi_Deva", "san_Deva"),
+ ("npi_Deva", "sat_Beng"),
+ ("npi_Deva", "sin_Sinh"),
+ ("npi_Deva", "snd_Arab"),
+ ("npi_Deva", "tam_Taml"),
+ ("npi_Deva", "tel_Telu"),
+ ("npi_Deva", "urd_Arab"),
+ ("nso_Latn", "gaz_Latn"),
+ ("nso_Latn", "nus_Latn"),
+ ("nso_Latn", "nya_Latn"),
+ ("nso_Latn", "run_Latn"),
+ ("nso_Latn", "sna_Latn"),
+ ("nso_Latn", "som_Latn"),
+ ("nso_Latn", "sot_Latn"),
+ ("nso_Latn", "ssw_Latn"),
+ ("nso_Latn", "swh_Latn"),
+ ("nso_Latn", "tir_Ethi"),
+ ("nso_Latn", "tsn_Latn"),
+ ("nso_Latn", "tso_Latn"),
+ ("nso_Latn", "tum_Latn"),
+ ("nso_Latn", "twi_Latn"),
+ ("nso_Latn", "umb_Latn"),
+ ("nso_Latn", "wol_Latn"),
+ ("nso_Latn", "xho_Latn"),
+ ("nso_Latn", "yor_Latn"),
+ ("nso_Latn", "zul_Latn"),
+ ("nus_Latn", "gaz_Latn"),
+ ("nus_Latn", "nya_Latn"),
+ ("nus_Latn", "run_Latn"),
+ ("nus_Latn", "sna_Latn"),
+ ("nus_Latn", "som_Latn"),
+ ("nus_Latn", "sot_Latn"),
+ ("nus_Latn", "ssw_Latn"),
+ ("nus_Latn", "swh_Latn"),
+ ("nus_Latn", "tir_Ethi"),
+ ("nus_Latn", "tsn_Latn"),
+ ("nus_Latn", "tso_Latn"),
+ ("nus_Latn", "tum_Latn"),
+ ("nus_Latn", "twi_Latn"),
+ ("nus_Latn", "umb_Latn"),
+ ("nus_Latn", "wol_Latn"),
+ ("nus_Latn", "xho_Latn"),
+ ("nus_Latn", "yor_Latn"),
+ ("nus_Latn", "zul_Latn"),
+ ("nya_Latn", "gaz_Latn"),
+ ("nya_Latn", "run_Latn"),
+ ("nya_Latn", "sna_Latn"),
+ ("nya_Latn", "som_Latn"),
+ ("nya_Latn", "sot_Latn"),
+ ("nya_Latn", "ssw_Latn"),
+ ("nya_Latn", "swh_Latn"),
+ ("nya_Latn", "tir_Ethi"),
+ ("nya_Latn", "tsn_Latn"),
+ ("nya_Latn", "tso_Latn"),
+ ("nya_Latn", "tum_Latn"),
+ ("nya_Latn", "twi_Latn"),
+ ("nya_Latn", "umb_Latn"),
+ ("nya_Latn", "wol_Latn"),
+ ("nya_Latn", "xho_Latn"),
+ ("nya_Latn", "yor_Latn"),
+ ("nya_Latn", "zul_Latn"),
+ ("oci_Latn", "por_Latn"),
+ ("ory_Orya", "pan_Guru"),
+ ("ory_Orya", "san_Deva"),
+ ("ory_Orya", "sat_Beng"),
+ ("ory_Orya", "sin_Sinh"),
+ ("ory_Orya", "snd_Arab"),
+ ("ory_Orya", "tam_Taml"),
+ ("ory_Orya", "tel_Telu"),
+ ("ory_Orya", "urd_Arab"),
+ ("pag_Latn", "smo_Latn"),
+ ("pag_Latn", "sun_Latn"),
+ ("pan_Guru", "san_Deva"),
+ ("pan_Guru", "sat_Beng"),
+ ("pan_Guru", "sin_Sinh"),
+ ("pan_Guru", "snd_Arab"),
+ ("pan_Guru", "tam_Taml"),
+ ("pan_Guru", "tel_Telu"),
+ ("pan_Guru", "urd_Arab"),
+ ("pbt_Arab", "tam_Taml"),
+ ("pbt_Arab", "tgk_Cyrl"),
+ ("plt_Latn", "mri_Latn"),
+ ("plt_Latn", "pag_Latn"),
+ ("plt_Latn", "smo_Latn"),
+ ("plt_Latn", "sun_Latn"),
+ ("plt_Latn", "war_Latn"),
+ ("por_Latn", "ayr_Latn"),
+ ("por_Latn", "quy_Latn"),
+ ("prs_Arab", "pbt_Arab"),
+ ("prs_Arab", "tgk_Cyrl"),
+ ("quy_Latn", "spa_Latn"),
+ ("run_Latn", "sna_Latn"),
+ ("run_Latn", "som_Latn"),
+ ("run_Latn", "sot_Latn"),
+ ("run_Latn", "ssw_Latn"),
+ ("run_Latn", "swh_Latn"),
+ ("run_Latn", "tir_Ethi"),
+ ("run_Latn", "tsn_Latn"),
+ ("run_Latn", "tso_Latn"),
+ ("run_Latn", "tum_Latn"),
+ ("run_Latn", "twi_Latn"),
+ ("run_Latn", "umb_Latn"),
+ ("run_Latn", "wol_Latn"),
+ ("run_Latn", "xho_Latn"),
+ ("run_Latn", "yor_Latn"),
+ ("run_Latn", "zul_Latn"),
+ ("rus_Cyrl", "tat_Cyrl"),
+ ("rus_Cyrl", "tgk_Cyrl"),
+ ("san_Deva", "sat_Beng"),
+ ("san_Deva", "sin_Sinh"),
+ ("san_Deva", "snd_Arab"),
+ ("san_Deva", "tam_Taml"),
+ ("san_Deva", "tel_Telu"),
+ ("san_Deva", "urd_Arab"),
+ ("sat_Beng", "sin_Sinh"),
+ ("sat_Beng", "snd_Arab"),
+ ("sat_Beng", "tam_Taml"),
+ ("sat_Beng", "tel_Telu"),
+ ("sat_Beng", "urd_Arab"),
+ ("sin_Sinh", "snd_Arab"),
+ ("sin_Sinh", "tam_Taml"),
+ ("sin_Sinh", "tel_Telu"),
+ ("sin_Sinh", "urd_Arab"),
+ ("smo_Latn", "sun_Latn"),
+ ("smo_Latn", "war_Latn"),
+ ("sna_Latn", "som_Latn"),
+ ("sna_Latn", "sot_Latn"),
+ ("sna_Latn", "ssw_Latn"),
+ ("sna_Latn", "swh_Latn"),
+ ("sna_Latn", "tir_Ethi"),
+ ("sna_Latn", "tsn_Latn"),
+ ("sna_Latn", "tso_Latn"),
+ ("sna_Latn", "tum_Latn"),
+ ("sna_Latn", "twi_Latn"),
+ ("sna_Latn", "umb_Latn"),
+ ("sna_Latn", "wol_Latn"),
+ ("sna_Latn", "xho_Latn"),
+ ("sna_Latn", "yor_Latn"),
+ ("sna_Latn", "zul_Latn"),
+ ("snd_Arab", "tam_Taml"),
+ ("snd_Arab", "tel_Telu"),
+ ("snd_Arab", "urd_Arab"),
+ ("som_Latn", "sot_Latn"),
+ ("som_Latn", "ssw_Latn"),
+ ("som_Latn", "swh_Latn"),
+ ("som_Latn", "tir_Ethi"),
+ ("som_Latn", "tsn_Latn"),
+ ("som_Latn", "tso_Latn"),
+ ("som_Latn", "tum_Latn"),
+ ("som_Latn", "twi_Latn"),
+ ("som_Latn", "umb_Latn"),
+ ("som_Latn", "wol_Latn"),
+ ("som_Latn", "xho_Latn"),
+ ("som_Latn", "yor_Latn"),
+ ("som_Latn", "zul_Latn"),
+ ("sot_Latn", "ssw_Latn"),
+ ("sot_Latn", "swh_Latn"),
+ ("sot_Latn", "tir_Ethi"),
+ ("sot_Latn", "tsn_Latn"),
+ ("sot_Latn", "tso_Latn"),
+ ("sot_Latn", "tum_Latn"),
+ ("sot_Latn", "twi_Latn"),
+ ("sot_Latn", "umb_Latn"),
+ ("sot_Latn", "wol_Latn"),
+ ("sot_Latn", "xho_Latn"),
+ ("sot_Latn", "yor_Latn"),
+ ("sot_Latn", "zul_Latn"),
+ ("ssw_Latn", "swh_Latn"),
+ ("ssw_Latn", "tir_Ethi"),
+ ("ssw_Latn", "tsn_Latn"),
+ ("ssw_Latn", "tso_Latn"),
+ ("ssw_Latn", "tum_Latn"),
+ ("ssw_Latn", "twi_Latn"),
+ ("ssw_Latn", "umb_Latn"),
+ ("ssw_Latn", "wol_Latn"),
+ ("ssw_Latn", "xho_Latn"),
+ ("ssw_Latn", "yor_Latn"),
+ ("ssw_Latn", "zul_Latn"),
+ ("sun_Latn", "war_Latn"),
+ ("swh_Latn", "tir_Ethi"),
+ ("swh_Latn", "tsn_Latn"),
+ ("swh_Latn", "tso_Latn"),
+ ("swh_Latn", "tum_Latn"),
+ ("swh_Latn", "twi_Latn"),
+ ("swh_Latn", "umb_Latn"),
+ ("swh_Latn", "wol_Latn"),
+ ("swh_Latn", "xho_Latn"),
+ ("swh_Latn", "yor_Latn"),
+ ("swh_Latn", "zul_Latn"),
+ ("tam_Taml", "tel_Telu"),
+ ("tam_Taml", "urd_Arab"),
+ ("tat_Cyrl", "tuk_Latn"),
+ ("tat_Cyrl", "uig_Arab"),
+ ("tat_Cyrl", "uzn_Latn"),
+ ("tel_Telu", "urd_Arab"),
+ ("tir_Ethi", "tsn_Latn"),
+ ("tir_Ethi", "tso_Latn"),
+ ("tir_Ethi", "tum_Latn"),
+ ("tir_Ethi", "twi_Latn"),
+ ("tir_Ethi", "umb_Latn"),
+ ("tir_Ethi", "wol_Latn"),
+ ("tir_Ethi", "xho_Latn"),
+ ("tir_Ethi", "yor_Latn"),
+ ("tir_Ethi", "zul_Latn"),
+ ("tsn_Latn", "tso_Latn"),
+ ("tsn_Latn", "tum_Latn"),
+ ("tsn_Latn", "twi_Latn"),
+ ("tsn_Latn", "umb_Latn"),
+ ("tsn_Latn", "wol_Latn"),
+ ("tsn_Latn", "xho_Latn"),
+ ("tsn_Latn", "yor_Latn"),
+ ("tsn_Latn", "zul_Latn"),
+ ("tso_Latn", "tum_Latn"),
+ ("tso_Latn", "twi_Latn"),
+ ("tso_Latn", "umb_Latn"),
+ ("tso_Latn", "wol_Latn"),
+ ("tso_Latn", "xho_Latn"),
+ ("tso_Latn", "yor_Latn"),
+ ("tso_Latn", "zul_Latn"),
+ ("tuk_Latn", "uig_Arab"),
+ ("tuk_Latn", "uzn_Latn"),
+ ("tum_Latn", "twi_Latn"),
+ ("tum_Latn", "umb_Latn"),
+ ("tum_Latn", "wol_Latn"),
+ ("tum_Latn", "xho_Latn"),
+ ("tum_Latn", "yor_Latn"),
+ ("tum_Latn", "zul_Latn"),
+ ("twi_Latn", "umb_Latn"),
+ ("twi_Latn", "wol_Latn"),
+ ("twi_Latn", "xho_Latn"),
+ ("twi_Latn", "yor_Latn"),
+ ("twi_Latn", "zul_Latn"),
+ ("uig_Arab", "uzn_Latn"),
+ ("umb_Latn", "wol_Latn"),
+ ("umb_Latn", "xho_Latn"),
+ ("umb_Latn", "yor_Latn"),
+ ("umb_Latn", "zul_Latn"),
+ ("wol_Latn", "xho_Latn"),
+ ("wol_Latn", "yor_Latn"),
+ ("wol_Latn", "zul_Latn"),
+ ("xho_Latn", "yor_Latn"),
+ ("xho_Latn", "zul_Latn"),
+ ("yor_Latn", "zul_Latn"),
+]
+
+CCMATRIX_PAIRS = [
+ ("afr_Latn", "dan_Latn"),
+ ("afr_Latn", "deu_Latn"),
+ ("afr_Latn", "isl_Latn"),
+ ("afr_Latn", "ltz_Latn"),
+ ("afr_Latn", "nld_Latn"),
+ ("afr_Latn", "nob_Latn"),
+ ("afr_Latn", "swe_Latn"),
+ ("afr_Latn", "tur_Latn"),
+ ("afr_Latn", "ydd_Hebr"),
+ ("als_Latn", "srp_Cyrl"),
+ ("als_Latn", "swe_Latn"),
+ ("als_Latn", "tur_Latn"),
+ ("als_Latn", "ukr_Cyrl"),
+ ("arb_Arab", "als_Latn"),
+ ("arb_Arab", "azj_Latn"),
+ ("arb_Arab", "ben_Beng"),
+ ("arb_Arab", "bul_Cyrl"),
+ ("arb_Arab", "cat_Latn"),
+ ("arb_Arab", "ces_Latn"),
+ ("arb_Arab", "dan_Latn"),
+ ("arb_Arab", "deu_Latn"),
+ ("arb_Arab", "ell_Grek"),
+ ("arb_Arab", "eng_Latn"),
+ ("arb_Arab", "epo_Latn"),
+ ("arb_Arab", "est_Latn"),
+ ("arb_Arab", "fin_Latn"),
+ ("arb_Arab", "fra_Latn"),
+ ("arb_Arab", "gaz_Latn"),
+ ("arb_Arab", "heb_Hebr"),
+ ("arb_Arab", "hin_Deva"),
+ ("arb_Arab", "hrv_Latn"),
+ ("arb_Arab", "hun_Latn"),
+ ("arb_Arab", "hye_Armn"),
+ ("arb_Arab", "ind_Latn"),
+ ("arb_Arab", "ita_Latn"),
+ ("arb_Arab", "jpn_Jpan"),
+ ("arb_Arab", "kat_Geor"),
+ ("arb_Arab", "kaz_Cyrl"),
+ ("arb_Arab", "khm_Khmr"),
+ ("arb_Arab", "kor_Hang"),
+ ("arb_Arab", "lit_Latn"),
+ ("arb_Arab", "lug_Latn"),
+ ("arb_Arab", "lvs_Latn"),
+ ("arb_Arab", "mal_Mlym"),
+ ("arb_Arab", "mar_Deva"),
+ ("arb_Arab", "mya_Mymr"),
+ ("arb_Arab", "nld_Latn"),
+ ("arb_Arab", "nob_Latn"),
+ ("arb_Arab", "npi_Deva"),
+ ("arb_Arab", "ory_Orya"),
+ ("arb_Arab", "pes_Arab"),
+ ("arb_Arab", "pol_Latn"),
+ ("arb_Arab", "por_Latn"),
+ ("arb_Arab", "ron_Latn"),
+ ("arb_Arab", "rus_Cyrl"),
+ ("arb_Arab", "sin_Sinh"),
+ ("arb_Arab", "slk_Latn"),
+ ("arb_Arab", "slv_Latn"),
+ ("arb_Arab", "snd_Arab"),
+ ("arb_Arab", "spa_Latn"),
+ ("arb_Arab", "srp_Cyrl"),
+ ("arb_Arab", "swe_Latn"),
+ ("arb_Arab", "swh_Latn"),
+ ("arb_Arab", "tam_Taml"),
+ ("arb_Arab", "tgl_Latn"),
+ ("arb_Arab", "tur_Latn"),
+ ("arb_Arab", "ukr_Cyrl"),
+ ("arb_Arab", "uzn_Latn"),
+ ("arb_Arab", "vie_Latn"),
+ ("arb_Arab", "xho_Latn"),
+ ("arb_Arab", "zho_Hans"),
+ ("arb_Arab", "zsm_Latn"),
+ ("arb_Arab", "zul_Latn"),
+ ("ast_Latn", "cat_Latn"),
+ ("ast_Latn", "eng_Latn"),
+ ("ast_Latn", "fra_Latn"),
+ ("ast_Latn", "glg_Latn"),
+ ("ast_Latn", "ita_Latn"),
+ ("ast_Latn", "oci_Latn"),
+ ("ast_Latn", "por_Latn"),
+ ("ast_Latn", "ron_Latn"),
+ ("ast_Latn", "spa_Latn"),
+ ("azj_Latn", "hye_Armn"),
+ ("azj_Latn", "ind_Latn"),
+ ("azj_Latn", "kat_Geor"),
+ ("azj_Latn", "kaz_Cyrl"),
+ ("azj_Latn", "khm_Khmr"),
+ ("azj_Latn", "mya_Mymr"),
+ ("azj_Latn", "tat_Cyrl"),
+ ("azj_Latn", "tur_Latn"),
+ ("azj_Latn", "vie_Latn"),
+ ("bel_Cyrl", "als_Latn"),
+ ("bel_Cyrl", "ben_Beng"),
+ ("bel_Cyrl", "bul_Cyrl"),
+ ("bel_Cyrl", "ces_Latn"),
+ ("bel_Cyrl", "dan_Latn"),
+ ("bel_Cyrl", "deu_Latn"),
+ ("bel_Cyrl", "ell_Grek"),
+ ("bel_Cyrl", "epo_Latn"),
+ ("bel_Cyrl", "est_Latn"),
+ ("bel_Cyrl", "fin_Latn"),
+ ("bel_Cyrl", "hin_Deva"),
+ ("bel_Cyrl", "hrv_Latn"),
+ ("bel_Cyrl", "hun_Latn"),
+ ("bel_Cyrl", "ita_Latn"),
+ ("bel_Cyrl", "lit_Latn"),
+ ("bel_Cyrl", "lvs_Latn"),
+ ("bel_Cyrl", "nld_Latn"),
+ ("bel_Cyrl", "nob_Latn"),
+ ("bel_Cyrl", "pol_Latn"),
+ ("bel_Cyrl", "ron_Latn"),
+ ("bel_Cyrl", "slk_Latn"),
+ ("bel_Cyrl", "slv_Latn"),
+ ("bel_Cyrl", "srp_Cyrl"),
+ ("bel_Cyrl", "swe_Latn"),
+ ("bel_Cyrl", "swh_Latn"),
+ ("bel_Cyrl", "tur_Latn"),
+ ("bel_Cyrl", "ukr_Cyrl"),
+ ("bel_Cyrl", "vie_Latn"),
+ ("ben_Beng", "cat_Latn"),
+ ("ben_Beng", "ces_Latn"),
+ ("ben_Beng", "deu_Latn"),
+ ("ben_Beng", "ell_Grek"),
+ ("ben_Beng", "epo_Latn"),
+ ("ben_Beng", "est_Latn"),
+ ("ben_Beng", "fin_Latn"),
+ ("ben_Beng", "fra_Latn"),
+ ("ben_Beng", "heb_Hebr"),
+ ("ben_Beng", "hun_Latn"),
+ ("ben_Beng", "ilo_Latn"),
+ ("ben_Beng", "ind_Latn"),
+ ("ben_Beng", "ita_Latn"),
+ ("ben_Beng", "jpn_Jpan"),
+ ("ben_Beng", "kor_Hang"),
+ ("ben_Beng", "lit_Latn"),
+ ("ben_Beng", "lvs_Latn"),
+ ("ben_Beng", "mkd_Cyrl"),
+ ("ben_Beng", "nld_Latn"),
+ ("ben_Beng", "pes_Arab"),
+ ("ben_Beng", "plt_Latn"),
+ ("ben_Beng", "pol_Latn"),
+ ("ben_Beng", "por_Latn"),
+ ("ben_Beng", "ron_Latn"),
+ ("ben_Beng", "rus_Cyrl"),
+ ("ben_Beng", "slk_Latn"),
+ ("ben_Beng", "slv_Latn"),
+ ("ben_Beng", "spa_Latn"),
+ ("ben_Beng", "srp_Cyrl"),
+ ("ben_Beng", "swe_Latn"),
+ ("ben_Beng", "swh_Latn"),
+ ("ben_Beng", "tgl_Latn"),
+ ("ben_Beng", "tur_Latn"),
+ ("ben_Beng", "ukr_Cyrl"),
+ ("ben_Beng", "vie_Latn"),
+ ("ben_Beng", "zho_Hans"),
+ ("ben_Beng", "zsm_Latn"),
+ ("bul_Cyrl", "als_Latn"),
+ ("bul_Cyrl", "ben_Beng"),
+ ("bul_Cyrl", "cat_Latn"),
+ ("bul_Cyrl", "ces_Latn"),
+ ("bul_Cyrl", "dan_Latn"),
+ ("bul_Cyrl", "deu_Latn"),
+ ("bul_Cyrl", "ell_Grek"),
+ ("bul_Cyrl", "eng_Latn"),
+ ("bul_Cyrl", "epo_Latn"),
+ ("bul_Cyrl", "est_Latn"),
+ ("bul_Cyrl", "fin_Latn"),
+ ("bul_Cyrl", "fra_Latn"),
+ ("bul_Cyrl", "heb_Hebr"),
+ ("bul_Cyrl", "hin_Deva"),
+ ("bul_Cyrl", "hrv_Latn"),
+ ("bul_Cyrl", "hun_Latn"),
+ ("bul_Cyrl", "ind_Latn"),
+ ("bul_Cyrl", "ita_Latn"),
+ ("bul_Cyrl", "jpn_Jpan"),
+ ("bul_Cyrl", "kor_Hang"),
+ ("bul_Cyrl", "lit_Latn"),
+ ("bul_Cyrl", "lvs_Latn"),
+ ("bul_Cyrl", "mkd_Cyrl"),
+ ("bul_Cyrl", "nld_Latn"),
+ ("bul_Cyrl", "nob_Latn"),
+ ("bul_Cyrl", "pol_Latn"),
+ ("bul_Cyrl", "por_Latn"),
+ ("bul_Cyrl", "ron_Latn"),
+ ("bul_Cyrl", "rus_Cyrl"),
+ ("bul_Cyrl", "slk_Latn"),
+ ("bul_Cyrl", "slv_Latn"),
+ ("bul_Cyrl", "spa_Latn"),
+ ("bul_Cyrl", "srp_Cyrl"),
+ ("bul_Cyrl", "swe_Latn"),
+ ("bul_Cyrl", "swh_Latn"),
+ ("bul_Cyrl", "tam_Taml"),
+ ("bul_Cyrl", "tur_Latn"),
+ ("bul_Cyrl", "ukr_Cyrl"),
+ ("bul_Cyrl", "vie_Latn"),
+ ("bul_Cyrl", "zho_Hans"),
+ ("cat_Latn", "als_Latn"),
+ ("cat_Latn", "dan_Latn"),
+ ("cat_Latn", "ell_Grek"),
+ ("cat_Latn", "eng_Latn"),
+ ("cat_Latn", "epo_Latn"),
+ ("cat_Latn", "est_Latn"),
+ ("cat_Latn", "fin_Latn"),
+ ("cat_Latn", "fra_Latn"),
+ ("cat_Latn", "glg_Latn"),
+ ("cat_Latn", "heb_Hebr"),
+ ("cat_Latn", "hin_Deva"),
+ ("cat_Latn", "hun_Latn"),
+ ("cat_Latn", "ind_Latn"),
+ ("cat_Latn", "ita_Latn"),
+ ("cat_Latn", "lit_Latn"),
+ ("cat_Latn", "lvs_Latn"),
+ ("cat_Latn", "nob_Latn"),
+ ("cat_Latn", "oci_Latn"),
+ ("cat_Latn", "pes_Arab"),
+ ("cat_Latn", "por_Latn"),
+ ("cat_Latn", "ron_Latn"),
+ ("cat_Latn", "slk_Latn"),
+ ("cat_Latn", "slv_Latn"),
+ ("cat_Latn", "spa_Latn"),
+ ("cat_Latn", "srp_Cyrl"),
+ ("cat_Latn", "swh_Latn"),
+ ("cat_Latn", "tam_Taml"),
+ ("cat_Latn", "ukr_Cyrl"),
+ ("ceb_Latn", "deu_Latn"),
+ ("ceb_Latn", "hin_Deva"),
+ ("ceb_Latn", "ind_Latn"),
+ ("ceb_Latn", "jpn_Jpan"),
+ ("ceb_Latn", "mal_Mlym"),
+ ("ceb_Latn", "tgl_Latn"),
+ ("ceb_Latn", "zsm_Latn"),
+ ("ces_Latn", "als_Latn"),
+ ("ces_Latn", "dan_Latn"),
+ ("ces_Latn", "deu_Latn"),
+ ("ces_Latn", "ell_Grek"),
+ ("ces_Latn", "eng_Latn"),
+ ("ces_Latn", "epo_Latn"),
+ ("ces_Latn", "est_Latn"),
+ ("ces_Latn", "fin_Latn"),
+ ("ces_Latn", "fra_Latn"),
+ ("ces_Latn", "heb_Hebr"),
+ ("ces_Latn", "hin_Deva"),
+ ("ces_Latn", "hrv_Latn"),
+ ("ces_Latn", "hun_Latn"),
+ ("ces_Latn", "ind_Latn"),
+ ("ces_Latn", "ita_Latn"),
+ ("ces_Latn", "jpn_Jpan"),
+ ("ces_Latn", "kor_Hang"),
+ ("ces_Latn", "lit_Latn"),
+ ("ces_Latn", "lvs_Latn"),
+ ("ces_Latn", "mkd_Cyrl"),
+ ("ces_Latn", "nld_Latn"),
+ ("ces_Latn", "nob_Latn"),
+ ("ces_Latn", "pes_Arab"),
+ ("ces_Latn", "pol_Latn"),
+ ("ces_Latn", "por_Latn"),
+ ("ces_Latn", "ron_Latn"),
+ ("ces_Latn", "rus_Cyrl"),
+ ("ces_Latn", "slk_Latn"),
+ ("ces_Latn", "slv_Latn"),
+ ("ces_Latn", "spa_Latn"),
+ ("ces_Latn", "srp_Cyrl"),
+ ("ces_Latn", "swe_Latn"),
+ ("ces_Latn", "swh_Latn"),
+ ("ces_Latn", "tam_Taml"),
+ ("ces_Latn", "tur_Latn"),
+ ("ces_Latn", "ukr_Cyrl"),
+ ("ces_Latn", "vie_Latn"),
+ ("ces_Latn", "zho_Hans"),
+ ("cym_Latn", "nld_Latn"),
+ ("dan_Latn", "als_Latn"),
+ ("dan_Latn", "deu_Latn"),
+ ("dan_Latn", "ell_Grek"),
+ ("dan_Latn", "eng_Latn"),
+ ("dan_Latn", "epo_Latn"),
+ ("dan_Latn", "est_Latn"),
+ ("dan_Latn", "fin_Latn"),
+ ("dan_Latn", "fra_Latn"),
+ ("dan_Latn", "gla_Latn"),
+ ("dan_Latn", "heb_Hebr"),
+ ("dan_Latn", "hrv_Latn"),
+ ("dan_Latn", "hun_Latn"),
+ ("dan_Latn", "ind_Latn"),
+ ("dan_Latn", "isl_Latn"),
+ ("dan_Latn", "ita_Latn"),
+ ("dan_Latn", "jpn_Jpan"),
+ ("dan_Latn", "kor_Hang"),
+ ("dan_Latn", "lit_Latn"),
+ ("dan_Latn", "ltz_Latn"),
+ ("dan_Latn", "lvs_Latn"),
+ ("dan_Latn", "mkd_Cyrl"),
+ ("dan_Latn", "nld_Latn"),
+ ("dan_Latn", "nob_Latn"),
+ ("dan_Latn", "pes_Arab"),
+ ("dan_Latn", "pol_Latn"),
+ ("dan_Latn", "por_Latn"),
+ ("dan_Latn", "ron_Latn"),
+ ("dan_Latn", "rus_Cyrl"),
+ ("dan_Latn", "slk_Latn"),
+ ("dan_Latn", "slv_Latn"),
+ ("dan_Latn", "spa_Latn"),
+ ("dan_Latn", "srp_Cyrl"),
+ ("dan_Latn", "swe_Latn"),
+ ("dan_Latn", "tam_Taml"),
+ ("dan_Latn", "tur_Latn"),
+ ("dan_Latn", "ukr_Cyrl"),
+ ("dan_Latn", "vie_Latn"),
+ ("dan_Latn", "ydd_Hebr"),
+ ("dan_Latn", "zho_Hans"),
+ ("deu_Latn", "als_Latn"),
+ ("deu_Latn", "ell_Grek"),
+ ("deu_Latn", "eng_Latn"),
+ ("deu_Latn", "epo_Latn"),
+ ("deu_Latn", "est_Latn"),
+ ("deu_Latn", "fin_Latn"),
+ ("deu_Latn", "fra_Latn"),
+ ("deu_Latn", "hau_Latn"),
+ ("deu_Latn", "heb_Hebr"),
+ ("deu_Latn", "hin_Deva"),
+ ("deu_Latn", "hrv_Latn"),
+ ("deu_Latn", "hun_Latn"),
+ ("deu_Latn", "ilo_Latn"),
+ ("deu_Latn", "ind_Latn"),
+ ("deu_Latn", "isl_Latn"),
+ ("deu_Latn", "ita_Latn"),
+ ("deu_Latn", "jav_Latn"),
+ ("deu_Latn", "jpn_Jpan"),
+ ("deu_Latn", "kor_Hang"),
+ ("deu_Latn", "lit_Latn"),
+ ("deu_Latn", "ltz_Latn"),
+ ("deu_Latn", "lvs_Latn"),
+ ("deu_Latn", "mal_Mlym"),
+ ("deu_Latn", "mkd_Cyrl"),
+ ("deu_Latn", "nld_Latn"),
+ ("deu_Latn", "nob_Latn"),
+ ("deu_Latn", "pes_Arab"),
+ ("deu_Latn", "plt_Latn"),
+ ("deu_Latn", "pol_Latn"),
+ ("deu_Latn", "por_Latn"),
+ ("deu_Latn", "ron_Latn"),
+ ("deu_Latn", "rus_Cyrl"),
+ ("deu_Latn", "slk_Latn"),
+ ("deu_Latn", "slv_Latn"),
+ ("deu_Latn", "spa_Latn"),
+ ("deu_Latn", "srp_Cyrl"),
+ ("deu_Latn", "sun_Latn"),
+ ("deu_Latn", "swe_Latn"),
+ ("deu_Latn", "swh_Latn"),
+ ("deu_Latn", "tam_Taml"),
+ ("deu_Latn", "tgl_Latn"),
+ ("deu_Latn", "tur_Latn"),
+ ("deu_Latn", "ukr_Cyrl"),
+ ("deu_Latn", "vie_Latn"),
+ ("deu_Latn", "ydd_Hebr"),
+ ("deu_Latn", "yor_Latn"),
+ ("deu_Latn", "zho_Hans"),
+ ("deu_Latn", "zsm_Latn"),
+ ("ell_Grek", "als_Latn"),
+ ("ell_Grek", "eng_Latn"),
+ ("ell_Grek", "epo_Latn"),
+ ("ell_Grek", "est_Latn"),
+ ("ell_Grek", "fin_Latn"),
+ ("ell_Grek", "fra_Latn"),
+ ("ell_Grek", "heb_Hebr"),
+ ("ell_Grek", "hin_Deva"),
+ ("ell_Grek", "hun_Latn"),
+ ("ell_Grek", "ind_Latn"),
+ ("ell_Grek", "ita_Latn"),
+ ("ell_Grek", "jpn_Jpan"),
+ ("ell_Grek", "kor_Hang"),
+ ("ell_Grek", "lit_Latn"),
+ ("ell_Grek", "lvs_Latn"),
+ ("ell_Grek", "nld_Latn"),
+ ("ell_Grek", "nob_Latn"),
+ ("ell_Grek", "pes_Arab"),
+ ("ell_Grek", "pol_Latn"),
+ ("ell_Grek", "por_Latn"),
+ ("ell_Grek", "ron_Latn"),
+ ("ell_Grek", "rus_Cyrl"),
+ ("ell_Grek", "slk_Latn"),
+ ("ell_Grek", "slv_Latn"),
+ ("ell_Grek", "spa_Latn"),
+ ("ell_Grek", "srp_Cyrl"),
+ ("ell_Grek", "swe_Latn"),
+ ("ell_Grek", "swh_Latn"),
+ ("ell_Grek", "tam_Taml"),
+ ("ell_Grek", "tur_Latn"),
+ ("ell_Grek", "ukr_Cyrl"),
+ ("ell_Grek", "vie_Latn"),
+ ("ell_Grek", "zho_Hans"),
+ ("eng_Latn", "est_Latn"),
+ ("eng_Latn", "fin_Latn"),
+ ("eng_Latn", "fra_Latn"),
+ ("eng_Latn", "glg_Latn"),
+ ("eng_Latn", "heb_Hebr"),
+ ("eng_Latn", "hrv_Latn"),
+ ("eng_Latn", "hun_Latn"),
+ ("eng_Latn", "ind_Latn"),
+ ("eng_Latn", "isl_Latn"),
+ ("eng_Latn", "ita_Latn"),
+ ("eng_Latn", "jpn_Jpan"),
+ ("eng_Latn", "kor_Hang"),
+ ("eng_Latn", "lit_Latn"),
+ ("eng_Latn", "lvs_Latn"),
+ ("eng_Latn", "mkd_Cyrl"),
+ ("eng_Latn", "nld_Latn"),
+ ("eng_Latn", "nob_Latn"),
+ ("eng_Latn", "oci_Latn"),
+ ("eng_Latn", "pes_Arab"),
+ ("eng_Latn", "pol_Latn"),
+ ("eng_Latn", "por_Latn"),
+ ("eng_Latn", "ron_Latn"),
+ ("eng_Latn", "rus_Cyrl"),
+ ("eng_Latn", "slk_Latn"),
+ ("eng_Latn", "slv_Latn"),
+ ("eng_Latn", "spa_Latn"),
+ ("eng_Latn", "srp_Cyrl"),
+ ("eng_Latn", "swe_Latn"),
+ ("eng_Latn", "tur_Latn"),
+ ("eng_Latn", "ukr_Cyrl"),
+ ("eng_Latn", "vie_Latn"),
+ ("eng_Latn", "zho_Hans"),
+ ("epo_Latn", "als_Latn"),
+ ("epo_Latn", "est_Latn"),
+ ("epo_Latn", "fin_Latn"),
+ ("epo_Latn", "heb_Hebr"),
+ ("epo_Latn", "hrv_Latn"),
+ ("epo_Latn", "hun_Latn"),
+ ("epo_Latn", "ita_Latn"),
+ ("epo_Latn", "lit_Latn"),
+ ("epo_Latn", "lvs_Latn"),
+ ("epo_Latn", "mkd_Cyrl"),
+ ("epo_Latn", "nld_Latn"),
+ ("epo_Latn", "nob_Latn"),
+ ("epo_Latn", "pes_Arab"),
+ ("epo_Latn", "ron_Latn"),
+ ("epo_Latn", "slk_Latn"),
+ ("epo_Latn", "slv_Latn"),
+ ("epo_Latn", "spa_Latn"),
+ ("epo_Latn", "srp_Cyrl"),
+ ("epo_Latn", "swe_Latn"),
+ ("epo_Latn", "swh_Latn"),
+ ("epo_Latn", "ukr_Cyrl"),
+ ("est_Latn", "als_Latn"),
+ ("est_Latn", "fin_Latn"),
+ ("est_Latn", "fra_Latn"),
+ ("est_Latn", "heb_Hebr"),
+ ("est_Latn", "hin_Deva"),
+ ("est_Latn", "hrv_Latn"),
+ ("est_Latn", "hun_Latn"),
+ ("est_Latn", "ind_Latn"),
+ ("est_Latn", "ita_Latn"),
+ ("est_Latn", "kor_Hang"),
+ ("est_Latn", "lit_Latn"),
+ ("est_Latn", "lvs_Latn"),
+ ("est_Latn", "mkd_Cyrl"),
+ ("est_Latn", "nld_Latn"),
+ ("est_Latn", "nob_Latn"),
+ ("est_Latn", "pes_Arab"),
+ ("est_Latn", "pol_Latn"),
+ ("est_Latn", "por_Latn"),
+ ("est_Latn", "ron_Latn"),
+ ("est_Latn", "rus_Cyrl"),
+ ("est_Latn", "slk_Latn"),
+ ("est_Latn", "slv_Latn"),
+ ("est_Latn", "srp_Cyrl"),
+ ("est_Latn", "swe_Latn"),
+ ("est_Latn", "swh_Latn"),
+ ("est_Latn", "tam_Taml"),
+ ("est_Latn", "tur_Latn"),
+ ("est_Latn", "ukr_Cyrl"),
+ ("est_Latn", "vie_Latn"),
+ ("est_Latn", "zho_Hans"),
+ ("fin_Latn", "als_Latn"),
+ ("fin_Latn", "fra_Latn"),
+ ("fin_Latn", "heb_Hebr"),
+ ("fin_Latn", "hin_Deva"),
+ ("fin_Latn", "hrv_Latn"),
+ ("fin_Latn", "hun_Latn"),
+ ("fin_Latn", "ind_Latn"),
+ ("fin_Latn", "ita_Latn"),
+ ("fin_Latn", "jpn_Jpan"),
+ ("fin_Latn", "kor_Hang"),
+ ("fin_Latn", "lit_Latn"),
+ ("fin_Latn", "lvs_Latn"),
+ ("fin_Latn", "mkd_Cyrl"),
+ ("fin_Latn", "nld_Latn"),
+ ("fin_Latn", "nob_Latn"),
+ ("fin_Latn", "pol_Latn"),
+ ("fin_Latn", "por_Latn"),
+ ("fin_Latn", "ron_Latn"),
+ ("fin_Latn", "rus_Cyrl"),
+ ("fin_Latn", "slk_Latn"),
+ ("fin_Latn", "slv_Latn"),
+ ("fin_Latn", "srp_Cyrl"),
+ ("fin_Latn", "swe_Latn"),
+ ("fin_Latn", "swh_Latn"),
+ ("fin_Latn", "tam_Taml"),
+ ("fin_Latn", "tur_Latn"),
+ ("fin_Latn", "ukr_Cyrl"),
+ ("fin_Latn", "vie_Latn"),
+ ("fin_Latn", "zho_Hans"),
+ ("fra_Latn", "heb_Hebr"),
+ ("fra_Latn", "hin_Deva"),
+ ("fra_Latn", "hrv_Latn"),
+ ("fra_Latn", "hun_Latn"),
+ ("fra_Latn", "ind_Latn"),
+ ("fra_Latn", "ita_Latn"),
+ ("fra_Latn", "jpn_Jpan"),
+ ("fra_Latn", "kor_Hang"),
+ ("fra_Latn", "lit_Latn"),
+ ("fra_Latn", "lvs_Latn"),
+ ("fra_Latn", "mal_Mlym"),
+ ("fra_Latn", "nld_Latn"),
+ ("fra_Latn", "nob_Latn"),
+ ("fra_Latn", "pol_Latn"),
+ ("fra_Latn", "por_Latn"),
+ ("fra_Latn", "ron_Latn"),
+ ("fra_Latn", "rus_Cyrl"),
+ ("fra_Latn", "slk_Latn"),
+ ("fra_Latn", "slv_Latn"),
+ ("fra_Latn", "srp_Cyrl"),
+ ("fra_Latn", "swe_Latn"),
+ ("fra_Latn", "tam_Taml"),
+ ("fra_Latn", "tgl_Latn"),
+ ("fra_Latn", "tur_Latn"),
+ ("fra_Latn", "ukr_Cyrl"),
+ ("fra_Latn", "vie_Latn"),
+ ("fra_Latn", "zho_Hans"),
+ ("fra_Latn", "zsm_Latn"),
+ ("gla_Latn", "nld_Latn"),
+ ("gla_Latn", "nob_Latn"),
+ ("gle_Latn", "nld_Latn"),
+ ("glg_Latn", "ita_Latn"),
+ ("glg_Latn", "oci_Latn"),
+ ("glg_Latn", "ron_Latn"),
+ ("glg_Latn", "tur_Latn"),
+ ("hau_Latn", "nld_Latn"),
+ ("heb_Hebr", "als_Latn"),
+ ("heb_Hebr", "hin_Deva"),
+ ("heb_Hebr", "hun_Latn"),
+ ("heb_Hebr", "ind_Latn"),
+ ("heb_Hebr", "jpn_Jpan"),
+ ("heb_Hebr", "kor_Hang"),
+ ("heb_Hebr", "lit_Latn"),
+ ("heb_Hebr", "lvs_Latn"),
+ ("heb_Hebr", "mal_Mlym"),
+ ("heb_Hebr", "mar_Deva"),
+ ("heb_Hebr", "nld_Latn"),
+ ("heb_Hebr", "nob_Latn"),
+ ("heb_Hebr", "npi_Deva"),
+ ("heb_Hebr", "plt_Latn"),
+ ("heb_Hebr", "pol_Latn"),
+ ("heb_Hebr", "por_Latn"),
+ ("heb_Hebr", "ron_Latn"),
+ ("heb_Hebr", "rus_Cyrl"),
+ ("heb_Hebr", "sin_Sinh"),
+ ("heb_Hebr", "slk_Latn"),
+ ("heb_Hebr", "slv_Latn"),
+ ("heb_Hebr", "srp_Cyrl"),
+ ("heb_Hebr", "swe_Latn"),
+ ("heb_Hebr", "swh_Latn"),
+ ("heb_Hebr", "tam_Taml"),
+ ("heb_Hebr", "tgl_Latn"),
+ ("heb_Hebr", "tur_Latn"),
+ ("heb_Hebr", "ukr_Cyrl"),
+ ("heb_Hebr", "urd_Arab"),
+ ("heb_Hebr", "vie_Latn"),
+ ("heb_Hebr", "zho_Hans"),
+ ("heb_Hebr", "zsm_Latn"),
+ ("hin_Deva", "hun_Latn"),
+ ("hin_Deva", "ilo_Latn"),
+ ("hin_Deva", "ind_Latn"),
+ ("hin_Deva", "ita_Latn"),
+ ("hin_Deva", "jav_Latn"),
+ ("hin_Deva", "jpn_Jpan"),
+ ("hin_Deva", "kor_Hang"),
+ ("hin_Deva", "lit_Latn"),
+ ("hin_Deva", "lvs_Latn"),
+ ("hin_Deva", "nld_Latn"),
+ ("hin_Deva", "plt_Latn"),
+ ("hin_Deva", "pol_Latn"),
+ ("hin_Deva", "por_Latn"),
+ ("hin_Deva", "ron_Latn"),
+ ("hin_Deva", "rus_Cyrl"),
+ ("hin_Deva", "slk_Latn"),
+ ("hin_Deva", "slv_Latn"),
+ ("hin_Deva", "srp_Cyrl"),
+ ("hin_Deva", "swe_Latn"),
+ ("hin_Deva", "swh_Latn"),
+ ("hin_Deva", "tgl_Latn"),
+ ("hin_Deva", "tur_Latn"),
+ ("hin_Deva", "ukr_Cyrl"),
+ ("hin_Deva", "vie_Latn"),
+ ("hin_Deva", "zho_Hans"),
+ ("hin_Deva", "zsm_Latn"),
+ ("hrv_Latn", "als_Latn"),
+ ("hrv_Latn", "hun_Latn"),
+ ("hrv_Latn", "lit_Latn"),
+ ("hrv_Latn", "lvs_Latn"),
+ ("hrv_Latn", "mkd_Cyrl"),
+ ("hrv_Latn", "nob_Latn"),
+ ("hrv_Latn", "pol_Latn"),
+ ("hrv_Latn", "ron_Latn"),
+ ("hrv_Latn", "rus_Cyrl"),
+ ("hrv_Latn", "slk_Latn"),
+ ("hrv_Latn", "slv_Latn"),
+ ("hrv_Latn", "srp_Cyrl"),
+ ("hrv_Latn", "tam_Taml"),
+ ("hrv_Latn", "ukr_Cyrl"),
+ ("hrv_Latn", "zho_Hans"),
+ ("hun_Latn", "als_Latn"),
+ ("hun_Latn", "gaz_Latn"),
+ ("hun_Latn", "ind_Latn"),
+ ("hun_Latn", "ita_Latn"),
+ ("hun_Latn", "jpn_Jpan"),
+ ("hun_Latn", "kor_Hang"),
+ ("hun_Latn", "lit_Latn"),
+ ("hun_Latn", "lvs_Latn"),
+ ("hun_Latn", "mkd_Cyrl"),
+ ("hun_Latn", "nld_Latn"),
+ ("hun_Latn", "nob_Latn"),
+ ("hun_Latn", "pol_Latn"),
+ ("hun_Latn", "por_Latn"),
+ ("hun_Latn", "ron_Latn"),
+ ("hun_Latn", "rus_Cyrl"),
+ ("hun_Latn", "slk_Latn"),
+ ("hun_Latn", "slv_Latn"),
+ ("hun_Latn", "srp_Cyrl"),
+ ("hun_Latn", "swe_Latn"),
+ ("hun_Latn", "swh_Latn"),
+ ("hun_Latn", "tam_Taml"),
+ ("hun_Latn", "tur_Latn"),
+ ("hun_Latn", "ukr_Cyrl"),
+ ("hun_Latn", "vie_Latn"),
+ ("hun_Latn", "xho_Latn"),
+ ("hun_Latn", "zho_Hans"),
+ ("hun_Latn", "zul_Latn"),
+ ("hye_Armn", "kat_Geor"),
+ ("hye_Armn", "kaz_Cyrl"),
+ ("hye_Armn", "khm_Khmr"),
+ ("hye_Armn", "mya_Mymr"),
+ ("hye_Armn", "tat_Cyrl"),
+ ("hye_Armn", "tur_Latn"),
+ ("hye_Armn", "vie_Latn"),
+ ("ibo_Latn", "nld_Latn"),
+ ("ilo_Latn", "mal_Mlym"),
+ ("ilo_Latn", "tgl_Latn"),
+ ("ilo_Latn", "zsm_Latn"),
+ ("ind_Latn", "ilo_Latn"),
+ ("ind_Latn", "ita_Latn"),
+ ("ind_Latn", "jpn_Jpan"),
+ ("ind_Latn", "kor_Hang"),
+ ("ind_Latn", "lit_Latn"),
+ ("ind_Latn", "lvs_Latn"),
+ ("ind_Latn", "mal_Mlym"),
+ ("ind_Latn", "mar_Deva"),
+ ("ind_Latn", "nld_Latn"),
+ ("ind_Latn", "nob_Latn"),
+ ("ind_Latn", "npi_Deva"),
+ ("ind_Latn", "plt_Latn"),
+ ("ind_Latn", "pol_Latn"),
+ ("ind_Latn", "por_Latn"),
+ ("ind_Latn", "ron_Latn"),
+ ("ind_Latn", "rus_Cyrl"),
+ ("ind_Latn", "sin_Sinh"),
+ ("ind_Latn", "slk_Latn"),
+ ("ind_Latn", "slv_Latn"),
+ ("ind_Latn", "srp_Cyrl"),
+ ("ind_Latn", "swe_Latn"),
+ ("ind_Latn", "swh_Latn"),
+ ("ind_Latn", "tam_Taml"),
+ ("ind_Latn", "tgl_Latn"),
+ ("ind_Latn", "tur_Latn"),
+ ("ind_Latn", "ukr_Cyrl"),
+ ("ind_Latn", "urd_Arab"),
+ ("ind_Latn", "vie_Latn"),
+ ("ind_Latn", "zho_Hans"),
+ ("ind_Latn", "zsm_Latn"),
+ ("isl_Latn", "ltz_Latn"),
+ ("isl_Latn", "nld_Latn"),
+ ("isl_Latn", "nob_Latn"),
+ ("isl_Latn", "swe_Latn"),
+ ("isl_Latn", "ydd_Hebr"),
+ ("ita_Latn", "als_Latn"),
+ ("ita_Latn", "jpn_Jpan"),
+ ("ita_Latn", "kor_Hang"),
+ ("ita_Latn", "lit_Latn"),
+ ("ita_Latn", "lvs_Latn"),
+ ("ita_Latn", "nld_Latn"),
+ ("ita_Latn", "nob_Latn"),
+ ("ita_Latn", "oci_Latn"),
+ ("ita_Latn", "pol_Latn"),
+ ("ita_Latn", "por_Latn"),
+ ("ita_Latn", "ron_Latn"),
+ ("ita_Latn", "rus_Cyrl"),
+ ("ita_Latn", "slk_Latn"),
+ ("ita_Latn", "slv_Latn"),
+ ("ita_Latn", "srp_Cyrl"),
+ ("ita_Latn", "swe_Latn"),
+ ("ita_Latn", "swh_Latn"),
+ ("ita_Latn", "tam_Taml"),
+ ("ita_Latn", "tur_Latn"),
+ ("ita_Latn", "ukr_Cyrl"),
+ ("ita_Latn", "vie_Latn"),
+ ("ita_Latn", "zho_Hans"),
+ ("jav_Latn", "mal_Mlym"),
+ ("jav_Latn", "tgl_Latn"),
+ ("jav_Latn", "zsm_Latn"),
+ ("jpn_Jpan", "kor_Hang"),
+ ("jpn_Jpan", "lit_Latn"),
+ ("jpn_Jpan", "mal_Mlym"),
+ ("jpn_Jpan", "nld_Latn"),
+ ("jpn_Jpan", "nob_Latn"),
+ ("jpn_Jpan", "pol_Latn"),
+ ("jpn_Jpan", "por_Latn"),
+ ("jpn_Jpan", "ron_Latn"),
+ ("jpn_Jpan", "rus_Cyrl"),
+ ("jpn_Jpan", "slk_Latn"),
+ ("jpn_Jpan", "slv_Latn"),
+ ("jpn_Jpan", "srp_Cyrl"),
+ ("jpn_Jpan", "swe_Latn"),
+ ("jpn_Jpan", "swh_Latn"),
+ ("jpn_Jpan", "tam_Taml"),
+ ("jpn_Jpan", "tgl_Latn"),
+ ("jpn_Jpan", "tur_Latn"),
+ ("jpn_Jpan", "ukr_Cyrl"),
+ ("jpn_Jpan", "vie_Latn"),
+ ("jpn_Jpan", "zho_Hans"),
+ ("jpn_Jpan", "zsm_Latn"),
+ ("kat_Geor", "kaz_Cyrl"),
+ ("kat_Geor", "tat_Cyrl"),
+ ("kat_Geor", "tur_Latn"),
+ ("kat_Geor", "vie_Latn"),
+ ("kaz_Cyrl", "tat_Cyrl"),
+ ("kaz_Cyrl", "tur_Latn"),
+ ("kaz_Cyrl", "vie_Latn"),
+ ("khm_Khmr", "tur_Latn"),
+ ("kor_Hang", "lit_Latn"),
+ ("kor_Hang", "lvs_Latn"),
+ ("kor_Hang", "mkd_Cyrl"),
+ ("kor_Hang", "nld_Latn"),
+ ("kor_Hang", "nob_Latn"),
+ ("kor_Hang", "pol_Latn"),
+ ("kor_Hang", "por_Latn"),
+ ("kor_Hang", "rus_Cyrl"),
+ ("kor_Hang", "slk_Latn"),
+ ("kor_Hang", "slv_Latn"),
+ ("kor_Hang", "srp_Cyrl"),
+ ("kor_Hang", "swe_Latn"),
+ ("kor_Hang", "swh_Latn"),
+ ("kor_Hang", "tam_Taml"),
+ ("kor_Hang", "tur_Latn"),
+ ("kor_Hang", "ukr_Cyrl"),
+ ("kor_Hang", "vie_Latn"),
+ ("kor_Hang", "zho_Hans"),
+ ("lit_Latn", "als_Latn"),
+ ("lit_Latn", "lvs_Latn"),
+ ("lit_Latn", "mkd_Cyrl"),
+ ("lit_Latn", "nld_Latn"),
+ ("lit_Latn", "nob_Latn"),
+ ("lit_Latn", "plt_Latn"),
+ ("lit_Latn", "pol_Latn"),
+ ("lit_Latn", "por_Latn"),
+ ("lit_Latn", "ron_Latn"),
+ ("lit_Latn", "rus_Cyrl"),
+ ("lit_Latn", "slk_Latn"),
+ ("lit_Latn", "slv_Latn"),
+ ("lit_Latn", "srp_Cyrl"),
+ ("lit_Latn", "swe_Latn"),
+ ("lit_Latn", "swh_Latn"),
+ ("lit_Latn", "tam_Taml"),
+ ("lit_Latn", "tur_Latn"),
+ ("lit_Latn", "ukr_Cyrl"),
+ ("lit_Latn", "vie_Latn"),
+ ("lit_Latn", "zho_Hans"),
+ ("ltz_Latn", "nld_Latn"),
+ ("ltz_Latn", "nob_Latn"),
+ ("ltz_Latn", "zho_Hans"),
+ ("lvs_Latn", "als_Latn"),
+ ("lvs_Latn", "mkd_Cyrl"),
+ ("lvs_Latn", "nld_Latn"),
+ ("lvs_Latn", "nob_Latn"),
+ ("lvs_Latn", "pol_Latn"),
+ ("lvs_Latn", "por_Latn"),
+ ("lvs_Latn", "ron_Latn"),
+ ("lvs_Latn", "rus_Cyrl"),
+ ("lvs_Latn", "slk_Latn"),
+ ("lvs_Latn", "slv_Latn"),
+ ("lvs_Latn", "srp_Cyrl"),
+ ("lvs_Latn", "swe_Latn"),
+ ("lvs_Latn", "swh_Latn"),
+ ("lvs_Latn", "tam_Taml"),
+ ("lvs_Latn", "tur_Latn"),
+ ("lvs_Latn", "ukr_Cyrl"),
+ ("lvs_Latn", "vie_Latn"),
+ ("lvs_Latn", "zho_Hans"),
+ ("mal_Mlym", "rus_Cyrl"),
+ ("mal_Mlym", "sun_Latn"),
+ ("mal_Mlym", "tgl_Latn"),
+ ("mal_Mlym", "tur_Latn"),
+ ("mal_Mlym", "zho_Hans"),
+ ("mal_Mlym", "zsm_Latn"),
+ ("mar_Deva", "rus_Cyrl"),
+ ("mar_Deva", "tur_Latn"),
+ ("mkd_Cyrl", "als_Latn"),
+ ("mkd_Cyrl", "nld_Latn"),
+ ("mkd_Cyrl", "nob_Latn"),
+ ("mkd_Cyrl", "pol_Latn"),
+ ("mkd_Cyrl", "ron_Latn"),
+ ("mkd_Cyrl", "rus_Cyrl"),
+ ("mkd_Cyrl", "slk_Latn"),
+ ("mkd_Cyrl", "slv_Latn"),
+ ("mkd_Cyrl", "swe_Latn"),
+ ("mkd_Cyrl", "ukr_Cyrl"),
+ ("mkd_Cyrl", "vie_Latn"),
+ ("mkd_Cyrl", "zho_Hans"),
+ ("mya_Mymr", "tur_Latn"),
+ ("nld_Latn", "nob_Latn"),
+ ("nld_Latn", "pol_Latn"),
+ ("nld_Latn", "por_Latn"),
+ ("nld_Latn", "ron_Latn"),
+ ("nld_Latn", "rus_Cyrl"),
+ ("nld_Latn", "slk_Latn"),
+ ("nld_Latn", "slv_Latn"),
+ ("nld_Latn", "som_Latn"),
+ ("nld_Latn", "srp_Cyrl"),
+ ("nld_Latn", "swe_Latn"),
+ ("nld_Latn", "swh_Latn"),
+ ("nld_Latn", "tam_Taml"),
+ ("nld_Latn", "tur_Latn"),
+ ("nld_Latn", "ukr_Cyrl"),
+ ("nld_Latn", "vie_Latn"),
+ ("nld_Latn", "ydd_Hebr"),
+ ("nld_Latn", "yor_Latn"),
+ ("nld_Latn", "zho_Hans"),
+ ("nob_Latn", "als_Latn"),
+ ("nob_Latn", "pol_Latn"),
+ ("nob_Latn", "por_Latn"),
+ ("nob_Latn", "ron_Latn"),
+ ("nob_Latn", "rus_Cyrl"),
+ ("nob_Latn", "slk_Latn"),
+ ("nob_Latn", "slv_Latn"),
+ ("nob_Latn", "srp_Cyrl"),
+ ("nob_Latn", "swe_Latn"),
+ ("nob_Latn", "tam_Taml"),
+ ("nob_Latn", "tur_Latn"),
+ ("nob_Latn", "ukr_Cyrl"),
+ ("nob_Latn", "vie_Latn"),
+ ("nob_Latn", "ydd_Hebr"),
+ ("nob_Latn", "zho_Hans"),
+ ("npi_Deva", "rus_Cyrl"),
+ ("npi_Deva", "tur_Latn"),
+ ("oci_Latn", "ron_Latn"),
+ ("pes_Arab", "als_Latn"),
+ ("pes_Arab", "fin_Latn"),
+ ("pes_Arab", "fra_Latn"),
+ ("pes_Arab", "heb_Hebr"),
+ ("pes_Arab", "hin_Deva"),
+ ("pes_Arab", "hrv_Latn"),
+ ("pes_Arab", "hun_Latn"),
+ ("pes_Arab", "ind_Latn"),
+ ("pes_Arab", "ita_Latn"),
+ ("pes_Arab", "jpn_Jpan"),
+ ("pes_Arab", "kor_Hang"),
+ ("pes_Arab", "lit_Latn"),
+ ("pes_Arab", "lvs_Latn"),
+ ("pes_Arab", "mal_Mlym"),
+ ("pes_Arab", "mar_Deva"),
+ ("pes_Arab", "nld_Latn"),
+ ("pes_Arab", "nob_Latn"),
+ ("pes_Arab", "npi_Deva"),
+ ("pes_Arab", "ory_Orya"),
+ ("pes_Arab", "pol_Latn"),
+ ("pes_Arab", "por_Latn"),
+ ("pes_Arab", "ron_Latn"),
+ ("pes_Arab", "rus_Cyrl"),
+ ("pes_Arab", "sin_Sinh"),
+ ("pes_Arab", "slk_Latn"),
+ ("pes_Arab", "slv_Latn"),
+ ("pes_Arab", "snd_Arab"),
+ ("pes_Arab", "srp_Cyrl"),
+ ("pes_Arab", "swe_Latn"),
+ ("pes_Arab", "swh_Latn"),
+ ("pes_Arab", "tam_Taml"),
+ ("pes_Arab", "tgl_Latn"),
+ ("pes_Arab", "tur_Latn"),
+ ("pes_Arab", "ukr_Cyrl"),
+ ("pes_Arab", "urd_Arab"),
+ ("pes_Arab", "uzn_Latn"),
+ ("pes_Arab", "vie_Latn"),
+ ("pes_Arab", "zho_Hans"),
+ ("pes_Arab", "zsm_Latn"),
+ ("plt_Latn", "mal_Mlym"),
+ ("plt_Latn", "rus_Cyrl"),
+ ("plt_Latn", "tam_Taml"),
+ ("plt_Latn", "tgl_Latn"),
+ ("plt_Latn", "zho_Hans"),
+ ("plt_Latn", "zsm_Latn"),
+ ("pol_Latn", "als_Latn"),
+ ("pol_Latn", "por_Latn"),
+ ("pol_Latn", "ron_Latn"),
+ ("pol_Latn", "rus_Cyrl"),
+ ("pol_Latn", "slk_Latn"),
+ ("pol_Latn", "slv_Latn"),
+ ("pol_Latn", "srp_Cyrl"),
+ ("pol_Latn", "swe_Latn"),
+ ("pol_Latn", "swh_Latn"),
+ ("pol_Latn", "tam_Taml"),
+ ("pol_Latn", "tur_Latn"),
+ ("pol_Latn", "ukr_Cyrl"),
+ ("pol_Latn", "vie_Latn"),
+ ("pol_Latn", "zho_Hans"),
+ ("por_Latn", "ron_Latn"),
+ ("por_Latn", "rus_Cyrl"),
+ ("por_Latn", "slk_Latn"),
+ ("por_Latn", "slv_Latn"),
+ ("por_Latn", "srp_Cyrl"),
+ ("por_Latn", "swe_Latn"),
+ ("por_Latn", "swh_Latn"),
+ ("por_Latn", "tam_Taml"),
+ ("por_Latn", "tur_Latn"),
+ ("por_Latn", "ukr_Cyrl"),
+ ("por_Latn", "vie_Latn"),
+ ("por_Latn", "zho_Hans"),
+ ("ron_Latn", "als_Latn"),
+ ("ron_Latn", "slk_Latn"),
+ ("ron_Latn", "slv_Latn"),
+ ("ron_Latn", "srp_Cyrl"),
+ ("ron_Latn", "swe_Latn"),
+ ("ron_Latn", "tam_Taml"),
+ ("ron_Latn", "tur_Latn"),
+ ("ron_Latn", "ukr_Cyrl"),
+ ("ron_Latn", "vie_Latn"),
+ ("ron_Latn", "zho_Hans"),
+ ("rus_Cyrl", "als_Latn"),
+ ("rus_Cyrl", "sin_Sinh"),
+ ("rus_Cyrl", "slk_Latn"),
+ ("rus_Cyrl", "slv_Latn"),
+ ("rus_Cyrl", "srp_Cyrl"),
+ ("rus_Cyrl", "swe_Latn"),
+ ("rus_Cyrl", "swh_Latn"),
+ ("rus_Cyrl", "tam_Taml"),
+ ("rus_Cyrl", "tgl_Latn"),
+ ("rus_Cyrl", "tur_Latn"),
+ ("rus_Cyrl", "ukr_Cyrl"),
+ ("rus_Cyrl", "urd_Arab"),
+ ("rus_Cyrl", "vie_Latn"),
+ ("rus_Cyrl", "zho_Hans"),
+ ("sin_Sinh", "tur_Latn"),
+ ("slk_Latn", "als_Latn"),
+ ("slk_Latn", "slv_Latn"),
+ ("slk_Latn", "srp_Cyrl"),
+ ("slk_Latn", "swe_Latn"),
+ ("slk_Latn", "swh_Latn"),
+ ("slk_Latn", "tam_Taml"),
+ ("slk_Latn", "tur_Latn"),
+ ("slk_Latn", "ukr_Cyrl"),
+ ("slk_Latn", "vie_Latn"),
+ ("slk_Latn", "zho_Hans"),
+ ("slv_Latn", "als_Latn"),
+ ("slv_Latn", "srp_Cyrl"),
+ ("slv_Latn", "swe_Latn"),
+ ("slv_Latn", "swh_Latn"),
+ ("slv_Latn", "tam_Taml"),
+ ("slv_Latn", "tur_Latn"),
+ ("slv_Latn", "ukr_Cyrl"),
+ ("slv_Latn", "vie_Latn"),
+ ("slv_Latn", "zho_Hans"),
+ ("spa_Latn", "als_Latn"),
+ ("spa_Latn", "est_Latn"),
+ ("spa_Latn", "fin_Latn"),
+ ("spa_Latn", "fra_Latn"),
+ ("spa_Latn", "glg_Latn"),
+ ("spa_Latn", "heb_Hebr"),
+ ("spa_Latn", "hin_Deva"),
+ ("spa_Latn", "hun_Latn"),
+ ("spa_Latn", "ind_Latn"),
+ ("spa_Latn", "ita_Latn"),
+ ("spa_Latn", "jpn_Jpan"),
+ ("spa_Latn", "kor_Hang"),
+ ("spa_Latn", "lit_Latn"),
+ ("spa_Latn", "lvs_Latn"),
+ ("spa_Latn", "mkd_Cyrl"),
+ ("spa_Latn", "nld_Latn"),
+ ("spa_Latn", "nob_Latn"),
+ ("spa_Latn", "oci_Latn"),
+ ("spa_Latn", "pes_Arab"),
+ ("spa_Latn", "pol_Latn"),
+ ("spa_Latn", "por_Latn"),
+ ("spa_Latn", "ron_Latn"),
+ ("spa_Latn", "rus_Cyrl"),
+ ("spa_Latn", "slk_Latn"),
+ ("spa_Latn", "slv_Latn"),
+ ("spa_Latn", "srp_Cyrl"),
+ ("spa_Latn", "swe_Latn"),
+ ("spa_Latn", "swh_Latn"),
+ ("spa_Latn", "tam_Taml"),
+ ("spa_Latn", "tur_Latn"),
+ ("spa_Latn", "ukr_Cyrl"),
+ ("spa_Latn", "vie_Latn"),
+ ("spa_Latn", "zho_Hans"),
+ ("srp_Cyrl", "swe_Latn"),
+ ("srp_Cyrl", "swh_Latn"),
+ ("srp_Cyrl", "tam_Taml"),
+ ("srp_Cyrl", "tur_Latn"),
+ ("srp_Cyrl", "ukr_Cyrl"),
+ ("srp_Cyrl", "vie_Latn"),
+ ("srp_Cyrl", "zho_Hans"),
+ ("sun_Latn", "tgl_Latn"),
+ ("swe_Latn", "swh_Latn"),
+ ("swe_Latn", "tam_Taml"),
+ ("swe_Latn", "tur_Latn"),
+ ("swe_Latn", "ukr_Cyrl"),
+ ("swe_Latn", "vie_Latn"),
+ ("swe_Latn", "zho_Hans"),
+ ("swh_Latn", "tam_Taml"),
+ ("swh_Latn", "tur_Latn"),
+ ("swh_Latn", "ukr_Cyrl"),
+ ("swh_Latn", "vie_Latn"),
+ ("swh_Latn", "zho_Hans"),
+ ("tam_Taml", "tgl_Latn"),
+ ("tam_Taml", "tur_Latn"),
+ ("tam_Taml", "ukr_Cyrl"),
+ ("tam_Taml", "vie_Latn"),
+ ("tam_Taml", "zho_Hans"),
+ ("tgl_Latn", "tur_Latn"),
+ ("tgl_Latn", "vie_Latn"),
+ ("tgl_Latn", "zho_Hans"),
+ ("tur_Latn", "ukr_Cyrl"),
+ ("tur_Latn", "urd_Arab"),
+ ("tur_Latn", "uzn_Latn"),
+ ("tur_Latn", "vie_Latn"),
+ ("tur_Latn", "zho_Hans"),
+ ("ukr_Cyrl", "vie_Latn"),
+ ("ukr_Cyrl", "zho_Hans"),
+ ("vie_Latn", "zho_Hans"),
+ ("ydd_Hebr", "zho_Hans"),
+ ("zsm_Latn", "rus_Cyrl"),
+ ("zsm_Latn", "sun_Latn"),
+ ("zsm_Latn", "tam_Taml"),
+ ("zsm_Latn", "tgl_Latn"),
+ ("zsm_Latn", "tur_Latn"),
+ ("zsm_Latn", "vie_Latn"),
+ ("zsm_Latn", "zho_Hans"),
+]
+CCMATRIX_MAPPING = {
+ "afr_Latn": "af",
+ "als_Latn": "sq",
+ "amh_Ethi": "am",
+ "arb_Arab": "ar",
+ "ast_Latn": "ast",
+ "azj_Latn": "az",
+ "bel_Cyrl": "be",
+ "ben_Beng": "bn",
+ "bul_Cyrl": "bg",
+ "cat_Latn": "ca",
+ "ceb_Latn": "ceb",
+ "ces_Latn": "cs",
+ "cym_Latn": "cy",
+ "dan_Latn": "da",
+ "deu_Latn": "de",
+ "ell_Grek": "el",
+ "eng_Latn": "en",
+ "epo_Latn": "eo",
+ "est_Latn": "et",
+ "fin_Latn": "fi",
+ "fra_Latn": "fr",
+ "gaz_Latn": "om",
+ "gla_Latn": "gd",
+ "gle_Latn": "ga",
+ "glg_Latn": "gl",
+ "hau_Latn": "ha",
+ "heb_Hebr": "he",
+ "hin_Deva": "hi",
+ "hrv_Latn": "hr",
+ "hun_Latn": "hu",
+ "hye_Armn": "hy",
+ "ibo_Latn": "ig",
+ "ilo_Latn": "ilo",
+ "ind_Latn": "id",
+ "isl_Latn": "is",
+ "ita_Latn": "it",
+ "jav_Latn": "jv",
+ "jpn_Jpan": "ja",
+ "kat_Geor": "ka",
+ "kaz_Cyrl": "kk",
+ "khm_Khmr": "km",
+ "kor_Hang": "ko",
+ "lit_Latn": "lt",
+ "ltz_Latn": "lb",
+ "lug_Latn": "lg",
+ "lvs_Latn": "lv",
+ "mal_Mlym": "ml",
+ "mar_Deva": "mr",
+ "mkd_Cyrl": "mk",
+ "mya_Mymr": "my",
+ "nld_Latn": "nl",
+ "nob_Latn": "no",
+ "npi_Deva": "ne",
+ "oci_Latn": "oc",
+ "ory_Orya": "or",
+ "pes_Arab": "fa",
+ "plt_Latn": "mg",
+ "pol_Latn": "pl",
+ "por_Latn": "pt",
+ "ron_Latn": "ro",
+ "rus_Cyrl": "ru",
+ "sin_Sinh": "si",
+ "slk_Latn": "sk",
+ "slv_Latn": "sl",
+ "snd_Arab": "sd",
+ "som_Latn": "so",
+ "spa_Latn": "es",
+ "srp_Cyrl": "sr",
+ "sun_Latn": "su",
+ "swe_Latn": "sv",
+ "swh_Latn": "sw",
+ "tam_Taml": "ta",
+ "tat_Cyrl": "tt",
+ "tgl_Latn": "tl",
+ "tur_Latn": "tr",
+ "ukr_Cyrl": "uk",
+ "urd_Arab": "ur",
+ "uzn_Latn": "uz",
+ "vie_Latn": "vi",
+ "wol_Latn": "wo",
+ "xho_Latn": "xh",
+ "ydd_Hebr": "yi",
+ "yor_Latn": "yo",
+ "zho_Hans": "zh",
+ "zsm_Latn": "ms",
+ "zul_Latn": "zu",
+}