{"categories":[{"label":"Artificial Intelligence","url":"https://skillfed.io/packages/category/scientific-engineering-artificial-intelligence/4"}],"enrichment":{"capability":"GLiNER is a lightweight framework for named entity recognition that can extract any entity type from text without labeled training data, and also supports relation extraction, PII detection, and token classification tasks.","skillfed_tags":["named-entity-recognition","zero-shot-learning","information-extraction"],"use_cases":["Extract personal identifiable information (SSN, credit cards, emails) from documents for compliance and redaction workflows.","Build knowledge graphs by jointly extracting entities and relations from unstructured text in a single pass.","Tag millions of documents against hundreds of entity types in production pipelines using the bi-encoder architecture.","Fine-tune on domain-specific corpora (biomedical, legal, financial) with minimal labeled examples.","Parse queries and documents in 100+ languages to extract structured data for multilingual applications.","Serve NER models at scale with automatic batching and memory-aware GPU allocation via Ray Serve."],"what_it_does":"GLiNER is a named entity recognition framework designed to extract entity types from text without requiring labeled training data. It uses a bi-encoder architecture that pre-computes label embeddings, enabling zero-shot recognition across many entity types. The framework is optimized for deployment on CPUs and consumer hardware through quantization and torch.compile, and includes support for streaming NER, joint entity-relation extraction, and multilingual PII detection across 100+ languages.\n\nThe package provides both inference and fine-tuning capabilities. For production workloads, it offers Ray Serve integration for high-throughput serving with dynamic batching and horizontal scaling. Pre-trained models are available via Hugging Face Hub, and the framework supports multiple architectures (uni-encoder, bi-encoder, RelEx, decoder, streaming) tailored to different use cases. Training on custom data is supported through JSON-based datasets and programmatic APIs.","worth_installing":"Yes. GLiNER is actively maintained, has no known vulnerabilities, and offers a practical solution for zero-shot entity extraction without labeled data. The permissive Apache-2.0 license and low install friction make it accessible. Install it if you need flexible NER without task-specific training, or if you want to experiment with entity extraction on diverse entity types. The Ray Serve integration and quantization support make it viable for production, though you should verify performance on your specific hardware and entity types before deploying."},"id":"gliner","links":{"html":"https://skillfed.io/packages/gliner","md":"https://skillfed.io/packages/gliner.md","pypi":"https://pypi.org/project/gliner/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-07-24","license_spdx":null,"license_treatment":"permissive","name":"gliner","python_support":"supports_current","summary":"Generalist model for NER (Extract any entity types from texts)"},"popularity":{"monthly_downloads":788163,"position":5057,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.2.28"}
