urchade/GLiNER
Generalist and Lightweight Model for Named Entity Recognition (Extract any entity types from texts) observed · 2026-08-28
Health v2 · maintenance only
87/100
- Activity 97
- Release rhythm 82
- Longevity 73
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: 36.5
- age_days: 1023
- days_rel: 40
- days_push: 23
- n_releases_24m: 17
Adoption not part of the score
3574 stars · 299 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
GLiNER is a Python framework for training and deploying lightweight, zero-shot Named Entity Recognition models that can extract arbitrary entity types from text without labeled data. It also supports streaming NER, joint entity and relation extraction, and multi-task token classification, running efficiently on CPUs and consumer hardware.
Use cases
- extract named entities from text without training data
- detect PII in documents
- perform zero-shot NER with custom entity types
- extract entities and relations jointly
- run NER on CPU without a GPU
- stream entity recognition over incremental text
- fine-tune a small NER model on my own labels
When to choose
- you need flexible entity types without training a task-specific model
- you want LLM-like extraction flexibility at a fraction of the cost and size
- you need to deploy NER on CPU or edge hardware with ONNX/INT8 support
When to avoid
- you need a fixed set of predefined entity types with maximum accuracy from a classic NER model
- you need full generative LLM capabilities beyond entity extraction
- you are not working in the Python/PyTorch ecosystem
Facets
library · maturity active
nlp machine-learning llm-inference machine-learning artificial-intelligence python cross-platform named-entity-recognition zero-shot information-extraction relation-extraction pii-detection transformers onnx token-classification natural-language-processing gpu
3 sources
- readme: https://github.com/urchade/GLiNER · fetched 2026-08-28 · 8de9d5f56d3f
- homepage: https://urchade.github.io/GLiNER · fetched 2026-08-29 · baf078eb9956
- registry_pypi: https://pypi.org/pypi/gliner/json · fetched 2026-08-29 · bd001a5e73f8
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| urchade/GLiNER | main | 87 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem