Skip to content

Instantly share code, notes, and snippets.

@artificialsoph
Created August 17, 2020 16:46
Show Gist options
  • Save artificialsoph/73dde8763d4ad1d4cca77e6253af40ec to your computer and use it in GitHub Desktop.
Save artificialsoph/73dde8763d4ad1d4cca77e6253af40ec to your computer and use it in GitHub Desktop.
Embeddings Extra
#############################################################
##################### 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