Word2Vec.jl icon indicating copy to clipboard operation
Word2Vec.jl copied to clipboard

Does word2vec.jl use the skip-gram with negative sampling (SGNS) method?

Open tobefreeman opened this issue 3 years ago • 0 comments

Maybe I am missing something, but I figure that word2vec.jl has not implemented the skip-gram with negative sampling (SGNS) variant of word2vec? Most people might have moved on from word2vec, but it is vastly more data efficient than the transformer framework. I am making custom embeddings, and want to port my code to Julia. But no SGNS is a showstopper. Any chance of an implementation?

The AdaGram.jl package, which does, is no longer actively supported. https://github.com/sbos/AdaGram.jl

tobefreeman avatar May 12 '22 15:05 tobefreeman