stanfordnlp/GloVe
Software in C and data files for the popular GloVe model for distributed word representations, a.k.a. word vectors or embeddings observed · 2026-08-28
Health v2 · maintenance only
38/100
- Activity 33
- Release rhythm 8
- Longevity 100
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: 4019
- days_rel: n/a
- days_push: 402
- n_releases_24m: 0
Adoption not part of the score
7230 stars · 1545 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Stanford's C implementation of the GloVe model for training distributed word representations (word embeddings), plus downloadable pre-trained vectors on large web corpora. It trains word vectors from co-occurrence statistics and provides 2024-updated pre-trained vector files.
Use cases
- train word embeddings from a custom corpus
- download pre-trained GloVe word vectors for NLP tasks
- compute word similarity and nearest neighbors
- use word vectors as features in downstream NLP models
- explore word analogy relationships like man -> woman
When to choose
- you need classic static word embeddings rather than contextual transformer embeddings
- you want to train embeddings on your own corpus with a fast C implementation
- you need lightweight, well-established vectors for semantic similarity or as model features
When to avoid
- you need contextual embeddings that handle polysemy (use BERT-style models instead)
- you want a Python-native training pipeline
- you need multilingual or sentence-level embeddings
Facets
library · maturity stable
machine-learning nlp data-generation machine-learning artificial-intelligence windows cpp c word-embeddings word-vectors glove pretrained-vectors c-implementation natural-language-processing linux macos
1 source
- readme: https://github.com/stanfordnlp/GloVe · fetched 2026-08-28 · 3c10684ca99e
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| stanfordnlp/GloVe | main | 38 |
For agents
markdown · JSON · MCP: product_card(name="stanfordnlp/GloVe")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem