TharinduDR / STS-Transformers

Transformer based Semantic Textual Similarity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Transformer based Semantic Textual Similarity

License:Apache License 2.0


Languages

Language:Python 100.0%