Skip to content

Instantly share code, notes, and snippets.

@eileen-code4fun
Last active January 15, 2022 14:59
Show Gist options
  • Save eileen-code4fun/5d26d6aa3a552b3bd32553b1b2b21b0c to your computer and use it in GitHub Desktop.
Save eileen-code4fun/5d26d6aa3a552b3bd32553b1b2b21b0c to your computer and use it in GitHub Desktop.
Load Word Embeddings
import gensim
import gensim.downloader
model = gensim.downloader.load('glove-twitter-50')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment