GLiNER
Generalist model for named entity recognition using bidirectional transformer.
About
GLiNER performs named entity recognition without fixed entity types: you supply arbitrary type labels at inference time and a compact bidirectional transformer encoder finds matching spans, a zero-shot approach that avoids retraining for every new schema. Beyond standard NER the framework covers streaming extraction, joint entity and relation extraction, PII detection, and multi-task token classification across more than 100 languages. Several architectures are available, including a bi-encoder that encodes text and labels separately so large entity type libraries scale, plus uni-encoder and decoder-based variants. Models stay small enough for CPU deployment on consumer hardware, and the project supports torch.compile, FP16 and INT8 quantization, ONNX export, and production serving through Ray Serve with dynamic batching. Created by Urchade Zaratiana and collaborators and released under the Apache 2.0 license, it suits teams that need custom extraction without LLM-scale inference costs.
Reviews (0)
Leave a Review
No reviews yet. Be the first to review!
Details
- Category
- Natural Language Processing
- Price
- Free
- Platform
- Local/Desktop
- Difficulty
- Easy (2/5)
- License
- Apache-2.0
- Added
- Apr 3, 2026
Related Tools
Topic modeling library leveraging transformer embeddings and c-TF-IDF.
Simple framework for state-of-the-art NLP by Zalando Research.
Library for efficient text classification and word representation by Meta.
Topic modeling and document similarity library for unsupervised NLP.
State-of-the-art machine learning library providing thousands of pre-trained models.
Research library for NLP by AI2 built on PyTorch.