mmazuecos commited on
Commit
a71f9d4
1 Parent(s): 6688dca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.text("Sentence embedding for spanish trained on NLI. Used for Sentence Textual Similarity.")
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')