-
Dataset Preparation
- The
patrickfleith/instruction-freak-reasoning dataset was used.
- Each example contains a complex instruction paired with an in-depth reasoning-based response.
- Prompts were structured to encourage chain-of-thought style outputs when applicable.
-
Model Loading and Configuration
- Qwen3 base model weights were loaded via the
unsloth library in bf16 precision.
- All model layers were fully updated (
full_finetuning=True) to effectively adapt the model to instruction understanding and stepwise response generation.
-
Supervised Fine-Tuning
- Fine-tuning was conducted using the Hugging Face TRL library with the Supervised Fine-Tuning (SFT) approach.
- The model was trained to follow detailed instructions, reason logically, and generate structured responses.
This project is licensed under the Apache License 2.0. See the
LICENSE file for details.