Update README.md
Browse files
README.md
CHANGED
@@ -12,14 +12,14 @@ datasets:
|
|
12 |
- wmt/wikititles
|
13 |
- wmt/uncorpus
|
14 |
widget:
|
15 |
-
- text: "
|
16 |
-
- text: "
|
17 |
-
- text: "
|
18 |
---
|
19 |
|
20 |
-
# Fairseq Zh
|
21 |
|
22 |
-
This repository contains the English-
|
23 |
|
24 |
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).
|
25 |
|
|
|
12 |
- wmt/wikititles
|
13 |
- wmt/uncorpus
|
14 |
widget:
|
15 |
+
- text: "It is a plump quail-shaped bird with white eyes and predominantly marbled black, rufous and pale brown plumage, marked prominently with white spots and stripes."
|
16 |
+
- text: "The 59th Primetime Creative Arts Emmy Awards honored the best in artistic and technical achievement in American prime time television programming from June 1, 2006, until May 31, 2007, as chosen by the Academy of Television Arts & Sciences."
|
17 |
+
- text: "While forests in temperate areas are readily categorised on the basis of tree canopy density, such schemes do not work well in tropical forests."
|
18 |
---
|
19 |
|
20 |
+
# Fairseq En-Zh NMT WMT20 MLQE
|
21 |
|
22 |
+
This repository contains the English-Chinese model trained with the [fairseq toolkit](https://github.com/pytorch/fairseq) that was used to produce translations used in the WMT20 shared task on quality estimation (QE) on the [MLQE dataset](https://github.com/facebookresearch/mlqe).
|
23 |
|
24 |
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).
|
25 |
|