Replies: 2 comments
-
训练数据500条,训练了3个epoch。学习率2e-2
|
Beta Was this translation helpful? Give feedback.
0 replies
-
在#253中提出 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
我正在微调模型,希望模型能理解工具返回的内容,并且生成正确的答案。
假设用户提问:平台事业部有人收过礼品吗?
工具返回的数据如下(是一个json):
期望的回答(训练时使用的正确答案数据格式)
实际训练好后,模型生成的答案如下:

首先生成的格式就不对,而且内容也经常出现错误。
请问是哪里出问题了,有没有优化的方法?
Beta Was this translation helpful? Give feedback.
All reactions