Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 389 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 389 Bytes

word2vec PyTorch

GitHub Action test status

Implementation of word2vec in PyTorch, a word embedding algorithm. This codebase features fast training and inference speed (up to 70x faster vs. other implementations due to a bug fix), compatibility with the latest version of PyTorch (1.7.0), and high code quality.