Spaces:
Sleeping
Sleeping
metadata
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).
Github repo https://github.com/lydianish/RoLASER