epfml / sent2vec

General purpose unsupervised sentence representations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to install sent2vec in google colab or local server

BoonthichaSaejia opened this issue · comments

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

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:

  • clone the repo
  • in a terminal go in the repo and run the make command
  • install the python wrapper with pip install .

something like:

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