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)