maxoodf/word2vec

Paragraph Vector algorithms

jwijffels opened this issue · 2 comments

Do you have any plans to add the distributed bag of words ('PV-DBOW') and the distributed memory ('PV-DM') model?

I think modern algorithms based on transformers, such as BERT and GPT, outperform Paragraph Vector, Average Vector and other old school algorithms on most of NLP tasks. So I do not plan to add PV implementations.

Ok. Fair enough. Thanks for the response.