From b30a475bcc6cac22f7754431fad1563e309b0aed Mon Sep 17 00:00:00 2001 From: Rishika Bhagwatkar Date: Fri, 4 Sep 2020 20:27:48 +0530 Subject: [PATCH] Update README.md --- neural_machine_translation/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/neural_machine_translation/README.md b/neural_machine_translation/README.md index f5d367c..e589214 100644 --- a/neural_machine_translation/README.md +++ b/neural_machine_translation/README.md @@ -53,3 +53,7 @@ Below is a table, summarising the number of parameters and the BLEU scores achie

+ + +### Reference(s): +* [PyTorch Seq2Seq by Ben Trevett](https://github.com/bentrevett/pytorch-seq2seq)