hiro7ka/dpo-qwen-cot-merged-ver3

Hugging Face
TEXT GENERATIONConcurrency Cost:1Model Size:4BQuant:BF16Ctx Length:32kPublished:Feb 28, 2026License:apache-2.0Architecture:Transformer Open Weights Warm

hiro7ka/dpo-qwen-cot-merged-ver3 is a 4 billion parameter Qwen3-based instruction-tuned language model, fine-tuned using Direct Preference Optimization (DPO) via Unsloth. This model is specifically optimized to improve reasoning capabilities, particularly Chain-of-Thought (CoT), and enhance the quality of structured responses. It excels in tasks requiring logical progression and coherent, aligned outputs.

Loading preview...

Model Overview

hiro7ka/dpo-qwen-cot-merged-ver3 is a 4 billion parameter language model built upon the Qwen3-4B-Instruct-2507 base model. It has been fine-tuned using Direct Preference Optimization (DPO), leveraging the Unsloth library to enhance its performance. This model comes with full-merged 16-bit weights, eliminating the need for adapter loading.

Key Capabilities & Optimization

This model's primary optimization objective was to align its responses with preferred outputs, focusing on:

  • Improved Reasoning (Chain-of-Thought): The DPO training specifically targeted enhancing the model's ability to generate logical, step-by-step reasoning processes.
  • Structured Response Quality: It is designed to produce higher quality and more coherent structured outputs based on preference datasets.

Training Details

The DPO training involved 0.5 epochs with a learning rate of 1e-07 and a beta value of 0.15. The maximum sequence length used during training was 1024 tokens. The LoRA configuration (r=8, alpha=16) was merged directly into the base model.

Usage & Licensing

As a merged model, it can be directly used with the transformers library. The training data utilized was u-10bei/dpo-dataset-qwen-cot, and the model is released under the MIT License, with users also required to comply with the original base model's license terms.