Currently I have 1.2tb text data to build gensim's word2vec model. It is almost taking 15 to 20 days to complete.
I want to build model for 5tb of text data, then it might take few months to create model. I need to minimise this execution time. Is there any way we can use multiple big systems to create model?
Please suggest any way which can help me in reducing the execution time.
FYI, I have all my data in S3 and I use smart_open module to stream the data.