Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -14,7 +14,7 @@ python_version: 3.9.18
|
|
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).
|
20 |
|
|
|
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 and displayed.
|
18 |
|
19 |
From the paper [Making Sentence Embeddings Robust to User-Generated Content (Nishimwe et al., 2024)](https://arxiv.org/abs/2403.17220).
|
20 |
|