system HF staff commited on
Commit
82d8ef5
1 Parent(s): 0e98f5c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +91 -0
README.md ADDED
@@ -0,0 +1,91 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language: en
3
+ tags:
4
+ - translation
5
+
6
+ license: apache-2.0
7
+ ---
8
+
9
+ ### eng-gmq
10
+
11
+ * source group: English
12
+ * target group: North Germanic languages
13
+ * OPUS readme: [eng-gmq](https://github.com/Helsinki-NLP/Tatoeba-Challenge/tree/master/models/eng-gmq/README.md)
14
+
15
+ * model: transformer
16
+ * source language(s): eng
17
+ * target language(s): dan fao isl nno nob nob_Hebr non_Latn swe
18
+ * model: transformer
19
+ * pre-processing: normalization + SentencePiece (spm32k,spm32k)
20
+ * a sentence initial language token is required in the form of `>>id<<` (id = valid target language ID)
21
+ * download original weights: [opus2m-2020-08-01.zip](https://object.pouta.csc.fi/Tatoeba-MT-models/eng-gmq/opus2m-2020-08-01.zip)
22
+ * test set translations: [opus2m-2020-08-01.test.txt](https://object.pouta.csc.fi/Tatoeba-MT-models/eng-gmq/opus2m-2020-08-01.test.txt)
23
+ * test set scores: [opus2m-2020-08-01.eval.txt](https://object.pouta.csc.fi/Tatoeba-MT-models/eng-gmq/opus2m-2020-08-01.eval.txt)
24
+
25
+ ## Benchmarks
26
+
27
+ | testset | BLEU | chr-F |
28
+ |-----------------------|-------|-------|
29
+ | Tatoeba-test.eng-dan.eng.dan | 57.7 | 0.724 |
30
+ | Tatoeba-test.eng-fao.eng.fao | 9.2 | 0.322 |
31
+ | Tatoeba-test.eng-isl.eng.isl | 23.8 | 0.506 |
32
+ | Tatoeba-test.eng.multi | 52.8 | 0.688 |
33
+ | Tatoeba-test.eng-non.eng.non | 0.7 | 0.196 |
34
+ | Tatoeba-test.eng-nor.eng.nor | 50.3 | 0.678 |
35
+ | Tatoeba-test.eng-swe.eng.swe | 57.8 | 0.717 |
36
+
37
+
38
+ ### System Info:
39
+ - hf_name: eng-gmq
40
+
41
+ - source_languages: eng
42
+
43
+ - target_languages: gmq
44
+
45
+ - opus_readme_url: https://github.com/Helsinki-NLP/Tatoeba-Challenge/tree/master/models/eng-gmq/README.md
46
+
47
+ - original_repo: Tatoeba-Challenge
48
+
49
+ - tags: ['translation']
50
+
51
+ - prepro: normalization + SentencePiece (spm32k,spm32k)
52
+
53
+ - url_model: https://object.pouta.csc.fi/Tatoeba-MT-models/eng-gmq/opus2m-2020-08-01.zip
54
+
55
+ - url_test_set: https://object.pouta.csc.fi/Tatoeba-MT-models/eng-gmq/opus2m-2020-08-01.test.txt
56
+
57
+ - src_alpha3: eng
58
+
59
+ - tgt_alpha3: gmq
60
+
61
+ - short_pair: en-gmq
62
+
63
+ - chrF2_score: 0.688
64
+
65
+ - bleu: 52.8
66
+
67
+ - brevity_penalty: 0.973
68
+
69
+ - ref_len: 71881.0
70
+
71
+ - src_name: English
72
+
73
+ - tgt_name: North Germanic languages
74
+
75
+ - train_date: 2020-08-01
76
+
77
+ - src_alpha2: en
78
+
79
+ - tgt_alpha2: gmq
80
+
81
+ - prefer_old: False
82
+
83
+ - long_pair: eng-gmq
84
+
85
+ - helsinki_git_sha: 480fcbe0ee1bf4774bcbe6226ad9f58e63f6c535
86
+
87
+ - transformers_git_sha: 46e9f53347bbe9e989f0335f98465f30886d8173
88
+
89
+ - port_machine: brutasse
90
+
91
+ - port_time: 2020-08-18-01:48