lda2vec icon indicating copy to clipboard operation
lda2vec copied to clipboard

Is it possible to initialize lda2vec with some external embeddings?

Open smolendawid opened this issue 7 years ago • 3 comments

Is it possible to initialize lda2vec with some external embeddings, f.e pre-trained FastText or pre-trained word2vec?

smolendawid avatar Sep 13 '18 12:09 smolendawid

I have the same doubt. Did you have any progress about this theme?

jpjofreb avatar Nov 20 '18 15:11 jpjofreb

Same doubt here. Did any of you manage to get this working?

lucas-uribe avatar Nov 30 '18 14:11 lucas-uribe

I'm using GloVe pre-trained Twitter word embedding together with this lda2vec. Just replace the bin file here in twenty_newsgroups with the pre-trained result file. It can be txt instead of bin, the first line being the total # word entries and the dimension of the representation, separated with a space char.

ghost avatar Feb 17 '19 20:02 ghost