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
I am trying to use a different dataset as input to the model.
What are the things I need to do?
I was trying to replicate the files that you have in the NYT_data directory but am confused with vec.bin and the first two columns in train.txt and test.txt.
Thank you in advance for any feedback you can give me
The text was updated successfully, but these errors were encountered:
I guess vec.bin is the model of word2vec, you should train the model by yourself.
but I have another question, that my word2vec model"model.save('w2v_50_50.bin') # 存储二进制模型文件" can not work correctly with extract.cpp.
look at the picture, wordTotal and word dimention are zero. so how can I save my bin format word2vec ?Can you help me ?
Hello
I am trying to use a different dataset as input to the model.
What are the things I need to do?
I was trying to replicate the files that you have in the NYT_data directory but am confused with vec.bin and the first two columns in train.txt and test.txt.
Thank you in advance for any feedback you can give me
The text was updated successfully, but these errors were encountered: