gsarti commited on
Commit
9642794
1 Parent(s): e4f8f54

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md CHANGED
@@ -1,3 +1,22 @@
1
  ---
 
 
 
 
2
  license: cc-by-sa-4.0
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language:
3
+ - en
4
+ - ru
5
+ - multilingual
6
  license: cc-by-sa-4.0
7
+ tags:
8
+ - translation
9
+ - wmt20
10
+ widget:
11
+ - text: "Сахалинская кайнозойская складчатая область разделяется на Восточную и Западную зоны, разделённые Центрально-Сахалинским грабеном."
12
+ - text: "Существует несколько мнений о его точном месторасположении."
13
+ - text: "Крупный научно-образовательный центр, в котором обучается свыше ста тысяч студентов."
14
  ---
15
+
16
+ # Fairseq Ru-En NMT WMT20 MLQE
17
+
18
+ This repository contains the Russian-English model trained with the [fairseq toolkit](https://github.com/pytorch/fairseq) that was used to produce translations used in the WMT21 shared task on quality estimation (QE) on the [MLQE dataset](https://github.com/facebookresearch/mlqe).
19
+
20
+ The checkpoint was converted from the original fairseq checkpoint available [here](https://github.com/facebookresearch/mlqe/tree/master/nmt_models) using the `convert_fsmt_original_pytorch_checkpoint_to_pytorch.py` script from the 🤗 Transformers library (v4.26.0).
21
+
22
+ Please refer to the repositories linked above for additional information on usage, parameters and training data.