Update README.md
Browse files
README.md
ADDED
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language: fiu
|
3 |
+
tags:
|
4 |
+
- translation
|
5 |
+
|
6 |
+
license: apache-2.0
|
7 |
+
---
|
8 |
+
|
9 |
+
### fiu-fiu
|
10 |
+
|
11 |
+
* source languages: fiu
|
12 |
+
* target languages: fiu
|
13 |
+
* OPUS readme: [fiu-fiu](https://github.com/Helsinki-NLP/Tatoeba-Challenge/tree/master/models/fiu-fiu/README.md)
|
14 |
+
|
15 |
+
* dataset: opus
|
16 |
+
* model: transformer
|
17 |
+
* source language(s): est fin fkv_Latn hun izh krl liv_Latn vep vro
|
18 |
+
* target language(s): est fin fkv_Latn hun izh krl liv_Latn vep vro
|
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-26.zip](https://object.pouta.csc.fi/Tatoeba-MT-models/fiu-fiu/opus-2020-07-26.zip)
|
23 |
+
* test set translations: [opus-2020-07-26.test.txt](https://object.pouta.csc.fi/Tatoeba-MT-models/fiu-fiu/opus-2020-07-26.test.txt)
|
24 |
+
* test set scores: [opus-2020-07-26.eval.txt](https://object.pouta.csc.fi/Tatoeba-MT-models/fiu-fiu/opus-2020-07-26.eval.txt)
|
25 |
+
|
26 |
+
## Benchmarks
|
27 |
+
|
28 |
+
| testset | BLEU | chr-F |
|
29 |
+
|-----------------------|-------|-------|
|
30 |
+
| Tatoeba-test.est-est.est.est | 2.0 | 0.252 |
|
31 |
+
| Tatoeba-test.est-fin.est.fin | 51.0 | 0.704 |
|
32 |
+
| Tatoeba-test.est-fkv.est.fkv | 1.1 | 0.211 |
|
33 |
+
| Tatoeba-test.est-vep.est.vep | 3.1 | 0.272 |
|
34 |
+
| Tatoeba-test.fin-est.fin.est | 55.2 | 0.722 |
|
35 |
+
| Tatoeba-test.fin-fkv.fin.fkv | 1.6 | 0.207 |
|
36 |
+
| Tatoeba-test.fin-hun.fin.hun | 42.4 | 0.663 |
|
37 |
+
| Tatoeba-test.fin-izh.fin.izh | 12.9 | 0.509 |
|
38 |
+
| Tatoeba-test.fin-krl.fin.krl | 4.6 | 0.292 |
|
39 |
+
| Tatoeba-test.fkv-est.fkv.est | 2.4 | 0.148 |
|
40 |
+
| Tatoeba-test.fkv-fin.fkv.fin | 15.1 | 0.427 |
|
41 |
+
| Tatoeba-test.fkv-liv.fkv.liv | 1.2 | 0.261 |
|
42 |
+
| Tatoeba-test.fkv-vep.fkv.vep | 1.2 | 0.233 |
|
43 |
+
| Tatoeba-test.hun-fin.hun.fin | 47.8 | 0.681 |
|
44 |
+
| Tatoeba-test.izh-fin.izh.fin | 24.0 | 0.615 |
|
45 |
+
| Tatoeba-test.izh-krl.izh.krl | 1.8 | 0.114 |
|
46 |
+
| Tatoeba-test.krl-fin.krl.fin | 13.6 | 0.407 |
|
47 |
+
| Tatoeba-test.krl-izh.krl.izh | 2.7 | 0.096 |
|
48 |
+
| Tatoeba-test.liv-fkv.liv.fkv | 1.2 | 0.164 |
|
49 |
+
| Tatoeba-test.liv-vep.liv.vep | 3.4 | 0.181 |
|
50 |
+
| Tatoeba-test.multi.multi | 36.7 | 0.581 |
|
51 |
+
| Tatoeba-test.vep-est.vep.est | 3.4 | 0.251 |
|
52 |
+
| Tatoeba-test.vep-fkv.vep.fkv | 1.2 | 0.215 |
|
53 |
+
| Tatoeba-test.vep-liv.vep.liv | 3.4 | 0.179 |
|
54 |
+
|