Pre-requisites:
Sentence Transformer Install via pip - pip3 install -U sentence-transformers
or install it by cloning the repo:
- git clone https://github.com/UKPLab/sentence-transformers.git
- pip install -e .
Running the regression task:
Command : python3 regression.py
Running the classification task:
Command : python3 classification.py