MinishLab/model2vec
Fast State-of-the-Art Static Embeddings observed · 2026-08-28
Health v2 · maintenance only
90/100
- Activity 99
- Release rhythm 97
- Longevity 55
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 6.0
- age_days: 776
- days_rel: 21
- days_push: 7
- n_releases_24m: 27
Adoption not part of the score
2186 stars · 124 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Model2Vec is a Python library that distills any sentence transformer into a tiny, fast static embedding model by computing one fixed vector per token and averaging them at inference time. It reduces model size up to 50x and speeds up inference up to 500x on CPU with only a small drop in quality.
Use cases
- generate text embeddings fast on cpu
- distill a sentence transformer into a small static model
- build a lightweight retrieval or rag system
- classify documents at high throughput without gpu
- deduplicate or cluster large text datasets
- embed large corpora like wikipedia quickly
- reduce embedding model size for edge deployment
When to choose
- you need very fast, cheap embeddings on cpu
- you want small models for retrieval, classification, or clustering
- you need to deploy embeddings without gpu or heavy dependencies
- you want sentence-transformers or langchain integration
When to avoid
- you need state-of-the-art accuracy and can afford transformer inference
- your task depends on contextual token representations
- you need multilingual coverage not offered by available models
Facets
library · maturity active
machine-learning nlp rag search-engine machine-learning python cross-platform static-embeddings sentence-transformers embeddings distillation cpu-inference text-classification retrieval natural-language-processing retrieval-augmented-generation search cpu
9 sources
- readme: https://github.com/MinishLab/model2vec · fetched 2026-08-28 · 49e2beabb2f7
- homepage: https://minish.ai/packages/model2vec/introduction · fetched 2026-08-29 · 884cf4fbdb23
- site_page: https://minish.ai/about · fetched 2026-08-29 · 6332b2896728
- site_page: https://minish.ai/packages/model2vec/installation · fetched 2026-08-29 · 21a9aeffe4ea
- site_page: https://minish.ai/packages/semble/installation · fetched 2026-08-29 · 373938e60d5f
- site_page: https://minish.ai/packages/semhash/installation · fetched 2026-08-29 · ad1ab7983910
- site_page: https://minish.ai/packages/vicinity/installation · fetched 2026-08-29 · 4ed119eab51b
- registry_pypi: https://pypi.org/pypi/model2vec/json · fetched 2026-08-29 · c24bd616d293
- site_page: https://minish.ai/packages/model2vec/integrations · fetched 2026-08-29 · d24212c8593e
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| MinishLab/model2vec | main | 90 |
For agents
markdown · JSON · MCP: product_card(name="MinishLab/model2vec")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem