Skip to content

Latest commit

 

History

History
executable file
·
9 lines (5 loc) · 557 Bytes

README.md

File metadata and controls

executable file
·
9 lines (5 loc) · 557 Bytes

NLGTransform : Generating Natural Language Sentences from Dialog Acts

The Transformer model in Attention is all you need:a Keras implementation.

A Keras+TensorFlow Implementation of the Transformer: "Attention is All You Need" (Ashish Vaswani, Noam Shazeer, Niki Parmar, Jakob Uszkoreit, Llion Jones, Aidan N. Gomez, Lukasz Kaiser, Illia Polosukhin, arxiv, 2017)

Acknowledgement