Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|