Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -1,11 +1,19 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
emoji: π
|
4 |
colorFrom: pink
|
5 |
colorTo: gray
|
6 |
sdk: docker
|
7 |
pinned: false
|
8 |
license: bsd-3-clause
|
|
|
|
|
|
|
9 |
---
|
10 |
|
11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
title: RoLASER Demo
|
3 |
emoji: π
|
4 |
colorFrom: pink
|
5 |
colorTo: gray
|
6 |
sdk: docker
|
7 |
pinned: false
|
8 |
license: bsd-3-clause
|
9 |
+
short_description: Pairwise Cosine Distance Calculator
|
10 |
+
app_port: 7860
|
11 |
+
python_version: 3.9.18
|
12 |
---
|
13 |
|
14 |
+
# Pairwise Cosine Distance Calculator
|
15 |
+
|
16 |
+
This demo app computes sentence embeddings of sentence pairs using the LASER encoder and its robust students RoLASER and c-RoLASER.
|
17 |
+
The pairwise cosine distances between the sentences are then computed displayed.
|
18 |
+
|
19 |
+
From the paper [Making Sentence Embeddings Robust to User-Generated Content (Nishimwe et al., 2024)](https://arxiv.org/abs/2403.17220).
|