Skip to content

Converting GloVe vectors into word2vec format for easy usage with Gensim

License

Notifications You must be signed in to change notification settings

manasRK/glove-gensim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

42ce46f · May 23, 2016

History

12 Commits
Dec 7, 2015
Dec 7, 2015
Dec 30, 2015
May 20, 2016

Repository files navigation

glove-gensim

Converting GloVe vectors into word2vec format for easy usage with Gensim

word2vec embeddings start with a line with the number of lines (tokens?) and the number of dimensions of the file. This allows gensim to allocate memory accordingly for querying the model. Larger dimensions mean larger memory is held captive. Accordingly, this line has to be inserted into the GloVe embeddings file.

About

Converting GloVe vectors into word2vec format for easy usage with Gensim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages