wendys-llc commited on
Commit
a74d5ea
1 Parent(s): 37c0d9a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ query_input = gr.Textbox(value="Get rich quick by flipping cheap houses")
60
  docs_input = gr.Textbox(value=samples, label="Sentences")
61
  output_scores = gr.DataFrame(label="", wrap=True, scale=2)
62
 
63
- title = "Multilingual Semantic Search Comparison"
64
  desc = """
65
  A small demo to compare the [all-MiniLM-L12-v2](https://huggingface.co/sentence-transformers/all-MiniLM-L12-v2) and [paraphrase-multilingual-MiniLM-L12-v2](https://huggingface.co/sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2) embedding models. Notice how the multilingual model scores similar sentences higher, even if they aren't in the same language!
66
  """
 
60
  docs_input = gr.Textbox(value=samples, label="Sentences")
61
  output_scores = gr.DataFrame(label="", wrap=True, scale=2)
62
 
63
+ title = "Multilingual Semantic Search/Similarity Comparison"
64
  desc = """
65
  A small demo to compare the [all-MiniLM-L12-v2](https://huggingface.co/sentence-transformers/all-MiniLM-L12-v2) and [paraphrase-multilingual-MiniLM-L12-v2](https://huggingface.co/sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2) embedding models. Notice how the multilingual model scores similar sentences higher, even if they aren't in the same language!
66
  """