system HF staff commited on
Commit
deda743
1 Parent(s): 1a9b6f9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +37 -0
README.md ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language: zlw
3
+ tags:
4
+ - translation
5
+
6
+ license: apache-2.0
7
+ ---
8
+
9
+ ### zlw-zlw
10
+
11
+ * source languages: zlw
12
+ * target languages: zlw
13
+ * OPUS readme: [zlw-zlw](https://github.com/Helsinki-NLP/Tatoeba-Challenge/tree/master/models/zlw-zlw/README.md)
14
+
15
+ * dataset: opus
16
+ * model: transformer
17
+ * source language(s): ces dsb hsb pol
18
+ * target language(s): ces dsb hsb pol
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/zlw-zlw/opus-2020-07-27.zip)
23
+ * test set translations: [opus-2020-07-27.test.txt](https://object.pouta.csc.fi/Tatoeba-MT-models/zlw-zlw/opus-2020-07-27.test.txt)
24
+ * test set scores: [opus-2020-07-27.eval.txt](https://object.pouta.csc.fi/Tatoeba-MT-models/zlw-zlw/opus-2020-07-27.eval.txt)
25
+
26
+ ## Benchmarks
27
+
28
+ | testset | BLEU | chr-F |
29
+ |-----------------------|-------|-------|
30
+ | Tatoeba-test.ces-hsb.ces.hsb | 2.6 | 0.167 |
31
+ | Tatoeba-test.ces-pol.ces.pol | 44.0 | 0.649 |
32
+ | Tatoeba-test.dsb-pol.dsb.pol | 8.5 | 0.250 |
33
+ | Tatoeba-test.hsb-ces.hsb.ces | 9.6 | 0.276 |
34
+ | Tatoeba-test.multi.multi | 38.8 | 0.580 |
35
+ | Tatoeba-test.pol-ces.pol.ces | 43.4 | 0.620 |
36
+ | Tatoeba-test.pol-dsb.pol.dsb | 2.1 | 0.159 |
37
+