system HF staff commited on
Commit
56a3b46
1 Parent(s): ac5fe86

Update README.md

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