Update README.md
Browse files
README.md
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language: inc
|
3 |
+
tags:
|
4 |
+
- translation
|
5 |
+
|
6 |
+
license: apache-2.0
|
7 |
+
---
|
8 |
+
|
9 |
+
### inc-inc
|
10 |
+
|
11 |
+
* source languages: inc
|
12 |
+
* target languages: inc
|
13 |
+
* OPUS readme: [inc-inc](https://github.com/Helsinki-NLP/Tatoeba-Challenge/tree/master/models/inc-inc/README.md)
|
14 |
+
|
15 |
+
* dataset: opus
|
16 |
+
* model: transformer
|
17 |
+
* source language(s): asm hin mar urd
|
18 |
+
* target language(s): asm hin mar urd
|
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/inc-inc/opus-2020-07-27.zip)
|
23 |
+
* test set translations: [opus-2020-07-27.test.txt](https://object.pouta.csc.fi/Tatoeba-MT-models/inc-inc/opus-2020-07-27.test.txt)
|
24 |
+
* test set scores: [opus-2020-07-27.eval.txt](https://object.pouta.csc.fi/Tatoeba-MT-models/inc-inc/opus-2020-07-27.eval.txt)
|
25 |
+
|
26 |
+
## Benchmarks
|
27 |
+
|
28 |
+
| testset | BLEU | chr-F |
|
29 |
+
|-----------------------|-------|-------|
|
30 |
+
| Tatoeba-test.asm-hin.asm.hin | 2.6 | 0.231 |
|
31 |
+
| Tatoeba-test.hin-asm.hin.asm | 9.1 | 0.262 |
|
32 |
+
| Tatoeba-test.hin-mar.hin.mar | 28.1 | 0.548 |
|
33 |
+
| Tatoeba-test.hin-urd.hin.urd | 19.9 | 0.508 |
|
34 |
+
| Tatoeba-test.mar-hin.mar.hin | 11.6 | 0.466 |
|
35 |
+
| Tatoeba-test.multi.multi | 17.1 | 0.464 |
|
36 |
+
| Tatoeba-test.urd-hin.urd.hin | 13.5 | 0.377 |
|
37 |
+
|