system HF Staff commited on
Commit
9f2e4ef
·
1 Parent(s): 9fa6e6e

Update README.md

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