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
因为发现在上一个同样问题里面问了没有回答,所以再开一个新的issue。 求问作者,你预训练的时候应该没有调用T5原生的_shift_right函数,是吗?因为如果调用了的话,解码端实际的开头是[PAD];没调用的话,解码端预训练的模式是:输入[CLS]XXXXXXXX,输出XXXXXXX[SEP]。这样理解对吧?
The text was updated successfully, but these errors were encountered:
输入和输入都是[CLS]XXXXXXXX[SEP]
https://github.com/ZhuiyiTechnology/t5-pegasus/blob/a5211b7d4c6a4d92973eca57d9dcfc0cb0774662/finetune.py#L65
Sorry, something went wrong.
No branches or pull requests
因为发现在上一个同样问题里面问了没有回答,所以再开一个新的issue。
求问作者,你预训练的时候应该没有调用T5原生的_shift_right函数,是吗?因为如果调用了的话,解码端实际的开头是[PAD];没调用的话,解码端预训练的模式是:输入[CLS]XXXXXXXX,输出XXXXXXX[SEP]。这样理解对吧?
The text was updated successfully, but these errors were encountered: