We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
是不是这种的格式?
{"messages": [{"role": "user", "content": "<query1>"}, {"role": "assistant", "content": "<think>\n?????????</think>\n<answer>????????</answer>"}]}
主要是<think></think><answer></answer>这几个东西到底加不加?
<think></think><answer></answer>
The text was updated successfully, but these errors were encountered:
是的,需要加的
不然训练出来的模型就不会think了
Sorry, something went wrong.
OK,就是说</think>后面的内容要用<answer></answer>包起来对吧?可为什么推理的时候我只看到了</think>,没看到<answer></answer>呢
</think>
<answer></answer>
No branches or pull requests
是不是这种的格式?
主要是
<think></think><answer></answer>
这几个东西到底加不加?The text was updated successfully, but these errors were encountered: