facebookresearch / fairseq

Facebook AI Research Sequence-to-Sequence Toolkit written in Python.
MIT License
30.3k stars 6.39k forks source link

Help with using Pointer-Generator for abstractive summarization #2233

Closed griff4692 closed 4 years ago

griff4692 commented 4 years ago

❓ Questions and Help

I would like to implement the PG model (as well as other models) but can't find any examples for how to go about this using fairseq.

What have you tried?

I have seen this issue, but wondering how it was resolved (if there is a way that doesn't involve changing the source code)

mukhal commented 4 years ago

@griff4692 Any luck getting this to work?

xcfcode commented 4 years ago

Maybe https://github.com/zhawe01/fairseq-gec will help you.