Home How to train word2vec models with gensim using multiple files
Post
Cancel

How to train word2vec models with gensim using multiple files

When we are training word2vec models with gensim, sometimes we might face the trouble that our training data are in multiple files and the files are so large that we cannot load them to RAM all at once.

This can be easily fixed by defining an iterator to iterate through those files.

Here is a very short colab tutorial: link

This post is licensed under CC BY 4.0 by the author.