Update app.py
Browse files
app.py
CHANGED
@@ -24,6 +24,8 @@ def load_plot_data():
|
|
24 |
|
25 |
st.title("Sentence Embedding for Spanish with Bertin")
|
26 |
st.write("Sentence embedding for spanish trained on NLI. Used for Sentence Textual Similarity. Based on the model hackathon-pln-es/bertin-roberta-base-finetuning-esnli.")
|
|
|
|
|
27 |
|
28 |
sent1 = st.text_area('Enter sentence 1')
|
29 |
sent2 = st.text_area('Enter sentence 2')
|
|
|
24 |
|
25 |
st.title("Sentence Embedding for Spanish with Bertin")
|
26 |
st.write("Sentence embedding for spanish trained on NLI. Used for Sentence Textual Similarity. Based on the model hackathon-pln-es/bertin-roberta-base-finetuning-esnli.")
|
27 |
+
st.write("Introduce two sentence to see their cosine similarity and a graph showing them in the embedding space.")
|
28 |
+
st.write("Authors: Anibal Pérez, Emilio Tomás Ariza, Lautaro Gesuelli y Mauricio Mazuecos.")
|
29 |
|
30 |
sent1 = st.text_area('Enter sentence 1')
|
31 |
sent2 = st.text_area('Enter sentence 2')
|