dair-ai/Transformers-Recipe
🧠A study guide to learn about Transformers
Curated learning path spanning intuitive introductions, technical deep-dives with illustrated explanations, and hands-on PyTorch implementations from scratch. Bridges theory to practice by progressing from foundational concepts through the "Attention Is All You Need" paper to applying pre-trained models via Hugging Face Transformers library. Includes supplementary resources on LLM developments and Papers with Code implementations for exploring modern transformer variants.
1,624 stars. No commits in the last 6 months.
Stars
1,624
Forks
160
Language
—
License
CC0-1.0
Category
Last pushed
Jun 03, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/dair-ai/Transformers-Recipe"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
lvapeab/nmt-keras
Neural Machine Translation with Keras
jaketae/ensemble-transformers
Ensembling Hugging Face transformers made easy
SirawitC/Transformer_from_scratch_pytorch
Build a transformer model from scratch using pytorch to understand its inner workings and gain...
lof310/transformer
PyTorch implementation of the current SOTA Transformer. Configurable, efficient, and...
jiangtaoxie/SoT
SoT: Delving Deeper into Classification Head for Transformer