Lora
commited on
Commit
·
5bd9754
1
Parent(s):
5758582
fix small markdown display problem
Browse files
app.py
CHANGED
@@ -390,8 +390,7 @@ with gr.Blocks( theme = gr.themes.Base(),
|
|
390 |
sense14negwords = gr.DataFrame(headers = ["Top Negative"])
|
391 |
with gr.Column(scale=0, min_width=120):
|
392 |
sense15negwords = gr.DataFrame(headers = ["Top Negative"])
|
393 |
-
gr.Markdown("""Note: **"Top Negative"** shows words that have the most negative dot products with the sense vector, which can
|
394 |
-
exhibit more coherent meaning than those with the most positive dot products.
|
395 |
To see more representative words of each sense, scroll to the top and use the **"Individual Word Sense Look Up"** tab.""")
|
396 |
# gr.Examples(
|
397 |
# examples=[["Messi plays for", top_k, None]],
|
|
|
390 |
sense14negwords = gr.DataFrame(headers = ["Top Negative"])
|
391 |
with gr.Column(scale=0, min_width=120):
|
392 |
sense15negwords = gr.DataFrame(headers = ["Top Negative"])
|
393 |
+
gr.Markdown("""Note: **"Top Negative"** shows words that have the most negative dot products with the sense vector, which can exhibit more coherent meaning than those with the most positive dot products.
|
|
|
394 |
To see more representative words of each sense, scroll to the top and use the **"Individual Word Sense Look Up"** tab.""")
|
395 |
# gr.Examples(
|
396 |
# examples=[["Messi plays for", top_k, None]],
|