EliasK93/transformer-models-for-domain-specific-machine-translation
Example application for the task of fine-tuning pretrained machine translation models on highly domain-specific, self-extracted translated sentences
This project helps improve machine translation accuracy for specific topics. You provide original texts and their existing human-translated versions in a target language. The output is a refined translation model that performs significantly better for your specialized content. This is for anyone who needs high-quality, automated translation for domain-specific materials like technical manuals, legal documents, or specialized literature.
No commits in the last 6 months.
Use this if you have a significant body of existing, high-quality human translations for a particular domain and want to leverage it to make off-the-shelf machine translation engines more accurate for your specific needs.
Not ideal if you don't have a large corpus of parallel, domain-specific translated sentences or if you need a general-purpose translation model that isn't focused on a niche topic.
Stars
17
Forks
—
Language
Python
License
—
Category
Last pushed
May 04, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/EliasK93/transformer-models-for-domain-specific-machine-translation"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
xv44586/toolkit4nlp
transformers implement (architecture, task example, serving and more)
luozhouyang/transformers-keras
Transformer-based models implemented in tensorflow 2.x(using keras).
ufal/neuralmonkey
An open-source tool for sequence learning in NLP built on TensorFlow.
graykode/xlnet-Pytorch
Simple XLNet implementation with Pytorch Wrapper
uzaymacar/attention-mechanisms
Implementations for a family of attention mechanisms, suitable for all kinds of natural language...