epfml / sent2vec

General purpose unsupervised sentence representations
Other
1.19k stars 256 forks source link

Please put pre-trained models on S3 #49

Closed turian closed 4 years ago

turian commented 5 years ago

On EC2, it is exceedingly difficult to download Google Drive files. Could you please mirror or move the pre-trained models to S3

turian commented 5 years ago

This script seemed to work for me: [gdown.pl]{https://github.com/circulosmeos/gdown.pl} But it took a pit of fiddling to find this solution. What about a common S3 block

mpagli commented 5 years ago

Hi, Thanks for finding a workaround. I can't do it now but I'll investigate the S3 solution over the weekend.

turian commented 5 years ago

ping

mpagli commented 5 years ago

Try with those:

https://s3.amazonaws.com/epfml-sent2vec-models/wiki_bigrams.bin https://s3.amazonaws.com/epfml-sent2vec-models/wiki_unigrams.bin

https://s3.amazonaws.com/epfml-sent2vec-models/twitter_bigrams.bin https://s3.amazonaws.com/epfml-sent2vec-models/twitter_unigrams.bin

Let me know if you encounter any issue