lydianish commited on
Commit
5c84477
β€’
1 Parent(s): 97289a1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -2
README.md CHANGED
@@ -1,11 +1,19 @@
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
  ---
10
 
11
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
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).