Spaces:
Sleeping
Sleeping
File size: 692 Bytes
97289a1 5c84477 97289a1 5c84477 97289a1 5c84477 2eaf895 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
---
title: RoLASER Demo
emoji: π
colorFrom: pink
colorTo: gray
sdk: docker
pinned: false
license: bsd-3-clause
short_description: Pairwise Cosine Distance Calculator
app_port: 7860
python_version: 3.9.18
---
# 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 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) |