You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i was wondering if we can load these models with gensim or something similar. since the whole file is binary we need to know its format and more information. can you please provide more info on it ?
The text was updated successfully, but these errors were encountered:
from gensim.models import KeyedVectors
from gensim.test.utils import datapath
model = KeyedVectors.load_word2vec_format(datapath("/content/word2vec.model-skipgram-size=200-window=5.bin"), binary=True)
i was wondering if we can load these models with gensim or something similar. since the whole file is binary we need to know its format and more information. can you please provide more info on it ?
The text was updated successfully, but these errors were encountered: