lydianish commited on
Commit
d0c9714
·
verified ·
1 Parent(s): f9a6a59

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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