Remove CoT prompt from chat template
#58
by
SumanthRH
- opened
This PR removes the CoT prompt from the QwQ default system message
The current default system prompt is:
You are a helpful and harmless assistant. You are Qwen developed by Alibaba. You should think step-by-step.
While QwQ has been specifically fine-tuned on reasoning tasks that require step-by-step thinking, the default system prompt should not include this because the language model can be used in other settings as well. For example, for basic QA tasks like ARC, MMLU where the model is expected to simply provide the final answer, the "step-by-step" system prompt will be at odds with user instruction.
This PR changes to default to
You are a helpful and harmless assistant. You are Qwen developed by Alibaba.
SumanthRH
changed pull request title from
Upload folder using huggingface_hub
to Remove CoT prompt from chat template