Commit
·
c035c1f
1
Parent(s):
2834fe9
describe
Browse files
app.py
CHANGED
|
@@ -256,8 +256,13 @@ with gr.Blocks() as demo:
|
|
| 256 |
gr.Markdown("## 🔍 Search Viewer")
|
| 257 |
with gr.Row():
|
| 258 |
gr.Markdown(
|
| 259 |
-
"This tab allows you to search for datasets using
|
| 260 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 261 |
)
|
| 262 |
|
| 263 |
with gr.Row():
|
|
|
|
| 256 |
gr.Markdown("## 🔍 Search Viewer")
|
| 257 |
with gr.Row():
|
| 258 |
gr.Markdown(
|
| 259 |
+
"This tab allows you to search for datasets using their dataset viewer preview! "
|
| 260 |
+
"Unlike the other search methods, this search utilizes the dataset viewer embedded in most datasets to match your query. "
|
| 261 |
+
"This means it doesn't rely on the dataset card for matching!\n\n"
|
| 262 |
+
"Enter a query to find relevant datasets and preview them directly using the dataset viewer.\n\n"
|
| 263 |
+
"Currently, this search is using a subset of datasets and a very early version of an embedding model to match natural language queries to datasets."
|
| 264 |
+
"**Help us improve!** Contribute to query quality improvement by participating in our "
|
| 265 |
+
"[Argilla annotation task](https://huggingface.co/spaces/davanstrien/my-argilla). Your feedback helps refine search results for everyone."
|
| 266 |
)
|
| 267 |
|
| 268 |
with gr.Row():
|