piskvorky / gensim-data

Data repository for pretrained NLP models and NLP corpora.
https://rare-technologies.com/new-api-for-pretrained-nlp-models-and-datasets-in-gensim/
GNU Lesser General Public License v2.1
965 stars 128 forks source link

How to download the model without using python #46

Closed Welkin1027 closed 3 years ago

Welkin1027 commented 3 years ago

I am a Chinese who want to use gensim to test the similarity of two words. However, when I want to download the model by using gensim.downloader.load(""), I cannot connect to the website due to the lock of China, so I use a VPN to get access to the model. But it is very slow, it spend me almost 1 hour to download a file of 100MB, could you help me to solve it? For instance, if I can download the model from a website, and then I load the file locally.

piskvorky commented 3 years ago

The model files are hosted on Github. So if you cannot download from Github (or can download only slowly), there's not much we can do, sorry.