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
在实际使用过程中,我发现需要翻译的长句常常被切分得较为零散,例如被切成了三行。然而,我查看了源代码中的实现,发现似乎上下文只包含前一行,这可能导致这三行被单独翻译,最终的英文句子无法连贯。所以,我希望能增加上下文的长度,通过消耗更多的 token 来换取更好的翻译效果。谢谢!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
在实际使用过程中,我发现需要翻译的长句常常被切分得较为零散,例如被切成了三行。然而,我查看了源代码中的实现,发现似乎上下文只包含前一行,这可能导致这三行被单独翻译,最终的英文句子无法连贯。所以,我希望能增加上下文的长度,通过消耗更多的 token 来换取更好的翻译效果。谢谢!
The text was updated successfully, but these errors were encountered: