You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
看论文中“In the first stage of joint training, we use the speaker identification task for LLM
In the second stage, we fine-tune LLM using both the ERC main task and the emotion influence prediction task to improve”所以第一阶段是speaker_task='True' ,第二阶段是emotion_prediction='True'和ERC main task联合,所以是不需要同时设定emotion_prediction='True' 和speaker_task='True'的
看论文中“In the first stage of joint training, we use the speaker identification task for LLM看论文中“在联合训练的第一阶段,我们使用LLM的说话人识别任务 In the second stage, we fine-tune LLM using both the ERC main task and the emotion influence prediction task to improve”所以第一阶段是speaker_task='True' ,第二阶段是emotion_prediction='True'和ERC main task联合,所以是不需要同时设定emotion_prediction='True' 和speaker_task='True'的
您好,请问下如何设置参数实现以下两种方式训练呢?
不做speaker任务,直接emotion_prediction='True'和ERC main task联合
先做speaker任务,再emotion_prediction='True'和ERC main task联合训练
您好,从代码看好像不能同时设定emotion_prediction='True' 和speaker_task='True',实际使用时也会报错找不到data目录。
The text was updated successfully, but these errors were encountered: