From 62659e85a49176bc2301515f4e0b28fe989ac2a9 Mon Sep 17 00:00:00 2001 From: Niklas Muennighoff Date: Tue, 23 Apr 2024 12:10:47 -0700 Subject: [PATCH] Add LB Tab instructions --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ecd21c23ea..756f53d919 100644 --- a/README.md +++ b/README.md @@ -208,6 +208,7 @@ evaluation.run(model) | 📈 [Leaderboard] | The interactive leaderboard of the benchmark | | 🤖 [Adding a model] | Information related to how to submit a model to the leaderboard | | 👩‍💻 [Adding a dataset] | How to add a new task/dataset to MTEB |  +| 👩‍💻 [Adding a leaderboard tab] | How to add a new leaderboard tab to MTEB |  | 🤝 [Contributing] | How to contribute to MTEB and set it up for development | @@ -215,6 +216,7 @@ evaluation.run(model) [Contributing]: CONTRIBUTING.md [Adding a model]: docs/adding_a_model.md [Adding a dataset]: docs/adding_a_dataset.md +[Adding a leaderboard tab]: docs/adding_a_leaderboard_tab.md [Leaderboard]: https://huggingface.co/spaces/mteb/leaderboard [MMTEB]: docs/mmteb/readme.md