Best Answer · By JanBask Data Science Expert
Answered on Dec 23, 2019
Using gensim, we can get the number of words using. vocab field of the Word2Vec model's wv property, as a dictionary, with the keys being each token. The snippet code for the same is given below

One more way is to embed the matrix itself to get the size
