lydianish commited on
Commit
5ee0be5
·
verified ·
1 Parent(s): e2180fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -52,6 +52,7 @@ def main():
52
  info = '''
53
  :bookmark: **Paper:** [Making Sentence Embeddings Robust to User-Generated Content (Nishimwe et al., 2024)](https://arxiv.org/abs/2403.17220)
54
  :link: **Github:** [https://github.com/lydianish/RoLASER](https://github.com/lydianish/RoLASER)
 
55
  '''
56
  st.markdown(info)
57
 
 
52
  info = '''
53
  :bookmark: **Paper:** [Making Sentence Embeddings Robust to User-Generated Content (Nishimwe et al., 2024)](https://arxiv.org/abs/2403.17220)
54
  :link: **Github:** [https://github.com/lydianish/RoLASER](https://github.com/lydianish/RoLASER)
55
+ :computer: **Demo:** This app computes the cosine distance between standard and non-standard text input pairs using LASER, RoLASER, and c-RoLASER models.
56
  '''
57
  st.markdown(info)
58