diff --git a/lib/generic.mk b/lib/generic.mk index e9315b2c..bda8633a 100644 --- a/lib/generic.mk +++ b/lib/generic.mk @@ -274,6 +274,9 @@ PIVOT_LANG ?= ${DEFAULT_PIVOT_LANG} ${MAKE} DATASET=${DATASET}+ft USE_FORWARDTRANS=1 SHUFFLE_TRAINING_DATA=1 ${@:-ft=} # use a selected set of forward translation +# TODO: only call the translation extraction recipe if there is no file that matches +# the extension of that kind of extraction type (e.g. *.best95.gz) +# --> this can go wrong # default for ce-filter FT_SELECTED ?= 95 @@ -282,8 +285,10 @@ FT_SELECTED ?= 95 @for s in ${SRCLANGS}; do \ for t in ${TRGLANGS}; do \ if [ -e ${FORWARDTRANS_HOME}/$$s-$$t/latest ]; then \ - ${MAKE} -C ${FORWARDTRANS_HOME} SRC=$$s TRG=$$t \ + if [ ! -e `ls ${FORWARDTRANS_HOME}/$$s-$$t/latest/*.best${FT_SELECTED}.gz | head -1` ]; then \ + ${MAKE} -C ${FORWARDTRANS_HOME} SRC=$$s TRG=$$t \ RETAIN=${FT_SELECTED} extract-best-translations; \ + fi \ fi \ done \ done diff --git a/lib/projects/distill.mk b/lib/projects/distill.mk index ce7b2759..09de2848 100644 --- a/lib/projects/distill.mk +++ b/lib/projects/distill.mk @@ -45,9 +45,11 @@ train-student: all-job-${STUDENT_DATA}-${STUDENT_VOCAB}-tatoeba test-student: - make FT_SELECTED=${STUDENT_CEFILTER} HPC_MEM=20g WALLTIME=2 \ - eval-${STUDENT_DATA}-${STUDENT_VOCAB}-tatoeba.submit \ - eval-testsets-${STUDENT_DATA}-${STUDENT_VOCAB}-tatoeba.submit + make FT_SELECTED=${STUDENT_CEFILTER} \ + eval-${STUDENT_DATA}-${STUDENT_VOCAB}-tatoeba \ + eval-testsets-${STUDENT_DATA}-${STUDENT_VOCAB}-tatoeba \ + tatoeba-multilingual-eval-${STUDENT_DATA}-${STUDENT_VOCAB}-tatoeba \ + tatoeba-sublang-eval-${STUDENT_DATA}-${STUDENT_VOCAB}-tatoeba release-student: make ${STUDENT_HPCPARAMS} FT_SELECTED=${STUDENT_CEFILTER} \ diff --git a/lib/projects/elg.mk b/lib/projects/elg.mk index 78a3657b..4a176d5d 100644 --- a/lib/projects/elg.mk +++ b/lib/projects/elg.mk @@ -83,6 +83,22 @@ elg-ukr-students: done +elg-test-tiny2: + ${MAKE} EMAIL= SRCLANGS=ukr TRGLANGS=eng test-tiny11-student + ${MAKE} EMAIL= SRCLANGS=eng TRGLANGS=ukr test-tiny11-student + ${MAKE} EMAIL= SRCLANGS=ukr TRGLANGS=deu STUDENT_DATA=ftbest-bt-nopar test-tiny11-student + ${MAKE} EMAIL= SRCLANGS=deu TRGLANGS=ukr STUDENT_DATA=ftbest-bt-nopar test-tiny11-student + ${MAKE} EMAIL= SRCLANGS=deu TRGLANGS=ukr STUDENT_DATA=ftbest-ftmono-nopar test-tiny11-student + ${MAKE} EMAIL= SRCLANGS="ces slk" TRGLANGS=ukr STUDENT_DATA=pft-pbt-bt test-tiny11-student + ${MAKE} EMAIL= SRCLANGS=gmq TRGLANGS=ukr STUDENT_DATA=pft-pbt-bt test-tiny11-student + +elg-dist-tiny2: + ${MAKE} EMAIL= SRCLANGS=ukr TRGLANGS=eng quantize-tiny11-student release-tiny11-student + ${MAKE} EMAIL= SRCLANGS=eng TRGLANGS=ukr quantize-tiny11-student release-tiny11-student + ${MAKE} EMAIL= SRCLANGS=deu TRGLANGS=ukr STUDENT_DATA=ftbest-ftmono-nopar quantize-tiny11-student release-tiny11-student + ${MAKE} EMAIL= SRCLANGS="ces slk" TRGLANGS=ukr STUDENT_DATA=pft-pbt-bt quantize-tiny11-student release-tiny11-student + + elg-test-tiny: ${MAKE} EMAIL= STUDENT_DATA=pft-pbt SRCLANGS=fin TRGLANGS=ukr test-tiny11-student ${MAKE} EMAIL= STUDENT_DATA=pft-pbt SRCLANGS=ukr TRGLANGS=fin test-tiny11-student @@ -125,7 +141,12 @@ elg-ukr2fin-tiny11: elg-gmq2ukr-tiny11: - ${MAKE} MARIAN_EXTRA=--no-restore-corpus CHECK_TRAINDATA_SIZE=1 CLEAN_CORPUS_TRAINING_DATA=1 STUDENT_DATA=pft-pbt-bt SRCLANGS="dan isl nno nob nor swe" TRGLANGS=ukr LANGPAIRSTR="gmq-ukr" train-tiny11-student + ${MAKE} MARIAN_EXTRA=--no-restore-corpus \ + DATA_PREPARE_HPCPARAMS='${DATA_PREPARE_HPCPARAMS} CPUJOB_HPC_DISK=1000' \ + DATA_ALIGN_HPCPARAMS="${DATA_ALIGN_HPCPARAMS} CPUJOB_HPC_DISK=1000" \ + CHECK_TRAINDATA_SIZE=1 CLEAN_CORPUS_TRAINING_DATA=1 \ + STUDENT_DATA=pft-pbt-bt SRCLANGS="dan isl nno nob nor swe" TRGLANGS=ukr \ + LANGPAIRSTR="gmq-ukr" train-tiny11-student @@ -165,14 +186,71 @@ elg-ukr2lit-tiny11: + +elg-ces_slk2ukr-tiny11: + ${MAKE} MARIAN_EXTRA=--no-restore-corpus GPUJOB_HPC_MEM=24g \ + DATA_PREPARE_HPCPARAMS='${DATA_PREPARE_HPCPARAMS} CPUJOB_HPC_DISK=1000' \ + DATA_ALIGN_HPCPARAMS="${DATA_ALIGN_HPCPARAMS} CPUJOB_HPC_DISK=1000" \ + CHECK_TRAINDATA_SIZE=1 CLEAN_CORPUS_TRAINING_DATA=1 \ + STUDENT_DATA=pft-pbt-bt SRCLANGS="ces slk" TRGLANGS=ukr train-tiny11-student + + + elg-deu2ukr-tiny11: - ${MAKE} MARIAN_EXTRA=--no-restore-corpus CHECK_TRAINDATA_SIZE=1 CLEAN_CORPUS_TRAINING_DATA=1 STUDENT_DATA=pft-pbt-bt SRCLANGS=deu TRGLANGS=ukr train-tiny11-student + ${MAKE} MARIAN_EXTRA=--no-restore-corpus GPUJOB_HPC_MEM=24g \ + DATA_PREPARE_HPCPARAMS='${DATA_PREPARE_HPCPARAMS} CPUJOB_HPC_DISK=1000' \ + DATA_ALIGN_HPCPARAMS="${DATA_ALIGN_HPCPARAMS} CPUJOB_HPC_DISK=1000" \ + CHECK_TRAINDATA_SIZE=1 CLEAN_CORPUS_TRAINING_DATA=1 \ + STUDENT_DATA=pft-pbt-bt SRCLANGS=deu TRGLANGS=ukr train-tiny11-student elg-ukr2deu-tiny11: ${MAKE} MARIAN_EXTRA=--no-restore-corpus STUDENT_DATA=pft-pbt-bt SRCLANGS=ukr CHECK_TRAINDATA_SIZE=1 CLEAN_CORPUS_TRAINING_DATA=1 TRGLANGS=deu train-tiny11-student +elg-deu2ukr-student: + ${MAKE} MARIAN_EARLY_STOPPING=15 SRCLANGS=deu TRGLANGS=ukr train-tiny11-student +elg-ukr2deu-student: + ${MAKE} SRCLANGS=ukr TRGLANGS=deu train-tiny11-student + +elg-deu2ukr-student2: + ${MAKE} SRCLANGS=deu TRGLANGS=ukr STUDENT_DATA=ftbest-ftmono-nopar train-tiny11-student + +elg-deu2ukr-student3: + ${MAKE} MODELZIP=https://object.pouta.csc.fi/Tatoeba-MT-models/deu-ukr/opusTCv20210807+pbt_transformer-align_2022-03-07.zip \ + SRCLANGS=deu TRGLANGS=ukr STUDENT_DATA=ftbest-bt-nopar train-tiny11-student + +elg-ukr2deu-student2: + ${MAKE} SRCLANGS=ukr TRGLANGS=deu STUDENT_DATA=ftbest-ftmono-nopar train-tiny11-student + +elg-ukr2deu-student3: + ${MAKE} MODELZIP=https://object.pouta.csc.fi/Tatoeba-MT-models/ukr-deu/opusTCv20210807_transformer-big_2022-03-14.zip \ SRCLANGS=ukr TRGLANGS=deu STUDENT_DATA=ftbest-bt-nopar train-tiny11-student + + + + +elg-spa2ukr-student: + ${MAKE} MARIAN_EARLY_STOPPING=15 SRCLANGS=spa TRGLANGS=ukr train-tiny11-student + +elg-ukr2spa-student: + ${MAKE} MARIAN_EARLY_STOPPING=15 SRCLANGS=ukr TRGLANGS=spa train-tiny11-student + + +elg-fra2ukr-student: + ${MAKE} MARIAN_EARLY_STOPPING=15 SRCLANGS=fra TRGLANGS=ukr train-tiny11-student + +elg-ukr2fra-student: + ${MAKE} MARIAN_EARLY_STOPPING=15 SRCLANGS=ukr TRGLANGS=fra train-tiny11-student + +elg-eng2ukr-student: + ${MAKE} MARIAN_EARLY_STOPPING=15 SRCLANGS=eng TRGLANGS=ukr train-tiny11-student + +elg-ukr2eng-student: + ${MAKE} MARIAN_EXTRA=--no-restore-corpus MARIAN_EARLY_STOPPING=15 SRCLANGS=ukr TRGLANGS=eng train-tiny11-student + + +elg-eng2ukr-student2: + ${MAKE} MARIAN_EARLY_STOPPING=15 STUDENT_DATA=ftbest-bt-nopar SRCLANGS=eng TRGLANGS=ukr train-tiny11-student diff --git a/scores/deu-ukr/flores101-dev/bleu-scores.txt b/scores/deu-ukr/flores101-dev/bleu-scores.txt index 6992ebfa..abcf3f16 100644 --- a/scores/deu-ukr/flores101-dev/bleu-scores.txt +++ b/scores/deu-ukr/flores101-dev/bleu-scores.txt @@ -1,6 +1,7 @@ 23.2 https://object.pouta.csc.fi/Tatoeba-MT-models/deu-zle/opusTCv20210807_transformer-big_2022-03-19.zip 23.1 https://object.pouta.csc.fi/Tatoeba-MT-models/deu-ukr/opusTCv20210807+pbt_transformer-align_2022-03-07.zip 22.7 https://object.pouta.csc.fi/Tatoeba-MT-models/deu-zle/opusTCv20210807_transformer-big_2022-03-13.zip +20.6 https://object.pouta.csc.fi/Tatoeba-MT-models/deu-ukr/opusTCv20210807+nopar+ft95-sepvoc_transformer-tiny11-align_2022-03-20.zip 14.3 https://object.pouta.csc.fi/Tatoeba-MT-models/deu-ukr/opus-2021-02-18.zip 14.2 https://object.pouta.csc.fi/Tatoeba-MT-models/gmw-zle/opus1m-2021-02-12.zip 9.2 https://object.pouta.csc.fi/Tatoeba-MT-models/ine-ine/opus-2020-07-27.zip diff --git a/scores/deu-ukr/flores101-dev/chrf-scores.txt b/scores/deu-ukr/flores101-dev/chrf-scores.txt index d1dea13c..84255470 100644 --- a/scores/deu-ukr/flores101-dev/chrf-scores.txt +++ b/scores/deu-ukr/flores101-dev/chrf-scores.txt @@ -1,6 +1,7 @@ 0.52063 https://object.pouta.csc.fi/Tatoeba-MT-models/deu-zle/opusTCv20210807_transformer-big_2022-03-19.zip 0.51699 https://object.pouta.csc.fi/Tatoeba-MT-models/deu-ukr/opusTCv20210807+pbt_transformer-align_2022-03-07.zip 0.51690 https://object.pouta.csc.fi/Tatoeba-MT-models/deu-zle/opusTCv20210807_transformer-big_2022-03-13.zip +0.49763 https://object.pouta.csc.fi/Tatoeba-MT-models/deu-ukr/opusTCv20210807+nopar+ft95-sepvoc_transformer-tiny11-align_2022-03-20.zip 0.427 https://object.pouta.csc.fi/Tatoeba-MT-models/gmw-zle/opus1m-2021-02-12.zip 0.421 https://object.pouta.csc.fi/Tatoeba-MT-models/deu-ukr/opus-2021-02-18.zip 0.351 https://object.pouta.csc.fi/Tatoeba-MT-models/ine-ine/opus-2020-07-27.zip diff --git a/scores/deu-ukr/flores101-devtest/bleu-scores.txt b/scores/deu-ukr/flores101-devtest/bleu-scores.txt index 5c858424..aced8214 100644 --- a/scores/deu-ukr/flores101-devtest/bleu-scores.txt +++ b/scores/deu-ukr/flores101-devtest/bleu-scores.txt @@ -1,6 +1,7 @@ 24.0 https://object.pouta.csc.fi/Tatoeba-MT-models/deu-zle/opusTCv20210807_transformer-big_2022-03-19.zip 23.6 https://object.pouta.csc.fi/Tatoeba-MT-models/deu-ukr/opusTCv20210807+pbt_transformer-align_2022-03-07.zip 23.5 https://object.pouta.csc.fi/Tatoeba-MT-models/deu-zle/opusTCv20210807_transformer-big_2022-03-13.zip +21.3 https://object.pouta.csc.fi/Tatoeba-MT-models/deu-ukr/opusTCv20210807+nopar+ft95-sepvoc_transformer-tiny11-align_2022-03-20.zip 14.7 https://object.pouta.csc.fi/Tatoeba-MT-models/gmw-zle/opus1m-2021-02-12.zip 14.6 https://object.pouta.csc.fi/Tatoeba-MT-models/deu-ukr/opus-2021-02-18.zip 9.2 https://object.pouta.csc.fi/Tatoeba-MT-models/ine-ine/opus-2020-07-27.zip diff --git a/scores/deu-ukr/flores101-devtest/chrf-scores.txt b/scores/deu-ukr/flores101-devtest/chrf-scores.txt index e3565e91..bfc4ecd9 100644 --- a/scores/deu-ukr/flores101-devtest/chrf-scores.txt +++ b/scores/deu-ukr/flores101-devtest/chrf-scores.txt @@ -1,6 +1,7 @@ 0.53137 https://object.pouta.csc.fi/Tatoeba-MT-models/deu-zle/opusTCv20210807_transformer-big_2022-03-19.zip 0.52810 https://object.pouta.csc.fi/Tatoeba-MT-models/deu-zle/opusTCv20210807_transformer-big_2022-03-13.zip 0.52614 https://object.pouta.csc.fi/Tatoeba-MT-models/deu-ukr/opusTCv20210807+pbt_transformer-align_2022-03-07.zip +0.50994 https://object.pouta.csc.fi/Tatoeba-MT-models/deu-ukr/opusTCv20210807+nopar+ft95-sepvoc_transformer-tiny11-align_2022-03-20.zip 0.436 https://object.pouta.csc.fi/Tatoeba-MT-models/gmw-zle/opus1m-2021-02-12.zip 0.427 https://object.pouta.csc.fi/Tatoeba-MT-models/deu-ukr/opus-2021-02-18.zip 0.360 https://object.pouta.csc.fi/Tatoeba-MT-models/ine-ine/opus-2020-07-27.zip diff --git a/scores/deu-ukr/tatoeba-test-v2020-07-28/bleu-scores.txt b/scores/deu-ukr/tatoeba-test-v2020-07-28/bleu-scores.txt index e7ffd14a..ae167bde 100644 --- a/scores/deu-ukr/tatoeba-test-v2020-07-28/bleu-scores.txt +++ b/scores/deu-ukr/tatoeba-test-v2020-07-28/bleu-scores.txt @@ -3,6 +3,7 @@ 40.1 https://object.pouta.csc.fi/Tatoeba-MT-models/deu-ukr/opus-2021-02-18.zip 39.3 https://object.pouta.csc.fi/Tatoeba-MT-models/gmw-zle/opus1m-2021-02-12.zip 39.1 https://object.pouta.csc.fi/Tatoeba-MT-models/deu-ukr/opusTCv20210807+pbt_transformer-align_2022-03-07.zip +37.6 https://object.pouta.csc.fi/Tatoeba-MT-models/deu-ukr/opusTCv20210807+nopar+ft95-sepvoc_transformer-tiny11-align_2022-03-20.zip 27.0 https://object.pouta.csc.fi/Tatoeba-MT-models/ine-ine/opus-2020-07-27.zip 26.1 https://object.pouta.csc.fi/Tatoeba-MT-models/ine-ine/opus-2020-07-21.zip 23.6 https://object.pouta.csc.fi/Tatoeba-MT-models/tatoeba-lowest/opus-2020-06-15.zip diff --git a/scores/deu-ukr/tatoeba-test-v2020-07-28/chrf-scores.txt b/scores/deu-ukr/tatoeba-test-v2020-07-28/chrf-scores.txt index 3ec18a22..bcac72e4 100644 --- a/scores/deu-ukr/tatoeba-test-v2020-07-28/chrf-scores.txt +++ b/scores/deu-ukr/tatoeba-test-v2020-07-28/chrf-scores.txt @@ -2,6 +2,7 @@ 0.62504 https://object.pouta.csc.fi/Tatoeba-MT-models/deu-zle/opusTCv20210807_transformer-big_2022-03-13.zip 0.61732 https://object.pouta.csc.fi/Tatoeba-MT-models/deu-ukr/opusTCv20210807+pbt_transformer-align_2022-03-07.zip 0.611 https://object.pouta.csc.fi/Tatoeba-MT-models/deu-ukr/opus-2021-02-18.zip +0.60764 https://object.pouta.csc.fi/Tatoeba-MT-models/deu-ukr/opusTCv20210807+nopar+ft95-sepvoc_transformer-tiny11-align_2022-03-20.zip 0.605 https://object.pouta.csc.fi/Tatoeba-MT-models/gmw-zle/opus1m-2021-02-12.zip 0.486 https://object.pouta.csc.fi/Tatoeba-MT-models/ine-ine/opus-2020-07-27.zip 0.473 https://object.pouta.csc.fi/Tatoeba-MT-models/ine-ine/opus-2020-07-21.zip diff --git a/scores/deu-ukr/tatoeba-test-v2021-03-30/bleu-scores.txt b/scores/deu-ukr/tatoeba-test-v2021-03-30/bleu-scores.txt index 1f56965c..5a7f0e44 100644 --- a/scores/deu-ukr/tatoeba-test-v2021-03-30/bleu-scores.txt +++ b/scores/deu-ukr/tatoeba-test-v2021-03-30/bleu-scores.txt @@ -3,6 +3,7 @@ 40.1 https://object.pouta.csc.fi/Tatoeba-MT-models/deu-ukr/opus-2021-02-18.zip 39.3 https://object.pouta.csc.fi/Tatoeba-MT-models/gmw-zle/opus1m-2021-02-12.zip 39.1 https://object.pouta.csc.fi/Tatoeba-MT-models/deu-ukr/opusTCv20210807+pbt_transformer-align_2022-03-07.zip +37.6 https://object.pouta.csc.fi/Tatoeba-MT-models/deu-ukr/opusTCv20210807+nopar+ft95-sepvoc_transformer-tiny11-align_2022-03-20.zip 26.9 https://object.pouta.csc.fi/Tatoeba-MT-models/ine-ine/opus-2020-07-27.zip 26.0 https://object.pouta.csc.fi/Tatoeba-MT-models/ine-ine/opus-2020-07-21.zip 23.6 https://object.pouta.csc.fi/Tatoeba-MT-models/tatoeba-lowest/opus-2020-06-15.zip diff --git a/scores/deu-ukr/tatoeba-test-v2021-03-30/chrf-scores.txt b/scores/deu-ukr/tatoeba-test-v2021-03-30/chrf-scores.txt index 0340e2dd..a1cf5e49 100644 --- a/scores/deu-ukr/tatoeba-test-v2021-03-30/chrf-scores.txt +++ b/scores/deu-ukr/tatoeba-test-v2021-03-30/chrf-scores.txt @@ -2,6 +2,7 @@ 0.62609 https://object.pouta.csc.fi/Tatoeba-MT-models/deu-zle/opusTCv20210807_transformer-big_2022-03-13.zip 0.61839 https://object.pouta.csc.fi/Tatoeba-MT-models/deu-ukr/opusTCv20210807+pbt_transformer-align_2022-03-07.zip 0.612 https://object.pouta.csc.fi/Tatoeba-MT-models/deu-ukr/opus-2021-02-18.zip +0.60901 https://object.pouta.csc.fi/Tatoeba-MT-models/deu-ukr/opusTCv20210807+nopar+ft95-sepvoc_transformer-tiny11-align_2022-03-20.zip 0.606 https://object.pouta.csc.fi/Tatoeba-MT-models/gmw-zle/opus1m-2021-02-12.zip 0.486 https://object.pouta.csc.fi/Tatoeba-MT-models/ine-ine/opus-2020-07-27.zip 0.473 https://object.pouta.csc.fi/Tatoeba-MT-models/ine-ine/opus-2020-07-21.zip diff --git a/scores/deu-ukr/tatoeba-test-v2021-08-07/bleu-scores.txt b/scores/deu-ukr/tatoeba-test-v2021-08-07/bleu-scores.txt index d26f44c0..7449bfbb 100644 --- a/scores/deu-ukr/tatoeba-test-v2021-08-07/bleu-scores.txt +++ b/scores/deu-ukr/tatoeba-test-v2021-08-07/bleu-scores.txt @@ -3,6 +3,7 @@ 40.0 https://object.pouta.csc.fi/Tatoeba-MT-models/deu-ukr/opus-2021-02-18.zip 39.3 https://object.pouta.csc.fi/Tatoeba-MT-models/gmw-zle/opus1m-2021-02-12.zip 39.1 https://object.pouta.csc.fi/Tatoeba-MT-models/deu-ukr/opusTCv20210807+pbt_transformer-align_2022-03-07.zip +37.5 https://object.pouta.csc.fi/Tatoeba-MT-models/deu-ukr/opusTCv20210807+nopar+ft95-sepvoc_transformer-tiny11-align_2022-03-20.zip 26.9 https://object.pouta.csc.fi/Tatoeba-MT-models/ine-ine/opus-2020-07-27.zip 26.0 https://object.pouta.csc.fi/Tatoeba-MT-models/ine-ine/opus-2020-07-21.zip 23.5 https://object.pouta.csc.fi/Tatoeba-MT-models/tatoeba-lowest/opus-2020-06-15.zip diff --git a/scores/deu-ukr/tatoeba-test-v2021-08-07/chrf-scores.txt b/scores/deu-ukr/tatoeba-test-v2021-08-07/chrf-scores.txt index 22fdc95b..b0690b57 100644 --- a/scores/deu-ukr/tatoeba-test-v2021-08-07/chrf-scores.txt +++ b/scores/deu-ukr/tatoeba-test-v2021-08-07/chrf-scores.txt @@ -2,6 +2,7 @@ 0.62504 https://object.pouta.csc.fi/Tatoeba-MT-models/deu-zle/opusTCv20210807_transformer-big_2022-03-13.zip 0.61767 https://object.pouta.csc.fi/Tatoeba-MT-models/deu-ukr/opusTCv20210807+pbt_transformer-align_2022-03-07.zip 0.611 https://object.pouta.csc.fi/Tatoeba-MT-models/deu-ukr/opus-2021-02-18.zip +0.60870 https://object.pouta.csc.fi/Tatoeba-MT-models/deu-ukr/opusTCv20210807+nopar+ft95-sepvoc_transformer-tiny11-align_2022-03-20.zip 0.605 https://object.pouta.csc.fi/Tatoeba-MT-models/gmw-zle/opus1m-2021-02-12.zip 0.485 https://object.pouta.csc.fi/Tatoeba-MT-models/ine-ine/opus-2020-07-27.zip 0.472 https://object.pouta.csc.fi/Tatoeba-MT-models/ine-ine/opus-2020-07-21.zip diff --git a/scores/eng-deu/news2008/bleu-scores.txt b/scores/eng-deu/news2008/bleu-scores.txt new file mode 100644 index 00000000..67d1a5ac --- /dev/null +++ b/scores/eng-deu/news2008/bleu-scores.txt @@ -0,0 +1 @@ +24.7 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-deu/opusTCv20210807+bt-2021-12-08.zip diff --git a/scores/eng-deu/news2008/chrf-scores.txt b/scores/eng-deu/news2008/chrf-scores.txt new file mode 100644 index 00000000..e7cefc42 --- /dev/null +++ b/scores/eng-deu/news2008/chrf-scores.txt @@ -0,0 +1 @@ +0.54052 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-deu/opusTCv20210807+bt-2021-12-08.zip diff --git a/scores/eng-deu/newstest2014/bleu-scores.txt b/scores/eng-deu/newstest2014/bleu-scores.txt index f0f424b8..d5e75f53 100644 --- a/scores/eng-deu/newstest2014/bleu-scores.txt +++ b/scores/eng-deu/newstest2014/bleu-scores.txt @@ -1,4 +1,4 @@ -30.3 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-deu/opusTCv20210807+bt-2021-12-08.zip +30.4 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-deu/opusTCv20210807+bt-2021-12-08.zip 29.0 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-deu/opus+bt-2021-04-13.zip 28.6 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-deu/opus-2021-02-22.zip 28.5 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-deu/opus-2021-02-19.zip diff --git a/scores/eng-deu/newstest2014/chrf-scores.txt b/scores/eng-deu/newstest2014/chrf-scores.txt index 3b368ed5..990ea477 100644 --- a/scores/eng-deu/newstest2014/chrf-scores.txt +++ b/scores/eng-deu/newstest2014/chrf-scores.txt @@ -1,4 +1,4 @@ -0.607 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-deu/opusTCv20210807+bt-2021-12-08.zip +0.60709 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-deu/opusTCv20210807+bt-2021-12-08.zip 0.597 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-deu/opus+bt-2021-04-13.zip 0.591 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-deu/opus-2021-02-22.zip 0.589 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-deu/opus-2021-02-19.zip diff --git a/scores/eng-deu/newstest2015/bleu-scores.txt b/scores/eng-deu/newstest2015/bleu-scores.txt index e2c420a4..ad604988 100644 --- a/scores/eng-deu/newstest2015/bleu-scores.txt +++ b/scores/eng-deu/newstest2015/bleu-scores.txt @@ -1,4 +1,4 @@ -33.2 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-deu/opusTCv20210807+bt-2021-12-08.zip +33.3 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-deu/opusTCv20210807+bt-2021-12-08.zip 31.7 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-deu/opus-2021-02-22.zip 31.5 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-deu/opus-2021-02-19.zip 28.6 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-deu+eng+fin+fra+nld+swe/opus1m-2021-02-22.zip diff --git a/scores/eng-deu/newstest2015/chrf-scores.txt b/scores/eng-deu/newstest2015/chrf-scores.txt index b7781457..05267b87 100644 --- a/scores/eng-deu/newstest2015/chrf-scores.txt +++ b/scores/eng-deu/newstest2015/chrf-scores.txt @@ -1,4 +1,4 @@ -0.611 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-deu/opusTCv20210807+bt-2021-12-08.zip +0.61084 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-deu/opusTCv20210807+bt-2021-12-08.zip 0.599 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-deu/opus+bt-2021-04-13.zip 0.598 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-deu/opus-2021-02-22.zip 0.596 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-deu/opus-2021-02-19.zip @@ -33,3 +33,4 @@ 0.460 https://object.pouta.csc.fi/Tatoeba-MT-models/tatoeba-zero/opus-2020-06-21.zip 0.459 https://object.pouta.csc.fi/Tatoeba-MT-models/tatoeba-zero/opus-2020-06-19.zip 0.447 https://object.pouta.csc.fi/Tatoeba-MT-models/tatoeba-lowest/opus-2020-06-15.zip + diff --git a/scores/eng-deu/newstest2016/bleu-scores.txt b/scores/eng-deu/newstest2016/bleu-scores.txt index 872dee99..8a3358ec 100644 --- a/scores/eng-deu/newstest2016/bleu-scores.txt +++ b/scores/eng-deu/newstest2016/bleu-scores.txt @@ -33,3 +33,4 @@ 19.2 https://object.pouta.csc.fi/Tatoeba-MT-models/tatoeba-zero/opus-2020-06-19.zip 18.3 https://object.pouta.csc.fi/Tatoeba-MT-models/tatoeba-lowest/opus-2020-06-15.zip 18.2 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-mul/opus-2020-07-14.zip + diff --git a/scores/eng-deu/newstest2016/chrf-scores.txt b/scores/eng-deu/newstest2016/chrf-scores.txt index 5589ba64..123bf144 100644 --- a/scores/eng-deu/newstest2016/chrf-scores.txt +++ b/scores/eng-deu/newstest2016/chrf-scores.txt @@ -1,4 +1,4 @@ -0.659 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-deu/opusTCv20210807+bt-2021-12-08.zip +0.65953 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-deu/opusTCv20210807+bt-2021-12-08.zip 0.644 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-deu/opus+bt-2021-04-13.zip 0.641 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-deu/opus-2021-02-22.zip 0.639 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-deu/opus-2021-02-19.zip @@ -32,3 +32,4 @@ 0.482 https://object.pouta.csc.fi/Tatoeba-MT-models/ine-ine/opus-2020-07-21.zip 0.479 https://object.pouta.csc.fi/Tatoeba-MT-models/tatoeba-zero/opus-2020-06-19.zip 0.466 https://object.pouta.csc.fi/Tatoeba-MT-models/tatoeba-lowest/opus-2020-06-15.zip + diff --git a/scores/eng-deu/newstest2017/bleu-scores.txt b/scores/eng-deu/newstest2017/bleu-scores.txt index ee714e07..c44b4e42 100644 --- a/scores/eng-deu/newstest2017/bleu-scores.txt +++ b/scores/eng-deu/newstest2017/bleu-scores.txt @@ -31,3 +31,4 @@ 16.0 https://object.pouta.csc.fi/Tatoeba-MT-models/tatoeba-zero/opus-2020-06-21.zip 15.6 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-mul/opus-2020-07-14.zip 15.2 https://object.pouta.csc.fi/Tatoeba-MT-models/tatoeba-lowest/opus-2020-06-15.zip + diff --git a/scores/eng-deu/newstest2017/chrf-scores.txt b/scores/eng-deu/newstest2017/chrf-scores.txt index 74d65720..23ee8003 100644 --- a/scores/eng-deu/newstest2017/chrf-scores.txt +++ b/scores/eng-deu/newstest2017/chrf-scores.txt @@ -1,4 +1,4 @@ -0.604 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-deu/opusTCv20210807+bt-2021-12-08.zip +0.60421 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-deu/opusTCv20210807+bt-2021-12-08.zip 0.595 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-deu/opus+bt-2021-04-13.zip 0.590 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-deu/opus-2021-02-22.zip 0.589 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-deu/opus-2021-02-19.zip diff --git a/scores/eng-deu/newstest2018/bleu-scores.txt b/scores/eng-deu/newstest2018/bleu-scores.txt index 6a4c3dee..80e62f1a 100644 --- a/scores/eng-deu/newstest2018/bleu-scores.txt +++ b/scores/eng-deu/newstest2018/bleu-scores.txt @@ -33,3 +33,4 @@ 21.9 https://object.pouta.csc.fi/Tatoeba-MT-models/tatoeba-zero/opus-2020-06-19.zip 20.7 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-mul/opus-2020-07-14.zip 20.3 https://object.pouta.csc.fi/Tatoeba-MT-models/tatoeba-lowest/opus-2020-06-15.zip + diff --git a/scores/eng-deu/newstest2018/chrf-scores.txt b/scores/eng-deu/newstest2018/chrf-scores.txt index e8832b5c..1fce8379 100644 --- a/scores/eng-deu/newstest2018/chrf-scores.txt +++ b/scores/eng-deu/newstest2018/chrf-scores.txt @@ -1,4 +1,4 @@ -0.715 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-deu/opusTCv20210807+bt-2021-12-08.zip +0.71461 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-deu/opusTCv20210807+bt-2021-12-08.zip 0.697 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-deu/opus+bt-2021-04-13.zip 0.691 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-deu/opus-2021-02-22.zip 0.690 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-deu/opus-2021-02-19.zip @@ -33,3 +33,4 @@ 0.503 https://object.pouta.csc.fi/Tatoeba-MT-models/ine-ine/opus-2020-07-21.zip 0.497 https://object.pouta.csc.fi/Tatoeba-MT-models/tatoeba-zero/opus-2020-06-19.zip 0.480 https://object.pouta.csc.fi/Tatoeba-MT-models/tatoeba-lowest/opus-2020-06-15.zip + diff --git a/scores/eng-deu/newstest2019/chrf-scores.txt b/scores/eng-deu/newstest2019/chrf-scores.txt index 123a3149..4d70d0b3 100644 --- a/scores/eng-deu/newstest2019/chrf-scores.txt +++ b/scores/eng-deu/newstest2019/chrf-scores.txt @@ -1,4 +1,4 @@ -0.681 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-deu/opusTCv20210807+bt-2021-12-08.zip +0.68095 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-deu/opusTCv20210807+bt-2021-12-08.zip 0.660 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-deu/opus-2021-02-22.zip 0.657 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-deu/opus-2021-02-19.zip 0.615 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-gmw/opus2m-2020-08-01.zip @@ -32,3 +32,4 @@ 0.482 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-mul/opus-2020-07-14.zip 0.478 https://object.pouta.csc.fi/Tatoeba-MT-models/tatoeba-zero/opus-2020-06-19.zip 0.462 https://object.pouta.csc.fi/Tatoeba-MT-models/tatoeba-lowest/opus-2020-06-15.zip + diff --git a/scores/eng-deu/newstest2020/chrf-scores.txt b/scores/eng-deu/newstest2020/chrf-scores.txt index 83b16e7f..27dab7f7 100644 --- a/scores/eng-deu/newstest2020/chrf-scores.txt +++ b/scores/eng-deu/newstest2020/chrf-scores.txt @@ -1,4 +1,4 @@ -0.622 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-deu/opusTCv20210807+bt-2021-12-08.zip +0.62151 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-deu/opusTCv20210807+bt-2021-12-08.zip 0.613 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-deu/opus+bt-2021-04-13.zip 0.609 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-deu/opus-2021-02-22.zip 0.605 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-deu/opus-2021-02-19.zip diff --git a/scores/eng-deu/newstestB2020/chrf-scores.txt b/scores/eng-deu/newstestB2020/chrf-scores.txt index d371776a..521579dd 100644 --- a/scores/eng-deu/newstestB2020/chrf-scores.txt +++ b/scores/eng-deu/newstestB2020/chrf-scores.txt @@ -1,4 +1,4 @@ -0.613 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-deu/opusTCv20210807+bt-2021-12-08.zip +0.61262 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-deu/opusTCv20210807+bt-2021-12-08.zip 0.604 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-deu/opus+bt-2021-04-13.zip 0.598 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-deu/opus-2021-02-22.zip 0.594 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-deu/opus-2021-02-19.zip diff --git a/scores/eng-fin/newsdev2015/bleu-scores.txt b/scores/eng-fin/newsdev2015/bleu-scores.txt index ac253f0b..6c59d99b 100644 --- a/scores/eng-fin/newsdev2015/bleu-scores.txt +++ b/scores/eng-fin/newsdev2015/bleu-scores.txt @@ -1,3 +1,4 @@ +24.2 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opusTCv20210807+bt-2021-12-08.zip 24.2 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opusTCv20210807+bt_transformer-big_2022-03-09.zip 24.1 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opusTCv20210807+bt-2021-12-08.zip 23.3 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opusTCv20210807+bt-2021-11-08.zip @@ -5,6 +6,7 @@ 21.6 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opus+bt-2021-03-09.zip 20.9 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opusTCv20210807+nopar+ft95-sepvoc_transformer-tiny11-align_2022-01-25.zip 20.7 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opus-2021-02-19.zip +18.9 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opusTCv20210807+nopar+ft95-jointvoc_transformer-tiny11-align_2022-01-27.zip 17.5 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fiu/opus2m-2020-08-01.zip 17.4 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-urj/opus2m-2020-08-02.zip 17.3 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-deu+eng+fin+fra+nld+swe/opus1m-2021-02-22.zip diff --git a/scores/eng-fin/newsdev2015/chrf-scores.txt b/scores/eng-fin/newsdev2015/chrf-scores.txt index a5731d7e..39cb3a00 100644 --- a/scores/eng-fin/newsdev2015/chrf-scores.txt +++ b/scores/eng-fin/newsdev2015/chrf-scores.txt @@ -1,10 +1,12 @@ +0.58255 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opusTCv20210807+bt-2021-12-08.zip 0.58367 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opusTCv20210807+bt_transformer-big_2022-03-09.zip 0.582 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opusTCv20210807+bt-2021-12-08.zip 0.576 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opusTCv20210807+bt-2021-11-08.zip 0.573 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opusTCv20210807+bt-2021-09-01.zip 0.565 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opus+bt-2021-03-09.zip 0.555 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opus-2021-02-19.zip -0.55406 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opusTCv20210807+nopar+ft95-sepvoc_transformer-tiny11-align_2022-01-25.zip +0.55409 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opusTCv20210807+nopar+ft95-sepvoc_transformer-tiny11-align_2022-01-25.zip +0.54109 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opusTCv20210807+nopar+ft95-jointvoc_transformer-tiny11-align_2022-01-27.zip 0.517 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fiu/opus2m-2020-08-01.zip 0.516 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-urj/opus2m-2020-08-02.zip 0.515 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-deu+eng+fin+fra+nld+swe/opus1m-2021-02-22.zip @@ -23,3 +25,4 @@ 0.395 https://object.pouta.csc.fi/Tatoeba-MT-models/tatoeba-zero/opus-2020-06-21.zip 0.381 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-mul/opus-2020-07-14.zip 0.182 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fiu/opus1m+bt-tuned4eng2sme-2021-04-10.zip + diff --git a/scores/eng-fin/newstest2015/bleu-scores.txt b/scores/eng-fin/newstest2015/bleu-scores.txt index 3b90ee0c..cc3fd957 100644 --- a/scores/eng-fin/newstest2015/bleu-scores.txt +++ b/scores/eng-fin/newstest2015/bleu-scores.txt @@ -5,6 +5,7 @@ 24.1 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opus+bt-2021-03-09.zip 23.5 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opusTCv20210807+nopar+ft95-sepvoc_transformer-tiny11-align_2022-01-25.zip 22.4 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opus-2021-02-19.zip +21.1 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opusTCv20210807+nopar+ft95-jointvoc_transformer-tiny11-align_2022-01-27.zip 19.3 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-urj/opus2m-2020-08-02.zip 19.2 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fiu/opus2m-2020-08-01.zip 19.0 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-deu+eng+fin+fra+nld+swe/opus1m-2021-02-22.zip diff --git a/scores/eng-fin/newstest2015/chrf-scores.txt b/scores/eng-fin/newstest2015/chrf-scores.txt index 1664e164..61a43dc2 100644 --- a/scores/eng-fin/newstest2015/chrf-scores.txt +++ b/scores/eng-fin/newstest2015/chrf-scores.txt @@ -1,10 +1,12 @@ +0.60181 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opusTCv20210807+bt-2021-12-08.zip 0.602 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opusTCv20210807+bt-2021-12-08.zip 0.60080 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opusTCv20210807+bt_transformer-big_2022-03-09.zip 0.592 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opusTCv20210807+bt-2021-11-08.zip 0.589 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opusTCv20210807+bt-2021-09-01.zip 0.583 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opus+bt-2021-03-09.zip -0.57109 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opusTCv20210807+nopar+ft95-sepvoc_transformer-tiny11-align_2022-01-25.zip +0.57118 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opusTCv20210807+nopar+ft95-sepvoc_transformer-tiny11-align_2022-01-25.zip 0.565 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opus-2021-02-19.zip +0.55928 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opusTCv20210807+nopar+ft95-jointvoc_transformer-tiny11-align_2022-01-27.zip 0.532 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-urj/opus2m-2020-08-02.zip 0.529 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fiu/opus2m-2020-08-01.zip 0.526 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-deu+eng+fin+fra+nld+swe/opus1m-2021-02-22.zip @@ -24,3 +26,4 @@ 0.399 https://object.pouta.csc.fi/Tatoeba-MT-models/tatoeba-zero/opus-2020-06-21.zip 0.385 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-mul/opus-2020-07-14.zip 0.192 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fiu/opus1m+bt-tuned4eng2sme-2021-04-10.zip + diff --git a/scores/eng-fin/newstest2016/bleu-scores.txt b/scores/eng-fin/newstest2016/bleu-scores.txt index e5ed512e..951c2428 100644 --- a/scores/eng-fin/newstest2016/bleu-scores.txt +++ b/scores/eng-fin/newstest2016/bleu-scores.txt @@ -1,3 +1,4 @@ +28.7 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opusTCv20210807+bt-2021-12-08.zip 28.8 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opusTCv20210807+bt_transformer-big_2022-03-09.zip 28.6 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opusTCv20210807+bt-2021-12-08.zip 27.5 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opusTCv20210807+bt-2021-11-08.zip @@ -5,6 +6,7 @@ 25.5 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opus+bt-2021-03-09.zip 24.7 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opusTCv20210807+nopar+ft95-sepvoc_transformer-tiny11-align_2022-01-25.zip 24.0 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opus-2021-02-19.zip +23.0 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opusTCv20210807+nopar+ft95-jointvoc_transformer-tiny11-align_2022-01-27.zip 20.5 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fiu/opus2m-2020-08-01.zip 19.9 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-urj/opus2m-2020-08-02.zip 19.5 https://object.pouta.csc.fi/Tatoeba-MT-models/fiu-fiu/opus4m+btTCv20210807-2021-09-30.zip @@ -25,3 +27,4 @@ 9.6 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-mul/opus-2020-07-20.zip 8.8 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-mul/opus-2020-07-14.zip 1.8 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fiu/opus1m+bt-tuned4eng2sme-2021-04-10.zip + diff --git a/scores/eng-fin/newstest2016/chrf-scores.txt b/scores/eng-fin/newstest2016/chrf-scores.txt index 44eee40e..aa463952 100644 --- a/scores/eng-fin/newstest2016/chrf-scores.txt +++ b/scores/eng-fin/newstest2016/chrf-scores.txt @@ -1,10 +1,12 @@ +0.61631 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opusTCv20210807+bt-2021-12-08.zip 0.61636 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opusTCv20210807+bt_transformer-big_2022-03-09.zip 0.616 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opusTCv20210807+bt-2021-12-08.zip 0.606 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opusTCv20210807+bt-2021-11-08.zip 0.602 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opusTCv20210807+bt-2021-09-01.zip 0.592 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opus+bt-2021-03-09.zip -0.58134 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opusTCv20210807+nopar+ft95-sepvoc_transformer-tiny11-align_2022-01-25.zip +0.58139 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opusTCv20210807+nopar+ft95-sepvoc_transformer-tiny11-align_2022-01-25.zip 0.576 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opus-2021-02-19.zip +0.57016 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opusTCv20210807+nopar+ft95-jointvoc_transformer-tiny11-align_2022-01-27.zip 0.541 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fiu/opus2m-2020-08-01.zip 0.538 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-urj/opus2m-2020-08-02.zip 0.533 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-deu+eng+fin+fra+nld+swe/opus1m-2021-02-22.zip @@ -26,3 +28,4 @@ 0.408 https://object.pouta.csc.fi/Tatoeba-MT-models/tatoeba-zero/opus-2020-06-19.zip 0.396 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-mul/opus-2020-07-14.zip 0.189 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fiu/opus1m+bt-tuned4eng2sme-2021-04-10.zip + diff --git a/scores/eng-fin/newstest2017/bleu-scores.txt b/scores/eng-fin/newstest2017/bleu-scores.txt index 4e5c1790..9784396f 100644 --- a/scores/eng-fin/newstest2017/bleu-scores.txt +++ b/scores/eng-fin/newstest2017/bleu-scores.txt @@ -5,6 +5,7 @@ 28.1 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opus+bt-2021-03-09.zip 27.1 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opusTCv20210807+nopar+ft95-sepvoc_transformer-tiny11-align_2022-01-25.zip 26.4 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opus-2021-02-19.zip +25.4 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opusTCv20210807+nopar+ft95-jointvoc_transformer-tiny11-align_2022-01-27.zip 22.7 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fiu/opus2m-2020-08-01.zip 22.6 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-urj/opus2m-2020-08-02.zip 21.6 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-deu+eng+fin+fra+nld+swe/opus1m-2021-02-22.zip @@ -26,3 +27,4 @@ 10.1 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-mul/opus-2020-07-20.zip 9.4 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-mul/opus-2020-07-14.zip 1.9 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fiu/opus1m+bt-tuned4eng2sme-2021-04-10.zip + diff --git a/scores/eng-fin/newstest2017/chrf-scores.txt b/scores/eng-fin/newstest2017/chrf-scores.txt index b6874ea7..c1a481b5 100644 --- a/scores/eng-fin/newstest2017/chrf-scores.txt +++ b/scores/eng-fin/newstest2017/chrf-scores.txt @@ -1,10 +1,12 @@ +0.64626 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opusTCv20210807+bt-2021-12-08.zip 0.646 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opusTCv20210807+bt-2021-12-08.zip 0.64381 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opusTCv20210807+bt_transformer-big_2022-03-09.zip 0.633 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opusTCv20210807+bt-2021-11-08.zip 0.630 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opusTCv20210807+bt-2021-09-01.zip 0.620 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opus+bt-2021-03-09.zip -0.60664 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opusTCv20210807+nopar+ft95-sepvoc_transformer-tiny11-align_2022-01-25.zip +0.60666 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opusTCv20210807+nopar+ft95-sepvoc_transformer-tiny11-align_2022-01-25.zip 0.602 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opus-2021-02-19.zip +0.59693 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opusTCv20210807+nopar+ft95-jointvoc_transformer-tiny11-align_2022-01-27.zip 0.563 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fiu/opus2m-2020-08-01.zip 0.562 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-urj/opus2m-2020-08-02.zip 0.556 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-deu+eng+fin+fra+nld+swe/opus1m-2021-02-22.zip @@ -26,3 +28,4 @@ 0.412 https://object.pouta.csc.fi/Tatoeba-MT-models/tatoeba-zero/opus-2020-06-19.zip 0.398 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-mul/opus-2020-07-14.zip 0.187 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fiu/opus1m+bt-tuned4eng2sme-2021-04-10.zip + diff --git a/scores/eng-fin/newstest2018/bleu-scores.txt b/scores/eng-fin/newstest2018/bleu-scores.txt index 291ed977..b64bad63 100644 --- a/scores/eng-fin/newstest2018/bleu-scores.txt +++ b/scores/eng-fin/newstest2018/bleu-scores.txt @@ -5,6 +5,7 @@ 18.3 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opus+bt-2021-03-09.zip 17.2 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opusTCv20210807+nopar+ft95-sepvoc_transformer-tiny11-align_2022-01-25.zip 17.0 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opus-2021-02-19.zip +16.1 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opusTCv20210807+nopar+ft95-jointvoc_transformer-tiny11-align_2022-01-27.zip 14.4 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-urj/opus2m-2020-08-02.zip 14.2 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fiu/opus2m-2020-08-01.zip 14.1 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-deu+eng+fin+fra+nld+swe/opus1m-2021-02-22.zip @@ -21,3 +22,4 @@ 6.9 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-mul/opus-2020-07-20.zip 6.3 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-mul/opus-2020-07-14.zip 1.4 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fiu/opus1m+bt-tuned4eng2sme-2021-04-10.zip + diff --git a/scores/eng-fin/newstest2018/chrf-scores.txt b/scores/eng-fin/newstest2018/chrf-scores.txt index bcf66b0f..b2ba7cb8 100644 --- a/scores/eng-fin/newstest2018/chrf-scores.txt +++ b/scores/eng-fin/newstest2018/chrf-scores.txt @@ -1,3 +1,4 @@ +0.55777 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opusTCv20210807+bt-2021-12-08.zip 0.558 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opusTCv20210807+bt-2021-12-08.zip 0.55626 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opusTCv20210807+bt_transformer-big_2022-03-09.zip 0.551 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opusTCv20210807+bt-2021-11-08.zip @@ -5,6 +6,7 @@ 0.542 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opus+bt-2021-03-09.zip 0.52865 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opusTCv20210807+nopar+ft95-sepvoc_transformer-tiny11-align_2022-01-25.zip 0.528 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opus-2021-02-19.zip +0.52052 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opusTCv20210807+nopar+ft95-jointvoc_transformer-tiny11-align_2022-01-27.zip 0.496 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fiu/opus2m-2020-08-01.zip 0.493 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-deu+eng+fin+fra+nld+swe/opus1m-2021-02-22.zip 0.483 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fiu/opus-2020-07-26.zip diff --git a/scores/eng-fin/newstest2019/bleu-scores.txt b/scores/eng-fin/newstest2019/bleu-scores.txt index 7a025fdf..3d5e435a 100644 --- a/scores/eng-fin/newstest2019/bleu-scores.txt +++ b/scores/eng-fin/newstest2019/bleu-scores.txt @@ -5,6 +5,7 @@ 23.9 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opusTCv20210807+bt-2021-09-01.zip 23.4 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opusTCv20210807+nopar+ft95-sepvoc_transformer-tiny11-align_2022-01-25.zip 23.3 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opus-2021-02-19.zip +22.6 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opusTCv20210807+nopar+ft95-jointvoc_transformer-tiny11-align_2022-01-27.zip 19.9 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fiu/opus2m-2020-08-01.zip 19.8 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-urj/opus2m-2020-08-02.zip 19.6 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-deu+eng+fin+fra+nld+swe/opus1m-2021-02-22.zip @@ -28,3 +29,4 @@ 9.6 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-mul/opus-2020-07-20.zip 8.5 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-mul/opus-2020-07-14.zip 1.3 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fiu/opus1m+bt-tuned4eng2sme-2021-04-10.zip + diff --git a/scores/eng-fin/newstest2019/chrf-scores.txt b/scores/eng-fin/newstest2019/chrf-scores.txt index 24ff1860..f7ae44ed 100644 --- a/scores/eng-fin/newstest2019/chrf-scores.txt +++ b/scores/eng-fin/newstest2019/chrf-scores.txt @@ -1,10 +1,12 @@ +0.58623 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opusTCv20210807+bt-2021-12-08.zip 0.586 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opusTCv20210807+bt-2021-12-08.zip 0.58420 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opusTCv20210807+bt_transformer-big_2022-03-09.zip 0.579 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opusTCv20210807+bt-2021-11-08.zip 0.573 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opusTCv20210807+bt-2021-09-01.zip 0.564 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opus+bt-2021-03-09.zip -0.55646 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opusTCv20210807+nopar+ft95-sepvoc_transformer-tiny11-align_2022-01-25.zip +0.55652 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opusTCv20210807+nopar+ft95-sepvoc_transformer-tiny11-align_2022-01-25.zip 0.551 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opus-2021-02-19.zip +0.55063 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opusTCv20210807+nopar+ft95-jointvoc_transformer-tiny11-align_2022-01-27.zip 0.518 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fiu/opus2m-2020-08-01.zip 0.515 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-deu+eng+fin+fra+nld+swe/opus1m-2021-02-22.zip 0.507 https://object.pouta.csc.fi/Tatoeba-MT-models/deu+eng+fin+fra+nld+swe-deu+eng+fin+fra+nld+swe/opus1m-2021-02-22.zip diff --git a/scores/eng-fin/newstestB2016/bleu-scores.txt b/scores/eng-fin/newstestB2016/bleu-scores.txt index 3c7923e7..02ab875c 100644 --- a/scores/eng-fin/newstestB2016/bleu-scores.txt +++ b/scores/eng-fin/newstestB2016/bleu-scores.txt @@ -1,3 +1,4 @@ +23.4 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opusTCv20210807+bt-2021-12-08.zip 23.3 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opusTCv20210807+bt_transformer-big_2022-03-09.zip 23.2 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opusTCv20210807+bt-2021-12-08.zip 22.5 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opusTCv20210807+bt-2021-11-08.zip @@ -5,6 +6,7 @@ 21.2 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opus+bt-2021-03-09.zip 20.1 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opusTCv20210807+nopar+ft95-sepvoc_transformer-tiny11-align_2022-01-25.zip 19.7 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opus-2021-02-19.zip +18.6 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opusTCv20210807+nopar+ft95-jointvoc_transformer-tiny11-align_2022-01-27.zip 16.9 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fiu/opus2m-2020-08-01.zip 16.6 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-urj/opus2m-2020-08-02.zip 15.9 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-deu+eng+fin+fra+nld+swe/opus1m-2021-02-22.zip diff --git a/scores/eng-fin/newstestB2016/chrf-scores.txt b/scores/eng-fin/newstestB2016/chrf-scores.txt index 251f1aac..c183f548 100644 --- a/scores/eng-fin/newstestB2016/chrf-scores.txt +++ b/scores/eng-fin/newstestB2016/chrf-scores.txt @@ -1,9 +1,11 @@ +0.57564 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opusTCv20210807+bt-2021-12-08.zip 0.57554 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opusTCv20210807+bt_transformer-big_2022-03-09.zip 0.575 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opusTCv20210807+bt-2021-12-08.zip 0.569 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opusTCv20210807+bt-2021-11-08.zip 0.563 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opusTCv20210807+bt-2021-09-01.zip 0.558 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opus+bt-2021-03-09.zip -0.54507 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opusTCv20210807+nopar+ft95-sepvoc_transformer-tiny11-align_2022-01-25.zip +0.54517 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opusTCv20210807+nopar+ft95-sepvoc_transformer-tiny11-align_2022-01-25.zip +0.53394 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opusTCv20210807+nopar+ft95-jointvoc_transformer-tiny11-align_2022-01-27.zip 0.541 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opus-2021-02-19.zip 0.511 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fiu/opus2m-2020-08-01.zip 0.509 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-urj/opus2m-2020-08-02.zip diff --git a/scores/eng-fin/newstestB2017/bleu-scores.txt b/scores/eng-fin/newstestB2017/bleu-scores.txt index 398e3122..e029e515 100644 --- a/scores/eng-fin/newstestB2017/bleu-scores.txt +++ b/scores/eng-fin/newstestB2017/bleu-scores.txt @@ -1,9 +1,11 @@ +27.3 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opusTCv20210807+bt-2021-12-08.zip 27.4 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opusTCv20210807+bt-2021-12-08.zip 26.8 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opusTCv20210807+bt_transformer-big_2022-03-09.zip 25.9 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opusTCv20210807+bt-2021-11-08.zip 24.8 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opusTCv20210807+bt-2021-09-01.zip 24.3 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opus+bt-2021-03-09.zip 22.9 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opusTCv20210807+nopar+ft95-sepvoc_transformer-tiny11-align_2022-01-25.zip +21.3 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opusTCv20210807+nopar+ft95-jointvoc_transformer-tiny11-align_2022-01-27.zip 22.6 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opus-2021-02-19.zip 19.4 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fiu/opus2m-2020-08-01.zip 19.3 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-urj/opus2m-2020-08-02.zip diff --git a/scores/eng-fin/newstestB2017/chrf-scores.txt b/scores/eng-fin/newstestB2017/chrf-scores.txt index 6880a2d8..9236d1f5 100644 --- a/scores/eng-fin/newstestB2017/chrf-scores.txt +++ b/scores/eng-fin/newstestB2017/chrf-scores.txt @@ -1,3 +1,4 @@ +0.60537 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opusTCv20210807+bt-2021-12-08.zip 0.605 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opusTCv20210807+bt-2021-12-08.zip 0.60212 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opusTCv20210807+bt_transformer-big_2022-03-09.zip 0.593 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opusTCv20210807+bt-2021-11-08.zip @@ -5,6 +6,7 @@ 0.582 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opus+bt-2021-03-09.zip 0.56756 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opusTCv20210807+nopar+ft95-sepvoc_transformer-tiny11-align_2022-01-25.zip 0.565 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opus-2021-02-19.zip +0.55566 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fin/opusTCv20210807+nopar+ft95-jointvoc_transformer-tiny11-align_2022-01-27.zip 0.528 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fiu/opus2m-2020-08-01.zip 0.527 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-urj/opus2m-2020-08-02.zip 0.522 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-deu+eng+fin+fra+nld+swe/opus1m-2021-02-22.zip @@ -26,3 +28,4 @@ 0.392 https://object.pouta.csc.fi/Tatoeba-MT-models/tatoeba-zero/opus-2020-06-21.zip 0.379 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-mul/opus-2020-07-14.zip 0.184 https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fiu/opus1m+bt-tuned4eng2sme-2021-04-10.zip + diff --git a/scores/fin-eng/newsdev2015/bleu-scores.txt b/scores/fin-eng/newsdev2015/bleu-scores.txt index cc526975..b491a15f 100644 --- a/scores/fin-eng/newsdev2015/bleu-scores.txt +++ b/scores/fin-eng/newsdev2015/bleu-scores.txt @@ -1,5 +1,7 @@ +28.6 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng/opusTCv20210807+bt-2021-12-08.zip 28.5 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng/opusTCv20210807+bt-2021-12-08.zip 28.0 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng/opusTCv20210807+bt-2021-11-09.zip +26.7 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng/opusTCv20210807+nopar+ft95-sepvoc_transformer-align_2022-01-28.zip 26.0 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng/opusTCv20210807+bt-2021-08-25.zip 25.3 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng/opus+bt-2021-04-30.zip 24.8 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng-old/opus-2021-02-12.zip @@ -21,3 +23,4 @@ 15.8 https://object.pouta.csc.fi/Tatoeba-MT-models/mul-eng/opus-2020-07-14.zip 12.6 https://object.pouta.csc.fi/Tatoeba-MT-models/tatoeba-zero/opus-2020-06-19.zip 12.5 https://object.pouta.csc.fi/Tatoeba-MT-models/tatoeba-zero/opus-2020-06-21.zip + diff --git a/scores/fin-eng/newsdev2015/chrf-scores.txt b/scores/fin-eng/newsdev2015/chrf-scores.txt index b477ac7d..a2656c96 100644 --- a/scores/fin-eng/newsdev2015/chrf-scores.txt +++ b/scores/fin-eng/newsdev2015/chrf-scores.txt @@ -1,5 +1,6 @@ -0.562 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng/opusTCv20210807+bt-2021-12-08.zip +0.56232 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng/opusTCv20210807+bt-2021-12-08.zip 0.558 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng/opusTCv20210807+bt-2021-11-09.zip +0.54954 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng/opusTCv20210807+nopar+ft95-sepvoc_transformer-align_2022-01-28.zip 0.546 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng/opusTCv20210807+bt-2021-08-25.zip 0.539 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng/opus+bt-2021-04-30.zip 0.535 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng-old/opus-2021-02-12.zip @@ -22,3 +23,4 @@ 0.428 https://object.pouta.csc.fi/Tatoeba-MT-models/mul-eng/opus-2020-07-14.zip 0.404 https://object.pouta.csc.fi/Tatoeba-MT-models/tatoeba-zero/opus-2020-06-21.zip 0.403 https://object.pouta.csc.fi/Tatoeba-MT-models/tatoeba-zero/opus-2020-06-19.zip + diff --git a/scores/fin-eng/newstest2015/bleu-scores.txt b/scores/fin-eng/newstest2015/bleu-scores.txt index a0f078bc..e35199c0 100644 --- a/scores/fin-eng/newstest2015/bleu-scores.txt +++ b/scores/fin-eng/newstest2015/bleu-scores.txt @@ -1,5 +1,6 @@ 29.9 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng/opusTCv20210807+bt-2021-12-08.zip 29.1 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng/opusTCv20210807+bt-2021-11-09.zip +28.5 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng/opusTCv20210807+nopar+ft95-sepvoc_transformer-align_2022-01-28.zip 27.3 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng/opusTCv20210807+bt-2021-08-25.zip 26.7 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng/opus+bt-2021-04-30.zip 26.4 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng-old/opus-2021-02-12.zip @@ -22,3 +23,4 @@ 16.4 https://object.pouta.csc.fi/Tatoeba-MT-models/mul-eng/opus-2020-07-14.zip 13.4 https://object.pouta.csc.fi/Tatoeba-MT-models/tatoeba-zero/opus-2020-06-21.zip 13.3 https://object.pouta.csc.fi/Tatoeba-MT-models/tatoeba-zero/opus-2020-06-19.zip + diff --git a/scores/fin-eng/newstest2015/chrf-scores.txt b/scores/fin-eng/newstest2015/chrf-scores.txt index 7d68d689..6f4a7c5e 100644 --- a/scores/fin-eng/newstest2015/chrf-scores.txt +++ b/scores/fin-eng/newstest2015/chrf-scores.txt @@ -1,5 +1,6 @@ -0.574 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng/opusTCv20210807+bt-2021-12-08.zip +0.57469 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng/opusTCv20210807+bt-2021-12-08.zip 0.565 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng/opusTCv20210807+bt-2021-11-09.zip +0.56278 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng/opusTCv20210807+nopar+ft95-sepvoc_transformer-align_2022-01-28.zip 0.556 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng/opusTCv20210807+bt-2021-08-25.zip 0.549 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng/opus+bt-2021-04-30.zip 0.545 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng-old/opus-2021-02-12.zip diff --git a/scores/fin-eng/newstest2016/bleu-scores.txt b/scores/fin-eng/newstest2016/bleu-scores.txt index f6303fd7..fbb980a6 100644 --- a/scores/fin-eng/newstest2016/bleu-scores.txt +++ b/scores/fin-eng/newstest2016/bleu-scores.txt @@ -1,5 +1,6 @@ -34.2 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng/opusTCv20210807+bt-2021-12-08.zip +34.3 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng/opusTCv20210807+bt-2021-12-08.zip 32.8 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng/opusTCv20210807+bt-2021-11-09.zip +32.0 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng/opusTCv20210807+nopar+ft95-sepvoc_transformer-align_2022-01-28.zip 30.5 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng/opusTCv20210807+bt-2021-08-25.zip 29.7 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng/opus+bt-2021-04-30.zip 28.8 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng-old/opus-2021-02-12.zip diff --git a/scores/fin-eng/newstest2016/chrf-scores.txt b/scores/fin-eng/newstest2016/chrf-scores.txt index d11d4c20..7a05d3f9 100644 --- a/scores/fin-eng/newstest2016/chrf-scores.txt +++ b/scores/fin-eng/newstest2016/chrf-scores.txt @@ -1,5 +1,6 @@ -0.607 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng/opusTCv20210807+bt-2021-12-08.zip +0.60715 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng/opusTCv20210807+bt-2021-12-08.zip 0.595 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng/opusTCv20210807+bt-2021-11-09.zip +0.59024 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng/opusTCv20210807+nopar+ft95-sepvoc_transformer-align_2022-01-28.zip 0.581 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng/opusTCv20210807+bt-2021-08-25.zip 0.575 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng/opus+bt-2021-04-30.zip 0.570 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng-old/opus-2021-02-12.zip diff --git a/scores/fin-eng/newstest2017/bleu-scores.txt b/scores/fin-eng/newstest2017/bleu-scores.txt index 9de31725..83ac068e 100644 --- a/scores/fin-eng/newstest2017/bleu-scores.txt +++ b/scores/fin-eng/newstest2017/bleu-scores.txt @@ -1,5 +1,6 @@ -37.2 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng/opusTCv20210807+bt-2021-12-08.zip +37.3 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng/opusTCv20210807+bt-2021-12-08.zip 36.4 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng/opusTCv20210807+bt-2021-11-09.zip +34.9 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng/opusTCv20210807+nopar+ft95-sepvoc_transformer-align_2022-01-28.zip 33.5 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng/opusTCv20210807+bt-2021-08-25.zip 32.9 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng/opus+bt-2021-04-30.zip 31.9 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng-old/opus-2021-02-12.zip diff --git a/scores/fin-eng/newstest2017/chrf-scores.txt b/scores/fin-eng/newstest2017/chrf-scores.txt index 38c48a59..6fa41df6 100644 --- a/scores/fin-eng/newstest2017/chrf-scores.txt +++ b/scores/fin-eng/newstest2017/chrf-scores.txt @@ -1,5 +1,6 @@ -0.630 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng/opusTCv20210807+bt-2021-12-08.zip +0.63050 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng/opusTCv20210807+bt-2021-12-08.zip 0.622 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng/opusTCv20210807+bt-2021-11-09.zip +0.61470 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng/opusTCv20210807+nopar+ft95-sepvoc_transformer-align_2022-01-28.zip 0.606 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng/opusTCv20210807+bt-2021-08-25.zip 0.599 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng/opus+bt-2021-04-30.zip 0.592 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng-old/opus-2021-02-12.zip @@ -21,3 +22,4 @@ 0.449 https://object.pouta.csc.fi/Tatoeba-MT-models/mul-eng/opus-2020-07-14.zip 0.425 https://object.pouta.csc.fi/Tatoeba-MT-models/tatoeba-zero/opus-2020-06-19.zip 0.424 https://object.pouta.csc.fi/Tatoeba-MT-models/tatoeba-zero/opus-2020-06-21.zip + diff --git a/scores/fin-eng/newstest2018/bleu-scores.txt b/scores/fin-eng/newstest2018/bleu-scores.txt index 4418bc89..dd4258b0 100644 --- a/scores/fin-eng/newstest2018/bleu-scores.txt +++ b/scores/fin-eng/newstest2018/bleu-scores.txt @@ -1,5 +1,6 @@ -27.0 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng/opusTCv20210807+bt-2021-12-08.zip +27.1 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng/opusTCv20210807+bt-2021-12-08.zip 26.1 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng/opusTCv20210807+bt-2021-11-09.zip +25.3 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng/opusTCv20210807+nopar+ft95-sepvoc_transformer-align_2022-01-28.zip 24.4 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng/opusTCv20210807+bt-2021-08-25.zip 24.0 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng/opus+bt-2021-04-30.zip 23.8 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng-old/opus-2021-02-12.zip @@ -22,3 +23,4 @@ 14.5 https://object.pouta.csc.fi/Tatoeba-MT-models/mul-eng/opus-2020-07-14.zip 11.7 https://object.pouta.csc.fi/Tatoeba-MT-models/tatoeba-zero/opus-2020-06-21.zip 11.6 https://object.pouta.csc.fi/Tatoeba-MT-models/tatoeba-zero/opus-2020-06-19.zip + diff --git a/scores/fin-eng/newstest2018/chrf-scores.txt b/scores/fin-eng/newstest2018/chrf-scores.txt index 31a0e304..d6d728fa 100644 --- a/scores/fin-eng/newstest2018/chrf-scores.txt +++ b/scores/fin-eng/newstest2018/chrf-scores.txt @@ -1,5 +1,6 @@ -0.542 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng/opusTCv20210807+bt-2021-12-08.zip +0.54199 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng/opusTCv20210807+bt-2021-12-08.zip 0.535 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng/opusTCv20210807+bt-2021-11-09.zip +0.52991 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng/opusTCv20210807+nopar+ft95-sepvoc_transformer-align_2022-01-28.zip 0.526 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng/opusTCv20210807+bt-2021-08-25.zip 0.521 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng/opus+bt-2021-04-30.zip 0.516 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng-old/opus-2021-02-12.zip diff --git a/scores/fin-eng/newstest2019/bleu-scores.txt b/scores/fin-eng/newstest2019/bleu-scores.txt index 2e831e45..2032b76d 100644 --- a/scores/fin-eng/newstest2019/bleu-scores.txt +++ b/scores/fin-eng/newstest2019/bleu-scores.txt @@ -1,5 +1,6 @@ 32.9 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng/opusTCv20210807+bt-2021-12-08.zip 31.3 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng/opusTCv20210807+bt-2021-11-09.zip +30.8 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng/opusTCv20210807+nopar+ft95-sepvoc_transformer-align_2022-01-28.zip 30.2 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng/opusTCv20210807+bt-2021-08-25.zip 29.2 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng/opus+bt-2021-04-30.zip 28.6 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng-old/opus-2021-02-12.zip @@ -24,3 +25,4 @@ 15.5 https://object.pouta.csc.fi/Tatoeba-MT-models/mul-eng/opus-2020-07-14.zip 13.2 https://object.pouta.csc.fi/Tatoeba-MT-models/tatoeba-zero/opus-2020-06-21.zip 13.1 https://object.pouta.csc.fi/Tatoeba-MT-models/tatoeba-zero/opus-2020-06-19.zip + diff --git a/scores/fin-eng/newstest2019/chrf-scores.txt b/scores/fin-eng/newstest2019/chrf-scores.txt index 76cbc8f3..66656110 100644 --- a/scores/fin-eng/newstest2019/chrf-scores.txt +++ b/scores/fin-eng/newstest2019/chrf-scores.txt @@ -1,4 +1,5 @@ -0.597 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng/opusTCv20210807+bt-2021-12-08.zip +0.59620 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng/opusTCv20210807+bt-2021-12-08.zip +0.58151 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng/opusTCv20210807+nopar+ft95-sepvoc_transformer-align_2022-01-28.zip 0.581 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng/opusTCv20210807+bt-2021-11-09.zip 0.574 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng/opusTCv20210807+bt-2021-08-25.zip 0.568 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng/opus+bt-2021-04-30.zip diff --git a/scores/fin-eng/newstestB2016/bleu-scores.txt b/scores/fin-eng/newstestB2016/bleu-scores.txt index 344de18c..e27ba326 100644 --- a/scores/fin-eng/newstestB2016/bleu-scores.txt +++ b/scores/fin-eng/newstestB2016/bleu-scores.txt @@ -1,5 +1,6 @@ 27.9 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng/opusTCv20210807+bt-2021-12-08.zip 27.0 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng/opusTCv20210807+bt-2021-11-09.zip +26.2 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng/opusTCv20210807+nopar+ft95-sepvoc_transformer-align_2022-01-28.zip 25.1 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng/opusTCv20210807+bt-2021-08-25.zip 24.6 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng/opus+bt-2021-04-30.zip 24.3 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng-old/opus-2021-02-12.zip @@ -23,3 +24,4 @@ 14.0 https://object.pouta.csc.fi/Tatoeba-MT-models/mul-eng/opus-2020-07-14.zip 11.6 https://object.pouta.csc.fi/Tatoeba-MT-models/tatoeba-zero/opus-2020-06-21.zip 11.4 https://object.pouta.csc.fi/Tatoeba-MT-models/tatoeba-zero/opus-2020-06-19.zip + diff --git a/scores/fin-eng/newstestB2016/chrf-scores.txt b/scores/fin-eng/newstestB2016/chrf-scores.txt index e5ac9fda..f9158a1d 100644 --- a/scores/fin-eng/newstestB2016/chrf-scores.txt +++ b/scores/fin-eng/newstestB2016/chrf-scores.txt @@ -1,5 +1,6 @@ -0.555 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng/opusTCv20210807+bt-2021-12-08.zip +0.55472 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng/opusTCv20210807+bt-2021-12-08.zip 0.546 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng/opusTCv20210807+bt-2021-11-09.zip +0.54212 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng/opusTCv20210807+nopar+ft95-sepvoc_transformer-align_2022-01-28.zip 0.534 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng/opusTCv20210807+bt-2021-08-25.zip 0.529 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng/opus+bt-2021-04-30.zip 0.525 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng-old/opus-2021-02-12.zip diff --git a/scores/fin-eng/newstestB2017/bleu-scores.txt b/scores/fin-eng/newstestB2017/bleu-scores.txt index 9a001dbb..2a881e5e 100644 --- a/scores/fin-eng/newstestB2017/bleu-scores.txt +++ b/scores/fin-eng/newstestB2017/bleu-scores.txt @@ -1,5 +1,6 @@ 31.1 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng/opusTCv20210807+bt-2021-12-08.zip 30.8 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng/opusTCv20210807+bt-2021-11-09.zip +29.4 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng/opusTCv20210807+nopar+ft95-sepvoc_transformer-align_2022-01-28.zip 28.7 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng/opusTCv20210807+bt-2021-08-25.zip 27.6 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng/opus+bt-2021-04-30.zip 27.0 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng-old/opus-2021-02-12.zip @@ -21,3 +22,4 @@ 15.8 https://object.pouta.csc.fi/Tatoeba-MT-models/mul-eng/opus-2020-07-14.zip 13.2 https://object.pouta.csc.fi/Tatoeba-MT-models/tatoeba-zero/opus-2020-06-19.zip 13.1 https://object.pouta.csc.fi/Tatoeba-MT-models/tatoeba-zero/opus-2020-06-21.zip + diff --git a/scores/fin-eng/newstestB2017/chrf-scores.txt b/scores/fin-eng/newstestB2017/chrf-scores.txt index ab92e7a7..2eec1b62 100644 --- a/scores/fin-eng/newstestB2017/chrf-scores.txt +++ b/scores/fin-eng/newstestB2017/chrf-scores.txt @@ -1,5 +1,6 @@ -0.588 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng/opusTCv20210807+bt-2021-12-08.zip +0.58847 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng/opusTCv20210807+bt-2021-12-08.zip 0.580 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng/opusTCv20210807+bt-2021-11-09.zip +0.57454 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng/opusTCv20210807+nopar+ft95-sepvoc_transformer-align_2022-01-28.zip 0.568 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng/opusTCv20210807+bt-2021-08-25.zip 0.560 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng/opus+bt-2021-04-30.zip 0.555 https://object.pouta.csc.fi/Tatoeba-MT-models/fin-eng-old/opus-2021-02-12.zip diff --git a/scores/fra-ukr/flores101-dev/bleu-scores.txt b/scores/fra-ukr/flores101-dev/bleu-scores.txt index 22fba087..ce83ea65 100644 --- a/scores/fra-ukr/flores101-dev/bleu-scores.txt +++ b/scores/fra-ukr/flores101-dev/bleu-scores.txt @@ -1,5 +1,6 @@ 22.9 https://object.pouta.csc.fi/Tatoeba-MT-models/fra-zle/opusTCv20210807_transformer-big_2022-03-19.zip 22.5 https://object.pouta.csc.fi/Tatoeba-MT-models/fra-zle/opusTCv20210807_transformer-big_2022-03-13.zip +20.8 https://object.pouta.csc.fi/Tatoeba-MT-models/fra-ukr/opusTCv20210807+nopar+ft95-sepvoc_transformer-tiny11-align_2022-03-20.zip 15.5 https://object.pouta.csc.fi/Tatoeba-MT-models/fra-ukr/opus-2021-02-18.zip 14.1 https://object.pouta.csc.fi/Tatoeba-MT-models/roa-zle/opus1m-2021-02-18.zip 9.5 https://object.pouta.csc.fi/Tatoeba-MT-models/ine-ine/opus-2020-07-27.zip diff --git a/scores/fra-ukr/flores101-dev/chrf-scores.txt b/scores/fra-ukr/flores101-dev/chrf-scores.txt index 9b026664..95b3dd76 100644 --- a/scores/fra-ukr/flores101-dev/chrf-scores.txt +++ b/scores/fra-ukr/flores101-dev/chrf-scores.txt @@ -1,5 +1,6 @@ 0.51981 https://object.pouta.csc.fi/Tatoeba-MT-models/fra-zle/opusTCv20210807_transformer-big_2022-03-19.zip 0.51819 https://object.pouta.csc.fi/Tatoeba-MT-models/fra-zle/opusTCv20210807_transformer-big_2022-03-13.zip +0.50137 https://object.pouta.csc.fi/Tatoeba-MT-models/fra-ukr/opusTCv20210807+nopar+ft95-sepvoc_transformer-tiny11-align_2022-03-20.zip 0.441 https://object.pouta.csc.fi/Tatoeba-MT-models/fra-ukr/opus-2021-02-18.zip 0.431 https://object.pouta.csc.fi/Tatoeba-MT-models/roa-zle/opus1m-2021-02-18.zip 0.375 https://object.pouta.csc.fi/Tatoeba-MT-models/ine-ine/opus-2020-07-27.zip diff --git a/scores/fra-ukr/flores101-devtest/bleu-scores.txt b/scores/fra-ukr/flores101-devtest/bleu-scores.txt index 7a857b99..9a9aa86c 100644 --- a/scores/fra-ukr/flores101-devtest/bleu-scores.txt +++ b/scores/fra-ukr/flores101-devtest/bleu-scores.txt @@ -1,5 +1,6 @@ 22.7 https://object.pouta.csc.fi/Tatoeba-MT-models/fra-zle/opusTCv20210807_transformer-big_2022-03-19.zip 22.2 https://object.pouta.csc.fi/Tatoeba-MT-models/fra-zle/opusTCv20210807_transformer-big_2022-03-13.zip +20.4 https://object.pouta.csc.fi/Tatoeba-MT-models/fra-ukr/opusTCv20210807+nopar+ft95-sepvoc_transformer-tiny11-align_2022-03-20.zip 15.0 https://object.pouta.csc.fi/Tatoeba-MT-models/fra-ukr/opus-2021-02-18.zip 14.3 https://object.pouta.csc.fi/Tatoeba-MT-models/roa-zle/opus1m-2021-02-18.zip 9.5 https://object.pouta.csc.fi/Tatoeba-MT-models/ine-ine/opus-2020-07-27.zip diff --git a/scores/fra-ukr/flores101-devtest/chrf-scores.txt b/scores/fra-ukr/flores101-devtest/chrf-scores.txt index 37d3aeb6..c9fa2564 100644 --- a/scores/fra-ukr/flores101-devtest/chrf-scores.txt +++ b/scores/fra-ukr/flores101-devtest/chrf-scores.txt @@ -1,5 +1,6 @@ 0.52549 https://object.pouta.csc.fi/Tatoeba-MT-models/fra-zle/opusTCv20210807_transformer-big_2022-03-19.zip 0.52046 https://object.pouta.csc.fi/Tatoeba-MT-models/fra-zle/opusTCv20210807_transformer-big_2022-03-13.zip +0.50310 https://object.pouta.csc.fi/Tatoeba-MT-models/fra-ukr/opusTCv20210807+nopar+ft95-sepvoc_transformer-tiny11-align_2022-03-20.zip 0.439 https://object.pouta.csc.fi/Tatoeba-MT-models/fra-ukr/opus-2021-02-18.zip 0.435 https://object.pouta.csc.fi/Tatoeba-MT-models/roa-zle/opus1m-2021-02-18.zip 0.377 https://object.pouta.csc.fi/Tatoeba-MT-models/ine-ine/opus-2020-07-27.zip diff --git a/scores/fra-ukr/tatoeba-test-v2020-07-28/bleu-scores.txt b/scores/fra-ukr/tatoeba-test-v2020-07-28/bleu-scores.txt index 280f1079..060b58cf 100644 --- a/scores/fra-ukr/tatoeba-test-v2020-07-28/bleu-scores.txt +++ b/scores/fra-ukr/tatoeba-test-v2020-07-28/bleu-scores.txt @@ -2,6 +2,7 @@ 39.2 https://object.pouta.csc.fi/Tatoeba-MT-models/fra-ukr/opus-2021-02-18.zip 38.9 https://object.pouta.csc.fi/Tatoeba-MT-models/fra-zle/opusTCv20210807_transformer-big_2022-03-13.zip 37.1 https://object.pouta.csc.fi/Tatoeba-MT-models/roa-zle/opus1m-2021-02-18.zip +35.0 https://object.pouta.csc.fi/Tatoeba-MT-models/fra-ukr/opusTCv20210807+nopar+ft95-sepvoc_transformer-tiny11-align_2022-03-20.zip 26.6 https://object.pouta.csc.fi/Tatoeba-MT-models/ine-ine/opus-2020-07-27.zip 25.3 https://object.pouta.csc.fi/Tatoeba-MT-models/ine-ine/opus-2020-07-21.zip 23.2 https://object.pouta.csc.fi/Tatoeba-MT-models/tatoeba-zero/opus-2020-06-21.zip diff --git a/scores/fra-ukr/tatoeba-test-v2020-07-28/chrf-scores.txt b/scores/fra-ukr/tatoeba-test-v2020-07-28/chrf-scores.txt index 669043ec..99090e53 100644 --- a/scores/fra-ukr/tatoeba-test-v2020-07-28/chrf-scores.txt +++ b/scores/fra-ukr/tatoeba-test-v2020-07-28/chrf-scores.txt @@ -1,6 +1,7 @@ 0.61614 https://object.pouta.csc.fi/Tatoeba-MT-models/fra-zle/opusTCv20210807_transformer-big_2022-03-19.zip 0.61110 https://object.pouta.csc.fi/Tatoeba-MT-models/fra-zle/opusTCv20210807_transformer-big_2022-03-13.zip 0.598 https://object.pouta.csc.fi/Tatoeba-MT-models/fra-ukr/opus-2021-02-18.zip +0.58973 https://object.pouta.csc.fi/Tatoeba-MT-models/fra-ukr/opusTCv20210807+nopar+ft95-sepvoc_transformer-tiny11-align_2022-03-20.zip 0.579 https://object.pouta.csc.fi/Tatoeba-MT-models/roa-zle/opus1m-2021-02-18.zip 0.473 https://object.pouta.csc.fi/Tatoeba-MT-models/ine-ine/opus-2020-07-27.zip 0.460 https://object.pouta.csc.fi/Tatoeba-MT-models/ine-ine/opus-2020-07-21.zip diff --git a/scores/fra-ukr/tatoeba-test-v2021-03-30/bleu-scores.txt b/scores/fra-ukr/tatoeba-test-v2021-03-30/bleu-scores.txt index 280f1079..060b58cf 100644 --- a/scores/fra-ukr/tatoeba-test-v2021-03-30/bleu-scores.txt +++ b/scores/fra-ukr/tatoeba-test-v2021-03-30/bleu-scores.txt @@ -2,6 +2,7 @@ 39.2 https://object.pouta.csc.fi/Tatoeba-MT-models/fra-ukr/opus-2021-02-18.zip 38.9 https://object.pouta.csc.fi/Tatoeba-MT-models/fra-zle/opusTCv20210807_transformer-big_2022-03-13.zip 37.1 https://object.pouta.csc.fi/Tatoeba-MT-models/roa-zle/opus1m-2021-02-18.zip +35.0 https://object.pouta.csc.fi/Tatoeba-MT-models/fra-ukr/opusTCv20210807+nopar+ft95-sepvoc_transformer-tiny11-align_2022-03-20.zip 26.6 https://object.pouta.csc.fi/Tatoeba-MT-models/ine-ine/opus-2020-07-27.zip 25.3 https://object.pouta.csc.fi/Tatoeba-MT-models/ine-ine/opus-2020-07-21.zip 23.2 https://object.pouta.csc.fi/Tatoeba-MT-models/tatoeba-zero/opus-2020-06-21.zip diff --git a/scores/fra-ukr/tatoeba-test-v2021-03-30/chrf-scores.txt b/scores/fra-ukr/tatoeba-test-v2021-03-30/chrf-scores.txt index 59142097..4c35e94f 100644 --- a/scores/fra-ukr/tatoeba-test-v2021-03-30/chrf-scores.txt +++ b/scores/fra-ukr/tatoeba-test-v2021-03-30/chrf-scores.txt @@ -1,6 +1,7 @@ 0.61642 https://object.pouta.csc.fi/Tatoeba-MT-models/fra-zle/opusTCv20210807_transformer-big_2022-03-19.zip 0.61141 https://object.pouta.csc.fi/Tatoeba-MT-models/fra-zle/opusTCv20210807_transformer-big_2022-03-13.zip 0.599 https://object.pouta.csc.fi/Tatoeba-MT-models/fra-ukr/opus-2021-02-18.zip +0.59008 https://object.pouta.csc.fi/Tatoeba-MT-models/fra-ukr/opusTCv20210807+nopar+ft95-sepvoc_transformer-tiny11-align_2022-03-20.zip 0.579 https://object.pouta.csc.fi/Tatoeba-MT-models/roa-zle/opus1m-2021-02-18.zip 0.473 https://object.pouta.csc.fi/Tatoeba-MT-models/ine-ine/opus-2020-07-27.zip 0.460 https://object.pouta.csc.fi/Tatoeba-MT-models/ine-ine/opus-2020-07-21.zip diff --git a/scores/fra-ukr/tatoeba-test-v2021-08-07/bleu-scores.txt b/scores/fra-ukr/tatoeba-test-v2021-08-07/bleu-scores.txt index 752db5fa..e448e9a6 100644 --- a/scores/fra-ukr/tatoeba-test-v2021-08-07/bleu-scores.txt +++ b/scores/fra-ukr/tatoeba-test-v2021-08-07/bleu-scores.txt @@ -2,6 +2,7 @@ 39.2 https://object.pouta.csc.fi/Tatoeba-MT-models/fra-ukr/opus-2021-02-18.zip 39.0 https://object.pouta.csc.fi/Tatoeba-MT-models/fra-zle/opusTCv20210807_transformer-big_2022-03-13.zip 37.1 https://object.pouta.csc.fi/Tatoeba-MT-models/roa-zle/opus1m-2021-02-18.zip +34.6 https://object.pouta.csc.fi/Tatoeba-MT-models/fra-ukr/opusTCv20210807+nopar+ft95-sepvoc_transformer-tiny11-align_2022-03-20.zip 26.6 https://object.pouta.csc.fi/Tatoeba-MT-models/ine-ine/opus-2020-07-27.zip 25.4 https://object.pouta.csc.fi/Tatoeba-MT-models/ine-ine/opus-2020-07-21.zip 23.2 https://object.pouta.csc.fi/Tatoeba-MT-models/tatoeba-zero/opus-2020-06-21.zip diff --git a/scores/fra-ukr/tatoeba-test-v2021-08-07/chrf-scores.txt b/scores/fra-ukr/tatoeba-test-v2021-08-07/chrf-scores.txt index 396d4c2f..2c6c492c 100644 --- a/scores/fra-ukr/tatoeba-test-v2021-08-07/chrf-scores.txt +++ b/scores/fra-ukr/tatoeba-test-v2021-08-07/chrf-scores.txt @@ -1,6 +1,7 @@ 0.61646 https://object.pouta.csc.fi/Tatoeba-MT-models/fra-zle/opusTCv20210807_transformer-big_2022-03-19.zip 0.61143 https://object.pouta.csc.fi/Tatoeba-MT-models/fra-zle/opusTCv20210807_transformer-big_2022-03-13.zip 0.599 https://object.pouta.csc.fi/Tatoeba-MT-models/fra-ukr/opus-2021-02-18.zip +0.58985 https://object.pouta.csc.fi/Tatoeba-MT-models/fra-ukr/opusTCv20210807+nopar+ft95-sepvoc_transformer-tiny11-align_2022-03-20.zip 0.579 https://object.pouta.csc.fi/Tatoeba-MT-models/roa-zle/opus1m-2021-02-18.zip 0.472 https://object.pouta.csc.fi/Tatoeba-MT-models/ine-ine/opus-2020-07-27.zip 0.460 https://object.pouta.csc.fi/Tatoeba-MT-models/ine-ine/opus-2020-07-21.zip diff --git a/scores/spa-ukr/flores101-dev/bleu-scores.txt b/scores/spa-ukr/flores101-dev/bleu-scores.txt index 63eba9d3..60d057fe 100644 --- a/scores/spa-ukr/flores101-dev/bleu-scores.txt +++ b/scores/spa-ukr/flores101-dev/bleu-scores.txt @@ -1,5 +1,6 @@ 17.1 https://object.pouta.csc.fi/Tatoeba-MT-models/spa-zle/opusTCv20210807_transformer-big_2022-03-14.zip 17.0 https://object.pouta.csc.fi/Tatoeba-MT-models/spa-zle/opusTCv20210807_transformer-big_2022-03-17.zip +15.3 https://object.pouta.csc.fi/Tatoeba-MT-models/spa-ukr/opusTCv20210807+nopar+ft95-sepvoc_transformer-tiny11-align_2022-03-21.zip 10.8 https://object.pouta.csc.fi/Tatoeba-MT-models/roa-zle/opus1m-2021-02-18.zip 10.5 https://object.pouta.csc.fi/Tatoeba-MT-models/spa-ukr/opus-2021-02-18.zip 7.0 https://object.pouta.csc.fi/Tatoeba-MT-models/ine-ine/opus-2020-07-27.zip diff --git a/scores/spa-ukr/flores101-dev/chrf-scores.txt b/scores/spa-ukr/flores101-dev/chrf-scores.txt index 0eaef2eb..e3949eb0 100644 --- a/scores/spa-ukr/flores101-dev/chrf-scores.txt +++ b/scores/spa-ukr/flores101-dev/chrf-scores.txt @@ -1,5 +1,6 @@ 0.47458 https://object.pouta.csc.fi/Tatoeba-MT-models/spa-zle/opusTCv20210807_transformer-big_2022-03-14.zip 0.47437 https://object.pouta.csc.fi/Tatoeba-MT-models/spa-zle/opusTCv20210807_transformer-big_2022-03-17.zip +0.45586 https://object.pouta.csc.fi/Tatoeba-MT-models/spa-ukr/opusTCv20210807+nopar+ft95-sepvoc_transformer-tiny11-align_2022-03-21.zip 0.396 https://object.pouta.csc.fi/Tatoeba-MT-models/roa-zle/opus1m-2021-02-18.zip 0.389 https://object.pouta.csc.fi/Tatoeba-MT-models/spa-ukr/opus-2021-02-18.zip 0.345 https://object.pouta.csc.fi/Tatoeba-MT-models/ine-ine/opus-2020-07-27.zip diff --git a/scores/spa-ukr/flores101-devtest/bleu-scores.txt b/scores/spa-ukr/flores101-devtest/bleu-scores.txt index cc1fb128..736987ee 100644 --- a/scores/spa-ukr/flores101-devtest/bleu-scores.txt +++ b/scores/spa-ukr/flores101-devtest/bleu-scores.txt @@ -1,5 +1,6 @@ 17.3 https://object.pouta.csc.fi/Tatoeba-MT-models/spa-zle/opusTCv20210807_transformer-big_2022-03-17.zip 17.2 https://object.pouta.csc.fi/Tatoeba-MT-models/spa-zle/opusTCv20210807_transformer-big_2022-03-14.zip +16.0 https://object.pouta.csc.fi/Tatoeba-MT-models/spa-ukr/opusTCv20210807+nopar+ft95-sepvoc_transformer-tiny11-align_2022-03-21.zip 11.1 https://object.pouta.csc.fi/Tatoeba-MT-models/spa-ukr/opus-2021-02-18.zip 11.0 https://object.pouta.csc.fi/Tatoeba-MT-models/roa-zle/opus1m-2021-02-18.zip 7.5 https://object.pouta.csc.fi/Tatoeba-MT-models/ine-ine/opus-2020-07-27.zip diff --git a/scores/spa-ukr/flores101-devtest/chrf-scores.txt b/scores/spa-ukr/flores101-devtest/chrf-scores.txt index 577c3a7d..19fb7566 100644 --- a/scores/spa-ukr/flores101-devtest/chrf-scores.txt +++ b/scores/spa-ukr/flores101-devtest/chrf-scores.txt @@ -1,5 +1,6 @@ 0.47717 https://object.pouta.csc.fi/Tatoeba-MT-models/spa-zle/opusTCv20210807_transformer-big_2022-03-17.zip 0.47533 https://object.pouta.csc.fi/Tatoeba-MT-models/spa-zle/opusTCv20210807_transformer-big_2022-03-14.zip +0.46495 https://object.pouta.csc.fi/Tatoeba-MT-models/spa-ukr/opusTCv20210807+nopar+ft95-sepvoc_transformer-tiny11-align_2022-03-21.zip 0.398 https://object.pouta.csc.fi/Tatoeba-MT-models/roa-zle/opus1m-2021-02-18.zip 0.389 https://object.pouta.csc.fi/Tatoeba-MT-models/spa-ukr/opus-2021-02-18.zip 0.346 https://object.pouta.csc.fi/Tatoeba-MT-models/ine-ine/opus-2020-07-27.zip diff --git a/scores/spa-ukr/tatoeba-test-v2020-07-28/bleu-scores.txt b/scores/spa-ukr/tatoeba-test-v2020-07-28/bleu-scores.txt index 81a55e21..0b3182e2 100644 --- a/scores/spa-ukr/tatoeba-test-v2020-07-28/bleu-scores.txt +++ b/scores/spa-ukr/tatoeba-test-v2020-07-28/bleu-scores.txt @@ -1,5 +1,6 @@ 42.0 https://object.pouta.csc.fi/Tatoeba-MT-models/spa-zle/opusTCv20210807_transformer-big_2022-03-17.zip 41.3 https://object.pouta.csc.fi/Tatoeba-MT-models/spa-ukr/opus-2021-02-18.zip +39.3 https://object.pouta.csc.fi/Tatoeba-MT-models/spa-ukr/opusTCv20210807+nopar+ft95-sepvoc_transformer-tiny11-align_2022-03-21.zip 38.4 https://object.pouta.csc.fi/Tatoeba-MT-models/roa-zle/opus1m-2021-02-18.zip 27.9 https://object.pouta.csc.fi/Tatoeba-MT-models/ine-ine/opus-2020-07-27.zip 26.6 https://object.pouta.csc.fi/Tatoeba-MT-models/ine-ine/opus-2020-07-21.zip diff --git a/scores/spa-ukr/tatoeba-test-v2020-07-28/chrf-scores.txt b/scores/spa-ukr/tatoeba-test-v2020-07-28/chrf-scores.txt index 7f50fc7d..7abd2b30 100644 --- a/scores/spa-ukr/tatoeba-test-v2020-07-28/chrf-scores.txt +++ b/scores/spa-ukr/tatoeba-test-v2020-07-28/chrf-scores.txt @@ -1,5 +1,6 @@ 0.63230 https://object.pouta.csc.fi/Tatoeba-MT-models/spa-zle/opusTCv20210807_transformer-big_2022-03-17.zip 0.63218 https://object.pouta.csc.fi/Tatoeba-MT-models/spa-zle/opusTCv20210807_transformer-big_2022-03-14.zip +0.61661 https://object.pouta.csc.fi/Tatoeba-MT-models/spa-ukr/opusTCv20210807+nopar+ft95-sepvoc_transformer-tiny11-align_2022-03-21.zip 0.615 https://object.pouta.csc.fi/Tatoeba-MT-models/spa-ukr/opus-2021-02-18.zip 0.594 https://object.pouta.csc.fi/Tatoeba-MT-models/roa-zle/opus1m-2021-02-18.zip 0.495 https://object.pouta.csc.fi/Tatoeba-MT-models/ine-ine/opus-2020-07-27.zip diff --git a/scores/spa-ukr/tatoeba-test-v2021-03-30/bleu-scores.txt b/scores/spa-ukr/tatoeba-test-v2021-03-30/bleu-scores.txt index a72eebd2..8e928ade 100644 --- a/scores/spa-ukr/tatoeba-test-v2021-03-30/bleu-scores.txt +++ b/scores/spa-ukr/tatoeba-test-v2021-03-30/bleu-scores.txt @@ -1,5 +1,6 @@ 42.0 https://object.pouta.csc.fi/Tatoeba-MT-models/spa-zle/opusTCv20210807_transformer-big_2022-03-17.zip 41.3 https://object.pouta.csc.fi/Tatoeba-MT-models/spa-ukr/opus-2021-02-18.zip +39.3 https://object.pouta.csc.fi/Tatoeba-MT-models/spa-ukr/opusTCv20210807+nopar+ft95-sepvoc_transformer-tiny11-align_2022-03-21.zip 38.4 https://object.pouta.csc.fi/Tatoeba-MT-models/roa-zle/opus1m-2021-02-18.zip 28.0 https://object.pouta.csc.fi/Tatoeba-MT-models/ine-ine/opus-2020-07-27.zip 26.6 https://object.pouta.csc.fi/Tatoeba-MT-models/ine-ine/opus-2020-07-21.zip diff --git a/scores/spa-ukr/tatoeba-test-v2021-03-30/chrf-scores.txt b/scores/spa-ukr/tatoeba-test-v2021-03-30/chrf-scores.txt index 0e2a7274..52a3bc3d 100644 --- a/scores/spa-ukr/tatoeba-test-v2021-03-30/chrf-scores.txt +++ b/scores/spa-ukr/tatoeba-test-v2021-03-30/chrf-scores.txt @@ -1,5 +1,6 @@ 0.63244 https://object.pouta.csc.fi/Tatoeba-MT-models/spa-zle/opusTCv20210807_transformer-big_2022-03-17.zip 0.63228 https://object.pouta.csc.fi/Tatoeba-MT-models/spa-zle/opusTCv20210807_transformer-big_2022-03-14.zip +0.61665 https://object.pouta.csc.fi/Tatoeba-MT-models/spa-ukr/opusTCv20210807+nopar+ft95-sepvoc_transformer-tiny11-align_2022-03-21.zip 0.615 https://object.pouta.csc.fi/Tatoeba-MT-models/spa-ukr/opus-2021-02-18.zip 0.594 https://object.pouta.csc.fi/Tatoeba-MT-models/roa-zle/opus1m-2021-02-18.zip 0.495 https://object.pouta.csc.fi/Tatoeba-MT-models/ine-ine/opus-2020-07-27.zip diff --git a/scores/spa-ukr/tatoeba-test-v2021-08-07/bleu-scores.txt b/scores/spa-ukr/tatoeba-test-v2021-08-07/bleu-scores.txt index a56e19ba..71e21989 100644 --- a/scores/spa-ukr/tatoeba-test-v2021-08-07/bleu-scores.txt +++ b/scores/spa-ukr/tatoeba-test-v2021-08-07/bleu-scores.txt @@ -1,5 +1,6 @@ 42.1 https://object.pouta.csc.fi/Tatoeba-MT-models/spa-zle/opusTCv20210807_transformer-big_2022-03-17.zip 41.3 https://object.pouta.csc.fi/Tatoeba-MT-models/spa-ukr/opus-2021-02-18.zip +39.4 https://object.pouta.csc.fi/Tatoeba-MT-models/spa-ukr/opusTCv20210807+nopar+ft95-sepvoc_transformer-tiny11-align_2022-03-21.zip 38.4 https://object.pouta.csc.fi/Tatoeba-MT-models/roa-zle/opus1m-2021-02-18.zip 28.0 https://object.pouta.csc.fi/Tatoeba-MT-models/ine-ine/opus-2020-07-27.zip 26.6 https://object.pouta.csc.fi/Tatoeba-MT-models/ine-ine/opus-2020-07-21.zip diff --git a/scores/spa-ukr/tatoeba-test-v2021-08-07/chrf-scores.txt b/scores/spa-ukr/tatoeba-test-v2021-08-07/chrf-scores.txt index 00e34820..5110d681 100644 --- a/scores/spa-ukr/tatoeba-test-v2021-08-07/chrf-scores.txt +++ b/scores/spa-ukr/tatoeba-test-v2021-08-07/chrf-scores.txt @@ -1,5 +1,6 @@ 0.63347 https://object.pouta.csc.fi/Tatoeba-MT-models/spa-zle/opusTCv20210807_transformer-big_2022-03-17.zip 0.63336 https://object.pouta.csc.fi/Tatoeba-MT-models/spa-zle/opusTCv20210807_transformer-big_2022-03-14.zip +0.61716 https://object.pouta.csc.fi/Tatoeba-MT-models/spa-ukr/opusTCv20210807+nopar+ft95-sepvoc_transformer-tiny11-align_2022-03-21.zip 0.615 https://object.pouta.csc.fi/Tatoeba-MT-models/spa-ukr/opus-2021-02-18.zip 0.594 https://object.pouta.csc.fi/Tatoeba-MT-models/roa-zle/opus1m-2021-02-18.zip 0.495 https://object.pouta.csc.fi/Tatoeba-MT-models/ine-ine/opus-2020-07-27.zip diff --git a/scores/ukr-deu/flores101-dev/bleu-scores.txt b/scores/ukr-deu/flores101-dev/bleu-scores.txt index 9e8d5382..1ad52975 100644 --- a/scores/ukr-deu/flores101-dev/bleu-scores.txt +++ b/scores/ukr-deu/flores101-dev/bleu-scores.txt @@ -2,6 +2,7 @@ 27.4 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-deu/opusTCv20210807_transformer-big_2022-03-14.zip 26.0 https://object.pouta.csc.fi/Tatoeba-MT-models/ukr-deu/opusTCv20210807+pft_transformer-align_2022-03-06.zip 25.1 https://object.pouta.csc.fi/Tatoeba-MT-models/ukr-deu/opusTCv20210807+pft-sepvoc_transformer-tiny11-align_2022-03-16.zip +24.9 https://object.pouta.csc.fi/Tatoeba-MT-models/ukr-deu/opusTCv20210807+nopar+ft95-sepvoc_transformer-tiny11-align_2022-03-21.zip 18.7 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-gmw/opus-tuned4bel2deu-2021-01-15.zip 18.6 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-gmw/opus-tuned4ukr2deu-2021-01-17.zip 18.2 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-gmw/opus1m-2021-02-16.zip diff --git a/scores/ukr-deu/flores101-dev/chrf-scores.txt b/scores/ukr-deu/flores101-dev/chrf-scores.txt index 81592b87..ed60e555 100644 --- a/scores/ukr-deu/flores101-dev/chrf-scores.txt +++ b/scores/ukr-deu/flores101-dev/chrf-scores.txt @@ -1,6 +1,7 @@ 0.56286 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-deu/opusTCv20210807_transformer-big_2022-03-19.zip 0.56176 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-deu/opusTCv20210807_transformer-big_2022-03-14.zip 0.55424 https://object.pouta.csc.fi/Tatoeba-MT-models/ukr-deu/opusTCv20210807+pft_transformer-align_2022-03-06.zip +0.54152 https://object.pouta.csc.fi/Tatoeba-MT-models/ukr-deu/opusTCv20210807+nopar+ft95-sepvoc_transformer-tiny11-align_2022-03-21.zip 0.54075 https://object.pouta.csc.fi/Tatoeba-MT-models/ukr-deu/opusTCv20210807+pft-sepvoc_transformer-tiny11-align_2022-03-16.zip 0.482 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-gmw/opus-tuned4ukr2deu-2021-01-17.zip 0.478 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-gmw/opus1m-2021-02-16.zip diff --git a/scores/ukr-deu/flores101-devtest/bleu-scores.txt b/scores/ukr-deu/flores101-devtest/bleu-scores.txt index 6f584c81..b466d2d9 100644 --- a/scores/ukr-deu/flores101-devtest/bleu-scores.txt +++ b/scores/ukr-deu/flores101-devtest/bleu-scores.txt @@ -2,6 +2,7 @@ 27.4 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-deu/opusTCv20210807_transformer-big_2022-03-14.zip 26.4 https://object.pouta.csc.fi/Tatoeba-MT-models/ukr-deu/opusTCv20210807+pft_transformer-align_2022-03-06.zip 24.9 https://object.pouta.csc.fi/Tatoeba-MT-models/ukr-deu/opusTCv20210807+pft-sepvoc_transformer-tiny11-align_2022-03-16.zip +24.6 https://object.pouta.csc.fi/Tatoeba-MT-models/ukr-deu/opusTCv20210807+nopar+ft95-sepvoc_transformer-tiny11-align_2022-03-21.zip 17.9 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-gmw/opus-tuned4ukr2deu-2021-01-17.zip 17.7 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-gmw/opus1m-2021-02-16.zip 17.2 https://object.pouta.csc.fi/Tatoeba-MT-models/ukr-deu/opus-2021-02-18.zip diff --git a/scores/ukr-deu/flores101-devtest/chrf-scores.txt b/scores/ukr-deu/flores101-devtest/chrf-scores.txt index 62e726dd..ff8f4f19 100644 --- a/scores/ukr-deu/flores101-devtest/chrf-scores.txt +++ b/scores/ukr-deu/flores101-devtest/chrf-scores.txt @@ -2,6 +2,7 @@ 0.56970 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-deu/opusTCv20210807_transformer-big_2022-03-14.zip 0.56225 https://object.pouta.csc.fi/Tatoeba-MT-models/ukr-deu/opusTCv20210807+pft_transformer-align_2022-03-06.zip 0.54601 https://object.pouta.csc.fi/Tatoeba-MT-models/ukr-deu/opusTCv20210807+pft-sepvoc_transformer-tiny11-align_2022-03-16.zip +0.54539 https://object.pouta.csc.fi/Tatoeba-MT-models/ukr-deu/opusTCv20210807+nopar+ft95-sepvoc_transformer-tiny11-align_2022-03-21.zip 0.484 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-gmw/opus-tuned4ukr2deu-2021-01-17.zip 0.483 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-gmw/opus1m-2021-02-16.zip 0.481 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-gmw/opus-tuned4bel2deu-2021-01-15.zip diff --git a/scores/ukr-deu/tatoeba-test-v2020-07-28/bleu-scores.txt b/scores/ukr-deu/tatoeba-test-v2020-07-28/bleu-scores.txt index 82879c41..c1251e0d 100644 --- a/scores/ukr-deu/tatoeba-test-v2020-07-28/bleu-scores.txt +++ b/scores/ukr-deu/tatoeba-test-v2020-07-28/bleu-scores.txt @@ -1,6 +1,7 @@ 54.8 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-deu/opusTCv20210807_transformer-big_2022-03-19.zip 54.5 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-deu/opusTCv20210807_transformer-big_2022-03-14.zip 52.1 https://object.pouta.csc.fi/Tatoeba-MT-models/ukr-deu/opusTCv20210807+pft_transformer-align_2022-03-06.zip +52.0 https://object.pouta.csc.fi/Tatoeba-MT-models/ukr-deu/opusTCv20210807+nopar+ft95-sepvoc_transformer-tiny11-align_2022-03-21.zip 50.5 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-gmw/opus-tuned4ukr2deu-2021-01-17.zip 50.1 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-gmw/opus1m-2021-02-16.zip 49.1 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-gmw/opus-tuned4bel2deu-2021-01-15.zip diff --git a/scores/ukr-deu/tatoeba-test-v2020-07-28/chrf-scores.txt b/scores/ukr-deu/tatoeba-test-v2020-07-28/chrf-scores.txt index 460df8e6..bd69c256 100644 --- a/scores/ukr-deu/tatoeba-test-v2020-07-28/chrf-scores.txt +++ b/scores/ukr-deu/tatoeba-test-v2020-07-28/chrf-scores.txt @@ -1,6 +1,7 @@ 0.70875 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-deu/opusTCv20210807_transformer-big_2022-03-19.zip 0.70704 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-deu/opusTCv20210807_transformer-big_2022-03-14.zip 0.69159 https://object.pouta.csc.fi/Tatoeba-MT-models/ukr-deu/opusTCv20210807+pft_transformer-align_2022-03-06.zip +0.69053 https://object.pouta.csc.fi/Tatoeba-MT-models/ukr-deu/opusTCv20210807+nopar+ft95-sepvoc_transformer-tiny11-align_2022-03-21.zip 0.677 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-gmw/opus-tuned4ukr2deu-2021-01-17.zip 0.673 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-gmw/opus1m-2021-02-16.zip 0.66926 https://object.pouta.csc.fi/Tatoeba-MT-models/ukr-deu/opusTCv20210807+pft-sepvoc_transformer-tiny11-align_2022-03-16.zip diff --git a/scores/ukr-deu/tatoeba-test-v2021-03-30/bleu-scores.txt b/scores/ukr-deu/tatoeba-test-v2021-03-30/bleu-scores.txt index 93d20a1a..e8632ce6 100644 --- a/scores/ukr-deu/tatoeba-test-v2021-03-30/bleu-scores.txt +++ b/scores/ukr-deu/tatoeba-test-v2021-03-30/bleu-scores.txt @@ -1,6 +1,7 @@ 54.9 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-deu/opusTCv20210807_transformer-big_2022-03-19.zip 54.6 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-deu/opusTCv20210807_transformer-big_2022-03-14.zip 52.2 https://object.pouta.csc.fi/Tatoeba-MT-models/ukr-deu/opusTCv20210807+pft_transformer-align_2022-03-06.zip +52.1 https://object.pouta.csc.fi/Tatoeba-MT-models/ukr-deu/opusTCv20210807+nopar+ft95-sepvoc_transformer-tiny11-align_2022-03-21.zip 50.6 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-gmw/opus-tuned4ukr2deu-2021-01-17.zip 50.2 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-gmw/opus1m-2021-02-16.zip 49.1 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-gmw/opus-tuned4bel2deu-2021-01-15.zip diff --git a/scores/ukr-deu/tatoeba-test-v2021-03-30/chrf-scores.txt b/scores/ukr-deu/tatoeba-test-v2021-03-30/chrf-scores.txt index f146834b..ebfa98ac 100644 --- a/scores/ukr-deu/tatoeba-test-v2021-03-30/chrf-scores.txt +++ b/scores/ukr-deu/tatoeba-test-v2021-03-30/chrf-scores.txt @@ -1,6 +1,7 @@ 0.70939 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-deu/opusTCv20210807_transformer-big_2022-03-19.zip 0.70759 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-deu/opusTCv20210807_transformer-big_2022-03-14.zip 0.69241 https://object.pouta.csc.fi/Tatoeba-MT-models/ukr-deu/opusTCv20210807+pft_transformer-align_2022-03-06.zip +0.69146 https://object.pouta.csc.fi/Tatoeba-MT-models/ukr-deu/opusTCv20210807+nopar+ft95-sepvoc_transformer-tiny11-align_2022-03-21.zip 0.677 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-gmw/opus-tuned4ukr2deu-2021-01-17.zip 0.674 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-gmw/opus1m-2021-02-16.zip 0.67014 https://object.pouta.csc.fi/Tatoeba-MT-models/ukr-deu/opusTCv20210807+pft-sepvoc_transformer-tiny11-align_2022-03-16.zip diff --git a/scores/ukr-deu/tatoeba-test-v2021-08-07/bleu-scores.txt b/scores/ukr-deu/tatoeba-test-v2021-08-07/bleu-scores.txt index 8291db9f..f6e4994a 100644 --- a/scores/ukr-deu/tatoeba-test-v2021-08-07/bleu-scores.txt +++ b/scores/ukr-deu/tatoeba-test-v2021-08-07/bleu-scores.txt @@ -1,6 +1,7 @@ 54.7 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-deu/opusTCv20210807_transformer-big_2022-03-19.zip 54.4 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-deu/opusTCv20210807_transformer-big_2022-03-14.zip 52.1 https://object.pouta.csc.fi/Tatoeba-MT-models/ukr-deu/opusTCv20210807+pft_transformer-align_2022-03-06.zip +51.9 https://object.pouta.csc.fi/Tatoeba-MT-models/ukr-deu/opusTCv20210807+nopar+ft95-sepvoc_transformer-tiny11-align_2022-03-21.zip 50.5 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-gmw/opus-tuned4ukr2deu-2021-01-17.zip 50.1 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-gmw/opus1m-2021-02-16.zip 49.1 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-gmw/opus-tuned4bel2deu-2021-01-15.zip diff --git a/scores/ukr-deu/tatoeba-test-v2021-08-07/chrf-scores.txt b/scores/ukr-deu/tatoeba-test-v2021-08-07/chrf-scores.txt index 85d04371..8e2b9838 100644 --- a/scores/ukr-deu/tatoeba-test-v2021-08-07/chrf-scores.txt +++ b/scores/ukr-deu/tatoeba-test-v2021-08-07/chrf-scores.txt @@ -1,6 +1,7 @@ 0.70860 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-deu/opusTCv20210807_transformer-big_2022-03-19.zip 0.70692 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-deu/opusTCv20210807_transformer-big_2022-03-14.zip 0.69176 https://object.pouta.csc.fi/Tatoeba-MT-models/ukr-deu/opusTCv20210807+pft_transformer-align_2022-03-06.zip +0.69058 https://object.pouta.csc.fi/Tatoeba-MT-models/ukr-deu/opusTCv20210807+nopar+ft95-sepvoc_transformer-tiny11-align_2022-03-21.zip 0.676 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-gmw/opus-tuned4ukr2deu-2021-01-17.zip 0.673 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-gmw/opus1m-2021-02-16.zip 0.66949 https://object.pouta.csc.fi/Tatoeba-MT-models/ukr-deu/opusTCv20210807+pft-sepvoc_transformer-tiny11-align_2022-03-16.zip diff --git a/scores/ukr-fra/flores101-dev/bleu-scores.txt b/scores/ukr-fra/flores101-dev/bleu-scores.txt index e40a7fb9..c7d7067f 100644 --- a/scores/ukr-fra/flores101-dev/bleu-scores.txt +++ b/scores/ukr-fra/flores101-dev/bleu-scores.txt @@ -1,5 +1,6 @@ 34.1 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-fra/opusTCv20210807_transformer-big_2022-03-19.zip 32.9 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-fra/opusTCv20210807_transformer-big_2022-03-14.zip +30.2 https://object.pouta.csc.fi/Tatoeba-MT-models/ukr-fra/opusTCv20210807+nopar+ft95-sepvoc_transformer-tiny11-align_2022-03-21.zip 24.4 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-roa/opus1m-2021-02-18.zip 22.2 https://object.pouta.csc.fi/Tatoeba-MT-models/ukr-fra/opus-2021-02-19.zip 14.6 https://object.pouta.csc.fi/Tatoeba-MT-models/ine-ine/opus-2020-07-27.zip diff --git a/scores/ukr-fra/flores101-dev/chrf-scores.txt b/scores/ukr-fra/flores101-dev/chrf-scores.txt index de5c09d2..dba0e3fd 100644 --- a/scores/ukr-fra/flores101-dev/chrf-scores.txt +++ b/scores/ukr-fra/flores101-dev/chrf-scores.txt @@ -1,5 +1,6 @@ 0.59934 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-fra/opusTCv20210807_transformer-big_2022-03-19.zip 0.59134 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-fra/opusTCv20210807_transformer-big_2022-03-14.zip +0.57234 https://object.pouta.csc.fi/Tatoeba-MT-models/ukr-fra/opusTCv20210807+nopar+ft95-sepvoc_transformer-tiny11-align_2022-03-21.zip 0.524 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-roa/opus1m-2021-02-18.zip 0.495 https://object.pouta.csc.fi/Tatoeba-MT-models/ukr-fra/opus-2021-02-19.zip 0.428 https://object.pouta.csc.fi/Tatoeba-MT-models/tatoeba-zero/opus-2020-06-19.zip diff --git a/scores/ukr-fra/flores101-devtest/bleu-scores.txt b/scores/ukr-fra/flores101-devtest/bleu-scores.txt index b5004417..f2c35850 100644 --- a/scores/ukr-fra/flores101-devtest/bleu-scores.txt +++ b/scores/ukr-fra/flores101-devtest/bleu-scores.txt @@ -1,5 +1,6 @@ 34.0 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-fra/opusTCv20210807_transformer-big_2022-03-19.zip 33.0 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-fra/opusTCv20210807_transformer-big_2022-03-14.zip +30.0 https://object.pouta.csc.fi/Tatoeba-MT-models/ukr-fra/opusTCv20210807+nopar+ft95-sepvoc_transformer-tiny11-align_2022-03-21.zip 24.6 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-roa/opus1m-2021-02-18.zip 22.1 https://object.pouta.csc.fi/Tatoeba-MT-models/ukr-fra/opus-2021-02-19.zip 14.5 https://object.pouta.csc.fi/Tatoeba-MT-models/ine-ine/opus-2020-07-27.zip diff --git a/scores/ukr-fra/flores101-devtest/chrf-scores.txt b/scores/ukr-fra/flores101-devtest/chrf-scores.txt index 48a2422b..53a4d37a 100644 --- a/scores/ukr-fra/flores101-devtest/chrf-scores.txt +++ b/scores/ukr-fra/flores101-devtest/chrf-scores.txt @@ -1,5 +1,6 @@ 0.60202 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-fra/opusTCv20210807_transformer-big_2022-03-19.zip 0.59492 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-fra/opusTCv20210807_transformer-big_2022-03-14.zip +0.57332 https://object.pouta.csc.fi/Tatoeba-MT-models/ukr-fra/opusTCv20210807+nopar+ft95-sepvoc_transformer-tiny11-align_2022-03-21.zip 0.528 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-roa/opus1m-2021-02-18.zip 0.501 https://object.pouta.csc.fi/Tatoeba-MT-models/ukr-fra/opus-2021-02-19.zip 0.431 https://object.pouta.csc.fi/Tatoeba-MT-models/ine-ine/opus-2020-07-27.zip diff --git a/scores/ukr-fra/tatoeba-test-v2020-07-28/bleu-scores.txt b/scores/ukr-fra/tatoeba-test-v2020-07-28/bleu-scores.txt index a5ed881b..9d8da83e 100644 --- a/scores/ukr-fra/tatoeba-test-v2020-07-28/bleu-scores.txt +++ b/scores/ukr-fra/tatoeba-test-v2020-07-28/bleu-scores.txt @@ -1,5 +1,6 @@ 51.7 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-fra/opusTCv20210807_transformer-big_2022-03-19.zip 50.4 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-fra/opusTCv20210807_transformer-big_2022-03-14.zip +48.8 https://object.pouta.csc.fi/Tatoeba-MT-models/ukr-fra/opusTCv20210807+nopar+ft95-sepvoc_transformer-tiny11-align_2022-03-21.zip 47.2 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-roa/opus1m-2021-02-18.zip 46.3 https://object.pouta.csc.fi/Tatoeba-MT-models/ukr-fra/opus-2021-02-19.zip 32.0 https://object.pouta.csc.fi/Tatoeba-MT-models/ine-ine/opus-2020-07-27.zip diff --git a/scores/ukr-fra/tatoeba-test-v2020-07-28/chrf-scores.txt b/scores/ukr-fra/tatoeba-test-v2020-07-28/chrf-scores.txt index 04a19494..b1a2022a 100644 --- a/scores/ukr-fra/tatoeba-test-v2020-07-28/chrf-scores.txt +++ b/scores/ukr-fra/tatoeba-test-v2020-07-28/chrf-scores.txt @@ -1,5 +1,6 @@ 0.67802 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-fra/opusTCv20210807_transformer-big_2022-03-19.zip 0.66808 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-fra/opusTCv20210807_transformer-big_2022-03-14.zip +0.65772 https://object.pouta.csc.fi/Tatoeba-MT-models/ukr-fra/opusTCv20210807+nopar+ft95-sepvoc_transformer-tiny11-align_2022-03-21.zip 0.644 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-roa/opus1m-2021-02-18.zip 0.636 https://object.pouta.csc.fi/Tatoeba-MT-models/ukr-fra/opus-2021-02-19.zip 0.518 https://object.pouta.csc.fi/Tatoeba-MT-models/ine-ine/opus-2020-07-27.zip diff --git a/scores/ukr-fra/tatoeba-test-v2021-03-30/bleu-scores.txt b/scores/ukr-fra/tatoeba-test-v2021-03-30/bleu-scores.txt index 4d7acf87..213cc389 100644 --- a/scores/ukr-fra/tatoeba-test-v2021-03-30/bleu-scores.txt +++ b/scores/ukr-fra/tatoeba-test-v2021-03-30/bleu-scores.txt @@ -1,5 +1,6 @@ 51.8 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-fra/opusTCv20210807_transformer-big_2022-03-19.zip 50.4 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-fra/opusTCv20210807_transformer-big_2022-03-14.zip +48.8 https://object.pouta.csc.fi/Tatoeba-MT-models/ukr-fra/opusTCv20210807+nopar+ft95-sepvoc_transformer-tiny11-align_2022-03-21.zip 47.3 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-roa/opus1m-2021-02-18.zip 46.3 https://object.pouta.csc.fi/Tatoeba-MT-models/ukr-fra/opus-2021-02-19.zip 32.0 https://object.pouta.csc.fi/Tatoeba-MT-models/ine-ine/opus-2020-07-27.zip diff --git a/scores/ukr-fra/tatoeba-test-v2021-03-30/chrf-scores.txt b/scores/ukr-fra/tatoeba-test-v2021-03-30/chrf-scores.txt index 6436628a..955bf6de 100644 --- a/scores/ukr-fra/tatoeba-test-v2021-03-30/chrf-scores.txt +++ b/scores/ukr-fra/tatoeba-test-v2021-03-30/chrf-scores.txt @@ -1,5 +1,6 @@ 0.67832 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-fra/opusTCv20210807_transformer-big_2022-03-19.zip 0.66837 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-fra/opusTCv20210807_transformer-big_2022-03-14.zip +0.65798 https://object.pouta.csc.fi/Tatoeba-MT-models/ukr-fra/opusTCv20210807+nopar+ft95-sepvoc_transformer-tiny11-align_2022-03-21.zip 0.644 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-roa/opus1m-2021-02-18.zip 0.636 https://object.pouta.csc.fi/Tatoeba-MT-models/ukr-fra/opus-2021-02-19.zip 0.518 https://object.pouta.csc.fi/Tatoeba-MT-models/ine-ine/opus-2020-07-27.zip diff --git a/scores/ukr-fra/tatoeba-test-v2021-08-07/bleu-scores.txt b/scores/ukr-fra/tatoeba-test-v2021-08-07/bleu-scores.txt index 9107efab..b240673f 100644 --- a/scores/ukr-fra/tatoeba-test-v2021-08-07/bleu-scores.txt +++ b/scores/ukr-fra/tatoeba-test-v2021-08-07/bleu-scores.txt @@ -1,5 +1,6 @@ 51.8 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-fra/opusTCv20210807_transformer-big_2022-03-19.zip 50.4 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-fra/opusTCv20210807_transformer-big_2022-03-14.zip +48.7 https://object.pouta.csc.fi/Tatoeba-MT-models/ukr-fra/opusTCv20210807+nopar+ft95-sepvoc_transformer-tiny11-align_2022-03-21.zip 47.3 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-roa/opus1m-2021-02-18.zip 46.3 https://object.pouta.csc.fi/Tatoeba-MT-models/ukr-fra/opus-2021-02-19.zip 32.0 https://object.pouta.csc.fi/Tatoeba-MT-models/ine-ine/opus-2020-07-27.zip diff --git a/scores/ukr-fra/tatoeba-test-v2021-08-07/chrf-scores.txt b/scores/ukr-fra/tatoeba-test-v2021-08-07/chrf-scores.txt index 197edcf0..9ab04041 100644 --- a/scores/ukr-fra/tatoeba-test-v2021-08-07/chrf-scores.txt +++ b/scores/ukr-fra/tatoeba-test-v2021-08-07/chrf-scores.txt @@ -1,5 +1,6 @@ 0.67835 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-fra/opusTCv20210807_transformer-big_2022-03-19.zip 0.66841 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-fra/opusTCv20210807_transformer-big_2022-03-14.zip +0.65762 https://object.pouta.csc.fi/Tatoeba-MT-models/ukr-fra/opusTCv20210807+nopar+ft95-sepvoc_transformer-tiny11-align_2022-03-21.zip 0.644 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-roa/opus1m-2021-02-18.zip 0.636 https://object.pouta.csc.fi/Tatoeba-MT-models/ukr-fra/opus-2021-02-19.zip 0.518 https://object.pouta.csc.fi/Tatoeba-MT-models/ine-ine/opus-2020-07-27.zip diff --git a/scores/ukr-spa/flores101-dev/bleu-scores.txt b/scores/ukr-spa/flores101-dev/bleu-scores.txt index eb2198ed..6b80c271 100644 --- a/scores/ukr-spa/flores101-dev/bleu-scores.txt +++ b/scores/ukr-spa/flores101-dev/bleu-scores.txt @@ -1,5 +1,6 @@ 22.7 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-spa/opusTCv20210807_transformer-big_2022-03-19.zip 22.2 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-spa/opusTCv20210807_transformer-big_2022-03-14.zip +20.3 https://object.pouta.csc.fi/Tatoeba-MT-models/ukr-spa/opusTCv20210807+nopar+ft95-sepvoc_transformer-tiny11-align_2022-03-21.zip 17.7 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-roa/opus1m-2021-02-18.zip 16.7 https://object.pouta.csc.fi/Tatoeba-MT-models/ukr-spa/opus-2021-02-19.zip 11.6 https://object.pouta.csc.fi/Tatoeba-MT-models/ine-ine/opus-2020-07-27.zip diff --git a/scores/ukr-spa/flores101-dev/chrf-scores.txt b/scores/ukr-spa/flores101-dev/chrf-scores.txt index 57fd0248..1ad4b879 100644 --- a/scores/ukr-spa/flores101-dev/chrf-scores.txt +++ b/scores/ukr-spa/flores101-dev/chrf-scores.txt @@ -1,5 +1,6 @@ 0.50334 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-spa/opusTCv20210807_transformer-big_2022-03-19.zip 0.50071 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-spa/opusTCv20210807_transformer-big_2022-03-14.zip +0.48737 https://object.pouta.csc.fi/Tatoeba-MT-models/ukr-spa/opusTCv20210807+nopar+ft95-sepvoc_transformer-tiny11-align_2022-03-21.zip 0.458 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-roa/opus1m-2021-02-18.zip 0.442 https://object.pouta.csc.fi/Tatoeba-MT-models/ukr-spa/opus-2021-02-19.zip 0.389 https://object.pouta.csc.fi/Tatoeba-MT-models/tatoeba-zero/opus-2020-06-19.zip diff --git a/scores/ukr-spa/flores101-devtest/bleu-scores.txt b/scores/ukr-spa/flores101-devtest/bleu-scores.txt index a75af35e..2e7e67af 100644 --- a/scores/ukr-spa/flores101-devtest/bleu-scores.txt +++ b/scores/ukr-spa/flores101-devtest/bleu-scores.txt @@ -1,5 +1,6 @@ 22.4 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-spa/opusTCv20210807_transformer-big_2022-03-19.zip 22.3 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-spa/opusTCv20210807_transformer-big_2022-03-14.zip +20.6 https://object.pouta.csc.fi/Tatoeba-MT-models/ukr-spa/opusTCv20210807+nopar+ft95-sepvoc_transformer-tiny11-align_2022-03-21.zip 17.6 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-roa/opus1m-2021-02-18.zip 16.4 https://object.pouta.csc.fi/Tatoeba-MT-models/ukr-spa/opus-2021-02-19.zip 11.0 https://object.pouta.csc.fi/Tatoeba-MT-models/ine-ine/opus-2020-07-27.zip diff --git a/scores/ukr-spa/flores101-devtest/chrf-scores.txt b/scores/ukr-spa/flores101-devtest/chrf-scores.txt index f8fa95da..e41d5aea 100644 --- a/scores/ukr-spa/flores101-devtest/chrf-scores.txt +++ b/scores/ukr-spa/flores101-devtest/chrf-scores.txt @@ -1,5 +1,6 @@ 0.50790 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-spa/opusTCv20210807_transformer-big_2022-03-19.zip 0.50614 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-spa/opusTCv20210807_transformer-big_2022-03-14.zip +0.49431 https://object.pouta.csc.fi/Tatoeba-MT-models/ukr-spa/opusTCv20210807+nopar+ft95-sepvoc_transformer-tiny11-align_2022-03-21.zip 0.460 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-roa/opus1m-2021-02-18.zip 0.445 https://object.pouta.csc.fi/Tatoeba-MT-models/ukr-spa/opus-2021-02-19.zip 0.388 https://object.pouta.csc.fi/Tatoeba-MT-models/tatoeba-zero/opus-2020-06-19.zip diff --git a/scores/ukr-spa/tatoeba-test-v2020-07-28/bleu-scores.txt b/scores/ukr-spa/tatoeba-test-v2020-07-28/bleu-scores.txt index c00d80a1..44dfa91c 100644 --- a/scores/ukr-spa/tatoeba-test-v2020-07-28/bleu-scores.txt +++ b/scores/ukr-spa/tatoeba-test-v2020-07-28/bleu-scores.txt @@ -1,5 +1,6 @@ 51.2 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-spa/opusTCv20210807_transformer-big_2022-03-19.zip 50.7 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-spa/opusTCv20210807_transformer-big_2022-03-14.zip +47.9 https://object.pouta.csc.fi/Tatoeba-MT-models/ukr-spa/opusTCv20210807+nopar+ft95-sepvoc_transformer-tiny11-align_2022-03-21.zip 47.5 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-roa/opus1m-2021-02-18.zip 46.2 https://object.pouta.csc.fi/Tatoeba-MT-models/ukr-spa/opus-2021-02-19.zip 31.5 https://object.pouta.csc.fi/Tatoeba-MT-models/ine-ine/opus-2020-07-27.zip diff --git a/scores/ukr-spa/tatoeba-test-v2020-07-28/chrf-scores.txt b/scores/ukr-spa/tatoeba-test-v2020-07-28/chrf-scores.txt index 2f21c6a4..b206b8ff 100644 --- a/scores/ukr-spa/tatoeba-test-v2020-07-28/chrf-scores.txt +++ b/scores/ukr-spa/tatoeba-test-v2020-07-28/chrf-scores.txt @@ -1,5 +1,6 @@ 0.68540 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-spa/opusTCv20210807_transformer-big_2022-03-19.zip 0.68108 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-spa/opusTCv20210807_transformer-big_2022-03-14.zip +0.66155 https://object.pouta.csc.fi/Tatoeba-MT-models/ukr-spa/opusTCv20210807+nopar+ft95-sepvoc_transformer-tiny11-align_2022-03-21.zip 0.661 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-roa/opus1m-2021-02-18.zip 0.647 https://object.pouta.csc.fi/Tatoeba-MT-models/ukr-spa/opus-2021-02-19.zip 0.526 https://object.pouta.csc.fi/Tatoeba-MT-models/ine-ine/opus-2020-07-27.zip diff --git a/scores/ukr-spa/tatoeba-test-v2021-03-30/bleu-scores.txt b/scores/ukr-spa/tatoeba-test-v2021-03-30/bleu-scores.txt index 0a2a260b..4b5647e0 100644 --- a/scores/ukr-spa/tatoeba-test-v2021-03-30/bleu-scores.txt +++ b/scores/ukr-spa/tatoeba-test-v2021-03-30/bleu-scores.txt @@ -1,5 +1,6 @@ 51.2 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-spa/opusTCv20210807_transformer-big_2022-03-19.zip 50.8 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-spa/opusTCv20210807_transformer-big_2022-03-14.zip +47.9 https://object.pouta.csc.fi/Tatoeba-MT-models/ukr-spa/opusTCv20210807+nopar+ft95-sepvoc_transformer-tiny11-align_2022-03-21.zip 47.4 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-roa/opus1m-2021-02-18.zip 46.2 https://object.pouta.csc.fi/Tatoeba-MT-models/ukr-spa/opus-2021-02-19.zip 31.5 https://object.pouta.csc.fi/Tatoeba-MT-models/ine-ine/opus-2020-07-27.zip diff --git a/scores/ukr-spa/tatoeba-test-v2021-03-30/chrf-scores.txt b/scores/ukr-spa/tatoeba-test-v2021-03-30/chrf-scores.txt index ab47f8f4..140cbcfe 100644 --- a/scores/ukr-spa/tatoeba-test-v2021-03-30/chrf-scores.txt +++ b/scores/ukr-spa/tatoeba-test-v2021-03-30/chrf-scores.txt @@ -1,5 +1,6 @@ 0.68545 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-spa/opusTCv20210807_transformer-big_2022-03-19.zip 0.68123 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-spa/opusTCv20210807_transformer-big_2022-03-14.zip +0.66170 https://object.pouta.csc.fi/Tatoeba-MT-models/ukr-spa/opusTCv20210807+nopar+ft95-sepvoc_transformer-tiny11-align_2022-03-21.zip 0.661 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-roa/opus1m-2021-02-18.zip 0.647 https://object.pouta.csc.fi/Tatoeba-MT-models/ukr-spa/opus-2021-02-19.zip 0.526 https://object.pouta.csc.fi/Tatoeba-MT-models/ine-ine/opus-2020-07-27.zip diff --git a/scores/ukr-spa/tatoeba-test-v2021-08-07/bleu-scores.txt b/scores/ukr-spa/tatoeba-test-v2021-08-07/bleu-scores.txt index 6c74caff..f688bc2d 100644 --- a/scores/ukr-spa/tatoeba-test-v2021-08-07/bleu-scores.txt +++ b/scores/ukr-spa/tatoeba-test-v2021-08-07/bleu-scores.txt @@ -1,5 +1,6 @@ 51.3 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-spa/opusTCv20210807_transformer-big_2022-03-19.zip 50.8 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-spa/opusTCv20210807_transformer-big_2022-03-14.zip +47.9 https://object.pouta.csc.fi/Tatoeba-MT-models/ukr-spa/opusTCv20210807+nopar+ft95-sepvoc_transformer-tiny11-align_2022-03-21.zip 47.5 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-roa/opus1m-2021-02-18.zip 46.2 https://object.pouta.csc.fi/Tatoeba-MT-models/ukr-spa/opus-2021-02-19.zip 31.5 https://object.pouta.csc.fi/Tatoeba-MT-models/ine-ine/opus-2020-07-27.zip diff --git a/scores/ukr-spa/tatoeba-test-v2021-08-07/chrf-scores.txt b/scores/ukr-spa/tatoeba-test-v2021-08-07/chrf-scores.txt index b8693990..33780822 100644 --- a/scores/ukr-spa/tatoeba-test-v2021-08-07/chrf-scores.txt +++ b/scores/ukr-spa/tatoeba-test-v2021-08-07/chrf-scores.txt @@ -1,5 +1,6 @@ 0.68612 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-spa/opusTCv20210807_transformer-big_2022-03-19.zip 0.68199 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-spa/opusTCv20210807_transformer-big_2022-03-14.zip +0.66238 https://object.pouta.csc.fi/Tatoeba-MT-models/ukr-spa/opusTCv20210807+nopar+ft95-sepvoc_transformer-tiny11-align_2022-03-21.zip 0.662 https://object.pouta.csc.fi/Tatoeba-MT-models/zle-roa/opus1m-2021-02-18.zip 0.648 https://object.pouta.csc.fi/Tatoeba-MT-models/ukr-spa/opus-2021-02-19.zip 0.526 https://object.pouta.csc.fi/Tatoeba-MT-models/ine-ine/opus-2020-07-27.zip diff --git a/scripts/normalize-scores.py b/scripts/normalize-scores.py index 2917b0fd..f485e842 100755 --- a/scripts/normalize-scores.py +++ b/scripts/normalize-scores.py @@ -16,7 +16,10 @@ def main(): for line in sys.stdin: fields = line.strip().split("\t") trg = fields[-1] - score = float(fields[0]) + try: + score = float(fields[0]) + except: + score = 0.00 if not args.no_normalize: length = len(trg.split()) diff --git a/tatoeba/back-translate/Makefile b/tatoeba/back-translate/Makefile index b1cfbd39..63919ceb 100644 --- a/tatoeba/back-translate/Makefile +++ b/tatoeba/back-translate/Makefile @@ -58,11 +58,19 @@ LANGPAIR = ${SRC}-${TRG} PWD := $(shell pwd) +LEADERBOARD_HOME = ../../scores -# MODELZIP = https://object.pouta.csc.fi/Tatoeba-Challenge/ang.tar -MODELZIP := ${shell ${WGET} -qq -O - ${TATOEBA_RELEASED_ALL} | grep '^${LANGPAIR}' | head -1 | cut -f4} -MODELINFO = ${patsubst ${TATOEBA_MODEL_STORAGE}/%.zip,${TATOEBA_GITRAW}/models/%.yml,${MODELZIP}} -MODELNAME = ${patsubst %.zip,%,${notdir ${MODELZIP}}} +best-opusmt-model = ${shell grep -H . ${LEADERBOARD_HOME}/${1}/*/${2}.txt | \ + sed 's/txt:[0-9\.]*//' | sed -r 's/tatoeba-test-v[0-9]{4}-[0-9]{2}-[0-9]{2}/tatoeba-test/' | \ + rev | uniq -f1 | rev | cut -f2 | uniq -c | sort -nr | head -1 | sed 's/^.*http/http/'} +MODELZIP := ${call best-opusmt-model,${LANGPAIR},bleu-scores} +MODELINFO := ${MODELZIP:.zip=.yml} +MODELNAME := ${patsubst %.zip,%,${notdir ${MODELZIP}}} + + +# MODELZIP := ${shell ${WGET} -qq -O - ${TATOEBA_RELEASED_ALL} | grep '^${LANGPAIR}' | head -1 | cut -f4} +# MODELINFO = ${patsubst ${TATOEBA_MODEL_STORAGE}/%.zip,${TATOEBA_GITRAW}/models/%.yml,${MODELZIP}} +# MODELNAME = ${patsubst %.zip,%,${notdir ${MODELZIP}}} MULTI_TARGET_MODEL := ${shell ${WGET} -qq -O - ${MODELINFO} | grep 'use-target-labels' | wc -l} ifneq (${MULTI_TARGET_MODEL},0) diff --git a/tatoeba/pivoting/Makefile b/tatoeba/pivoting/Makefile index 2daa70e8..4a5d2c6d 100644 --- a/tatoeba/pivoting/Makefile +++ b/tatoeba/pivoting/Makefile @@ -60,10 +60,18 @@ PART ?= aa OUTPUT_DIR ?= ${NEW_LANGPAIR} -# MODELZIP = https://object.pouta.csc.fi/Tatoeba-Challenge/ang.tar -MODELZIP := ${shell ${WGET} -qq -O - ${TATOEBA_RELEASED} | grep '^${TRANSLATE_LANGPAIR}' | head -1 | cut -f4} -MODELINFO = ${patsubst ${TATOEBA_MODEL_STORAGE}/%.zip,${TATOEBA_GITRAW}/models/%.yml,${MODELZIP}} -MODELNAME = ${patsubst %.zip,%,${notdir ${MODELZIP}}} +LEADERBOARD_HOME = ../../scores + +best-opusmt-model = ${shell grep -H . ${LEADERBOARD_HOME}/${1}/*/${2}.txt | \ + sed 's/txt:[0-9\.]*//' | sed -r 's/tatoeba-test-v[0-9]{4}-[0-9]{2}-[0-9]{2}/tatoeba-test/' | \ + rev | uniq -f1 | rev | cut -f2 | uniq -c | sort -nr | head -1 | sed 's/^.*http/http/'} +MODELZIP := ${call best-opusmt-model,${TRANSLATE_LANGPAIR},bleu-scores} +MODELINFO := ${MODELZIP:.zip=.yml} +MODELNAME := ${patsubst %.zip,%,${notdir ${MODELZIP}}} + +# MODELZIP := ${shell ${WGET} -qq -O - ${TATOEBA_RELEASED} | grep '^${TRANSLATE_LANGPAIR}' | head -1 | cut -f4} +# MODELINFO = ${patsubst ${TATOEBA_MODEL_STORAGE}/%.zip,${TATOEBA_GITRAW}/models/%.yml,${MODELZIP}} +# MODELNAME = ${patsubst %.zip,%,${notdir ${MODELZIP}}} MODELDIR = ${OUTPUT_DIR}/${TRANSLATE_LANGPAIR}/${MODELNAME} MULTI_TARGET_MODEL := ${shell ${WGET} -qq -O - ${MODELINFO} | grep 'use-target-labels' | wc -l} diff --git a/testsets/ces-ukr/flores101.ces.gz b/testsets/ces-ukr/flores101.ces.gz new file mode 120000 index 00000000..c7c625b6 --- /dev/null +++ b/testsets/ces-ukr/flores101.ces.gz @@ -0,0 +1 @@ +../flores101/ces.devtest.gz \ No newline at end of file diff --git a/testsets/ces-ukr/flores101.ukr.gz b/testsets/ces-ukr/flores101.ukr.gz new file mode 120000 index 00000000..d75425fd --- /dev/null +++ b/testsets/ces-ukr/flores101.ukr.gz @@ -0,0 +1 @@ +../flores101/ukr.devtest.gz \ No newline at end of file diff --git a/testsets/dan-ukr/flores101.dan.gz b/testsets/dan-ukr/flores101.dan.gz new file mode 120000 index 00000000..8f9841d9 --- /dev/null +++ b/testsets/dan-ukr/flores101.dan.gz @@ -0,0 +1 @@ +../flores101/dan.devtest.gz \ No newline at end of file diff --git a/testsets/dan-ukr/flores101.ukr.gz b/testsets/dan-ukr/flores101.ukr.gz new file mode 120000 index 00000000..d75425fd --- /dev/null +++ b/testsets/dan-ukr/flores101.ukr.gz @@ -0,0 +1 @@ +../flores101/ukr.devtest.gz \ No newline at end of file diff --git a/testsets/deu-ukr/flores101.deu.gz b/testsets/deu-ukr/flores101.deu.gz new file mode 120000 index 00000000..c64ae6ee --- /dev/null +++ b/testsets/deu-ukr/flores101.deu.gz @@ -0,0 +1 @@ +../flores101/deu.devtest.gz \ No newline at end of file diff --git a/testsets/deu-ukr/flores101.ukr.gz b/testsets/deu-ukr/flores101.ukr.gz new file mode 120000 index 00000000..d75425fd --- /dev/null +++ b/testsets/deu-ukr/flores101.ukr.gz @@ -0,0 +1 @@ +../flores101/ukr.devtest.gz \ No newline at end of file diff --git a/testsets/eng-ukr/flores101.eng.gz b/testsets/eng-ukr/flores101.eng.gz new file mode 120000 index 00000000..c8ea8283 --- /dev/null +++ b/testsets/eng-ukr/flores101.eng.gz @@ -0,0 +1 @@ +../flores101/eng.devtest.gz \ No newline at end of file diff --git a/testsets/eng-ukr/flores101.ukr.gz b/testsets/eng-ukr/flores101.ukr.gz new file mode 120000 index 00000000..d75425fd --- /dev/null +++ b/testsets/eng-ukr/flores101.ukr.gz @@ -0,0 +1 @@ +../flores101/ukr.devtest.gz \ No newline at end of file diff --git a/testsets/flores101/afr.devtest.gz b/testsets/flores101/afr.devtest.gz new file mode 100644 index 00000000..803265c9 Binary files /dev/null and b/testsets/flores101/afr.devtest.gz differ diff --git a/testsets/flores101/amh.devtest.gz b/testsets/flores101/amh.devtest.gz new file mode 100644 index 00000000..8d3846d9 Binary files /dev/null and b/testsets/flores101/amh.devtest.gz differ diff --git a/testsets/flores101/ara.devtest.gz b/testsets/flores101/ara.devtest.gz new file mode 100644 index 00000000..073974e4 Binary files /dev/null and b/testsets/flores101/ara.devtest.gz differ diff --git a/testsets/flores101/asm.devtest.gz b/testsets/flores101/asm.devtest.gz new file mode 100644 index 00000000..b836a711 Binary files /dev/null and b/testsets/flores101/asm.devtest.gz differ diff --git a/testsets/flores101/ast.devtest.gz b/testsets/flores101/ast.devtest.gz new file mode 100644 index 00000000..69bf2b1c Binary files /dev/null and b/testsets/flores101/ast.devtest.gz differ diff --git a/testsets/flores101/azj.devtest.gz b/testsets/flores101/azj.devtest.gz new file mode 100644 index 00000000..b8b23707 Binary files /dev/null and b/testsets/flores101/azj.devtest.gz differ diff --git a/testsets/flores101/bel.devtest.gz b/testsets/flores101/bel.devtest.gz new file mode 100644 index 00000000..1512ea3c Binary files /dev/null and b/testsets/flores101/bel.devtest.gz differ diff --git a/testsets/flores101/ben.devtest.gz b/testsets/flores101/ben.devtest.gz new file mode 100644 index 00000000..c2bb0ca0 Binary files /dev/null and b/testsets/flores101/ben.devtest.gz differ diff --git a/testsets/flores101/bos.devtest.gz b/testsets/flores101/bos.devtest.gz new file mode 100644 index 00000000..24310d68 Binary files /dev/null and b/testsets/flores101/bos.devtest.gz differ diff --git a/testsets/flores101/bul.devtest.gz b/testsets/flores101/bul.devtest.gz new file mode 100644 index 00000000..678a15f1 Binary files /dev/null and b/testsets/flores101/bul.devtest.gz differ diff --git a/testsets/flores101/cat.devtest.gz b/testsets/flores101/cat.devtest.gz new file mode 100644 index 00000000..a47f9cc9 Binary files /dev/null and b/testsets/flores101/cat.devtest.gz differ diff --git a/testsets/flores101/ceb.devtest.gz b/testsets/flores101/ceb.devtest.gz new file mode 100644 index 00000000..67c8bfcb Binary files /dev/null and b/testsets/flores101/ceb.devtest.gz differ diff --git a/testsets/flores101/ces.devtest.gz b/testsets/flores101/ces.devtest.gz new file mode 100644 index 00000000..2e3df78d Binary files /dev/null and b/testsets/flores101/ces.devtest.gz differ diff --git a/testsets/flores101/ckb.devtest.gz b/testsets/flores101/ckb.devtest.gz new file mode 100644 index 00000000..4b04421d Binary files /dev/null and b/testsets/flores101/ckb.devtest.gz differ diff --git a/testsets/flores101/cmn_Hans.devtest.gz b/testsets/flores101/cmn_Hans.devtest.gz new file mode 100644 index 00000000..19b7cb94 Binary files /dev/null and b/testsets/flores101/cmn_Hans.devtest.gz differ diff --git a/testsets/flores101/cmn_Hant.devtest.gz b/testsets/flores101/cmn_Hant.devtest.gz new file mode 100644 index 00000000..1d90cb0e Binary files /dev/null and b/testsets/flores101/cmn_Hant.devtest.gz differ diff --git a/testsets/flores101/cym.devtest.gz b/testsets/flores101/cym.devtest.gz new file mode 100644 index 00000000..99794ee6 Binary files /dev/null and b/testsets/flores101/cym.devtest.gz differ diff --git a/testsets/flores101/dan.devtest.gz b/testsets/flores101/dan.devtest.gz new file mode 100644 index 00000000..9222f5b1 Binary files /dev/null and b/testsets/flores101/dan.devtest.gz differ diff --git a/testsets/flores101/deu.devtest.gz b/testsets/flores101/deu.devtest.gz new file mode 100644 index 00000000..ca5a28b1 Binary files /dev/null and b/testsets/flores101/deu.devtest.gz differ diff --git a/testsets/flores101/ell.devtest.gz b/testsets/flores101/ell.devtest.gz new file mode 100644 index 00000000..6cf1f78e Binary files /dev/null and b/testsets/flores101/ell.devtest.gz differ diff --git a/testsets/flores101/eng.devtest.gz b/testsets/flores101/eng.devtest.gz new file mode 100644 index 00000000..61afc02c Binary files /dev/null and b/testsets/flores101/eng.devtest.gz differ diff --git a/testsets/flores101/est.devtest.gz b/testsets/flores101/est.devtest.gz new file mode 100644 index 00000000..a1d27c06 Binary files /dev/null and b/testsets/flores101/est.devtest.gz differ diff --git a/testsets/flores101/fas.devtest.gz b/testsets/flores101/fas.devtest.gz new file mode 100644 index 00000000..2a9d600f Binary files /dev/null and b/testsets/flores101/fas.devtest.gz differ diff --git a/testsets/flores101/fin.devtest.gz b/testsets/flores101/fin.devtest.gz new file mode 100644 index 00000000..6276f87e Binary files /dev/null and b/testsets/flores101/fin.devtest.gz differ diff --git a/testsets/flores101/fra.devtest.gz b/testsets/flores101/fra.devtest.gz new file mode 100644 index 00000000..32ef88a6 Binary files /dev/null and b/testsets/flores101/fra.devtest.gz differ diff --git a/testsets/flores101/ful.devtest.gz b/testsets/flores101/ful.devtest.gz new file mode 100644 index 00000000..85b8ba89 Binary files /dev/null and b/testsets/flores101/ful.devtest.gz differ diff --git a/testsets/flores101/gle.devtest.gz b/testsets/flores101/gle.devtest.gz new file mode 100644 index 00000000..351b0327 Binary files /dev/null and b/testsets/flores101/gle.devtest.gz differ diff --git a/testsets/flores101/glg.devtest.gz b/testsets/flores101/glg.devtest.gz new file mode 100644 index 00000000..dee6e866 Binary files /dev/null and b/testsets/flores101/glg.devtest.gz differ diff --git a/testsets/flores101/guj.devtest.gz b/testsets/flores101/guj.devtest.gz new file mode 100644 index 00000000..90ad937d Binary files /dev/null and b/testsets/flores101/guj.devtest.gz differ diff --git a/testsets/flores101/hau.devtest.gz b/testsets/flores101/hau.devtest.gz new file mode 100644 index 00000000..154f007d Binary files /dev/null and b/testsets/flores101/hau.devtest.gz differ diff --git a/testsets/flores101/heb.devtest.gz b/testsets/flores101/heb.devtest.gz new file mode 100644 index 00000000..4556cd7e Binary files /dev/null and b/testsets/flores101/heb.devtest.gz differ diff --git a/testsets/flores101/hin.devtest.gz b/testsets/flores101/hin.devtest.gz new file mode 100644 index 00000000..74efbd92 Binary files /dev/null and b/testsets/flores101/hin.devtest.gz differ diff --git a/testsets/flores101/hrv.devtest.gz b/testsets/flores101/hrv.devtest.gz new file mode 100644 index 00000000..72b67fad Binary files /dev/null and b/testsets/flores101/hrv.devtest.gz differ diff --git a/testsets/flores101/hun.devtest.gz b/testsets/flores101/hun.devtest.gz new file mode 100644 index 00000000..8dbf15fe Binary files /dev/null and b/testsets/flores101/hun.devtest.gz differ diff --git a/testsets/flores101/hye.devtest.gz b/testsets/flores101/hye.devtest.gz new file mode 100644 index 00000000..70b5bf47 Binary files /dev/null and b/testsets/flores101/hye.devtest.gz differ diff --git a/testsets/flores101/ibo.devtest.gz b/testsets/flores101/ibo.devtest.gz new file mode 100644 index 00000000..4312d19f Binary files /dev/null and b/testsets/flores101/ibo.devtest.gz differ diff --git a/testsets/flores101/ind.devtest.gz b/testsets/flores101/ind.devtest.gz new file mode 100644 index 00000000..3274e461 Binary files /dev/null and b/testsets/flores101/ind.devtest.gz differ diff --git a/testsets/flores101/isl.devtest.gz b/testsets/flores101/isl.devtest.gz new file mode 100644 index 00000000..f97c56f3 Binary files /dev/null and b/testsets/flores101/isl.devtest.gz differ diff --git a/testsets/flores101/ita.devtest.gz b/testsets/flores101/ita.devtest.gz new file mode 100644 index 00000000..58b8d32e Binary files /dev/null and b/testsets/flores101/ita.devtest.gz differ diff --git a/testsets/flores101/jav.devtest.gz b/testsets/flores101/jav.devtest.gz new file mode 100644 index 00000000..270d9eee Binary files /dev/null and b/testsets/flores101/jav.devtest.gz differ diff --git a/testsets/flores101/jpn.devtest.gz b/testsets/flores101/jpn.devtest.gz new file mode 100644 index 00000000..b9a7a25e Binary files /dev/null and b/testsets/flores101/jpn.devtest.gz differ diff --git a/testsets/flores101/kam.devtest.gz b/testsets/flores101/kam.devtest.gz new file mode 100644 index 00000000..e3ac5a21 Binary files /dev/null and b/testsets/flores101/kam.devtest.gz differ diff --git a/testsets/flores101/kan.devtest.gz b/testsets/flores101/kan.devtest.gz new file mode 100644 index 00000000..3fba3d24 Binary files /dev/null and b/testsets/flores101/kan.devtest.gz differ diff --git a/testsets/flores101/kat.devtest.gz b/testsets/flores101/kat.devtest.gz new file mode 100644 index 00000000..0ea5a701 Binary files /dev/null and b/testsets/flores101/kat.devtest.gz differ diff --git a/testsets/flores101/kaz.devtest.gz b/testsets/flores101/kaz.devtest.gz new file mode 100644 index 00000000..020e47b0 Binary files /dev/null and b/testsets/flores101/kaz.devtest.gz differ diff --git a/testsets/flores101/kea.devtest.gz b/testsets/flores101/kea.devtest.gz new file mode 100644 index 00000000..4b2be417 Binary files /dev/null and b/testsets/flores101/kea.devtest.gz differ diff --git a/testsets/flores101/khm.devtest.gz b/testsets/flores101/khm.devtest.gz new file mode 100644 index 00000000..3bfe00e7 Binary files /dev/null and b/testsets/flores101/khm.devtest.gz differ diff --git a/testsets/flores101/kir.devtest.gz b/testsets/flores101/kir.devtest.gz new file mode 100644 index 00000000..33d5835b Binary files /dev/null and b/testsets/flores101/kir.devtest.gz differ diff --git a/testsets/flores101/kor.devtest.gz b/testsets/flores101/kor.devtest.gz new file mode 100644 index 00000000..aa99173a Binary files /dev/null and b/testsets/flores101/kor.devtest.gz differ diff --git a/testsets/flores101/lao.devtest.gz b/testsets/flores101/lao.devtest.gz new file mode 100644 index 00000000..6af58f85 Binary files /dev/null and b/testsets/flores101/lao.devtest.gz differ diff --git a/testsets/flores101/lav.devtest.gz b/testsets/flores101/lav.devtest.gz new file mode 100644 index 00000000..4d29c3c3 Binary files /dev/null and b/testsets/flores101/lav.devtest.gz differ diff --git a/testsets/flores101/lin.devtest.gz b/testsets/flores101/lin.devtest.gz new file mode 100644 index 00000000..fe85068c Binary files /dev/null and b/testsets/flores101/lin.devtest.gz differ diff --git a/testsets/flores101/lit.devtest.gz b/testsets/flores101/lit.devtest.gz new file mode 100644 index 00000000..6a5bea9a Binary files /dev/null and b/testsets/flores101/lit.devtest.gz differ diff --git a/testsets/flores101/ltz.devtest.gz b/testsets/flores101/ltz.devtest.gz new file mode 100644 index 00000000..2787d914 Binary files /dev/null and b/testsets/flores101/ltz.devtest.gz differ diff --git a/testsets/flores101/lug.devtest.gz b/testsets/flores101/lug.devtest.gz new file mode 100644 index 00000000..f6799cd4 Binary files /dev/null and b/testsets/flores101/lug.devtest.gz differ diff --git a/testsets/flores101/luo.devtest.gz b/testsets/flores101/luo.devtest.gz new file mode 100644 index 00000000..12aa3eb3 Binary files /dev/null and b/testsets/flores101/luo.devtest.gz differ diff --git a/testsets/flores101/mal.devtest.gz b/testsets/flores101/mal.devtest.gz new file mode 100644 index 00000000..1c84b780 Binary files /dev/null and b/testsets/flores101/mal.devtest.gz differ diff --git a/testsets/flores101/mar.devtest.gz b/testsets/flores101/mar.devtest.gz new file mode 100644 index 00000000..6e66a0cf Binary files /dev/null and b/testsets/flores101/mar.devtest.gz differ diff --git a/testsets/flores101/mkd.devtest.gz b/testsets/flores101/mkd.devtest.gz new file mode 100644 index 00000000..6d37a9f6 Binary files /dev/null and b/testsets/flores101/mkd.devtest.gz differ diff --git a/testsets/flores101/mlt.devtest.gz b/testsets/flores101/mlt.devtest.gz new file mode 100644 index 00000000..bac1a71e Binary files /dev/null and b/testsets/flores101/mlt.devtest.gz differ diff --git a/testsets/flores101/mon.devtest.gz b/testsets/flores101/mon.devtest.gz new file mode 100644 index 00000000..0098e8b9 Binary files /dev/null and b/testsets/flores101/mon.devtest.gz differ diff --git a/testsets/flores101/mri.devtest.gz b/testsets/flores101/mri.devtest.gz new file mode 100644 index 00000000..0aa7cd24 Binary files /dev/null and b/testsets/flores101/mri.devtest.gz differ diff --git a/testsets/flores101/msa.devtest.gz b/testsets/flores101/msa.devtest.gz new file mode 100644 index 00000000..85a919cb Binary files /dev/null and b/testsets/flores101/msa.devtest.gz differ diff --git a/testsets/flores101/mya.devtest.gz b/testsets/flores101/mya.devtest.gz new file mode 100644 index 00000000..15d13e59 Binary files /dev/null and b/testsets/flores101/mya.devtest.gz differ diff --git a/testsets/flores101/nld.devtest.gz b/testsets/flores101/nld.devtest.gz new file mode 100644 index 00000000..116bb489 Binary files /dev/null and b/testsets/flores101/nld.devtest.gz differ diff --git a/testsets/flores101/nob.devtest.gz b/testsets/flores101/nob.devtest.gz new file mode 100644 index 00000000..1ffe2ae0 Binary files /dev/null and b/testsets/flores101/nob.devtest.gz differ diff --git a/testsets/flores101/npi.devtest.gz b/testsets/flores101/npi.devtest.gz new file mode 100644 index 00000000..b5ce4346 Binary files /dev/null and b/testsets/flores101/npi.devtest.gz differ diff --git a/testsets/flores101/nso.devtest.gz b/testsets/flores101/nso.devtest.gz new file mode 100644 index 00000000..b400d0b6 Binary files /dev/null and b/testsets/flores101/nso.devtest.gz differ diff --git a/testsets/flores101/nya.devtest.gz b/testsets/flores101/nya.devtest.gz new file mode 100644 index 00000000..b3887bd9 Binary files /dev/null and b/testsets/flores101/nya.devtest.gz differ diff --git a/testsets/flores101/oci.devtest.gz b/testsets/flores101/oci.devtest.gz new file mode 100644 index 00000000..d3d5ae1f Binary files /dev/null and b/testsets/flores101/oci.devtest.gz differ diff --git a/testsets/flores101/orm.devtest.gz b/testsets/flores101/orm.devtest.gz new file mode 100644 index 00000000..2108e894 Binary files /dev/null and b/testsets/flores101/orm.devtest.gz differ diff --git a/testsets/flores101/ory.devtest.gz b/testsets/flores101/ory.devtest.gz new file mode 100644 index 00000000..84f45aa6 Binary files /dev/null and b/testsets/flores101/ory.devtest.gz differ diff --git a/testsets/flores101/pan.devtest.gz b/testsets/flores101/pan.devtest.gz new file mode 100644 index 00000000..af0e44e5 Binary files /dev/null and b/testsets/flores101/pan.devtest.gz differ diff --git a/testsets/flores101/pol.devtest.gz b/testsets/flores101/pol.devtest.gz new file mode 100644 index 00000000..f1efe5f5 Binary files /dev/null and b/testsets/flores101/pol.devtest.gz differ diff --git a/testsets/flores101/por.devtest.gz b/testsets/flores101/por.devtest.gz new file mode 100644 index 00000000..58e3e61c Binary files /dev/null and b/testsets/flores101/por.devtest.gz differ diff --git a/testsets/flores101/pus.devtest.gz b/testsets/flores101/pus.devtest.gz new file mode 100644 index 00000000..1be9773c Binary files /dev/null and b/testsets/flores101/pus.devtest.gz differ diff --git a/testsets/flores101/ron.devtest.gz b/testsets/flores101/ron.devtest.gz new file mode 100644 index 00000000..fd8001d1 Binary files /dev/null and b/testsets/flores101/ron.devtest.gz differ diff --git a/testsets/flores101/rus.devtest.gz b/testsets/flores101/rus.devtest.gz new file mode 100644 index 00000000..aa4ad14d Binary files /dev/null and b/testsets/flores101/rus.devtest.gz differ diff --git a/testsets/flores101/slk.devtest.gz b/testsets/flores101/slk.devtest.gz new file mode 100644 index 00000000..46855d6b Binary files /dev/null and b/testsets/flores101/slk.devtest.gz differ diff --git a/testsets/flores101/slv.devtest.gz b/testsets/flores101/slv.devtest.gz new file mode 100644 index 00000000..ed58b9c9 Binary files /dev/null and b/testsets/flores101/slv.devtest.gz differ diff --git a/testsets/flores101/sna.devtest.gz b/testsets/flores101/sna.devtest.gz new file mode 100644 index 00000000..56a0b540 Binary files /dev/null and b/testsets/flores101/sna.devtest.gz differ diff --git a/testsets/flores101/snd.devtest.gz b/testsets/flores101/snd.devtest.gz new file mode 100644 index 00000000..620dd9fe Binary files /dev/null and b/testsets/flores101/snd.devtest.gz differ diff --git a/testsets/flores101/som.devtest.gz b/testsets/flores101/som.devtest.gz new file mode 100644 index 00000000..a6864d24 Binary files /dev/null and b/testsets/flores101/som.devtest.gz differ diff --git a/testsets/flores101/spa.devtest.gz b/testsets/flores101/spa.devtest.gz new file mode 100644 index 00000000..252cb1c7 Binary files /dev/null and b/testsets/flores101/spa.devtest.gz differ diff --git a/testsets/flores101/srp.devtest.gz b/testsets/flores101/srp.devtest.gz new file mode 100644 index 00000000..40bf9c3f Binary files /dev/null and b/testsets/flores101/srp.devtest.gz differ diff --git a/testsets/flores101/swe.devtest.gz b/testsets/flores101/swe.devtest.gz new file mode 100644 index 00000000..2e9557e3 Binary files /dev/null and b/testsets/flores101/swe.devtest.gz differ diff --git a/testsets/flores101/swh.devtest.gz b/testsets/flores101/swh.devtest.gz new file mode 100644 index 00000000..695c79a6 Binary files /dev/null and b/testsets/flores101/swh.devtest.gz differ diff --git a/testsets/flores101/tam.devtest.gz b/testsets/flores101/tam.devtest.gz new file mode 100644 index 00000000..588cbad8 Binary files /dev/null and b/testsets/flores101/tam.devtest.gz differ diff --git a/testsets/flores101/tel.devtest.gz b/testsets/flores101/tel.devtest.gz new file mode 100644 index 00000000..4fc2ff8c Binary files /dev/null and b/testsets/flores101/tel.devtest.gz differ diff --git a/testsets/flores101/tgk.devtest.gz b/testsets/flores101/tgk.devtest.gz new file mode 100644 index 00000000..86377c5c Binary files /dev/null and b/testsets/flores101/tgk.devtest.gz differ diff --git a/testsets/flores101/tgl.devtest.gz b/testsets/flores101/tgl.devtest.gz new file mode 100644 index 00000000..590f713b Binary files /dev/null and b/testsets/flores101/tgl.devtest.gz differ diff --git a/testsets/flores101/tha.devtest.gz b/testsets/flores101/tha.devtest.gz new file mode 100644 index 00000000..cbd5f29f Binary files /dev/null and b/testsets/flores101/tha.devtest.gz differ diff --git a/testsets/flores101/tur.devtest.gz b/testsets/flores101/tur.devtest.gz new file mode 100644 index 00000000..a32f430d Binary files /dev/null and b/testsets/flores101/tur.devtest.gz differ diff --git a/testsets/flores101/ukr.devtest.gz b/testsets/flores101/ukr.devtest.gz new file mode 100644 index 00000000..6cbb9b14 Binary files /dev/null and b/testsets/flores101/ukr.devtest.gz differ diff --git a/testsets/flores101/umb.devtest.gz b/testsets/flores101/umb.devtest.gz new file mode 100644 index 00000000..3008fd4b Binary files /dev/null and b/testsets/flores101/umb.devtest.gz differ diff --git a/testsets/flores101/urd.devtest.gz b/testsets/flores101/urd.devtest.gz new file mode 100644 index 00000000..c3d352d5 Binary files /dev/null and b/testsets/flores101/urd.devtest.gz differ diff --git a/testsets/flores101/uzb.devtest.gz b/testsets/flores101/uzb.devtest.gz new file mode 100644 index 00000000..0319e2d0 Binary files /dev/null and b/testsets/flores101/uzb.devtest.gz differ diff --git a/testsets/flores101/vie.devtest.gz b/testsets/flores101/vie.devtest.gz new file mode 100644 index 00000000..4411e207 Binary files /dev/null and b/testsets/flores101/vie.devtest.gz differ diff --git a/testsets/flores101/wol.devtest.gz b/testsets/flores101/wol.devtest.gz new file mode 100644 index 00000000..c6ad1472 Binary files /dev/null and b/testsets/flores101/wol.devtest.gz differ diff --git a/testsets/flores101/xho.devtest.gz b/testsets/flores101/xho.devtest.gz new file mode 100644 index 00000000..4a0dc939 Binary files /dev/null and b/testsets/flores101/xho.devtest.gz differ diff --git a/testsets/flores101/yor.devtest.gz b/testsets/flores101/yor.devtest.gz new file mode 100644 index 00000000..ab87290a Binary files /dev/null and b/testsets/flores101/yor.devtest.gz differ diff --git a/testsets/flores101/zul.devtest.gz b/testsets/flores101/zul.devtest.gz new file mode 100644 index 00000000..426bcb07 Binary files /dev/null and b/testsets/flores101/zul.devtest.gz differ diff --git a/testsets/nob-ukr b/testsets/nob-ukr new file mode 120000 index 00000000..71f51137 --- /dev/null +++ b/testsets/nob-ukr @@ -0,0 +1 @@ +nor-ukr \ No newline at end of file diff --git a/testsets/nor-ukr/flores101.nor.gz b/testsets/nor-ukr/flores101.nor.gz new file mode 120000 index 00000000..dbfd14f7 --- /dev/null +++ b/testsets/nor-ukr/flores101.nor.gz @@ -0,0 +1 @@ +../flores101/nor.devtest.gz \ No newline at end of file diff --git a/testsets/nor-ukr/flores101.ukr.gz b/testsets/nor-ukr/flores101.ukr.gz new file mode 120000 index 00000000..d75425fd --- /dev/null +++ b/testsets/nor-ukr/flores101.ukr.gz @@ -0,0 +1 @@ +../flores101/ukr.devtest.gz \ No newline at end of file diff --git a/testsets/slk-ukr/flores101.slk.gz b/testsets/slk-ukr/flores101.slk.gz new file mode 120000 index 00000000..8d43eaee --- /dev/null +++ b/testsets/slk-ukr/flores101.slk.gz @@ -0,0 +1 @@ +../flores101/slk.devtest.gz \ No newline at end of file diff --git a/testsets/slk-ukr/flores101.ukr.gz b/testsets/slk-ukr/flores101.ukr.gz new file mode 120000 index 00000000..d75425fd --- /dev/null +++ b/testsets/slk-ukr/flores101.ukr.gz @@ -0,0 +1 @@ +../flores101/ukr.devtest.gz \ No newline at end of file diff --git a/testsets/swe-ukr/flores101.swe.gz b/testsets/swe-ukr/flores101.swe.gz new file mode 120000 index 00000000..b55f2320 --- /dev/null +++ b/testsets/swe-ukr/flores101.swe.gz @@ -0,0 +1 @@ +../flores101/swe.devtest.gz \ No newline at end of file diff --git a/testsets/swe-ukr/flores101.ukr.gz b/testsets/swe-ukr/flores101.ukr.gz new file mode 120000 index 00000000..d75425fd --- /dev/null +++ b/testsets/swe-ukr/flores101.ukr.gz @@ -0,0 +1 @@ +../flores101/ukr.devtest.gz \ No newline at end of file diff --git a/testsets/ukr-ces/flores101.ces.gz b/testsets/ukr-ces/flores101.ces.gz new file mode 120000 index 00000000..c7c625b6 --- /dev/null +++ b/testsets/ukr-ces/flores101.ces.gz @@ -0,0 +1 @@ +../flores101/ces.devtest.gz \ No newline at end of file diff --git a/testsets/ukr-ces/flores101.ukr.gz b/testsets/ukr-ces/flores101.ukr.gz new file mode 120000 index 00000000..d75425fd --- /dev/null +++ b/testsets/ukr-ces/flores101.ukr.gz @@ -0,0 +1 @@ +../flores101/ukr.devtest.gz \ No newline at end of file diff --git a/testsets/ukr-dan/flores101.dan.gz b/testsets/ukr-dan/flores101.dan.gz new file mode 120000 index 00000000..8f9841d9 --- /dev/null +++ b/testsets/ukr-dan/flores101.dan.gz @@ -0,0 +1 @@ +../flores101/dan.devtest.gz \ No newline at end of file diff --git a/testsets/ukr-dan/flores101.ukr.gz b/testsets/ukr-dan/flores101.ukr.gz new file mode 120000 index 00000000..d75425fd --- /dev/null +++ b/testsets/ukr-dan/flores101.ukr.gz @@ -0,0 +1 @@ +../flores101/ukr.devtest.gz \ No newline at end of file diff --git a/testsets/ukr-deu/flores101.deu.gz b/testsets/ukr-deu/flores101.deu.gz new file mode 120000 index 00000000..c64ae6ee --- /dev/null +++ b/testsets/ukr-deu/flores101.deu.gz @@ -0,0 +1 @@ +../flores101/deu.devtest.gz \ No newline at end of file diff --git a/testsets/ukr-deu/flores101.ukr.gz b/testsets/ukr-deu/flores101.ukr.gz new file mode 120000 index 00000000..d75425fd --- /dev/null +++ b/testsets/ukr-deu/flores101.ukr.gz @@ -0,0 +1 @@ +../flores101/ukr.devtest.gz \ No newline at end of file diff --git a/testsets/ukr-eng/flores101.eng.gz b/testsets/ukr-eng/flores101.eng.gz new file mode 120000 index 00000000..c8ea8283 --- /dev/null +++ b/testsets/ukr-eng/flores101.eng.gz @@ -0,0 +1 @@ +../flores101/eng.devtest.gz \ No newline at end of file diff --git a/testsets/ukr-eng/flores101.ukr.gz b/testsets/ukr-eng/flores101.ukr.gz new file mode 120000 index 00000000..d75425fd --- /dev/null +++ b/testsets/ukr-eng/flores101.ukr.gz @@ -0,0 +1 @@ +../flores101/ukr.devtest.gz \ No newline at end of file diff --git a/testsets/ukr-nob b/testsets/ukr-nob new file mode 120000 index 00000000..74f04c55 --- /dev/null +++ b/testsets/ukr-nob @@ -0,0 +1 @@ +ukr-nor \ No newline at end of file diff --git a/testsets/ukr-nor/flores101.nor.gz b/testsets/ukr-nor/flores101.nor.gz new file mode 120000 index 00000000..dbfd14f7 --- /dev/null +++ b/testsets/ukr-nor/flores101.nor.gz @@ -0,0 +1 @@ +../flores101/nor.devtest.gz \ No newline at end of file diff --git a/testsets/ukr-nor/flores101.ukr.gz b/testsets/ukr-nor/flores101.ukr.gz new file mode 120000 index 00000000..d75425fd --- /dev/null +++ b/testsets/ukr-nor/flores101.ukr.gz @@ -0,0 +1 @@ +../flores101/ukr.devtest.gz \ No newline at end of file diff --git a/testsets/ukr-slk/flores101.slk.gz b/testsets/ukr-slk/flores101.slk.gz new file mode 120000 index 00000000..8d43eaee --- /dev/null +++ b/testsets/ukr-slk/flores101.slk.gz @@ -0,0 +1 @@ +../flores101/slk.devtest.gz \ No newline at end of file diff --git a/testsets/ukr-slk/flores101.ukr.gz b/testsets/ukr-slk/flores101.ukr.gz new file mode 120000 index 00000000..d75425fd --- /dev/null +++ b/testsets/ukr-slk/flores101.ukr.gz @@ -0,0 +1 @@ +../flores101/ukr.devtest.gz \ No newline at end of file diff --git a/testsets/ukr-swe/flores101.swe.gz b/testsets/ukr-swe/flores101.swe.gz new file mode 120000 index 00000000..b55f2320 --- /dev/null +++ b/testsets/ukr-swe/flores101.swe.gz @@ -0,0 +1 @@ +../flores101/swe.devtest.gz \ No newline at end of file diff --git a/testsets/ukr-swe/flores101.ukr.gz b/testsets/ukr-swe/flores101.ukr.gz new file mode 120000 index 00000000..d75425fd --- /dev/null +++ b/testsets/ukr-swe/flores101.ukr.gz @@ -0,0 +1 @@ +../flores101/ukr.devtest.gz \ No newline at end of file