YadaYuki/transformer-from-scratch
Transformer from scratch 🙊 (English to Japanese Translator by PyTorch)
This project provides an English to Japanese translation tool. It takes English sentences as input and produces their Japanese translations. This is primarily a project for machine learning engineers or researchers interested in understanding or customizing neural machine translation models.
No commits in the last 6 months.
Use this if you are a machine learning engineer or researcher who wants to learn about or experiment with the Transformer architecture for neural machine translation from scratch.
Not ideal if you are looking for an out-of-the-box, production-ready translation service for general use.
Stars
31
Forks
9
Language
Python
License
MIT
Category
Last pushed
Jul 28, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/transformers/YadaYuki/transformer-from-scratch"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
huggingface/transformers
🤗 Transformers: the model-definition framework for state-of-the-art machine learning models in...
kyegomez/LongNet
Implementation of plug in and play Attention from "LongNet: Scaling Transformers to 1,000,000,000 Tokens"
pbloem/former
Simple transformer implementation from scratch in pytorch. (archival, latest version on codeberg)
NVIDIA/FasterTransformer
Transformer related optimization, including BERT, GPT
kyegomez/SimplifiedTransformers
SimplifiedTransformer simplifies transformer block without affecting training. Skip connections,...