An open API service indexing awesome lists of open source software.

https://github.com/tharindudr/sts-transformers

Transformer based Semantic Textual Similarity
https://github.com/tharindudr/sts-transformers

natural-language-processing nlp pytorch transformers

Last synced: about 1 month ago
JSON representation

Transformer based Semantic Textual Similarity

Awesome Lists containing this project

README

        

[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![Downloads](https://static.pepy.tech/badge/ststransformers)](https://pepy.tech/project/ststransformerst)

# 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](https://pytorch.org/get-started/locally/#start-locally) regarding the specific install command for your platform.

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

```bash
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.