Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardcqian authored Mar 14, 2019
1 parent f33f9ff commit 0eb65da
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 0eb65da

Please sign in to comment.