system HF staff commited on
Commit
aaa7b6f
1 Parent(s): d995119

Update README.md

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