-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[Tool] Auto translate #49457
Merged
Merged
[Tool] Auto translate #49457
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: DanRoscigno <[email protected]>
Signed-off-by: DanRoscigno <[email protected]>
Signed-off-by: DanRoscigno <[email protected]>
github-actions
bot
added
title needs [type]
documentation
Improvements or additions to documentation
labels
Aug 6, 2024
Signed-off-by: DanRoscigno <[email protected]>
Signed-off-by: DanRoscigno <[email protected]>
[FE Incremental Coverage Report]✅ pass : 0 / 0 (0%) |
[BE Incremental Coverage Report]✅ pass : 0 / 0 (0%) |
andyziye
approved these changes
Aug 7, 2024
alvin-celerdata
approved these changes
Aug 7, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR is to add a workflow that translates docs from English to Chinese. I can provide the GPT and W&B secrets.
Setup
Github Personal Access Token
I used a fine-grained token limited to this repo. Here are the perms I gave:
Additionally, GitHub automatically assigned:
Repository secret
I created three repository secrets:
TRANSLATE_PAT
This contains the PAT created above.
OPENAI_API_KEY
This contains a GPT4 API key
WANDB_API_KEY
This contains the output of W&B authorize
Workflow file notes
main
is closed by being merged. It does not run on every commit made to a PR as that is wasteful.gpt_translate
configurationThe configuration is in the
configs
dir in this repo. At StarRocks we use a modified prompt and temperature in addition to a custom glossary inconfigs/language_dicts/zh.yaml
. You can compare our prompt with the default from tcapelle/gpt_translate.About Weights and Biases
You should read Weights & Biases, I am no expert. I do think that the Weave feature is going to be useful as I tune the prompt and glossary I am using. Weave keeps track of the changes and the impact. Additionally, W&B validates the translations for me automatically and provides scores. Seriously, I am no AI expert; check out their site.
What type of PR is this:
Does this PR entail a change in behavior?
If yes, please specify the type of change:
Checklist:
Bugfix cherry-pick branch check: