Esmail-ibraheem/Transformer-pytorch
Language to Language Transformer model from scartch using pure Pytorch where I used my transformer model for translation task. from the paper "Attention is all you Need" 2017 using pytorch.
This project helps quickly translate text from Arabic to English, ensuring the meaning, context, and grammar are preserved. You input Arabic text, and it outputs the corresponding English translation. This is useful for anyone needing to bridge communication gaps between these two languages, like content creators, researchers, or international business professionals.
No commits in the last 6 months.
Use this if you need to translate Arabic text to English and want a model that focuses on semantic accuracy and contextual understanding.
Not ideal if you need to translate between languages other than Arabic and English, or if you require extremely high precision for critical legal or medical documents.
Stars
9
Forks
2
Language
Jupyter Notebook
License
MIT
Category
Last pushed
Sep 04, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/Esmail-ibraheem/Transformer-pytorch"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
LowinLi/transformers-stream-generator
This is a text generation method which returns a generator, streaming out each token in...
ystemsrx/mini-nanoGPT
One-click training of your own GPT. Training a GPT has never been easier for beginners. /...
jaymody/picoGPT
An unnecessarily tiny implementation of GPT-2 in NumPy.
kyegomez/AttentionGrid
A network of attention mechanisms at your fingertips. Unleash the potential of attention...
kamalkraj/minGPT-TF
A minimal TF2 re-implementation of the OpenAI GPT training