epfml / sent2vec

General purpose unsupervised sentence representations
Other
1.19k stars 256 forks source link

Issues with code and wikipedia model files #2

Closed hseelawi closed 7 years ago

hseelawi commented 7 years ago

I want to bring to your attention that 'print-vectors' is not a valid command in fasttext anymore (there is either 'print-word-vectors' or 'print-sentence-vectors'. Additionally, please notice that the wikipedia model files sent2vec_wiki_bigrams and sent2vec_wiki_unigrams get 'Model file has wrong file format!' messages from fasttext (I haven't tested the twitter files).

guptaprkhr commented 7 years ago

Hi, Thank you for bringing this to our notice. The thing is that original fasttext library has been updated without any backward compatibility. We are working to update our sent2vec model accordingly and there will be an update in a few days. However, to use these models you can use the fasttext file in this sent2vec git repo and things will be fine. Just make sure that you are using the ./fasttext file from this repo.

hseelawi commented 7 years ago

Alright, thank you very much for your kind and fast reply.