epfml/sent2vec
General purpose unsupervised sentence representations observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
Flags: no_license
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: n/a
- age_days: 3458
- days_rel: n/a
- days_push: 1491
- n_releases_24m: 0
Adoption not part of the score
1201 stars · 257 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Sent2vec is a C++ library with a Cython/Python interface that trains unsupervised distributed representations of sentences and short texts, built on Facebook's FastText. It includes pre-trained models for generating sentence and word embeddings usable as features in downstream machine learning tasks.
Use cases
- generate sentence embeddings for text classification
- get numerical features for short texts and sentences
- train an unsupervised sentence embedding model
- find nearest neighbour sentences and word analogies
- extract word embeddings from pre-trained models
- embed sentences in python while keeping the model in memory
When to choose
- you need fast, lightweight unsupervised sentence embeddings without a GPU
- you want to train custom embeddings on your own corpus
- you need embeddings as input features for classical ML models
When to avoid
- you need state-of-the-art contextual embeddings from transformer models
- you need cross-lingual sentence embeddings (use Bi-sent2vec instead)
- you need an actively developed project with recent updates
Facets
library · maturity maintenance
machine-learning nlp machine-learning python cpp cross-platform sentence-embeddings word-embeddings unsupervised-learning fasttext cython natural-language-processing
1 source
- readme: https://github.com/epfml/sent2vec · fetched 2026-08-28 · 0b600416d032
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| epfml/sent2vec | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem