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
在T5decoder的输出中,输出的logits是一个表示开始的special token。由于我的任务的特殊性,只需要生成一个toeken,所以这个开始标记会影响结果。所以我想知道,在T5中可不可以直接生成target token。
The text was updated successfully, but these errors were encountered:
可以自行修改tokenizer相关代码
Sorry, something went wrong.
No branches or pull requests
在T5decoder的输出中,输出的logits是一个表示开始的special token。由于我的任务的特殊性,只需要生成一个toeken,所以这个开始标记会影响结果。所以我想知道,在T5中可不可以直接生成target token。
The text was updated successfully, but these errors were encountered: