/skip-gram-pytorch

A complete pytorch implementation of skip-gram

Primary LanguagePython

A complete pytorch implementation of skipgram model (with subsampling and negative sampling). The embedding result is tested with Spearman's rank correlation.