Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -273,7 +273,8 @@ with gr.Blocks(css=css) as block:
|
|
273 |
language_per_task = gr.JSON(value=dict(), visible=False)
|
274 |
|
275 |
gr.Markdown(f"""
|
276 |
-
|
|
|
277 |
""")
|
278 |
|
279 |
with gr.Row():
|
|
|
273 |
language_per_task = gr.JSON(value=dict(), visible=False)
|
274 |
|
275 |
gr.Markdown(f"""
|
276 |
+
This is the Legacy MTEB leaderboard. Check out our new, massively multilingual leaderboard [here](https://huggingface.co/spaces/mteb/leaderboard).
|
277 |
+
🤗 Refer to the [MTEB paper](https://arxiv.org/abs/2210.07316) for details on metrics, tasks and models. Also check out [MTEB Arena](https://huggingface.co/spaces/mteb/arena) ⚔️
|
278 |
""")
|
279 |
|
280 |
with gr.Row():
|