MTEB
Benchmark toolbox and leaderboard for evaluating text and multimodal embedding models.
About
Choosing an embedding model usually starts at MTEB, the Massive Text Embedding Benchmark, whose Hugging Face leaderboard has become the industry-standard scoreboard for embedding and reranking models. The open-source toolbox evaluates models on task types including retrieval, classification, clustering, semantic textual similarity, and reranking, and the 2025 MMTEB expansion, a large community effort, pushed coverage past a thousand tasks spanning more than 1,000 languages plus image and audio modalities. Running an evaluation takes a few lines of Python after pip install mteb: point it at any Sentence Transformers compatible model or implement a small encoder interface, and results can be submitted to the public leaderboard. Compute needs depend on the model being tested, since the harness itself is lightweight; datasets are pulled from the Hugging Face Hub and cached locally. The code is Apache-2.0 with about 3,400 GitHub stars and over 4,300 commits, maintained by the embeddings-benchmark community, and the 2022 MTEB and 2025 MMTEB papers document the methodology.
Reviews (0)
Leave a Review
No reviews yet. Be the first to review!
Details
- Category
- Vector Databases & Embeddings
- Price
- Free
- Platform
- Local/Desktop
- Difficulty
- Easy (2/5)
- License
- Apache-2.0
- Added
- Jul 29, 2026
Related Tools
Fast embedding inference server supporting many embedding models.
Open-source vector similarity search extension for PostgreSQL.
All-in-one embeddings database for semantic search, LLM orchestration, and language model workflows.
Library for representing and sending multimodal data by Jina AI.
Python client library for Qdrant vector database.
Efficient similarity search library by Meta for dense vector clustering and retrieval.