Created
August 7, 2021 16:17
-
-
Save Yuktha-Majella/9731c21059803a0ce221b8d4cf9bd42c to your computer and use it in GitHub Desktop.
Saving and loading Word2Vec model in Gensim
This file contains 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
w2v_model.save('/content/drive/MyDrive/gensim_practice/w2v_model1') | |
w2v_model = Word2Vec.load('/content/drive/MyDrive/gensim_practice/w2v_model1') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment