Skip to content

Commit

Permalink
Change paper reference to a paper matching the model used
Browse files Browse the repository at this point in the history
Fixes #1642

Signed-off-by: BJ Hargrave <[email protected]>
  • Loading branch information
bjhargrave committed Jun 5, 2023
1 parent 47b9ea4 commit 5387c64
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions intermediate_source/seq2seq_translation_tutorial.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
:alt:
To improve upon this model we'll use an `attention
mechanism <https://arxiv.org/abs/1409.0473>`__, which lets the decoder
mechanism <https://arxiv.org/abs/1508.04025>`__, which lets the decoder
learn to focus over a specific range of the input sequence.
**Recommended Reading:**
Expand All @@ -66,8 +66,8 @@
Statistical Machine Translation <https://arxiv.org/abs/1406.1078>`__
- `Sequence to Sequence Learning with Neural
Networks <https://arxiv.org/abs/1409.3215>`__
- `Neural Machine Translation by Jointly Learning to Align and
Translate <https://arxiv.org/abs/1409.0473>`__
- `Effective Approaches to Attention-based Neural Machine
Translation <https://arxiv.org/abs/1508.04025>`__
- `A Neural Conversational Model <https://arxiv.org/abs/1506.05869>`__
You will also find the previous tutorials on
Expand Down

0 comments on commit 5387c64

Please sign in to comment.