Update README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language: iir
|
| 3 |
+
tags:
|
| 4 |
+
- translation
|
| 5 |
+
|
| 6 |
+
license: apache-2.0
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
### iir-iir
|
| 10 |
+
|
| 11 |
+
* source languages: iir
|
| 12 |
+
* target languages: iir
|
| 13 |
+
* OPUS readme: [iir-iir](https://github.com/Helsinki-NLP/Tatoeba-Challenge/tree/master/models/iir-iir/README.md)
|
| 14 |
+
|
| 15 |
+
* dataset: opus
|
| 16 |
+
* model: transformer
|
| 17 |
+
* source language(s): asm hin mar urd zza
|
| 18 |
+
* target language(s): asm hin mar urd zza
|
| 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/iir-iir/opus-2020-07-27.zip)
|
| 23 |
+
* test set translations: [opus-2020-07-27.test.txt](https://object.pouta.csc.fi/Tatoeba-MT-models/iir-iir/opus-2020-07-27.test.txt)
|
| 24 |
+
* test set scores: [opus-2020-07-27.eval.txt](https://object.pouta.csc.fi/Tatoeba-MT-models/iir-iir/opus-2020-07-27.eval.txt)
|
| 25 |
+
|
| 26 |
+
## Benchmarks
|
| 27 |
+
|
| 28 |
+
| testset | BLEU | chr-F |
|
| 29 |
+
|-----------------------|-------|-------|
|
| 30 |
+
| Tatoeba-test.asm-hin.asm.hin | 3.5 | 0.202 |
|
| 31 |
+
| Tatoeba-test.asm-zza.asm.zza | 12.4 | 0.014 |
|
| 32 |
+
| Tatoeba-test.hin-asm.hin.asm | 6.2 | 0.238 |
|
| 33 |
+
| Tatoeba-test.hin-mar.hin.mar | 27.0 | 0.560 |
|
| 34 |
+
| Tatoeba-test.hin-urd.hin.urd | 21.4 | 0.507 |
|
| 35 |
+
| Tatoeba-test.mar-hin.mar.hin | 13.4 | 0.463 |
|
| 36 |
+
| Tatoeba-test.multi.multi | 17.7 | 0.460 |
|
| 37 |
+
| Tatoeba-test.urd-hin.urd.hin | 13.4 | 0.363 |
|
| 38 |
+
| Tatoeba-test.zza-asm.zza.asm | 5.3 | 0.000 |
|
| 39 |
+
|