[update]: README
Browse files
README.md
CHANGED
@@ -29,3 +29,12 @@ model-index:
|
|
29 |
name: Test BLEU
|
30 |
args: n_gram=4
|
31 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
name: Test BLEU
|
30 |
args: n_gram=4
|
31 |
---
|
32 |
+
|
33 |
+
# Seq2seq + Attention
|
34 |
+
|
35 |
+
[![colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/msarmi9/dlxp/blob/master/colab/seq2seq.ipynb)
|
36 |
+
[![colab](https://img.shields.io/badge/🤗-Open%20in%20Spaces-blue)](https://huggingface.co/spaces/msarmi9/multi30k)
|
37 |
+
|
38 |
+
Pytorch implementation of [Neural Machine Translation by Jointly Learning to Align and Translate](https://arxiv.org/abs/1409.0473) trained on the [Multi30k-de-en](http://www.statmt.org/wmt16/multimodal-task.html#task1) dataset.
|
39 |
+
|
40 |
+
![attention-heatmap](attention-heatmap.png)
|