-
Notifications
You must be signed in to change notification settings - Fork 185
Translate text documents using a multi-step LLM #943
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
base: main
Are you sure you want to change the base?
Conversation
…anagement Signed-off-by: TsukiSama9292 <[email protected]>
Signed-off-by: TsukiSama9292 <[email protected]>
Signed-off-by: TsukiSama9292 <[email protected]>
Signed-off-by: TsukiSama9292 <[email protected]>
Signed-off-by: TsukiSama9292 <[email protected]>
Signed-off-by: TsukiSama9292 <[email protected]>
e44f0a2 to
1937399
Compare
Signed-off-by: TsukiSama9292 <[email protected]>
|
Hi @TsukiSama9292 ! Thanks for the great contribution. We have a few requests before we can merge this one but me, @ayushdg and @abhinavg4 will support you along the way. The main request we have as of now is that we are migrating away from Dask and switching to Ray as the new backend, so it would be nice if you can refactor your current workflow into something compatible with the rest of the repo. Good starting points would be the API design doc and our quick start guide. Please take a look and let us know if you have questions! After finishing the refactoring, let's do some benchmarks to ensure the default recipe generates good results. In addition, I have two high-level questions upon glancing over your changes:
|
Signed-off-by: TsukiSama9292 <[email protected]>
I’m planning to migrate llm-translate from Dask to ray-api. I also updated |
…tation. However, in practical use cases, it is recommended to use a source-language-specific SpaCy model that allows sentence segmentation. Signed-off-by: TsukiSama9292 <[email protected]>
484442e to
7657340
Compare
Description
Added an LLM-based multi-step text translation feature.
Usage
Requesting review from NLP maintainers:
@ericharper @ekmb @yzhang123 @VahidooX @vladgets @okuchaiev
Checklist