Release v2.0
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- CHANGELOG.md +29 -0
- README.md +96 -0
- bibliography.bib +83 -0
- dataset_cards/ary_Arab.md +38 -0
- dataset_cards/ben_Beng.md +39 -0
- dataset_cards/ita_Latn.md +50 -0
- dataset_cards/lij_Latn.md +46 -0
- dataset_cards/spa_Latn.md +42 -0
- dataset_cards/zgh_Tfng.md +40 -0
- seed/ace_Arab.parquet +3 -0
- seed/ace_Latn.parquet +3 -0
- seed/ary_Arab.parquet +3 -0
- seed/arz_Arab.parquet +3 -0
- seed/bam_Latn.parquet +3 -0
- seed/ban_Latn.parquet +3 -0
- seed/ben_Beng.parquet +3 -0
- seed/bho_Deva.parquet +3 -0
- seed/bjn_Arab.parquet +3 -0
- seed/bjn_Latn.parquet +3 -0
- seed/bug_Latn.parquet +3 -0
- seed/crh_Latn.parquet +3 -0
- seed/dik_Latn.parquet +3 -0
- seed/dzo_Tibt.parquet +3 -0
- seed/eng_Latn.parquet +3 -0
- seed/fur_Latn.parquet +3 -0
- seed/fuv_Latn.parquet +3 -0
- seed/gug_Latn.parquet +3 -0
- seed/hne_Deva.parquet +3 -0
- seed/ita_Latn.parquet +3 -0
- seed/kas_Arab.parquet +3 -0
- seed/kas_Deva.parquet +3 -0
- seed/knc_Arab.parquet +3 -0
- seed/knc_Latn.parquet +3 -0
- seed/lij_Latn.parquet +3 -0
- seed/lim_Latn.parquet +3 -0
- seed/lmo_Latn.parquet +3 -0
- seed/ltg_Latn.parquet +3 -0
- seed/mag_Deva.parquet +3 -0
- seed/mni_Beng.parquet +3 -0
- seed/mri_Latn.parquet +3 -0
- seed/nqo_Nkoo.parquet +3 -0
- seed/nus_Latn.parquet +3 -0
- seed/pbt_Arab.parquet +3 -0
- seed/prs_Arab.parquet +3 -0
- seed/scn_Latn.parquet +3 -0
- seed/shn_Mymr.parquet +3 -0
- seed/spa_Latn.parquet +3 -0
- seed/srd_Latn.parquet +3 -0
- seed/szl_Latn.parquet +3 -0
- seed/taq_Latn.parquet +3 -0
CHANGELOG.md
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Changelog
|
2 |
+
|
3 |
+
All notable changes to this project will be documented in this file.
|
4 |
+
|
5 |
+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
6 |
+
|
7 |
+
In particular:
|
8 |
+
1. Any updates to pre-existing files shall entail a major version bump.
|
9 |
+
2. The inclusion of a new language, without changes to other pre-existing data, shall only entail a minor version bump.
|
10 |
+
|
11 |
+
## [2.0] - 2024-11-08
|
12 |
+
|
13 |
+
### Added
|
14 |
+
|
15 |
+
- Added `ben_Beng`, `ita_Latn` and `spa_Latn` from the [WMT24 Shared Task](https://www2.statmt.org/wmt24/open-data.html). Many thanks to the contributors!
|
16 |
+
- Added `nqo_Nkoo` from <https://github.com/common-parallel-corpora/common-parallel-corpora>.
|
17 |
+
|
18 |
+
### Changed
|
19 |
+
|
20 |
+
- Retranslated `ary_Arab` after community feedback and additional quality assessment. Data is now more closely aligned with Moroccan Arabic. Many thanks to @MedAymenF for pointing out the issues with the original NLLB-Seed data.
|
21 |
+
- Adopted the aligned version of datasets from <https://github.com/common-parallel-corpora/common-parallel-corpora>. Data is now aligned across all languages, i.e. all files use the same ordering of sentences.
|
22 |
+
- Data was NFC normalised.
|
23 |
+
- Updated `lij_Latn` after additional quality assessment. Data has undergone minor spelling and syntactic fixes.
|
24 |
+
- Relabeled `tzm_Tfng` to `zgh_Tfng` after additional quality assessment revealed the data was in Standard Moroccan Tamazight. Many thanks to @MedAymenF for pointing out the issues with the original NLLB-Seed data.
|
25 |
+
- Relabeled `grn_Latn` macrolanguage code to the correct code `gug_Latn`.
|
26 |
+
|
27 |
+
## [1.0] - 2022-07-11
|
28 |
+
|
29 |
+
The original release of the dataset – described by [NLLB Team et al. (2022)](https://arxiv.org/abs/2207.04672) and [Maillard et al. (2023)](https://aclanthology.org/2023.acl-long.154/) – can be downloaded from <https://tinyurl.com/NLLBSeed>.
|
README.md
CHANGED
@@ -1,3 +1,99 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
2 |
license: cc-by-sa-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
annotations_creators:
|
3 |
+
- found
|
4 |
+
language_creators:
|
5 |
+
- expert-generated
|
6 |
license: cc-by-sa-4.0
|
7 |
+
pretty_name: OLDI-Seed
|
8 |
+
task_categories:
|
9 |
+
- text2text-generation
|
10 |
+
- translation
|
11 |
+
configs:
|
12 |
+
- config_name: default
|
13 |
+
data_files:
|
14 |
+
- split: train
|
15 |
+
path: seed/*.parquet
|
16 |
---
|
17 |
+
# OLDI Seed Machine Translation Data
|
18 |
+
|
19 |
+
This repository hosts the open source seed dataset described in the paper [Small Data, Big Impact: Leveraging Minimal Data for Effective Machine Translation](https://aclanthology.org/2023.acl-long.154). The data, which is licensed under [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/), is currently being managed by OLDI, the [Open Language Data Initiative](https://oldi.org).
|
20 |
+
|
21 |
+
## Data
|
22 |
+
|
23 |
+
The parallel corpus currently contains 6,193 sentences sampled from English Wikipedia and translated into 44 languages. It can be used to kick-start machine translation models for language directions which currently lack large-scale datasets.
|
24 |
+
|
25 |
+
## Contributing
|
26 |
+
|
27 |
+
Fixes and new language contributions are most welcome. Please see the [Contribution guidelines](https://oldi.org/guidelines) for further information.
|
28 |
+
|
29 |
+
## Language coverage
|
30 |
+
|
31 |
+
| Code | Script | Glottocode | Name | Notes |
|
32 |
+
|-------|--------|------------|-----------------------------------|------------------------------------------------------------|
|
33 |
+
| `ace` | `Arab` | `achi1257` | Acehnese (Jawi script) | |
|
34 |
+
| `ace` | `Latn` | `achi1257` | Acehnese (Latin script) | |
|
35 |
+
| `ary` | `Arab` | `moro1292` | Moroccan Arabic | |
|
36 |
+
| `arz` | `Arab` | `egyp1253` | Egyptian Arabic | |
|
37 |
+
| `bam` | `Latn` | `bamb1269` | Bambara | |
|
38 |
+
| `ban` | `Latn` | `bali1278` | Balinese | |
|
39 |
+
| `ben` | `Beng` | `beng1280` | Bengali | |
|
40 |
+
| `bho` | `Deva` | `bhoj1244` | Bhojpuri | |
|
41 |
+
| `bjn` | `Arab` | `banj1239` | Banjar (Jawi script) | |
|
42 |
+
| `bjn` | `Latn` | `banj1239` | Banjar (Latin script) | |
|
43 |
+
| `bug` | `Latn` | `bugi1244` | Buginese | |
|
44 |
+
| `crh` | `Latn` | `crim1257` | Crimean Tatar | |
|
45 |
+
| `dik` | `Latn` | `sout2832` | Southwestern Dinka | |
|
46 |
+
| `dzo` | `Tibt` | `dzon1239` | Dzongkha | |
|
47 |
+
| `eng` | `Latn` | `stan1293` | English | |
|
48 |
+
| `fur` | `Latn` | `east2271` | Friulian | |
|
49 |
+
| `fuv` | `Latn` | `nige1253` | Nigerian Fulfulde | |
|
50 |
+
| `gug` | `Latn` | `para1311` | Paraguayan Guaraní | |
|
51 |
+
| `hne` | `Deva` | `chha1249` | Chhattisgarhi | |
|
52 |
+
| `ita` | `Latn` | `ital1282` | Italian | |
|
53 |
+
| `kas` | `Arab` | `kash1277` | Kashmiri (Arabic script) | |
|
54 |
+
| `kas` | `Deva` | `kash1277` | Kashmiri (Devanagari script) | |
|
55 |
+
| `knc` | `Arab` | `cent2050` | Central Kanuri (Arabic script) | |
|
56 |
+
| `knc` | `Latn` | `cent2050` | Central Kanuri (Latin script) | |
|
57 |
+
| `lij` | `Latn` | `geno1240` | Ligurian (Genoese) | |
|
58 |
+
| `lim` | `Latn` | `limb1263` | Limburgish | |
|
59 |
+
| `lmo` | `Latn` | `lomb1257` | Lombard | [[1]](https://github.com/openlanguagedata/flores/issues/5) |
|
60 |
+
| `ltg` | `Latn` | `east2282` | Latgalian | |
|
61 |
+
| `mag` | `Deva` | `maga1260` | Magahi | |
|
62 |
+
| `mni` | `Beng` | `mani1292` | Meitei (Manipuri, Bengali script) | |
|
63 |
+
| `mri` | `Latn` | `maor1246` | Maori | |
|
64 |
+
| `nqo` | `Nkoo` | `nkoa1234` | Nko | |
|
65 |
+
| `nus` | `Latn` | `nuer1246` | Nuer | |
|
66 |
+
| `pbt` | `Arab` | `sout2649` | Southern Pashto | |
|
67 |
+
| `prs` | `Arab` | `dari1249` | Dari | |
|
68 |
+
| `scn` | `Latn` | `sici1248` | Sicilian | |
|
69 |
+
| `shn` | `Mymr` | `shan1277` | Shan | |
|
70 |
+
| `spa` | `Latn` | `amer1254` | Spanish (Latin American) | |
|
71 |
+
| `srd` | `Latn` | `sard1257` | Sardinian | [[1]](https://github.com/openlanguagedata/flores/issues/6) |
|
72 |
+
| `szl` | `Latn` | `sile1253` | Silesian | |
|
73 |
+
| `taq` | `Latn` | `tama1365` | Tamasheq (Latin script) | |
|
74 |
+
| `taq` | `Tfng` | `tama1365` | Tamasheq (Tifinagh script) | |
|
75 |
+
| `vec` | `Latn` | `vene1259` | Venetian | |
|
76 |
+
| `zgh` | `Tfng` | `stan1324` | Standard Moroccan Tamazight | |
|
77 |
+
|
78 |
+
## Citation
|
79 |
+
|
80 |
+
This dataset is based upon the work originally described in the following paper:
|
81 |
+
|
82 |
+
```bibtex
|
83 |
+
@inproceedings{seed-23,
|
84 |
+
title = {Small Data, Big Impact: Leveraging Minimal Data for Effective Machine Translation},
|
85 |
+
author = {Maillard, Jean and Gao, Cynthia and Kalbassi, Elahe and Sadagopan, Kaushik Ram and Goswami, Vedanuj and Koehn, Philipp and Fan, Angela and Guzmán, Francisco},
|
86 |
+
booktitle = {Proceedings of the 61st Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)},
|
87 |
+
year = {2023},
|
88 |
+
address = {Toronto, Canada},
|
89 |
+
publisher = {Association for Computational Linguistics},
|
90 |
+
pages = {2740--2756},
|
91 |
+
url = {https://aclanthology.org/2023.acl-long.154},
|
92 |
+
}
|
93 |
+
```
|
94 |
+
|
95 |
+
Other authors have since contributed to the dataset. If you use this dataset in your work, please cite the relevant papers listed in [bibliography.bib](bibliography.bib).
|
96 |
+
|
97 |
+
## Changelog
|
98 |
+
|
99 |
+
See [CHANGELOG.md](CHANGELOG.md) for information about the latest changes.
|
bibliography.bib
ADDED
@@ -0,0 +1,83 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
% Original NLLB paper (Nature version)
|
2 |
+
@article{nllb-24,
|
3 |
+
author="{NLLB Team} and Costa-juss{\`a}, Marta R. and Cross, James and {\c{C}}elebi, Onur and Elbayad, Maha and Heafield, Kenneth and Heffernan, Kevin and Kalbassi, Elahe and Lam, Janice and Licht, Daniel and Maillard, Jean and Sun, Anna and Wang, Skyler and Wenzek, Guillaume and Youngblood, Al and Akula, Bapi and Barrault, Loic and Gonzalez, Gabriel Mejia and Hansanti, Prangthip and Hoffman, John and Jarrett, Semarley and Sadagopan, Kaushik Ram and Rowe, Dirk and Spruit, Shannon and Tran, Chau and Andrews, Pierre and Ayan, Necip Fazil and Bhosale, Shruti and Edunov, Sergey and Fan, Angela and Gao, Cynthia and Goswami, Vedanuj and Guzm{\'a}n, Francisco and Koehn, Philipp and Mourachko, Alexandre and Ropers, Christophe and Saleem, Safiyyah and Schwenk, Holger and Wang, Jeff",
|
4 |
+
title="Scaling neural machine translation to 200 languages",
|
5 |
+
journal="Nature",
|
6 |
+
year="2024",
|
7 |
+
month="Jun",
|
8 |
+
day="01",
|
9 |
+
volume="630",
|
10 |
+
number="8018",
|
11 |
+
pages="841--846",
|
12 |
+
issn="1476-4687",
|
13 |
+
doi="10.1038/s41586-024-07335-x",
|
14 |
+
url="https://doi.org/10.1038/s41586-024-07335-x"
|
15 |
+
}
|
16 |
+
|
17 |
+
% Follow-up paper about Seed datasets
|
18 |
+
@inproceedings{seed-23,
|
19 |
+
title = {Small Data, Big Impact: Leveraging Minimal Data for Effective Machine Translation},
|
20 |
+
author = {Maillard, Jean and Gao, Cynthia and Kalbassi, Elahe and Sadagopan, Kaushik Ram and Goswami, Vedanuj and Koehn, Philipp and Fan, Angela and Guzmán, Francisco},
|
21 |
+
booktitle = {Proceedings of the 61st Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)},
|
22 |
+
year = {2023},
|
23 |
+
address = {Toronto, Canada},
|
24 |
+
publisher = {Association for Computational Linguistics},
|
25 |
+
pages = {2740--2756},
|
26 |
+
url = {https://aclanthology.org/2023.acl-long.154},
|
27 |
+
}
|
28 |
+
|
29 |
+
% For N’Ko support and the realigned datasets
|
30 |
+
@InProceedings{mt4nko-23,
|
31 |
+
title = {Machine Translation for Nko: Tools, Corpora, and Baseline Results},
|
32 |
+
author = {Doumbouya, Moussa and Diané, Baba Mamadi and Cissé, Solo Farabado and Diané, Djibrila and Sow, Abdoulaye and Doumbouya, Séré Moussa and Bangoura, Daouda and Bayo, Fodé Moriba and Condé, Ibrahima Sory 2. and Diané, Kalo Mory and Piech, Chris and Manning, Christopher},
|
33 |
+
booktitle = {Proceedings of the Eighth Conference on Machine Translation},
|
34 |
+
year = {2023},
|
35 |
+
address = {Singapore},
|
36 |
+
publisher = {Association for Computational Linguistics},
|
37 |
+
pages = {312--343},
|
38 |
+
url = {https://aclanthology.org/2023.wmt-1.34}
|
39 |
+
}
|
40 |
+
|
41 |
+
% OLDI WMT24 Shared Task
|
42 |
+
@inproceedings{wmt24-oldi,
|
43 |
+
title="Findings of the WMT 2024 Shared Task of the Open Language Data Initiative",
|
44 |
+
author="Laurie V. Burchell and Jean Maillard and Antonios Anastasopoulos and Christian Federmann and Philipp Koehn and Skyler Wang",
|
45 |
+
booktitle = "Proceedings of the Ninth Conference on Machine Translation",
|
46 |
+
month = nov,
|
47 |
+
year = "2024",
|
48 |
+
address = "Miami, USA",
|
49 |
+
publisher = "Association for Computational Linguistics"
|
50 |
+
}
|
51 |
+
|
52 |
+
% For Bangla/Bengali
|
53 |
+
@inproceedings{wmt24-seed-bangla,
|
54 |
+
title="The {Bangla/Bengali} Seed Dataset Submission to the {WMT24} Open Language Data Initiative Shared Task",
|
55 |
+
author="Firoz Ahmed and Nitin Venkateswaran and Sarah Moeller",
|
56 |
+
booktitle = "Proceedings of the Ninth Conference on Machine Translation",
|
57 |
+
month = nov,
|
58 |
+
year = "2024",
|
59 |
+
address = "Miami, USA",
|
60 |
+
publisher = "Association for Computational Linguistics"
|
61 |
+
}
|
62 |
+
|
63 |
+
% For Italian
|
64 |
+
@inproceedings{wmt24-seed-italian,
|
65 |
+
title="A high-quality Seed dataset for {Italian} machine translation",
|
66 |
+
author="Edoardo Ferrante",
|
67 |
+
booktitle = "Proceedings of the Ninth Conference on Machine Translation",
|
68 |
+
month = nov,
|
69 |
+
year = "2024",
|
70 |
+
address = "Miami, USA",
|
71 |
+
publisher = "Association for Computational Linguistics"
|
72 |
+
}
|
73 |
+
|
74 |
+
% For Latin American Spanish
|
75 |
+
@inproceedings{wmt24-seed-spanish,
|
76 |
+
title="Spanish Corpus and Provenance with Computer-Aided Translation for the {WMT24} {OLDI} Shared Task",
|
77 |
+
author="Jose Cols",
|
78 |
+
booktitle = "Proceedings of the Ninth Conference on Machine Translation",
|
79 |
+
month = nov,
|
80 |
+
year = "2024",
|
81 |
+
address = "Miami, USA",
|
82 |
+
publisher = "Association for Computational Linguistics"
|
83 |
+
}
|
dataset_cards/ary_Arab.md
ADDED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Dataset card
|
2 |
+
|
3 |
+
## Description
|
4 |
+
|
5 |
+
Seed data in Moroccan Arabic
|
6 |
+
|
7 |
+
## License
|
8 |
+
|
9 |
+
CC-BY-SA-4.0
|
10 |
+
|
11 |
+
## Attribution
|
12 |
+
|
13 |
+
```bibtex
|
14 |
+
@inproceedings{seed-23,
|
15 |
+
title = {Small Data, Big Impact: Leveraging Minimal Data for Effective Machine Translation},
|
16 |
+
author = {Maillard, Jean and Gao, Cynthia and Kalbassi, Elahe and Sadagopan, Kaushik Ram and Goswami, Vedanuj and Koehn, Philipp and Fan, Angela and Guzmán, Francisco},
|
17 |
+
booktitle = {Proceedings of the 61st Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)},
|
18 |
+
year = {2023},
|
19 |
+
address = {Toronto, Canada},
|
20 |
+
publisher = {Association for Computational Linguistics},
|
21 |
+
pages = {2740--2756},
|
22 |
+
url = {https://aclanthology.org/2023.acl-long.154},
|
23 |
+
}
|
24 |
+
```
|
25 |
+
|
26 |
+
## Language codes
|
27 |
+
|
28 |
+
* ISO 639-3: ary
|
29 |
+
* ISO 15924: Arab
|
30 |
+
* Glottocode: moro1292
|
31 |
+
|
32 |
+
## Additional language information
|
33 |
+
|
34 |
+
## Workflow
|
35 |
+
|
36 |
+
An initial version of this data was was released as part of the NLLB-Seed dataset. It was retranslated after community feedback and additional quality assessment revealed the original data was too close to Modern Standard Arabic. Please refer to the paper for further information.
|
37 |
+
|
38 |
+
## Additional guidelines
|
dataset_cards/ben_Beng.md
ADDED
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Dataset card
|
2 |
+
|
3 |
+
## Description
|
4 |
+
|
5 |
+
Open source Seed dataset in Bangla/Bengali (Dhaka Bangla)
|
6 |
+
|
7 |
+
## License
|
8 |
+
|
9 |
+
CC-BY-SA-4.0
|
10 |
+
|
11 |
+
## Attribution
|
12 |
+
|
13 |
+
```bibtex
|
14 |
+
@inproceedings{wmt24-seed-bangla,
|
15 |
+
title="The {Bangla/Bengali} Seed Dataset Submission to the {WMT24} Open Language Data Initiative Shared Task",
|
16 |
+
author="Firoz Ahmed and Nitin Venkateswaran and Sarah Moeller",
|
17 |
+
booktitle = "Proceedings of the Ninth Conference on Machine Translation",
|
18 |
+
month = nov,
|
19 |
+
year = "2024",
|
20 |
+
address = "Miami, USA",
|
21 |
+
publisher = "Association for Computational Linguistics"
|
22 |
+
}
|
23 |
+
```
|
24 |
+
|
25 |
+
## Language codes
|
26 |
+
|
27 |
+
* ISO 639-3: ben
|
28 |
+
* ISO 15924: Beng
|
29 |
+
* Glottocode: beng1280
|
30 |
+
|
31 |
+
## Additional language information
|
32 |
+
|
33 |
+
The data is in the Dhaka dialect of Bangla/Bengali
|
34 |
+
|
35 |
+
Reference grammar: David, Anne Boye (2015), Descriptive Grammar of Bangla, De Gruyter Mouton, ISBN 9781614512295
|
36 |
+
|
37 |
+
## Workflow
|
38 |
+
|
39 |
+
Data was translated from the English sentences of the Seed dataset maintained by the Open Language Data Initiative. All 6,193 English sentences were translated into Bangla by a single native speaker of the language who is highly proficient in English (at C2 level of the European Language framework) and has experience with professional translation as well as a university degree in Linguistics from the United States.
|
dataset_cards/ita_Latn.md
ADDED
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Dataset card
|
2 |
+
|
3 |
+
## Description
|
4 |
+
|
5 |
+
Seed data in Italian
|
6 |
+
|
7 |
+
## License
|
8 |
+
|
9 |
+
CC-BY-SA-4.0
|
10 |
+
|
11 |
+
## Attribution
|
12 |
+
|
13 |
+
The dataset is described in the following paper:
|
14 |
+
```bibtex
|
15 |
+
@inproceedings{wmt24-seed-italian,
|
16 |
+
title="A high-quality Seed dataset for {Italian} machine translation",
|
17 |
+
author="Edoardo Ferrante",
|
18 |
+
booktitle = "Proceedings of the Ninth Conference on Machine Translation",
|
19 |
+
month = nov,
|
20 |
+
year = "2024",
|
21 |
+
address = "Miami, USA",
|
22 |
+
publisher = "Association for Computational Linguistics"
|
23 |
+
}
|
24 |
+
```
|
25 |
+
|
26 |
+
It is based on the original work of:
|
27 |
+
```bibtex
|
28 |
+
@inproceedings{zenamt24,
|
29 |
+
title = {{I}talian-{L}igurian Machine Translation in Its Cultural Context},
|
30 |
+
author = {Haberland, Christopher R. and Maillard, Jean and Lusito, Stefano},
|
31 |
+
booktitle = {Proceedings of the 3rd Annual Meeting of the Special Interest Group on Under-resourced Languages @ {LREC}-{COLING} 2024},
|
32 |
+
year = {2024},
|
33 |
+
url = {https://aclanthology.org/2024.sigul-1.21},
|
34 |
+
pages = {168--176},
|
35 |
+
}
|
36 |
+
```
|
37 |
+
|
38 |
+
## Language codes
|
39 |
+
|
40 |
+
* ISO 639-3: ita
|
41 |
+
* ISO 15924: Latn
|
42 |
+
* Glottocode: ital1282
|
43 |
+
|
44 |
+
## Additional language information
|
45 |
+
|
46 |
+
The data is in standard Italian, as spoken in the Republic of Italy. Further information on the history of the language is available in V. Coletti, _Storia dell'italiano letterario_, Einaudi, 2022. Spellcheckers for this language are available natively on all major word processing software packages and via [Hunspell](https://hunspell.github.io).
|
47 |
+
|
48 |
+
## Workflow
|
49 |
+
|
50 |
+
An initial version of this data, machine translated from English and partially post-edited, was released by Haberland et al. (see Attribution section). The data was subsequently reviewed in its entirety by two native speakers of Italian and further post-edited to ensure high quality. Please refer to the paper for further information.
|
dataset_cards/lij_Latn.md
ADDED
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Dataset card
|
2 |
+
|
3 |
+
## Description
|
4 |
+
|
5 |
+
Seed data in Ligurian
|
6 |
+
|
7 |
+
## License
|
8 |
+
|
9 |
+
CC-BY-SA-4.0
|
10 |
+
|
11 |
+
## Attribution
|
12 |
+
|
13 |
+
```bibtex
|
14 |
+
@inproceedings{seed-23,
|
15 |
+
title = {Small Data, Big Impact: Leveraging Minimal Data for Effective Machine Translation},
|
16 |
+
author = {Maillard, Jean and Gao, Cynthia and Kalbassi, Elahe and Sadagopan, Kaushik Ram and Goswami, Vedanuj and Koehn, Philipp and Fan, Angela and Guzmán, Francisco},
|
17 |
+
booktitle = {Proceedings of the 61st Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)},
|
18 |
+
year = {2023},
|
19 |
+
address = {Toronto, Canada},
|
20 |
+
publisher = {Association for Computational Linguistics},
|
21 |
+
pages = {2740--2756},
|
22 |
+
url = {https://aclanthology.org/2023.acl-long.154},
|
23 |
+
}
|
24 |
+
```
|
25 |
+
|
26 |
+
## Language codes
|
27 |
+
|
28 |
+
* ISO 639-3: lij
|
29 |
+
* ISO 15924: Latn
|
30 |
+
* Glottocode: geno1240
|
31 |
+
|
32 |
+
## Additional language information
|
33 |
+
|
34 |
+
The data is in the Genoese dialect, using traditional spelling as codified in the following reference dictionaries:
|
35 |
+
* S. Lusito (2022) Dizionario italiano-genovese, Programma, ISBN 9788866438205.
|
36 |
+
* The Council for Ligurian Linguistic Heritage’s [online Italian-Genoese dictionary](https://conseggio-ligure.org/en/dictionary/deize/).
|
37 |
+
* E. Autelli, S. Lusito, C. Konecny, F. Toso (2018-2021) [GEPHRAS](https://romanistik-gephras.uibk.ac.at/).
|
38 |
+
|
39 |
+
Reference grammar:
|
40 |
+
* F. Toso (1997) Grammatica del genovese: varietà urbana e di koinè, Le Mani, ISBN 9788880120728.
|
41 |
+
|
42 |
+
## Workflow
|
43 |
+
|
44 |
+
This data was released as part of the NLLB-Seed dataset. It has undergone minor spelling and syntactic fixes following community feedback and additional quality assessment. Please refer to the paper for further information.
|
45 |
+
|
46 |
+
## Additional guidelines
|
dataset_cards/spa_Latn.md
ADDED
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Dataset card
|
2 |
+
|
3 |
+
## Description
|
4 |
+
|
5 |
+
Seed data in Spanish (Latin American).
|
6 |
+
|
7 |
+
## License
|
8 |
+
|
9 |
+
CC-BY-SA-4.0
|
10 |
+
|
11 |
+
## Attribution
|
12 |
+
|
13 |
+
```bibtex
|
14 |
+
@inproceedings{wmt24-seed-spanish,
|
15 |
+
title="Spanish Corpus and Provenance with Computer-Aided Translation for the {WMT24} {OLDI} Shared Task",
|
16 |
+
author="Jose Cols",
|
17 |
+
booktitle = "Proceedings of the Ninth Conference on Machine Translation",
|
18 |
+
month = nov,
|
19 |
+
year = "2024",
|
20 |
+
address = "Miami, USA",
|
21 |
+
publisher = "Association for Computational Linguistics"
|
22 |
+
}
|
23 |
+
```
|
24 |
+
|
25 |
+
## Language codes
|
26 |
+
|
27 |
+
* ISO 639-3: spa
|
28 |
+
* ISO 15924: Latn
|
29 |
+
* Glottocode: amer1254
|
30 |
+
|
31 |
+
## Additional language information
|
32 |
+
|
33 |
+
* Reference dictionary: [Diccionario de americanismos](https://www.asale.org/damer/).
|
34 |
+
* Reference grammar: [Nueva gramática de la lengua española](https://www.rae.es/gram%C3%A1tica/).
|
35 |
+
|
36 |
+
## Workflow
|
37 |
+
|
38 |
+
Data was translated from English by ten professional translators, all native speakers of the target language and proficient in English. 100% of the data was reviewed by a team of three translators.
|
39 |
+
|
40 |
+
## Additional guidelines
|
41 |
+
|
42 |
+
* Numeral formatting: [Diccionario panhispánico de dudas](https://www.rae.es/dpd/n%C3%BAmeros).
|
dataset_cards/zgh_Tfng.md
ADDED
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Dataset card
|
2 |
+
|
3 |
+
## Description
|
4 |
+
|
5 |
+
Seed data in Standard Moroccan Tamazight
|
6 |
+
|
7 |
+
## License
|
8 |
+
|
9 |
+
CC-BY-SA-4.0
|
10 |
+
|
11 |
+
## Attribution
|
12 |
+
|
13 |
+
```bibtex
|
14 |
+
@inproceedings{seed-23,
|
15 |
+
title = {Small Data, Big Impact: Leveraging Minimal Data for Effective Machine Translation},
|
16 |
+
author = {Maillard, Jean and Gao, Cynthia and Kalbassi, Elahe and Sadagopan, Kaushik Ram and Goswami, Vedanuj and Koehn, Philipp and Fan, Angela and Guzmán, Francisco},
|
17 |
+
booktitle = {Proceedings of the 61st Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)},
|
18 |
+
year = {2023},
|
19 |
+
address = {Toronto, Canada},
|
20 |
+
publisher = {Association for Computational Linguistics},
|
21 |
+
pages = {2740--2756},
|
22 |
+
url = {https://aclanthology.org/2023.acl-long.154},
|
23 |
+
}
|
24 |
+
```
|
25 |
+
|
26 |
+
## Language codes
|
27 |
+
|
28 |
+
* ISO 639-3: zgh
|
29 |
+
* ISO 15924: Tfng
|
30 |
+
* Glottocode: stan1324
|
31 |
+
|
32 |
+
## Additional language information
|
33 |
+
|
34 |
+
Reference dictionary: IRCAM’s [Dictionnaire Général de la Langue Amazighe Informatisé](https://tal.ircam.ma/dglai/lexieam.php).
|
35 |
+
|
36 |
+
## Workflow
|
37 |
+
|
38 |
+
This data was released as part of the NLLB-Seed dataset, where it was incorrectly labeled `tzm_Tfng`. It was relabeled as `zgh_Tfng` after community feedback and additional quality assessment. Please refer to the paper for further information.
|
39 |
+
|
40 |
+
## Additional guidelines
|
seed/ace_Arab.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e51382ca4e3a68f49b3ab1049ee26e468f89d06daf05fa993c6e11dede27ea2a
|
3 |
+
size 770261
|
seed/ace_Latn.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8d55f70be7a3c3b093f301f51d5603540f158978a3c3f69e5128ddd4903fcef7
|
3 |
+
size 604168
|
seed/ary_Arab.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:51d7119fbbc62c2b07c86f8c8ac1b4f85529879a5ba79969b4a19a0bf885dd19
|
3 |
+
size 766109
|
seed/arz_Arab.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:57d9f0fbb7d246b2454326b4052b40e1029352970808cb8bfebbccd2520ea4d8
|
3 |
+
size 716804
|
seed/bam_Latn.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4d2fef63aeb11f3505a5698afe0115e42f655eb25abd98a01f1256f5818770f7
|
3 |
+
size 592069
|
seed/ban_Latn.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:269d42e065a028812d7ddf0aba3a3b15e2a8df184f4d384813e3bf9613c886f2
|
3 |
+
size 585784
|
seed/ben_Beng.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b4f218f388be361f8df97728d161bebfb7313d2ba071b78ae08d6dec968e16dd
|
3 |
+
size 910688
|
seed/bho_Deva.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9576fbcdeaf37b10b42915c8fa9141c14070dc9cd4bb96eb46229a18e2088b04
|
3 |
+
size 889672
|
seed/bjn_Arab.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:211a65798aa3c9012a789fe0ee7e4d037669791996c8801fc0778ed43413e9c0
|
3 |
+
size 775225
|
seed/bjn_Latn.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7fbefcc150cc1ac2ec77e66d2e42e0d288d294a426a9a2ef3ff381cf4d672e01
|
3 |
+
size 595534
|
seed/bug_Latn.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ce3893cf32b0bfa7abcabf883f14b58fe0b0068950b4e820b84453f0291e1ec2
|
3 |
+
size 627988
|
seed/crh_Latn.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ffa63551f3a2e5212cc8bcece703b59ea72070f2fbc6547f881d4392df03113d
|
3 |
+
size 630125
|
seed/dik_Latn.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0018f8c07149590bf34274454f565d02c2edcec64058265373f8cecd2029183a
|
3 |
+
size 622730
|
seed/dzo_Tibt.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:560e5d70eafc6cf12983b049ca17f792f1921dd780419b464f78616b695bc4a8
|
3 |
+
size 972181
|
seed/eng_Latn.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:df3b80b5eb67e00521b235fabfe7175b7831a3510e16c3682c2e6ba2989d94c0
|
3 |
+
size 601023
|
seed/fur_Latn.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fe0b2e2e349a254e94a6baa0a033f1beadaf225389d9d1fbecbbe8fcc1738485
|
3 |
+
size 643912
|
seed/fuv_Latn.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ee441ad7a14f51978d16ede342ed74d2ab7bff4ebf50eb1ce7ffe302d03b0902
|
3 |
+
size 602148
|
seed/gug_Latn.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1404dff90428046651fb55e571bdd12293c39b53ae97c5b6bb3498b201a2e1c5
|
3 |
+
size 618293
|
seed/hne_Deva.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:41167c44a7be655081cc6ee9cab3bb03df1e36b67e75a6503b00f39c9986f6c0
|
3 |
+
size 895152
|
seed/ita_Latn.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4e19347b1ff003ad5aa5d8be337b0ba072484f0da85c2d56acbd4d07f648d741
|
3 |
+
size 654585
|
seed/kas_Arab.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cd62607f3ebdd91922bc5057048aed59896c88a395b0bc7382d0410cce7419b9
|
3 |
+
size 820289
|
seed/kas_Deva.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:89ea734190c69ae37aa180d3bf57aaae0bbc1ea2af0344e947aacdd81bb259f2
|
3 |
+
size 881390
|
seed/knc_Arab.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c564898f0c8ec0ff2821db800765adf755f18b3e0d5967aba5ca9a396178ed86
|
3 |
+
size 843871
|
seed/knc_Latn.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7435a0fdc5eae8b94c5248ce1458f9c59d473f01bd401f1606d6b54e64056c81
|
3 |
+
size 633298
|
seed/lij_Latn.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b9943a632e78380807f3a3f258631c37697c2722f20ce5e5fcf74c80f43a6e28
|
3 |
+
size 678283
|
seed/lim_Latn.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:53f4c5564b5f93608ed75e3a1225ecfc00f79c229fd1fb6ca5ef5e6d8608aef4
|
3 |
+
size 647318
|
seed/lmo_Latn.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:41c8a8c313674d9740d691c77061367b5700f8ebf0482e89ec85248c8f7944ab
|
3 |
+
size 651511
|
seed/ltg_Latn.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:64c04afb91255e34f9ec172aeefba95b4ce3a3cadee62bb33c48187ddd5f0e14
|
3 |
+
size 638582
|
seed/mag_Deva.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:12ffc66c6e8c92c3dbdc1cd72582ad885de3e4e4f37a96baa99da005cf12d41f
|
3 |
+
size 892019
|
seed/mni_Beng.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:68afcc036b0823d78ea4df9326e72c46cca200bd302c8d539ebda567b4435cff
|
3 |
+
size 866348
|
seed/mri_Latn.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:526fdda47ff693d1f0ed3c56c8b8d55a3fcf1e3f1058d1b457bb455023a8d8bd
|
3 |
+
size 581465
|
seed/nqo_Nkoo.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fb426708f98cb3cb7eb43516648b6acabac24c1dd6aad7f99e3c58a24f29a67c
|
3 |
+
size 904782
|
seed/nus_Latn.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8d88900a440266713714535c3bb9facc5865382d56715de0d526c5db632c9d3a
|
3 |
+
size 712662
|
seed/pbt_Arab.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2ccf3ef059090d913065578250b6b2ec315a8a9c15aac1bdbdae5e1aa5c02c47
|
3 |
+
size 770470
|
seed/prs_Arab.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:43c23b7f1bd77b509c975e4757a01f7996e55112d9da0ea852adba0ef0d990dc
|
3 |
+
size 739719
|
seed/scn_Latn.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:be89524685f10f52087d549535595c019349430cf0c4cc52c029959041bfda3f
|
3 |
+
size 659862
|
seed/shn_Mymr.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cf3f6d818a2a2ce74ee7f3d61cdef10afa43eb002d63a16ebcf53adbc5be399e
|
3 |
+
size 1136075
|
seed/spa_Latn.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b5b78efacf1e013985a092acabb4df4de30672d968e2c1bbfaedc8f92c3cab84
|
3 |
+
size 654426
|
seed/srd_Latn.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4b26f0deaf204dc76f7353a9deda0ead2a28bbedf8ef1474dd0dcf5aeb7b5cfc
|
3 |
+
size 668886
|
seed/szl_Latn.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:79f966179d50cbb21135117aed7fbf26335f21ee687110240fdd38b549ef9a0b
|
3 |
+
size 677915
|
seed/taq_Latn.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dd6ce65a265415157e07e195768ef6b25032f24cb4af07e28112610a33c64035
|
3 |
+
size 592013
|