desc
Browse files
app.py
CHANGED
@@ -43,7 +43,7 @@ demo = gr.Interface(
|
|
43 |
inputs=gr.Textbox(lines=2, placeholder="Enter your query here..."),
|
44 |
outputs="text",
|
45 |
title="BM25 Retriever Search",
|
46 |
-
description="Search using a BM25 retriever and return ranked documents with scores.",
|
47 |
)
|
48 |
## YOUR_CODE_ENDS_HERE
|
49 |
demo.launch()
|
|
|
43 |
inputs=gr.Textbox(lines=2, placeholder="Enter your query here..."),
|
44 |
outputs="text",
|
45 |
title="BM25 Retriever Search",
|
46 |
+
description="Search using a BM25 retriever on [SciQ](https://huggingface.co/datasets/allenai/sciq) and return top-10 ranked documents with scores.",
|
47 |
)
|
48 |
## YOUR_CODE_ENDS_HERE
|
49 |
demo.launch()
|