Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 197 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 197 Bytes

word2vec-pytorch

Implementation of word2vec in PyTorch, including both the continuous bag-of-words model and the skipgram model. Subsampling of words is included, as well as negative sampling.