stanfordnlp / GloVe

Software in C and data files for the popular GloVe model for distributed word representations, a.k.a. word vectors or embeddings
Apache License 2.0
6.86k stars 1.51k forks source link

Is it possible that I want to incrementally train my corpus based on your pre-trained models? #67

Open yuchenlin opened 7 years ago

yuchenlin commented 7 years ago

Hello, dear developers,

I was wondering that if glove supports incremental training. I have a small twitter corpus consisting of only 16K sentences, and thus I would like to train word-vectors on it based on your pre-trained twitter word vectors, since there are still some new terms yours didn't cover. Is that possible?

Thank you very much. Thank you for your great contributions to NLP.

ghost commented 7 years ago

This is related to https://github.com/stanfordnlp/GloVe/issues/62.

Can you try the solution suggested there?