Last active
January 15, 2022 14:59
-
-
Save eileen-code4fun/5d26d6aa3a552b3bd32553b1b2b21b0c to your computer and use it in GitHub Desktop.
Load Word Embeddings
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
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