/word2vec_pytorch

Primary LanguagePythonMIT LicenseMIT

Word2vec-PyTorch

This is the implementation of word2vec based on PyTorch.

Run it with

python word2vec.py zhihu.txt word_embedding.txt

I write a blog about the word2vec based on PyTorch.