Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

train_word2vec.py #1

Open
AIwjy94 opened this issue May 8, 2022 · 1 comment
Open

train_word2vec.py #1

AIwjy94 opened this issue May 8, 2022 · 1 comment

Comments

@AIwjy94
Copy link

AIwjy94 commented May 8, 2022

训练skip-gram模型

model = Word2Vec(LineSentence(inp), vector_size=100, window=5, min_count=5,
                 workers=4, epochs=10)

看不出使用的skip-gram训练模型啊

@taishan1994
Copy link
Owner

训练skip-gram模型

model = Word2Vec(LineSentence(inp), vector_size=100, window=5, min_count=5,
                 workers=4, epochs=10)

看不出使用的skip-gram训练模型啊

去看一下它的文档就清楚了。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants