Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 442 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 442 Bytes

Seq2Seq Pytorch Implementation

  • Models Implemented

    • Vanilla Seq2Seq Model
    • Seq2Seq Model with Peeky Decoder
    • Seq2Seq Model with Attention
  • Toy Dataset

    • Dialogs Dataset (🔗 Ref.)
    • Dataset for Translation(English -> French) (🔗 Ref.)
    • Dataset for adding 2 numbers