Skip to content
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

Offline translation capability #50

Open
MrCsabaToth opened this issue Sep 13, 2024 · 0 comments
Open

Offline translation capability #50

MrCsabaToth opened this issue Sep 13, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@MrCsabaToth
Copy link
Member

After introducing free translation via "traditional" Google Translator API, there's also a possibility to leverage on-device translation capability: by MLKit
https://pub.dev/packages/google_mlkit_translation

(This points towards a long term "wholesome" off-line capability. I was able to run Gemma 2b 16FP 4bit it with MLKit on device, however there's a long road ahead for these models to be as capable regarding function calling, structured output and other features of larger closed SOTA models liek Gemini. RecurrentGemma may help somewhat. On top of that we MMPA is multi modal, so we'd need at least PaliGemma, but we still haven't covered a re-ranking model. Gemma might be able to act as a reranker to some extent.)

@MrCsabaToth MrCsabaToth added the enhancement New feature or request label Sep 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant