Pretrained skip-n-gram vector
sbmaruf opened this issue · 6 comments
sbmaruf commented
Hello @glample,
I got the pre-trained vector from https://github.com/facebookresearch/fastText/blob/master/pretrained-vectors.md this link.
I was wondering how can I get the pretrained skip-n-gram model vector? I haven't found any suitable resource. The paper(http://arxiv.org/abs/1603.01360) mentioned that they used skip-n-gram model, not the skip-gram model.
glample commented
Hi,
You can find the tool we used on this repo: https://github.com/wlin12/wang2vec
Look for structured skipngram (option 3)
Guillaume
sbmaruf commented
On which dataset you have used for skipngram?
glample commented
We used the last version of the English Gigaword.
sbmaruf commented
Thank you glample.
perceptronnn commented
Do you have any idea about where can I get pre-trained skip-n-gram vectors?