kardosdrur commited on
Commit
0a5110c
·
verified ·
1 Parent(s): 5012f81

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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
- Massive Text Embedding Benchmark (MTEB) Leaderboard. To submit, refer to the <a href="https://github.com/embeddings-benchmark/mteb/blob/main/docs/adding_a_model.md" 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. Also check out [MTEB Arena](https://huggingface.co/spaces/mteb/arena) ⚔️
 
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():