Update README.md
Browse files
README.md
CHANGED
@@ -1,24 +1,84 @@
|
|
1 |
---
|
|
|
2 |
tags:
|
3 |
- translation
|
|
|
|
|
4 |
---
|
5 |
|
6 |
-
###
|
7 |
|
8 |
-
* source
|
9 |
-
* target
|
10 |
-
* OPUS readme: [
|
11 |
|
12 |
-
*
|
|
|
|
|
13 |
* model: transformer-align
|
14 |
-
* pre-processing: normalization + SentencePiece
|
15 |
-
* download original weights: [opus-2020-
|
16 |
-
* test set translations: [opus-2020-
|
17 |
-
* test set scores: [opus-2020-
|
18 |
|
19 |
## Benchmarks
|
20 |
|
21 |
| testset | BLEU | chr-F |
|
22 |
|-----------------------|-------|-------|
|
23 |
-
| Tatoeba.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
|
|
|
|
1 |
---
|
2 |
+
language: de
|
3 |
tags:
|
4 |
- translation
|
5 |
+
|
6 |
+
license: apache-2.0
|
7 |
---
|
8 |
|
9 |
+
### deu-isl
|
10 |
|
11 |
+
* source group: German
|
12 |
+
* target group: Icelandic
|
13 |
+
* OPUS readme: [deu-isl](https://github.com/Helsinki-NLP/Tatoeba-Challenge/tree/master/models/deu-isl/README.md)
|
14 |
|
15 |
+
* model: transformer-align
|
16 |
+
* source language(s): deu
|
17 |
+
* target language(s): isl
|
18 |
* model: transformer-align
|
19 |
+
* pre-processing: normalization + SentencePiece (spm32k,spm32k)
|
20 |
+
* download original weights: [opus-2020-06-17.zip](https://object.pouta.csc.fi/Tatoeba-MT-models/deu-isl/opus-2020-06-17.zip)
|
21 |
+
* test set translations: [opus-2020-06-17.test.txt](https://object.pouta.csc.fi/Tatoeba-MT-models/deu-isl/opus-2020-06-17.test.txt)
|
22 |
+
* test set scores: [opus-2020-06-17.eval.txt](https://object.pouta.csc.fi/Tatoeba-MT-models/deu-isl/opus-2020-06-17.eval.txt)
|
23 |
|
24 |
## Benchmarks
|
25 |
|
26 |
| testset | BLEU | chr-F |
|
27 |
|-----------------------|-------|-------|
|
28 |
+
| Tatoeba-test.deu.isl | 27.1 | 0.533 |
|
29 |
+
|
30 |
+
|
31 |
+
### System Info:
|
32 |
+
- hf_name: deu-isl
|
33 |
+
|
34 |
+
- source_languages: deu
|
35 |
+
|
36 |
+
- target_languages: isl
|
37 |
+
|
38 |
+
- opus_readme_url: https://github.com/Helsinki-NLP/Tatoeba-Challenge/tree/master/models/deu-isl/README.md
|
39 |
+
|
40 |
+
- original_repo: Tatoeba-Challenge
|
41 |
+
|
42 |
+
- tags: ['translation']
|
43 |
+
|
44 |
+
- prepro: normalization + SentencePiece (spm32k,spm32k)
|
45 |
+
|
46 |
+
- url_model: https://object.pouta.csc.fi/Tatoeba-MT-models/deu-isl/opus-2020-06-17.zip
|
47 |
+
|
48 |
+
- url_test_set: https://object.pouta.csc.fi/Tatoeba-MT-models/deu-isl/opus-2020-06-17.test.txt
|
49 |
+
|
50 |
+
- src_alpha3: deu
|
51 |
+
|
52 |
+
- tgt_alpha3: isl
|
53 |
+
|
54 |
+
- short_pair: de-is
|
55 |
+
|
56 |
+
- chrF2_score: 0.5329999999999999
|
57 |
+
|
58 |
+
- bleu: 27.1
|
59 |
+
|
60 |
+
- brevity_penalty: 0.9620000000000001
|
61 |
+
|
62 |
+
- ref_len: 5939.0
|
63 |
+
|
64 |
+
- src_name: German
|
65 |
+
|
66 |
+
- tgt_name: Icelandic
|
67 |
+
|
68 |
+
- train_date: 2020-06-17
|
69 |
+
|
70 |
+
- src_alpha2: de
|
71 |
+
|
72 |
+
- tgt_alpha2: is
|
73 |
+
|
74 |
+
- prefer_old: False
|
75 |
+
|
76 |
+
- long_pair: deu-isl
|
77 |
+
|
78 |
+
- helsinki_git_sha: 480fcbe0ee1bf4774bcbe6226ad9f58e63f6c535
|
79 |
+
|
80 |
+
- transformers_git_sha: 46e9f53347bbe9e989f0335f98465f30886d8173
|
81 |
+
|
82 |
+
- port_machine: brutasse
|
83 |
|
84 |
+
- port_time: 2020-08-18-01:48
|