Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.08 KB

README.md

File metadata and controls

33 lines (24 loc) · 1.08 KB

Introduction

This is a PyTorch version of fairseq With some modifications made by Xiaoma Wu.BUPT.

this respository implement BERT and MulitPointer-generator on the basis of fairseq.

My implementation references the @Huggingface Code.

Citation

If you use the code in your paper, then please cite it as:

@inproceedings{gehring2017convs2s,
author    = {Gehring, Jonas, and Auli, Michael and Grangier, David and Yarats, Denis and Dauphin, Yann N},
title     = "{Convolutional Sequence to Sequence Learning}",
booktitle = {Proc. of ICML},
year      = 2017,
}

License

fairseq(-py) is BSD-licensed. The license applies to the pre-trained models as well. We also provide an additional patent grant.

Credits

This is a PyTorch version of fairseq, a sequence-to-sequence learning toolkit from Facebook AI Research. The original authors of this reimplementation are (in no particular order) Sergey Edunov, Myle Ott, and Sam Gross.