GLiNER DocumentationΒΆ

GLiNER is a framework for training and deploying Named Entity Recognition (NER) models that can identify any entity type. Its architectures include bidirectional transformer encoders, scalable bi-encoders, relation extraction models, and a causal StreamingSpan model for incremental text. It provides a practical alternative to both traditional NER models, which are limited to predefined entity types, and Large Language Models (LLMs), which offer flexibility but require significant computational resources.

This documentation includes installation guides, tutorials, advanced topics, and full API reference.