[GH-ISSUE #3429] Add additional language translation layers with special model #64150

Open
opened 2026-05-03 16:24:44 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @rvsh2 on GitHub (Mar 31, 2024).
Original GitHub issue: https://github.com/ollama/ollama/issues/3429

What are you trying to do?

Many models are very good with specific tasks but they lack support of other languages. Their output in other language than english is very poor.

How should we solve this?

The input could go first to translation layer with specific model for translation from any language to english,
then the choosen model gets the input in english and outputs in english.
The english output goes through another translation layer to convert from english to any language.

What is the impact of not solving this?

Only choosing models that work with specifc language (but still these are not perfect).

Anything else?

This model could be used for translation:
https://huggingface.co/facebook/mbart-large-50-many-to-many-mmt

That would be awesome functionality.

Originally created by @rvsh2 on GitHub (Mar 31, 2024). Original GitHub issue: https://github.com/ollama/ollama/issues/3429 ### What are you trying to do? Many models are very good with specific tasks but they lack support of other languages. Their output in other language than english is very poor. ### How should we solve this? The input could go first to translation layer with specific model for translation from any language to english, then the choosen model gets the input in english and outputs in english. The english output goes through another translation layer to convert from english to any language. ### What is the impact of not solving this? Only choosing models that work with specifc language (but still these are not perfect). ### Anything else? This model could be used for translation: https://huggingface.co/facebook/mbart-large-50-many-to-many-mmt That would be awesome functionality.
GiteaMirror added the modelfeature request labels 2026-05-03 16:24:45 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#64150