Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -510,7 +510,7 @@ def get_current_share_url():
|
|
| 510 |
# --- Gradio Interface Setup with Tabs ---
|
| 511 |
with gr.Blocks(title="SPLADE Demos", css=css) as demo:
|
| 512 |
gr.Markdown("# 🌌 Sparse Encoder Playground") # Updated title
|
| 513 |
-
gr.Markdown("Welcome to the official demo for the ECIR 2026 edition of the tutorial: Neural Lexical Search with Learned Sparse Retrieval (LSR). Explore different SPLADE models and their sparse representation types, and calculate similarity between query and document representations. Note that splade-lexical is used here to
|
| 514 |
|
| 515 |
with gr.Tabs():
|
| 516 |
with gr.TabItem("Sparse Representation"):
|
|
|
|
| 510 |
# --- Gradio Interface Setup with Tabs ---
|
| 511 |
with gr.Blocks(title="SPLADE Demos", css=css) as demo:
|
| 512 |
gr.Markdown("# 🌌 Sparse Encoder Playground") # Updated title
|
| 513 |
+
gr.Markdown("Welcome to the official demo for the ECIR 2026 edition of the tutorial: Neural Lexical Search with Learned Sparse Retrieval (LSR). Explore different SPLADE models and their sparse representation types, and calculate similarity between query and document representations. Note that splade-v3-lexical (MLP encoder) is used here to help you observe how term weighting without expansion affects similarity scores for both queries and documents; in practice, the actual end-to-end implemention does in fact do expansion and weighting on the document side.") # Updated description
|
| 514 |
|
| 515 |
with gr.Tabs():
|
| 516 |
with gr.TabItem("Sparse Representation"):
|