Thursday, 10 October 2019

How to access/use Google's pre-trained Word2Vec model without manually downloading the model?

I want to analyse some text on a Google Compute server on Google Cloud Platform (GCP) using the Word2Vec model.

However, the un-compressed word2vec model from https://mccormickml.com/2016/04/12/googles-pretrained-word2vec-model-in-python/ is over 3.5GB and it will take time to download it manually and upload it to a cloud instance.

Is there any way to access this (or any other) pre-trained Word2Vec model on a Google Compute server without uploading it myself?



from How to access/use Google's pre-trained Word2Vec model without manually downloading the model?

No comments:

Post a Comment