From 0eb65dad4d0aa970290507404234908bf633adf1 Mon Sep 17 00:00:00 2001 From: Edward Qian Date: Wed, 13 Mar 2019 21:20:31 -0400 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index e726731..90ac10c 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,7 @@ Then run in the directory the repo is cloned to: Download the pre-trained embedding vectors from the Stanford GloVe page and extract it to the repo directory. -`wget http://nlp.stanford.edu/data/glove.twitter.27B.zip -unzip glove.twitter.27B.zip` +`wget http://nlp.stanford.edu/data/glove.twitter.27B.zip && unzip glove.twitter.27B.zip` Run the model.py script in a terminal which will train the model, output its weights and also test it against the testing set.