From 174073224d72fbf5b5433bfc9e9f60c0715d9991 Mon Sep 17 00:00:00 2001 From: Prianikq <71663981+Prianikq@users.noreply.github.com> Date: Sat, 23 Jul 2022 11:57:59 +0300 Subject: [PATCH] Update README.md --- lessons/5-NLP/15-LanguageModeling/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lessons/5-NLP/15-LanguageModeling/README.md b/lessons/5-NLP/15-LanguageModeling/README.md index 06d73d1a..dc5e4a51 100644 --- a/lessons/5-NLP/15-LanguageModeling/README.md +++ b/lessons/5-NLP/15-LanguageModeling/README.md @@ -23,6 +23,8 @@ In our previous examples, we used pre-trained semantic embeddings, but it is int Continue your learning in the following notebooks: * [Training CBoW Word2Vec with TensorFlow](CBoW-TF.ipynb) +* [Training CBoW Word2Vec with PyTorch](CBoW-PyTorch.ipynb) + ## Conclusion