Skip to content

Conversation

@Ingvarstep
Copy link
Owner

Classification (GLiNERClassifier)

  • Supports single-label and multi-label text classification.
  • Includes evaluation metrics (F1 score) for dataset evaluation.

Question-Answering (GLiNERQuestionAnswerer)

  • Performs question-answering tasks by extracting answers from input texts.
  • Includes evaluation capabilities using the GLiNERSquadEvaluator on datasets like SQuAD.

Relation Extraction (GLiNERRelationExtractor)

  • Combines zero-shot named entity recognition (NER) and relation extraction.
  • Supports user-defined entity types and relations with configurable thresholds and filtering options.
  • Added support of evaluation on DocRED dataset;

Open Information Extraction (GLiNEROpenExtractor)

  • Extracts structured information from text based on user queries.
  • Supports customizable prompts for better alignment with task-specific needs.

Summarization (GLiNERSummarizer)

  • Implements extractive summarization by identifying key information from text.

@Ingvarstep Ingvarstep merged commit 0a9261b into main Dec 12, 2024
Ingvarstep pushed a commit that referenced this pull request Nov 2, 2025
Add inference-time sequence packing support
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants