<p class="MsoNormal">This book is a complete, hands-on guide to designing, training, and deploying your own Large Language Models (LLMs)—from the foundations of tokenization to the advanced stages of fine-tuning and reinforcement learning. Written for developers, data scientists, and AI practitioners, it bridges core principles and state-of-the-art techniques, offering a rare, transparent look at how modern transformers truly work beneath the surface.</p><p class="MsoNormal">Starting from the essentials, you’ll learn how to set up your environment with Python and PyTorch, manage datasets, and implement critical fundamentals such as tensors, embeddings, and gradient descent. You’ll then progress through the architectural heart of modern models, covering RMS normalization, rotary positional embeddings (RoPE), scaled dot-product attention, Grouped Query Attention (GQA), Mixture of Experts (MoE), and SwiGLU activations, each explored in depth and built step by step in code. As you advance, the book introduces custom CUDA kernel integration, teaching you how to optimize key components for speed and memory efficiency at the GPU level—an essential skill for scaling real-world LLMs. You’ll also gain mastery over the phases of training that define today’s leading models:</p><ul style="margin-top: 0in;" type="disc"><li class="MsoNormal" style="mso-list: l0 level1 lfo1; tab-stops: list .5in;">Pretraining - Building general linguistic and semantic understanding.</li><li class="MsoNormal" style="mso-list: l0 level1 lfo1; tab-stops: list .5in;">Midtraining - Expanding domain-specific capabilities and adaptability.</li><li class="MsoNormal" style="mso-list: l0 level1 lfo1; tab-stops: list .5in;">Supervised Fine-Tuning (SFT) - Aligning behavior with curated, task-driven data.</li><li class="MsoNormal" style="mso-list: l0 level1 lfo1; tab-stops: list .5in;">Reinforcement Learning from Human Feedback (RLHF) - Refining responses through reward-based optimization for human alignment.</li></ul><p class="MsoNormal">The final chapters guide you through dataset preparation, filtering, deduplication, and training optimization, culminating in model evaluation and real-world prompting with a custom TokenGenerator for text generation and inference.</p><p class="MsoNormal">By the end of this book, you’ll have the knowledge and confidence to architect, train, and deploy your own transformer-based models, equipped with both the theoretical depth and practical expertise to innovate in the rapidly evolving world of AI.</p><p class="MsoNormal"><strong>What You’ll Learn</strong></p><ul style="margin-top: 0in;" type="disc"><li class="MsoNormal" style="mso-list: l1 level1 lfo2; tab-stops: list .5in;">How to configure and optimize your development environment using PyTorch</li><li class="MsoNormal" style="mso-list: l1 level1 lfo2; tab-stops: list .5in;">The mechanics of tokenization, embeddings, normalization, and attention mechanisms.</li><li class="MsoNormal" style="mso-list: l1 level1 lfo2; tab-stops: list .5in;">How to implement transformer components like RMSNorm, RoPE, GQA, MoE, and SwiGLU from scratch.</li><li class="MsoNormal" style="mso-list: l1 level1 lfo2; tab-stops: list .5in;">How to integrate custom CUDA kernels to accelerate transformer computations.</li><li class="MsoNormal" style="mso-list: l1 level1 lfo2; tab-stops: list .5in;">The full LLM training pipeline: pretraining, midtraining, supervised fine-tuning, and RLHF.</li><li class="MsoNormal" style="mso-list: l1 level1 lfo2; tab-stops: list .5in;">Techniques for dataset preparation, deduplication, model debugging, and GPU memory management.</li><li class="MsoNormal" style="mso-list: l1 level1 lfo2; tab-stops: list .5in;">How to train, evaluate, and deploy a complete GPT-like architecture for real-world tasks.<br style="mso-special-character: line-break;"><!-- [if !supportLineBreakNewLine]--><br style="mso-special-character: line-break;"><!--[endif]--></br></br></li></ul><p class="MsoNormal"><strong>Who this book is for:</strong></p><p class="MsoNormal">Software developers, data scientists, machine learning engineers and AI enthusiasts looking to build their models from scratch.</p>

错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Building Large Language Models from Scratch

  • Dilyan Grigorov

摘要

This book is a complete, hands-on guide to designing, training, and deploying your own Large Language Models (LLMs)—from the foundations of tokenization to the advanced stages of fine-tuning and reinforcement learning. Written for developers, data scientists, and AI practitioners, it bridges core principles and state-of-the-art techniques, offering a rare, transparent look at how modern transformers truly work beneath the surface.

Starting from the essentials, you’ll learn how to set up your environment with Python and PyTorch, manage datasets, and implement critical fundamentals such as tensors, embeddings, and gradient descent. You’ll then progress through the architectural heart of modern models, covering RMS normalization, rotary positional embeddings (RoPE), scaled dot-product attention, Grouped Query Attention (GQA), Mixture of Experts (MoE), and SwiGLU activations, each explored in depth and built step by step in code. As you advance, the book introduces custom CUDA kernel integration, teaching you how to optimize key components for speed and memory efficiency at the GPU level—an essential skill for scaling real-world LLMs. You’ll also gain mastery over the phases of training that define today’s leading models:

  • Pretraining - Building general linguistic and semantic understanding.
  • Midtraining - Expanding domain-specific capabilities and adaptability.
  • Supervised Fine-Tuning (SFT) - Aligning behavior with curated, task-driven data.
  • Reinforcement Learning from Human Feedback (RLHF) - Refining responses through reward-based optimization for human alignment.

The final chapters guide you through dataset preparation, filtering, deduplication, and training optimization, culminating in model evaluation and real-world prompting with a custom TokenGenerator for text generation and inference.

By the end of this book, you’ll have the knowledge and confidence to architect, train, and deploy your own transformer-based models, equipped with both the theoretical depth and practical expertise to innovate in the rapidly evolving world of AI.

What You’ll Learn

  • How to configure and optimize your development environment using PyTorch
  • The mechanics of tokenization, embeddings, normalization, and attention mechanisms.
  • How to implement transformer components like RMSNorm, RoPE, GQA, MoE, and SwiGLU from scratch.
  • How to integrate custom CUDA kernels to accelerate transformer computations.
  • The full LLM training pipeline: pretraining, midtraining, supervised fine-tuning, and RLHF.
  • Techniques for dataset preparation, deduplication, model debugging, and GPU memory management.
  • How to train, evaluate, and deploy a complete GPT-like architecture for real-world tasks.



Who this book is for:

Software developers, data scientists, machine learning engineers and AI enthusiasts looking to build their models from scratch.