-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
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
Update and improve Hungarian translations using Claude 3.5 Sonnet #2549
base: main
Are you sure you want to change the base?
Update and improve Hungarian translations using Claude 3.5 Sonnet #2549
Conversation
@Frooodle, if you need help with the review, maybe https://coderabbit.ai/ could be helpful. Reference case: transmission-remote-gui/transgui#1479 (comment) I'm not affiliated with coderabbit, just thought it may help, from my personal experience. |
📃 File Check:
|
/deploypr |
🚀 PR Test DeploymentYour PR has been deployed for testing! 🔗 Test URL: http://185.252.234.121:2549 This deployment will be automatically cleaned up when the PR is closed. |
@PeterDaveHello can you merge latest changes into your branch |
Leverage Claude 3.5 Sonnet from Anthropic, a frontier LLM model, to enhance translation quality. The previous use of Qwen2.5 7b, a smaller and less advanced AI model, may have affected the quality and user experience(Stirling-Tools#2164). Typically, relying solely on LLMs for translation without verification is not preferred. However, given these concerns, using a frontier LLM model along with references from other language versions should lead to improved results, even for a language I don't even understand. I also use the powerful frontier OpenAI O1 and Google Gemini-1.5-Pro for proofreading, and manually confirmed line breaks to facilitate easier contributions and improvements by others.
8a2fded
to
bb5c19c
Compare
@Frooodle I rebased on the latest main branch, please take a look. |
Description
Leverage Claude 3.5 Sonnet from Anthropic, a frontier LLM model, to enhance translation quality. The previous use of Qwen2.5 7b, a smaller and less advanced AI model, may have affected the quality and user experience(#2164). Typically, relying solely on LLMs for translation without verification is not preferred. However, given these concerns, using a frontier LLM model along with references from other language versions should lead to improved results, even for a language I don't even understand.
I also use the powerful frontier OpenAI O1 and Google Gemini-1.5-Pro for proofreading, and manually confirmed line breaks to facilitate easier contributions and improvements by others.
Checklist