gsarti commited on
Commit
c4d678e
1 Parent(s): 2df3a1d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -12,14 +12,14 @@ datasets:
12
  - wmt/wikititles
13
  - wmt/uncorpus
14
  widget:
15
- - text: "飓风黛安源于1955年8月7日小安的列斯群岛和佛得角之间的一股东风波。8月12日,达到持续风速每小时195公里的最高强度。"
16
- - text: "中华人民共和国哪家制药公司研发出中国首个具有全球知识产权的单克隆抗体?"
17
- - text: "世界遺產委員會決定將乌克兰敖德萨历史中心、也门示巴古國地标建筑及黎巴嫩拉希德·卡拉米國際會展中心等3個項目新增至联合国教科文组织《世界遺產名錄》,同時列入《濒危世界遗产名录》。"
18
  ---
19
 
20
- # Fairseq Zh-En NMT WMT20 MLQE
21
 
22
- This repository contains the English-German 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
 
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