Update app.py
Browse files
app.py
CHANGED
|
@@ -9,7 +9,7 @@ def load_model():
|
|
| 9 |
return model
|
| 10 |
|
| 11 |
st.title("Sentence Embedding for Spanish with Bertin")
|
| 12 |
-
st.
|
| 13 |
|
| 14 |
sent1 = st.text_area('Enter sentence 1')
|
| 15 |
sent2 = st.text_area('Enter sentence 2')
|
|
|
|
| 9 |
return model
|
| 10 |
|
| 11 |
st.title("Sentence Embedding for Spanish with Bertin")
|
| 12 |
+
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.")
|
| 13 |
|
| 14 |
sent1 = st.text_area('Enter sentence 1')
|
| 15 |
sent2 = st.text_area('Enter sentence 2')
|