python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to get vocabulary size of word2vec?
I have a pretrained word2vec model in pyspark and I would like to know how big is its vocabulary (and perhaps get a list of words in the vocabulary).
Is this possible? I would guess it has to be store...

Luca Clissa
Votes: 0
Answers: 1
gensim w2k - additional file
I trained w2v on rather big (> 200 million sentences) corpus, and got, in addition to file w2v_model.model, files: w2v_model.model.trainables.syn1neg.npy and w2v.model_model.wv.vectors.npy. Model f...
Yury Gubman
Votes: 0
Answers: 1
Find translations of a given word in the corpus e.g. by machine learning, word2vec, text mining
I am using this thread to get some ideas and find some possibilities.
I have about 1000 sermons and their translations into another language. The lengths of the sermons are different. These are religi...
para
Votes: 0
Answers: 2
Save torch running model using Pycharm
Currently, I have trained a word2vec model using
https://towardsdatascience.com/implementing-word2vec-in-pytorch-skip-gram-model-e6bae040d2fb.
I am already training the data and I have to save the run...
raunak rathi
Votes: 0
Answers: 0