В праздничные дни с 29.12 по 08.01 техническая поддержка отдыхает, но на наиболее важные вопросы постараемся ответить. Счастливого Нового Года!
gitverse new year логотип

mteb-leaderboard

Форк
0
Зеркало из https://github.com/ai-forever/mteb-leaderboard

README.md

title: MTEB Leaderboard emoji: 🥇 colorFrom: blue colorTo: indigo sdk: gradio sdk_version: 4.20.0 app_file: app.py pinned: false tags:

  • leaderboard startup_duration_timeout: 1h fullWidth: true

The MTEB Leaderboard repository

This repository contains the code for pushing and updating the MTEB leaderboard daily.

Relevant LinksDecription
mtebThe implementation of the benchmark. Here you e.g. find the code to run your model on the benchmark.
leaderboardThe leaderboard itself, here you can view results of model run on MTEB.
resultsThe results of MTEB is stored here. Though you can publish them to the leaderboard adding the result to your model card.

Developer setup

To setup the repository:

git clone https://github.com/embeddings-benchmark/leaderboard.git
cd leaderboard
# install requirements
pip install -r requirements.txt
# fetch new results
# python refresh.py
# if you'd like to add results to previously cached models, you may have to remove these models in `EXTERNAL_MODEL_RESULTS.json`
# you can also directly delete `EXTERNAL_MODEL_RESULTS.json` and it will recreate it (but be much slower)
# run the leaderboard
python app.py

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.