Mteb

Latest version: v1.36.22

Safety actively analyzes 714815 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 16 of 82

1.28.4

Fix

* fix: fixes implementation of similarity() (1748)

* fix(1594): fixes implementation of similarity()

* fix: add similarity to SentenceTransformerWrapper

---------

Co-authored-by: sam021313 <40773225+sam021313users.noreply.github.com> ([`3fe9264`](https://github.com/embeddings-benchmark/mteb/commit/3fe92644fa53c0c8cedc92d17fb25f0012a26aab))

1.28.3

Fix

* fix: Fixed definition of zero-shot in ModelMeta (1747)


* Corrected zero_shot definition to be based on task names, not dataset path ([`407e205`](https://github.com/embeddings-benchmark/mteb/commit/407e20541613018b61fda2f1ec6be0ef9741e194))

1.28.2

Fix

* fix: Fixed task_type aggregation on leaderboard (1746)

* Fixed task_type aggregation in leaderboard

* Fixed an error due to unneccesary indentation in get_score ([`76bb070`](https://github.com/embeddings-benchmark/mteb/commit/76bb070f5966716010e399c6bf1c2278ce83a173))

1.28.1

Fix

* fix: Leaderboard Speedup (1745)

* Added get_scores_fast

* Made leaderboard faster with smarter dependency graph and event management and caching

* Changed print to logger.info ([`9eff8ca`](https://github.com/embeddings-benchmark/mteb/commit/9eff8cae60e3fcf9346969dfbf7f548f3e27bc55))

Test

* test: Add script to test model loading below n_parameters threshold (1698)

* add model loading test for models below 2B params
* add failure message to include model namne
* use the real get_model_meta
* use cache folder
* teardown per function
* fix directory removal
* write to file
* wip loading from before
* wip
* Rename model_loading_testing.py to model_loading.py
* Delete tests/test_models/test_model_loading.py
* checks for models below 2B
* try not using cache folder
* update script with scan_cache_dir and add args
* add github CI: detect changed model files and run model loading test
* install all model dependencies
* dependecy installations and move file location
* should trigger a model load test in CI
* find correct commit for diff
* explicity fetch base branch
* add make command
* try to run in python instead and add pytest
* fix attribute error and add read mode
* separate script calling
* let pip install be cached and specify repo path
* check ancestry
* add cache and rebase
* try to merge instead of rebase
* try without merge base
* check if file exists first
* Apply suggestions from code review
Co-authored-by: Kenneth Enevoldsen <kennethcenevoldsengmail.com>
* Update .github/workflows/model_loading.yml
Co-authored-by: Kenneth Enevoldsen <kennethcenevoldsengmail.com>
* address review comments to run test once from CI and not pytest
---------
Co-authored-by: Kenneth Enevoldsen <kennethcenevoldsengmail.com> ([`8d033f3`](https://github.com/embeddings-benchmark/mteb/commit/8d033f39415cd00840a1e0f6305d453ca6032abf))

Unknown

* Fixed result loading on leaderboard (1739)

* Only main_score gets loaded for leaderboard thereby avoiding OOM errors

* Fixed plot failing because of missing embedding dimensions

* Ran linting ([`752d2b8`](https://github.com/embeddings-benchmark/mteb/commit/752d2b8013db501af11db851dd07a70931b266b0))

1.28.0

Feature

* feat: Add nomic modern bert (1684)

* add nomic modern bert

* use SentenceTransformerWrapper

* use SentenceTransformerWrapper

* try nomic wrapper

* update

* use all prompts

* pass prompts

* use fp16

* lint

* change to version

* remove commented code ([`95f143a`](https://github.com/embeddings-benchmark/mteb/commit/95f143a075812e4c12d53c0893539db0379052d9))

Fix

* fix: allow kwargs in init for RerankingWrapper (1676)

* allow kwargs in init

* fix retrieval

* convert corpus_in_pair to list ([`f5962c6`](https://github.com/embeddings-benchmark/mteb/commit/f5962c6ff0197f38a39a06c1a14ad6d2bb7522f3))

1.27.0

Feature

* feat: reduce logging for load_results()

- redacts missing subsets to avoid 100+ subsets printed
- reduce to logging.info
- removed splits that are commonly never evaluated on and thus also the errors for them being missing

The second part removed quite a few warnings (4930 to XX)

It also seems like the splits were accidentally included in some of the MMTEB benchmark.

This will remove those splits from those benchmarks (which are all in beta). We will have to recompute the tables for the paper though (we should do that anyway)

Other potential thing to consider:

- Scifact is included in MTEB(Medical). I have removed the &34;train&34; split from it as I think that was a mistake. (checked other dataset in benchmark)

Here is a count of the current top errors:
py
{
&34;MassiveScenarioClassification: Missing splits {&39;validation&39;}&34;: 238, included in e.g. mteb(fra)
&34;MassiveIntentClassification: Missing splits {&39;validation&39;}&34;: 237, included in e.g. mteb(fra)
&34;MassiveScenarioClassification: Missing subsets {&39;af&39;, &39;da&39;, ...} for split test&34;: 230,
&34;AmazonReviewsClassification: Missing splits {&39;validation&39;}&34;: 229, included in e.g. mteb(deu)
&34;MassiveIntentClassification: Missing subsets {&39;af&39;, &39;da&39;, ...} for split test&34;: 228,
&34;STS22: Missing subsets {&39;fr-pl&39;, &39;de-en&39;, ...} for split test&34;: 223,
&34;AmazonReviewsClassification: Missing subsets {&39;es&39;, &39;ja&39;, ...} for split test&34;: 196,
&34;MTOPDomainClassification: Missing splits {&39;validation&39;}&34;: 195, included in mteb(fra)
&34;MTOPIntentClassification: Missing splits {&39;validation&39;}&34;: 194, included in mteb(fra)
&34;AmazonCounterfactualClassification: Missing splits {&39;validation&39;}&34;: 189, included in mteb(deu)
&34;MTOPDomainClassification: Missing subsets {&39;es&39;, &39;th&39;, ...} for split test&34;: 165,
&34;STS17: Missing subsets {&39;en-ar&39;, &39;es-es&39;, ...} for split test&34;: 164,
&34;MTOPIntentClassification: Missing subsets {&39;es&39;, &39;th&39;, ...} for split test&34;: 164,
&34;AmazonCounterfactualClassification: Missing subsets {&39;de&39;, &39;ja&39;, ...} for split test&34;: 148,
}
([`7e16fa2`](https://github.com/embeddings-benchmark/mteb/commit/7e16fa2565b2058e12303a1feedbd0d4dea96a41))

Page 16 of 82

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.