Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -18,4 +18,19 @@ configs:
|
|
| 18 |
data_files:
|
| 19 |
- split: train
|
| 20 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
data_files:
|
| 19 |
- split: train
|
| 20 |
path: data/train-*
|
| 21 |
+
task_categories:
|
| 22 |
+
- translation
|
| 23 |
+
language:
|
| 24 |
+
- uk
|
| 25 |
+
- en
|
| 26 |
---
|
| 27 |
+
|
| 28 |
+
|
| 29 |
+
# `quickmt` uk-en Training Corpus
|
| 30 |
+
|
| 31 |
+
Contains the following datasets downloaded with [mtdata](https://github.com/thammegowda/mtdata) after deduplication and [basic](https://github.com/quickmt/quickmt-train/blob/main/src/quickmt_train/filter_basic.py) [filtering](https://github.com/quickmt/quickmt-train/blob/main/src/quickmt_train/filter_static_embeddings.py) with [`quickmt-train`](https://github.com/quickmt/quickmt-train/tree/main):
|
| 32 |
+
|
| 33 |
+
```
|
| 34 |
+
mtdata get -l ukr-eng --train Statmt-ccaligned-1-eng-ukr_UA Tilde-worldbank-1-eng-ukr Facebook-wikimatrix-1-eng-ukr OPUS-ccmatrix-v1-eng-ukr OPUS-elrc_3043_wikipedia_health-v1-eng-ukr OPUS-elrc_5174_french_polish_ukrain-v1-eng-ukr OPUS-elrc_5179_acts_ukrainian-v1-eng-ukr OPUS-elrc_5180_official_parliament_-v1-eng-ukr OPUS-elrc_5181_official_parliament_-v1-eng-ukr OPUS-elrc_5182_official_parliament_-v1-eng-ukr OPUS-elrc_5183_scipar_ukraine-v1-eng-ukr OPUS-elrc_5214_a_lexicon_named-v1-eng-ukr OPUS-elrc_5217_ukrainian_legal_mt-v1-eng-ukr OPUS-elrc_wikipedia_health-v1-eng-ukr OPUS-elrc_2922-v1-eng-ukr OPUS-eubookshop-v2-eng-ukr OPUS-gnome-v1-eng-ukr OPUS-hplt-v2-eng-ukr OPUS-kde4-v2-eng-ukr OPUS-kdedoc-v1-eng_GB-ukr OPUS-macocu-v2-eng-ukr OPUS-multimacocu-v2-eng-ukr OPUS-nllb-v1-eng-ukr OPUS-neulab_tedtalks-v1-eng-ukr OPUS-opensubtitles-v2016-eng-ukr OPUS-opensubtitles-v2018-eng-ukr OPUS-opensubtitles-v2024-eng-ukr OPUS-paracrawl-v9-eng-ukr OPUS-paracrawl_bonus-v9-eng-ukr OPUS-qed-v2.0a-eng-ukr OPUS-summa-v1-eng-ukr OPUS-ted2020-v1-eng-ukr OPUS-tatoeba-v2-eng-ukr OPUS-tatoeba-v20190709-eng-ukr OPUS-tatoeba-v20200531-eng-ukr OPUS-tatoeba-v20201109-eng-ukr OPUS-tatoeba-v20210310-eng-ukr OPUS-tatoeba-v20210722-eng-ukr OPUS-tatoeba-v20220303-eng-ukr OPUS-tatoeba-v20230412-eng-ukr OPUS-tildemodel-v2018-eng-ukr OPUS-ubuntu-v14.10-eng-ukr OPUS-wikimatrix-v1-eng-ukr OPUS-xlent-v1-eng-ukr OPUS-xlent-v1.1-eng-ukr OPUS-xlent-v1.2-eng-ukr OPUS-bible_uedin-v1-eng-ukr OPUS-tldr_pages-v20230829-eng-ukr OPUS-wikimedia-v20210402-eng-ukr OPUS-wikimedia-v20230407-eng-ukr --dev Flores-flores200_dev-1-eng-ukr Statmt-generaltest-2022_refA-ukr-eng Statmt-generaltest-2023_refA-ukr-eng --merge -o <out-dir>
|
| 35 |
+
mtdata version 0.4.3
|
| 36 |
+
```
|