sb1992 / NETL-Automatic-Topic-Labelling-

Generating labels for topics automatically using neural embeddings
Apache License 2.0
183 stars 53 forks source link

pretrained doc2vec link doesn't exist anymore #10

Closed damienlancry closed 3 years ago

damienlancry commented 3 years ago

hello,

when I click on the link to the pre trained doc2vec document I end up on a page saying : "This item might not exist or is no longer available"

jhlau commented 3 years ago

The pretrained models under https://github.com/sb1992/NETL-Automatic-Topic-Labelling-#pre-trained-models? Just checked and both doc2vec and word2vec links work for me.

damienlancry commented 3 years ago

yes I tried again it actually works

damienlancry commented 3 years ago

is this a dbow or a dpmv doc2vec? do you have more information about the hyperpamameters used ?

damienlancry commented 3 years ago

ok I just saw the answer in your paper: " we experiment only with dbow doc2vec hyper-parameters: sub-sampling threshold = 10−5, vector size = 300, window size = 15, negative sample size = 5, and training epochs = 20. "