Closed zqlearning closed 4 years ago
The word2vec model "glove_model.txt" can be converted into binary format for faster IO using gensim.
from gensim.models import KeyedVectors
KeyedVectors.save_word2vec_format(..., binary=True)
Hi @ikuinen could you help point out where can I find this "glove_model.txt", thanks!
You can convert [glove.840B.300d.txt(https://nlp.stanford.edu/projects/glove/) to glove.840B.300d.bin.
Hi, Thanks for your sharing. I don't know where to find it, looking forward to your reply