Skip to content

TharinduDR/STS-Transformers

Repository files navigation

License Downloads

STSTransformers : Transformer based Semantic Textual Similarity.

STSTransformers provides state-of-the-art models for Semantic Textual Similarity.

Installation

you first need to install PyTorch. Please refer to PyTorch installation page regarding the specific install command for your platform.

When PyTorch has been installed, you can install from source by cloning the repository and running:

git clone https://github.com/TharinduDR/STS-Transformers.git
cd STS-Transformers
pip install -r requirements.txt

You can find the implementations in the examples folder.