text2vec icon indicating copy to clipboard operation
text2vec copied to clipboard

Loading pretrained Glove embeddings

Open kliegr opened this issue 6 years ago • 4 comments

This is related to #283 which was closed. I found seemingly working code able to load pretrained GloVe vectors to text2vec: https://gist.github.com/tjvananne/8b0e7df7dcad414e8e6d5bf3947439a9 I have not run this successfully due to somewhat slow reading of large files, but perhaps it can help.

kliegr avatar Dec 18 '18 14:12 kliegr

@kliegr thanks for contribution. I have some draft code for downloading pre-trained embeddings, hope will have time to finish it add add to 0.6 release.

dselivanov avatar Jan 02 '19 11:01 dselivanov

Would love to second this! Being able to use large pre-trained embeddings would be incredible.

alexpghayes avatar Jan 23 '20 01:01 alexpghayes

unfortunately no plans to work on that. PR welcome

dselivanov avatar Jan 23 '20 05:01 dselivanov

I have a pre-trained Glove model for Portuguese and would also love to have a very simple implementation to load your pre-trained embeddings.

storopoli avatar Dec 18 '20 17:12 storopoli