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
模型能处理超过32长度的句子吗?现在max_len=32, 当句子长度大于32时,会被截断,生成的同义句语义不完整;如果把maxlen设为128,生成的同义句会更短,语义更加不完整,不太清楚原因。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
模型能处理超过32长度的句子吗?现在max_len=32, 当句子长度大于32时,会被截断,生成的同义句语义不完整;如果把maxlen设为128,生成的同义句会更短,语义更加不完整,不太清楚原因。
The text was updated successfully, but these errors were encountered: