Created
August 17, 2020 16:46
-
-
Save artificialsoph/73dde8763d4ad1d4cca77e6253af40ec to your computer and use it in GitHub Desktop.
Embeddings Extra
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
############################################################# | |
##################### New Code to include ################### | |
# Run this at the start of class locally or in colab # | |
############################################################# | |
%pylab inline | |
import gensim.downloader as api | |
google_vec_file = api.load("word2vec-google-news-300", return_path=True) | |
glove_model = api.load("glove-wiki-gigaword-50") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment