Views
No views yet
❤️ Special thanks to the Unsloth open-source library and @KyleHessling1 for their support.
A Note: My goal isn't just to detail a workflow, but to demystify LLM training. Beyond the social media hype, fine-tuning isn't an unattainable ritual—often, all you need is a Google account, a standard laptop, and relentless curiosity.No one starts as an expert, but every expert was once brave enough to begin.All training and testing for this project were self-funded. If you find this model or guide helpful, a Star ⭐️ on GitHub would be the greatest encouragement. Thank you! 🙏
[!Note] The Claude series model optimizations are named under the Qwopus3.5 series, with the latest version being 🌟Qwopus3.5-v3.
Update: This model has been further enhanced with additional reasoning data distilled from Qwen3.5-27B.The new training data introduces higher-quality reasoning trajectories across domains such as science, instruction-following, and mathematics.Part of the data comes from Jackrong/Qwen3.5-reasoning-700x, a curated dataset designed to improve structured step-by-step reasoning and reasoning diversity.

<think> tags, and ultimately delivering precise, nuanced solutions.1Base Model (Qwen3.5-9B)
2 │
3 ▼
4Supervised Fine-Tuning (SFT) + LoRA
5(Response-Only Training masked on "<|im_start|>assistant\n<think>")
6 │
7 ▼
8Final Model Text-only (Qwen3.5-9B-Claude-4.6-Opus-Reasoning-Distilled)1Let me analyze this request carefully:
2
31. Identify the core objective of the problem.
42. Break the task into clearly defined subcomponents.
53. Evaluate constraints and edge cases.
64. Formulate a step-by-step solution plan.
75. Execute the reasoning sequentially and verify consistency.
8 .
9 .
10 .train_on_responses_only strategy, masking instructions so the loss is purely calculated over the generation of the <think> sequences and the subsequent solutions.<think> {internal reasoning} </think>\n {final answer}.<think> reasoning patterns from the Claude 4.6 Opus teacher data.| Dataset Name | Description / Purpose |
|---|---|
| nohurry/Opus-4.6-Reasoning-3000x-filtered | Provides comprehensive Claude 4.6 Opus reasoning trajectories. |
| Jackrong/Qwen3.5-reasoning-700x | Additional curated reasoning samples designed to strengthen structured step-by-step problem solving and improve reasoning diversity. |
<think> block sequentially rather than exploratory "trial-and-error" self-doubt.nohurry and TeichAI).