You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| RNN Encoder-Decoder ([Seq2Seq](https://arxiv.org/pdf/1409.3215)) |[Multi30k (en-de)](https://huggingface.co/datasets/bentrevett/multi30k)| Implementation of [Learning Phrase Representations using RNN Encoder–Decoder for Statistical Machine Translation](https://arxiv.org/pdf/1406.1078) (2014) |[](pytorch/rnn/seq2seq.ipynb)|
92
-
| Encoder-Decoder with [Bahdanau Attention](https://arxiv.org/pdf/1409.0473)|[Multi30k (en-de)](https://huggingface.co/datasets/bentrevett/multi30k)| Implementation of [Neural Machine Translation by Jointly Learning to Align and Translate](https://arxiv.org/pdf/1409.0473) (2016) |[](pytorch/rnn/seq2seq-attn.ipynb)|
91
+
| RNN Encoder-Decoder ([Seq2Seq](https://arxiv.org/pdf/1409.3215)) |[Multi30k](https://huggingface.co/datasets/bentrevett/multi30k)| Implementation of [Learning Phrase Representations using RNN Encoder–Decoder for Statistical Machine Translation](https://arxiv.org/pdf/1406.1078) (2014) |[](pytorch/rnn/seq2seq.ipynb)|
92
+
| Encoder-Decoder with [Bahdanau Attention](https://arxiv.org/pdf/1409.0473)|[Multi30k](https://huggingface.co/datasets/bentrevett/multi30k)| Implementation of [Neural Machine Translation by Jointly Learning to Align and Translate](https://arxiv.org/pdf/1409.0473) (2016) |[](pytorch/rnn/seq2seq-attn.ipynb)|
0 commit comments