Muennighoff commited on
Commit
48510be
·
verified ·
1 Parent(s): 4cdb2d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -273,8 +273,7 @@ with gr.Blocks(css=css) as block:
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 leaderboard that allows for more customization [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():
 
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 leaderboard that allows for more customization [here](https://huggingface.co/spaces/mteb/leaderboard). To find the main English tab that should be close to the one displayed here, you can select MTEB(eng,classic) there. 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():