devjwsong/transformer-translator-pytorch
The PyTorch implementation of the transformer for machine translation.
This project helps researchers and developers build a custom machine translation system for any language pair. It takes in parallel text data (sentences and their translations) for training and outputs a model that can translate new sentences. This is useful for computational linguists, NLP researchers, or anyone needing to translate specific domain-specific text that general translation tools struggle with.
No commits in the last 6 months.
Use this if you need to create a specialized translation model for a particular set of languages or a niche domain using your own parallel text data.
Not ideal if you are looking for an out-of-the-box translation application or don't have access to large parallel datasets for the languages you want to translate.
Stars
95
Forks
13
Language
Python
License
MIT
Category
Last pushed
Dec 10, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/devjwsong/transformer-translator-pytorch"
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...