Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,31 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
|
3 |
* dataset: opus+bt
|
4 |
* model: transformer-align
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
- ru
|
5 |
+
tags:
|
6 |
+
- translation
|
7 |
+
- opus-mt-tc
|
8 |
+
license: cc-by-4.0
|
9 |
+
model-index:
|
10 |
+
- name: opus-mt-tc-base-en-ru
|
11 |
+
results:
|
12 |
+
- task:
|
13 |
+
name: Translation eng-rus
|
14 |
+
type: translation
|
15 |
+
args: eng-rus
|
16 |
+
dataset:
|
17 |
+
name: tatoeba-test-v2021-08-07
|
18 |
+
type: tatoeba_mt
|
19 |
+
args: eng-rus
|
20 |
+
metrics:
|
21 |
+
- name: BLEU
|
22 |
+
type: bleu
|
23 |
+
value: 45.6
|
24 |
+
---
|
25 |
+
|
26 |
+
# Opus Tatoeba English-Russian
|
27 |
+
|
28 |
+
*This model was obtained by running the script [convert_marian_to_pytorch.py](https://github.com/huggingface/transformers/blob/master/src/transformers/models/marian/convert_marian_to_pytorch.py) with the flag `-m eng-pol`. The original models were trained by [Jörg Tiedemann](https://blogs.helsinki.fi/tiedeman/) using the [MarianNMT](https://marian-nmt.github.io/) library. See all available `MarianMTModel` models on the profile of the [Helsinki NLP](https://huggingface.co/Helsinki-NLP) group.*
|
29 |
|
30 |
* dataset: opus+bt
|
31 |
* model: transformer-align
|