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

Feature Request: Machine Translation - Implement Transformer-based Translation Models #323

Open
HsiangNianian opened this issue Nov 17, 2024 · 0 comments

Comments

@HsiangNianian
Copy link
Member

Machine translation enables text to be automatically translated from one language to another. This task will focus on integrating a transformer-based model like MarianMT or T5 for multilingual translation support.

  • Language Pairs: Which language pairs should be supported initially?
  • Training: Should we fine-tune a pre-trained model or build a custom translation model?
  • Evaluation: How to measure translation quality (e.g., BLEU score, human evaluations)?

Expected Outcome:

  • A multilingual machine translation system that supports various language pairs.
  • Integration with iamai for seamless translation.

Labels: feature, NLP, machine-translation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo
Development

No branches or pull requests

1 participant