rolaser-demo / README.md
lydianish's picture
Update README.md
5336a2a verified
|
raw
history blame
724 Bytes
---
title: RoLASER Demo
emoji: πŸ“Š
colorFrom: pink
colorTo: gray
sdk: docker
pinned: false
license: bsd-3-clause
short_description: Pairwise Cosine Distance Calculator
app_port: 8501
python_version: 3.9.18
tags:
- sentence-similarity
---
# Pairwise Cosine Distance Calculator
This demo app computes sentence embeddings of sentence pairs using the LASER encoder and its robust students RoLASER and c-RoLASER.
The pairwise cosine distances between the sentences are then computed and displayed.
From the paper [Making Sentence Embeddings Robust to User-Generated Content (Nishimwe et al., 2024)](https://arxiv.org/abs/2403.17220).
Github repo [https://github.com/lydianish/RoLASER](https://github.com/lydianish/RoLASER)