You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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
The text was updated successfully, but these errors were encountered: