DongjunLee/transformer-tensorflow
TensorFlow implementation of 'Attention Is All You Need (2017. 6)'
This project helps you translate text from one language to another, specifically for languages like English and Vietnamese, or Korean. You provide raw text data in two languages, and it produces a trained model that can translate new sentences. This is useful for researchers and practitioners working on machine translation tasks.
349 stars. No commits in the last 6 months.
Use this if you need to train a Transformer-based model for machine translation and want to use TensorFlow.
Not ideal if you're looking for a pre-trained, production-ready translation service or a solution that doesn't require technical setup.
Stars
349
Forks
106
Language
Python
License
—
Category
Last pushed
Apr 30, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/DongjunLee/transformer-tensorflow"
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...