text2vec
text2vec copied to clipboard
Loading pretrained Glove embeddings
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 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.
Would love to second this! Being able to use large pre-trained embeddings would be incredible.
unfortunately no plans to work on that. PR welcome
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.