system HF staff commited on
Commit
a552ebd
1 Parent(s): 57b2cc0

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-hin
10
+
11
+ * source group: English
12
+ * target group: Hindi
13
+ * OPUS readme: [eng-hin](https://github.com/Helsinki-NLP/Tatoeba-Challenge/tree/master/models/eng-hin/README.md)
14
+
15
+ * model: transformer-align
16
+ * source language(s): eng
17
+ * target language(s): hin
18
+ * model: transformer-align
19
+ * pre-processing: normalization + SentencePiece (spm32k,spm32k)
20
+ * download original weights: [opus-2020-06-17.zip](https://object.pouta.csc.fi/Tatoeba-MT-models/eng-hin/opus-2020-06-17.zip)
21
+ * test set translations: [opus-2020-06-17.test.txt](https://object.pouta.csc.fi/Tatoeba-MT-models/eng-hin/opus-2020-06-17.test.txt)
22
+ * test set scores: [opus-2020-06-17.eval.txt](https://object.pouta.csc.fi/Tatoeba-MT-models/eng-hin/opus-2020-06-17.eval.txt)
23
+
24
+ ## Benchmarks
25
+
26
+ | testset | BLEU | chr-F |
27
+ |-----------------------|-------|-------|
28
+ | newsdev2014.eng.hin | 6.9 | 0.296 |
29
+ | newstest2014-hien.eng.hin | 9.9 | 0.323 |
30
+ | Tatoeba-test.eng.hin | 16.1 | 0.447 |
31
+
32
+
33
+ ### System Info:
34
+ - hf_name: eng-hin
35
+
36
+ - source_languages: eng
37
+
38
+ - target_languages: hin
39
+
40
+ - opus_readme_url: https://github.com/Helsinki-NLP/Tatoeba-Challenge/tree/master/models/eng-hin/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-hin/opus-2020-06-17.zip
49
+
50
+ - url_test_set: https://object.pouta.csc.fi/Tatoeba-MT-models/eng-hin/opus-2020-06-17.test.txt
51
+
52
+ - src_alpha3: eng
53
+
54
+ - tgt_alpha3: hin
55
+
56
+ - short_pair: en-hi
57
+
58
+ - chrF2_score: 0.447
59
+
60
+ - bleu: 16.1
61
+
62
+ - brevity_penalty: 1.0
63
+
64
+ - ref_len: 32904.0
65
+
66
+ - src_name: English
67
+
68
+ - tgt_name: Hindi
69
+
70
+ - train_date: 2020-06-17
71
+
72
+ - src_alpha2: en
73
+
74
+ - tgt_alpha2: hi
75
+
76
+ - prefer_old: False
77
+
78
+ - long_pair: eng-hin
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