facebookresearch / InferSent

InferSent sentence embeddings
Other
2.28k stars 471 forks source link

link for the pre-trained models? #133

Closed sanjita-suresh closed 5 years ago

sanjita-suresh commented 5 years ago

I am not able to find the pre-trained models infersent1 and infersent2. Can someone help me?

nickyeolk commented 5 years ago

I was able to download them via curl (copied from the readme):

curl -Lo encoder/infersent1.pkl https://dl.fbaipublicfiles.com/infersent/infersent1.pkl
curl -Lo encoder/infersent2.pkl https://dl.fbaipublicfiles.com/infersent/infersent2.pkl

You can also directly download the model by visiting the link with your browser.

sanjita-suresh commented 5 years ago

Thanks a lot @nickyeolk . That works 👍