Update README.md
Browse files
README.md
ADDED
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language: afa
|
3 |
+
tags:
|
4 |
+
- translation
|
5 |
+
|
6 |
+
license: apache-2.0
|
7 |
+
---
|
8 |
+
|
9 |
+
### afa-afa
|
10 |
+
|
11 |
+
* source languages: afa
|
12 |
+
* target languages: afa
|
13 |
+
* OPUS readme: [afa-afa](https://github.com/Helsinki-NLP/Tatoeba-Challenge/tree/master/models/afa-afa/README.md)
|
14 |
+
|
15 |
+
* dataset: opus
|
16 |
+
* model: transformer
|
17 |
+
* source language(s): apc ara arq arz heb kab mlt shy_Latn thv
|
18 |
+
* target language(s): apc ara arq arz heb kab mlt shy_Latn thv
|
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/afa-afa/opus-2020-07-26.zip)
|
23 |
+
* test set translations: [opus-2020-07-26.test.txt](https://object.pouta.csc.fi/Tatoeba-MT-models/afa-afa/opus-2020-07-26.test.txt)
|
24 |
+
* test set scores: [opus-2020-07-26.eval.txt](https://object.pouta.csc.fi/Tatoeba-MT-models/afa-afa/opus-2020-07-26.eval.txt)
|
25 |
+
|
26 |
+
## Benchmarks
|
27 |
+
|
28 |
+
| testset | BLEU | chr-F |
|
29 |
+
|-----------------------|-------|-------|
|
30 |
+
| Tatoeba-test.ara-ara.ara.ara | 4.3 | 0.148 |
|
31 |
+
| Tatoeba-test.ara-heb.ara.heb | 31.9 | 0.525 |
|
32 |
+
| Tatoeba-test.ara-kab.ara.kab | 0.3 | 0.120 |
|
33 |
+
| Tatoeba-test.ara-mlt.ara.mlt | 14.0 | 0.428 |
|
34 |
+
| Tatoeba-test.ara-shy.ara.shy | 1.3 | 0.050 |
|
35 |
+
| Tatoeba-test.heb-ara.heb.ara | 17.0 | 0.464 |
|
36 |
+
| Tatoeba-test.heb-kab.heb.kab | 1.9 | 0.104 |
|
37 |
+
| Tatoeba-test.kab-ara.kab.ara | 0.3 | 0.044 |
|
38 |
+
| Tatoeba-test.kab-heb.kab.heb | 5.1 | 0.099 |
|
39 |
+
| Tatoeba-test.kab-shy.kab.shy | 2.2 | 0.009 |
|
40 |
+
| Tatoeba-test.kab-tmh.kab.tmh | 10.7 | 0.007 |
|
41 |
+
| Tatoeba-test.mlt-ara.mlt.ara | 29.1 | 0.498 |
|
42 |
+
| Tatoeba-test.multi.multi | 20.8 | 0.434 |
|
43 |
+
| Tatoeba-test.shy-ara.shy.ara | 1.2 | 0.053 |
|
44 |
+
| Tatoeba-test.shy-kab.shy.kab | 2.0 | 0.134 |
|
45 |
+
| Tatoeba-test.tmh-kab.tmh.kab | 0.0 | 0.047 |
|
46 |
+
|