Spaces:
Sleeping
Sleeping
File size: 724 Bytes
97289a1 5c84477 5336a2a 97289a1 5c84477 df17cc4 5c84477 d077526 5336a2a 97289a1 5c84477 d0c9714 5c84477 2eaf895 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
---
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) |