.cookiecutter.json
.cruft.json
.gitignore
.pre-commit-config.yaml
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
citation.cff
makefile
mkdocs.yml
pyproject.toml
.github/workflows/documentation.yml
.github/workflows/lint.yml
.github/workflows/release.yml
.github/workflows/stalebot.yml
.github/workflows/static_type_checks.yml
.github/workflows/tests.yml
docs/api.md
docs/create_desc_stats.py
docs/datasets.md
docs/getting_started.ipynb
docs/index.md
docs/installation.md
docs/run_benchmark.py
docs/_static/logo.png
docs/_static/social.png
src/seb/__init__.py
src/seb/__main__.py
src/seb/benchmark.py
src/seb/cli.py
src/seb/full_benchmark.py
src/seb/model_interface.py
src/seb/mteb_tasks.py
src/seb/py.typed
src/seb/registries.py
src/seb/result_dataclasses.py
src/seb/tasks_interface.py
src/seb/utils.py
src/seb.egg-info/PKG-INFO
src/seb.egg-info/SOURCES.txt
src/seb.egg-info/dependency_links.txt
src/seb.egg-info/requires.txt
src/seb.egg-info/top_level.txt
src/seb/seb_models/__init__.py
src/seb/seb_models/cohere_models.py
src/seb/seb_models/e5_models.py
src/seb/seb_models/fairseq_models.py
src/seb/seb_models/hf_models.py
src/seb/seb_models/openai_models.py
src/seb/seb_tasks/__init__.py
src/seb/seb_tasks/danish.py
src/seb/seb_tasks/multilingual.py
src/seb/seb_tasks/norwegian.py
src/seb/seb_tasks/swedish.py
tests/__init__.py
tests/dummy_model.py
tests/dummy_task.py
tests/test_all_models.py
tests/test_benchmark.py
tests/test_seb_models.py
tests/test_tasks.py