Update README.md
Browse files
README.md
ADDED
@@ -0,0 +1,85 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language: he
|
3 |
+
tags:
|
4 |
+
- translation
|
5 |
+
|
6 |
+
license: apache-2.0
|
7 |
+
---
|
8 |
+
|
9 |
+
### heb-ara
|
10 |
+
|
11 |
+
* source group: Hebrew
|
12 |
+
* target group: Arabic
|
13 |
+
* OPUS readme: [heb-ara](https://github.com/Helsinki-NLP/Tatoeba-Challenge/tree/master/models/heb-ara/README.md)
|
14 |
+
|
15 |
+
* model: transformer
|
16 |
+
* source language(s): heb
|
17 |
+
* target language(s): apc apc_Latn ara arq arz
|
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/heb-ara/opus-2020-07-03.zip)
|
22 |
+
* test set translations: [opus-2020-07-03.test.txt](https://object.pouta.csc.fi/Tatoeba-MT-models/heb-ara/opus-2020-07-03.test.txt)
|
23 |
+
* test set scores: [opus-2020-07-03.eval.txt](https://object.pouta.csc.fi/Tatoeba-MT-models/heb-ara/opus-2020-07-03.eval.txt)
|
24 |
+
|
25 |
+
## Benchmarks
|
26 |
+
|
27 |
+
| testset | BLEU | chr-F |
|
28 |
+
|-----------------------|-------|-------|
|
29 |
+
| Tatoeba-test.heb.ara | 23.6 | 0.532 |
|
30 |
+
|
31 |
+
|
32 |
+
### System Info:
|
33 |
+
- hf_name: heb-ara
|
34 |
+
|
35 |
+
- source_languages: heb
|
36 |
+
|
37 |
+
- target_languages: ara
|
38 |
+
|
39 |
+
- opus_readme_url: https://github.com/Helsinki-NLP/Tatoeba-Challenge/tree/master/models/heb-ara/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/heb-ara/opus-2020-07-03.zip
|
48 |
+
|
49 |
+
- url_test_set: https://object.pouta.csc.fi/Tatoeba-MT-models/heb-ara/opus-2020-07-03.test.txt
|
50 |
+
|
51 |
+
- src_alpha3: heb
|
52 |
+
|
53 |
+
- tgt_alpha3: ara
|
54 |
+
|
55 |
+
- short_pair: he-ar
|
56 |
+
|
57 |
+
- chrF2_score: 0.532
|
58 |
+
|
59 |
+
- bleu: 23.6
|
60 |
+
|
61 |
+
- brevity_penalty: 0.9259999999999999
|
62 |
+
|
63 |
+
- ref_len: 6372.0
|
64 |
+
|
65 |
+
- src_name: Hebrew
|
66 |
+
|
67 |
+
- tgt_name: Arabic
|
68 |
+
|
69 |
+
- train_date: 2020-07-03
|
70 |
+
|
71 |
+
- src_alpha2: he
|
72 |
+
|
73 |
+
- tgt_alpha2: ar
|
74 |
+
|
75 |
+
- prefer_old: False
|
76 |
+
|
77 |
+
- long_pair: heb-ara
|
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
|