diff --git a/beginner_source/nlp/README.txt b/beginner_source/nlp/README.txt index f690bcb9370..707ee0cb17e 100644 --- a/beginner_source/nlp/README.txt +++ b/beginner_source/nlp/README.txt @@ -14,9 +14,9 @@ Deep Learning for NLP with Pytorch https://pytorch.org/tutorials/beginner/nlp/word_embeddings_tutorial.html 4. sequence_models_tutorial.py - Sequence Models and Long-Short Term Memory Networks + Sequence Models and Long Short-Term Memory Networks https://pytorch.org/tutorials/beginner/nlp/sequence_models_tutorial.html 5. advanced_tutorial.py Advanced: Making Dynamic Decisions and the Bi-LSTM CRF - https://pytorch.org/tutorials/beginner/nlp/advanced_tutorial.html \ No newline at end of file + https://pytorch.org/tutorials/beginner/nlp/advanced_tutorial.html diff --git a/beginner_source/nlp/sequence_models_tutorial.py b/beginner_source/nlp/sequence_models_tutorial.py index 92512e88d9c..c1c2c60dcc1 100644 --- a/beginner_source/nlp/sequence_models_tutorial.py +++ b/beginner_source/nlp/sequence_models_tutorial.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- r""" -Sequence Models and Long-Short Term Memory Networks +Sequence Models and Long Short-Term Memory Networks =================================================== At this point, we have seen various feed-forward networks. That is,