Skip to content

Tensorflow 2.0 implementation of the Pointer-Generator network from the "Get to the Point" article (https://arxiv.org/abs/1704.04368)

License

Notifications You must be signed in to change notification settings

elingaard/pointer-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pointer-generator

Tensorflow 2.0 implementation of the Pointer-Generator network from the "Get to the Point" article (https://arxiv.org/abs/1704.04368)

!!! WORK IN PROGRESS !!!

Implemented:

  • seq2seq model with attention and coverage

TO-DO:

  • Pointer
  • eval.py function - beam search and greedy search already in utils.py
  • Updated docstrings

Releases

No releases published

Packages

No packages published

Languages