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 save the model downloaded from api locally? #35

Closed livinglife2x closed 5 years ago

livinglife2x commented 5 years ago

I use fasttext_model300 = api.load('fasttext-wiki-news-subwords-300') to load the fasttext pretrained model. However everytime I run this code, I spend time on loading the model, is there a way to save this model locally and call it back?

piskvorky commented 5 years ago

Hi, yes there is, but please use the mailing list for questions: https://groups.google.com/forum/#!forum/gensim

Github is for technical bug reports. Thanks.