mneb/qwen2.5-3b-finerweb

Hugging Face
TEXT GENERATIONConcurrency Cost:1Model Size:3.1BQuant:BF16Ctx Length:32kPublished:May 30, 2026Architecture:Transformer Warm

mneb/qwen2.5-3b-finerweb is a 3.1 billion parameter Qwen2.5-3B-Instruct model fine-tuned for XML-based Named Entity Recognition (NER). It specializes in extracting and tagging named entities within text by wrapping them in user-defined XML-style tags. This model is optimized for precise, instruction-guided entity extraction without altering the original text content.

Loading preview...

Model Overview

mneb/qwen2.5-3b-finerweb is a specialized 3.1 billion parameter model based on the Qwen2.5-3B-Instruct architecture. Its primary function is to perform XML-based Named Entity Recognition (NER), identifying and tagging specific entities within a given text.

Key Capabilities

  • XML-style Tagging: The model wraps detected named entities with user-defined XML-style tags, making the output structured and machine-readable.
  • Instruction-Guided Extraction: Users can specify the exact entity types (labels) to be recognized, allowing for flexible and targeted NER tasks.
  • Text Preservation: A core feature is its ability to extract entities without altering, rewriting, or translating the original input text, ensuring data integrity.
  • Lightweight Inference: Designed for efficient inference, making it suitable for applications requiring quick entity extraction.

Good For

  • Structured Data Extraction: Ideal for scenarios where named entities need to be extracted and presented in a structured, XML-like format.
  • Custom NER Tasks: Useful for developers who need to define specific entity types for extraction based on their application's requirements.
  • Data Pre-processing: Can serve as a pre-processing step for downstream tasks that require tagged entities, such as information retrieval or knowledge graph construction.
  • Maintaining Original Text Context: Excellent for applications where the original phrasing and content of the text must remain untouched, with only entities highlighted.