How can I train QWEN3's reasoning and unreasoning integrated data? #2678
-
I need to train qwen3's reasoning data after and unreasoning data after <\think>, so how can I organize and train the dataset with axolotl? |
Beta Was this translation helpful? Give feedback.
Answered by
teamclouday
May 21, 2025
Replies: 1 comment 1 reply
-
Based on the chat template It looks like you can set "reasoning_content" to define the reasoning data inside <think> tag, and then use "content" for the unreasoning data
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Foreist
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Based on the chat template
axolotl/src/axolotl/utils/chat_templates.py
Line 38 in a27b909