Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Tom Aarsen
commited on
Commit
·
e2b41c8
1
Parent(s):
2d428eb
Reintroduce missing markdown
Browse files
app.py
CHANGED
@@ -1861,6 +1861,10 @@ with gr.Blocks(css=css) as block:
|
|
1861 |
current_task_language = gr.JSON(value=dict(), visible=False)
|
1862 |
language_per_task = gr.JSON(value=dict(), visible=False)
|
1863 |
|
|
|
|
|
|
|
|
|
1864 |
with gr.Tabs() as outer_tabs:
|
1865 |
# Store the tabs for updating them on load based on URL parameters
|
1866 |
tabs.append(outer_tabs)
|
|
|
1861 |
current_task_language = gr.JSON(value=dict(), visible=False)
|
1862 |
language_per_task = gr.JSON(value=dict(), visible=False)
|
1863 |
|
1864 |
+
gr.Markdown(f"""
|
1865 |
+
Massive Text Embedding Benchmark (MTEB) Leaderboard. To submit, refer to the <a href="https://github.com/embeddings-benchmark/mteb#leaderboard" target="_blank" style="text-decoration: underline">MTEB GitHub repository</a> 🤗 Refer to the [MTEB paper](https://arxiv.org/abs/2210.07316) for details on metrics, tasks and models.
|
1866 |
+
""")
|
1867 |
+
|
1868 |
with gr.Tabs() as outer_tabs:
|
1869 |
# Store the tabs for updating them on load based on URL parameters
|
1870 |
tabs.append(outer_tabs)
|