Discover and explore top open-source AI tools and projects—updated daily.
fastino-aiUnified information extraction for diverse NLP tasks
Top 63.8% on SourcePulse
Unified Schema-Based Information Extraction
GLiNER2 is a unified information extraction framework that consolidates Named Entity Recognition (NER), text classification, and structured data extraction into a single, efficient model. Designed for CPU-first inference, it offers fast, local processing without requiring GPUs or external dependencies, making advanced NLP accessible on standard hardware. This approach benefits users needing versatile data extraction capabilities while prioritizing privacy and ease of deployment.
How It Works
The core of GLiNER2 is a unified schema-based architecture, integrating multiple NLP tasks into a single 205M-340M parameter model. It processes information in one forward pass, enabling rapid CPU inference. The system leverages a flexible schema definition that allows users to specify entity types with optional descriptions for enhanced accuracy, configure text classification with confidence thresholds, and define complex structured data extraction with field-level types and constraints. This design prioritizes efficiency and broad accessibility.
Quick Start & Requirements
pip install gliner2fastino/gliner2-base-v1, fastino/gliner2-large-v1) are available on Hugging Face.Highlighted Details
Maintenance & Community
The project builds upon the original GLiNER architecture by Fastino AI. Specific community channels or active maintenance signals beyond the provided citation are not detailed in the README.
Licensing & Compatibility
Licensed under the Apache License 2.0, permitting broad commercial use and integration into closed-source applications.
Limitations & Caveats
The README does not explicitly detail limitations. While CPU-optimized, the model size (205M-340M parameters) may still represent a significant resource footprint for highly constrained environments. Performance on highly specialized or out-of-domain data may require further fine-tuning.
2 weeks ago
Inactive
finic-ai
dzhng
mihail911