Replies: 5 comments 1 reply
-
微调数据集,第二条,是不是没有"}]}结尾? |
Beta Was this translation helpful? Give feedback.
1 reply
-
一样的问题,兄弟解决没啊?怎么处理啊 |
Beta Was this translation helpful? Give feedback.
0 replies
-
数据格式不对,检查你的数据格式 |
Beta Was this translation helpful? Give feedback.
0 replies
-
您好,请问您解决了吗,我也遇到了一样的问题 |
Beta Was this translation helpful? Give feedback.
0 replies
-
请问解决了嘛,我也是相同的问题。但区别在于学习率设置5e-5是,ptuning没问题。将学习率增大后,出现error:Hypothesis is empty |
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.
-
我在按照finetune_demo中的实例进行训练测试的时候遇到的问题,在训练到一定的步数进行评估,评估进度完成之后报错:
ValueError: Hypothesis is empty.
经过一些搜索,得到的解读是:模型没有产生任何输出。
但是我不知道是哪里出了问题或者该如何解决。
训练的启动脚本:
数据格式如下:
Beta Was this translation helpful? Give feedback.
All reactions