Skip to content

1.14.9

Compare
Choose a tag to compare
@KennethEnevoldsen KennethEnevoldsen released this 21 Aug 15:45
· 140 commits to main since this release

1.14.9 (2024-08-21)

Fix

  • fix: Added multilingual and indic benchmark

This adds outlines for the multilingual and indic benchmarks as well as a few adjustments to existing benchmarks due to a few discovered bugs in the previous implementation.

It also add utilites for easily creating a table from a list of tasks:

tasks = mteb.get_tasks(tasks=[...])
tasks.to_latex()
tasks.to_dataframe()
``` ([`8c9dada`](https://github.com/embeddings-benchmark/mteb/commit/8c9dadac6b23dc5f05656cc3284109f7d79e03b7))

## Unknown

* Update tasks table ([`4699b43`](https://github.com/embeddings-benchmark/mteb/commit/4699b43a232fcdea096be08c899ce7f6479f4914))