bm25s

Repo for storing evaluation results of the bm25s implementation in MTEB. BM25 acts as a competitive hard-to-beat baseline.

Note that this repository does not contain the model implementation, but you can fetch the implementation in MTEB using:

import mteb

task = mteb.get_benchmark("RTEB(beta)")  # the v2 English benchmark
model = mteb.get_model("mteb/baseline-bm25s")

results = mteb.evaluate(model, task)
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Evaluation results