Skip to content

Implement BERT and MulitPointer-generator on the basis of fairseq

License

Notifications You must be signed in to change notification settings

initc/bert-fairseq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Implement BERT and MulitPointer-generator on the basis of fairseq

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages