itsrishub/sawyer-0.5b

TEXT GENERATIONPricing:Input $0.04 / Cached $0.008 / Output $0.08Concurrent Unit Cost:1Model Size:0.5BQuant:BF16Context Size:32kTool Calling:SupportedPublished:Sep 22, 2026Architecture:Transformer0.0K Featherless Exclusive Cold

itsrishub/sawyer-0.5b is a 0.5 billion parameter instruction-tuned causal language model, fine-tuned from unsloth/Qwen2.5-0.5B-Instruct. This model specializes in parsing raw log data into canonical JSON format, demonstrating its capability for structured data extraction from unstructured text. With a context length of 32768 tokens, it is optimized for tasks requiring log analysis and transformation.

Loading preview...

Model Overview

itsrishub/sawyer-0.5b is a specialized language model, fine-tuned from the unsloth/Qwen2.5-0.5B-Instruct base model. It has been developed using the TRL (Transformer Reinforcement Learning) framework, focusing on specific data transformation tasks. The model's primary strength lies in its ability to process and convert raw, unstructured log entries into a structured, canonical JSON format.

Key Capabilities

  • Log Parsing: Excels at taking raw log data and transforming it into a standardized JSON output.
  • Instruction Following: Designed to follow explicit instructions for data extraction and formatting.
  • Efficient Processing: As a 0.5 billion parameter model, it offers a balance between performance and computational efficiency for its specialized task.
  • Context Handling: Supports a context length of 32768 tokens, allowing it to process moderately sized log entries or multiple log lines.

Good For

  • Automated Log Analysis: Ideal for systems requiring automated parsing of server logs, network logs, or application logs into a machine-readable format.
  • Data Preprocessing: Useful in data pipelines where unstructured text logs need to be converted into structured data for further analysis, storage, or visualization.
  • Security Information and Event Management (SIEM): Can be integrated into SIEM systems to normalize diverse log formats into a consistent structure.

Training Details

The model was trained using Supervised Fine-Tuning (SFT) with the TRL library. The development environment included TRL 0.24.0, Transformers 4.55.4, Pytorch 2.6.0+cu124, Datasets 4.3.0, and Tokenizers 0.21.4.