dselivanov / text2vec

Fast vectorization, topic modeling, distances and GloVe word embeddings in R.
http://text2vec.org
Other
850 stars 135 forks source link

Loading pretrained Glove embeddings #289

Open kliegr opened 5 years ago

kliegr commented 5 years ago

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.

dselivanov commented 5 years ago

@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.

alexpghayes commented 4 years ago

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

dselivanov commented 4 years ago

unfortunately no plans to work on that. PR welcome

storopoli commented 3 years ago

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.