system HF staff commited on
Commit
d88c0a1
1 Parent(s): 4ac3e99

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: zls
3
+ tags:
4
+ - translation
5
+
6
+ license: apache-2.0
7
+ ---
8
+
9
+ ### zls-zls
10
+
11
+ * source languages: zls
12
+ * target languages: zls
13
+ * OPUS readme: [zls-zls](https://github.com/Helsinki-NLP/Tatoeba-Challenge/tree/master/models/zls-zls/README.md)
14
+
15
+ * dataset: opus
16
+ * model: transformer
17
+ * source language(s): bul mkd srp_Cyrl
18
+ * target language(s): bul mkd srp_Cyrl
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/zls-zls/opus-2020-07-27.zip)
23
+ * test set translations: [opus-2020-07-27.test.txt](https://object.pouta.csc.fi/Tatoeba-MT-models/zls-zls/opus-2020-07-27.test.txt)
24
+ * test set scores: [opus-2020-07-27.eval.txt](https://object.pouta.csc.fi/Tatoeba-MT-models/zls-zls/opus-2020-07-27.eval.txt)
25
+
26
+ ## Benchmarks
27
+
28
+ | testset | BLEU | chr-F |
29
+ |-----------------------|-------|-------|
30
+ | Tatoeba-test.bul-hbs.bul.hbs | 19.3 | 0.514 |
31
+ | Tatoeba-test.bul-mkd.bul.mkd | 31.9 | 0.669 |
32
+ | Tatoeba-test.hbs-bul.hbs.bul | 18.0 | 0.636 |
33
+ | Tatoeba-test.hbs-mkd.hbs.mkd | 19.4 | 0.322 |
34
+ | Tatoeba-test.mkd-bul.mkd.bul | 44.6 | 0.679 |
35
+ | Tatoeba-test.mkd-hbs.mkd.hbs | 5.5 | 0.152 |
36
+ | Tatoeba-test.multi.multi | 26.5 | 0.563 |
37
+