AliHaiderAhmad001/Transformer-from-Scratch-with-Tensorflow
Neural Machine Translator with Transformers. Implementation for "Attention Is All You Need" paper
This project offers a foundational implementation of a neural machine translation system capable of converting English text into French. It takes English sentences as input and produces their French equivalents. This tool is designed for developers and researchers who want to deeply understand the mechanics of Transformer models for sequence-to-sequence tasks.
No commits in the last 6 months.
Use this if you are a machine learning engineer or researcher looking to study, customize, or build upon the core architecture of a Transformer model for neural machine translation.
Not ideal if you need a production-ready, highly optimized, or pre-trained machine translation service without delving into the underlying code.
Stars
8
Forks
3
Language
Python
License
MIT
Category
Last pushed
Apr 04, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/AliHaiderAhmad001/Transformer-from-Scratch-with-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...