mmaguero commited on
Commit
7b7f737
1 Parent(s): 842415f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ def hash_func(inp):
18
 
19
  @st.cache(allow_output_mutation=True, suppress_st_warning=True)
20
  def loading_models(model='roberta-base'):
21
- return get_model(model), SentenceTransformer('all-mpnet-base-v2')#'all-MiniLM-L6-v2')
22
 
23
  @st.cache(allow_output_mutation=True,
24
  suppress_st_warning=True,
 
18
 
19
  @st.cache(allow_output_mutation=True, suppress_st_warning=True)
20
  def loading_models(model='roberta-base'):
21
+ return get_model(model), SentenceTransformer('paraphrase-multilingual-MiniLM-L12-v2')#'all-mpnet-base-v2')#'all-MiniLM-L6-v2')
22
 
23
  @st.cache(allow_output_mutation=True,
24
  suppress_st_warning=True,