lydianish commited on
Commit
2eaf895
1 Parent(s): c30c64f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -16,4 +16,6 @@ python_version: 3.9.18
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).
 
 
 
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
+
21
+ Github repo [https://github.com/lydianish/RoLASER](https://github.com/lydianish/RoLASER)