Update README.md
Browse files
README.md
ADDED
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language: gmq
|
3 |
+
tags:
|
4 |
+
- translation
|
5 |
+
|
6 |
+
license: apache-2.0
|
7 |
+
---
|
8 |
+
|
9 |
+
### gmq-gmq
|
10 |
+
|
11 |
+
* source languages: gmq
|
12 |
+
* target languages: gmq
|
13 |
+
* OPUS readme: [gmq-gmq](https://github.com/Helsinki-NLP/Tatoeba-Challenge/tree/master/models/gmq-gmq/README.md)
|
14 |
+
|
15 |
+
* dataset: opus
|
16 |
+
* model: transformer
|
17 |
+
* source language(s): dan fao isl nno nob swe
|
18 |
+
* target language(s): dan fao isl nno nob swe
|
19 |
+
* model: transformer
|
20 |
+
* pre-processing: normalization + SentencePiece (spm32k,spm32k)
|
21 |
+
* a sentence initial language token is required in the form of `>>id<<` (id = valid target language ID)
|
22 |
+
* download original weights: [opus-2020-07-27.zip](https://object.pouta.csc.fi/Tatoeba-MT-models/gmq-gmq/opus-2020-07-27.zip)
|
23 |
+
* test set translations: [opus-2020-07-27.test.txt](https://object.pouta.csc.fi/Tatoeba-MT-models/gmq-gmq/opus-2020-07-27.test.txt)
|
24 |
+
* test set scores: [opus-2020-07-27.eval.txt](https://object.pouta.csc.fi/Tatoeba-MT-models/gmq-gmq/opus-2020-07-27.eval.txt)
|
25 |
+
|
26 |
+
## Benchmarks
|
27 |
+
|
28 |
+
| testset | BLEU | chr-F |
|
29 |
+
|-----------------------|-------|-------|
|
30 |
+
| Tatoeba-test.dan-fao.dan.fao | 8.1 | 0.173 |
|
31 |
+
| Tatoeba-test.dan-isl.dan.isl | 52.5 | 0.827 |
|
32 |
+
| Tatoeba-test.dan-nor.dan.nor | 62.8 | 0.772 |
|
33 |
+
| Tatoeba-test.dan-swe.dan.swe | 67.6 | 0.802 |
|
34 |
+
| Tatoeba-test.fao-dan.fao.dan | 11.3 | 0.306 |
|
35 |
+
| Tatoeba-test.fao-isl.fao.isl | 26.3 | 0.359 |
|
36 |
+
| Tatoeba-test.fao-nor.fao.nor | 36.8 | 0.531 |
|
37 |
+
| Tatoeba-test.fao-swe.fao.swe | 0.0 | 0.632 |
|
38 |
+
| Tatoeba-test.isl-dan.isl.dan | 67.0 | 0.739 |
|
39 |
+
| Tatoeba-test.isl-fao.isl.fao | 14.5 | 0.243 |
|
40 |
+
| Tatoeba-test.isl-nor.isl.nor | 51.8 | 0.674 |
|
41 |
+
| Tatoeba-test.isl-swe.isl.swe | 100.0 | 1.000 |
|
42 |
+
| Tatoeba-test.multi.multi | 64.7 | 0.782 |
|
43 |
+
| Tatoeba-test.nor-dan.nor.dan | 65.6 | 0.797 |
|
44 |
+
| Tatoeba-test.nor-fao.nor.fao | 9.4 | 0.362 |
|
45 |
+
| Tatoeba-test.nor-isl.nor.isl | 38.8 | 0.587 |
|
46 |
+
| Tatoeba-test.nor-nor.nor.nor | 51.9 | 0.721 |
|
47 |
+
| Tatoeba-test.nor-swe.nor.swe | 66.5 | 0.789 |
|
48 |
+
| Tatoeba-test.swe-dan.swe.dan | 67.6 | 0.802 |
|
49 |
+
| Tatoeba-test.swe-fao.swe.fao | 0.0 | 0.268 |
|
50 |
+
| Tatoeba-test.swe-isl.swe.isl | 65.8 | 0.914 |
|
51 |
+
| Tatoeba-test.swe-nor.swe.nor | 60.6 | 0.755 |
|
52 |
+
|