epfml / sent2vec

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

how to install sent2vec in google colab or local server #118

Closed BoonthichaSaejia closed 2 years ago

BoonthichaSaejia commented 3 years ago

i am really new but want to try your library. Would you mind explain how to install this library step by step

mpagli commented 2 years ago

It might be difficult on colab, as you need to download the models which are quite large. But it should work on any linux server.

Ton install the lib:

something like:

git clone https://github.com/epfml/sent2vec.git
cd sent2vec
make
pip install .