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
微调的时候如何让模型记住一些特有的知识呢?比如问你是谁,由谁开发的场景,需要模型回答固定的答案这样,类似于faq
The text was updated successfully, but these errors were encountered:
目前好多开源微调chatglm的项目 都有人问这种微调后效果不佳的问题 感觉是个比较严重的问题。。。
Sorry, something went wrong.
数据量到位,且保证pormpt模板没问题,肯定可以记住你微调的内容。虽然模型原本的知识可能会遗忘掉。
将这条信息写死在prompt中。让模型回答的时候参考这条信息,可以快速解决这个问题
No branches or pull requests
微调的时候如何让模型记住一些特有的知识呢?比如问你是谁,由谁开发的场景,需要模型回答固定的答案这样,类似于faq
The text was updated successfully, but these errors were encountered: