Build a Large Language Model (From Scratch)


Price: $59.99 - $47.40
(as of Jan 24, 2025 20:34:45 UTC – Details)


Learn how to create, train, and tweak large language models (LLMs) by building one from the ground up!
In Build a Large Language Model (from Scratch) bestselling author Sebastian Raschka guides you step by step through creating your own LLM. Each stage is explained with clear text, diagrams, and examples. You’ll go from the initial design and creation, to pretraining on a general corpus, and on to fine-tuning for specific tasks.
Build a Large Language Model (from Scratch) teaches you how to:
• Plan and code all the parts of an LLM
• Prepare a dataset suitable for LLM training
• Fine-tune LLMs for text classification and with your own data
• Use human feedback to ensure your LLM follows instructions
• Load pretrained weights into an LLM
Build a Large Language Model (from Scratch) takes you inside the AI black box to tinker with the internal systems that power generative AI. As you work through each key stage of LLM creation, you’ll develop an in-depth understanding of how LLMs work, their limitations, and their customization methods. Your LLM can be developed on an ordinary laptop, and used as your own personal assistant.
Purchase of the print book includes a free eBook in PDF and ePub formats from Manning Publications.
About the technology
Physicist Richard P. Feynman reportedly said, “I don’t understand anything I can’t build.” Based on this same powerful principle, bestselling author Sebastian Raschka guides you step by step as you build a GPT-style LLM that you can run on your laptop. This is an engaging book that covers each stage of the process, from planning and coding to training and fine-tuning.
About the book
Build a Large Language Model (From Scratch) is a practical and eminently-satisfying hands-on journey into the foundations of generative AI. Without relying on any existing LLM libraries, you’ll code a base model, evolve it into a text classifier, and ultimately create a chatbot that can follow your conversational instructions. And you’ll really understand it because you built it yourself!
What’s inside
• Plan and code an LLM comparable to GPT-2
• Load pretrained weights
• Construct a complete training pipeline
• Fine-tune your LLM for text classification
• Develop LLMs that follow human instructions
About the reader
Readers need intermediate Python skills and some knowledge of machine learning. The LLM you create will run on any modern laptop and can optionally utilize GPUs.
About the author
Sebastian Raschka is a Staff Research Engineer at Lightning AI, where he works on LLM research and develops open-source software.
The technical editor on this book was David Caswell.
Table of Contents
1 Understanding large language models
2 Working with text data
3 Coding attention mechanisms
4 Implementing a GPT model from scratch to generate text
5 Pretraining on unlabeled data
6 Fine-tuning for classification
7 Fine-tuning to follow instructions
A Introduction to PyTorch
B References and further reading
C Exercise solutions
D Adding bells and whistles to the training loop
E Parameter-efficient fine-tuning with LoRA

From the Publisher

                                                                 <img alt="Build a Large Language Model (From Scratch) banner A+" src="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif" class="a-spacing-base a-lazy-loaded" data-src="https://www.beingshivam.com/wp-content/uploads/2025/01/Build-a-Large-Language-Model-From-Scratch.jpeg"><img alt="Build a Large Language Model (From Scratch) banner A+" src="https://www.beingshivam.com/wp-content/uploads/2025/01/Build-a-Large-Language-Model-From-Scratch.jpeg">                                                                        






        <p class="apm-text-center">
                                          <img alt="Build a Large Language Model (From Scratch) quote 1" src="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif" class="a-spacing-mini a-lazy-loaded" data-src="https://www.beingshivam.com/wp-content/uploads/2025/01/1737750882_521_Build-a-Large-Language-Model-From-Scratch.jpeg"><img alt="Build a Large Language Model (From Scratch) quote 1" src="https://www.beingshivam.com/wp-content/uploads/2025/01/1737750882_521_Build-a-Large-Language-Model-From-Scratch.jpeg">   </p>


        <p class="apm-text-center">
                                          <img alt="Build a Large Language Model (From Scratch) quote 2" src="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif" class="a-spacing-mini a-lazy-loaded" data-src="https://www.beingshivam.com/wp-content/uploads/2025/01/1737750882_180_Build-a-Large-Language-Model-From-Scratch.jpeg"><img alt="Build a Large Language Model (From Scratch) quote 2" src="https://www.beingshivam.com/wp-content/uploads/2025/01/1737750882_180_Build-a-Large-Language-Model-From-Scratch.jpeg">   </p>


        <p class="apm-text-center">
                                          <img alt="Build a Large Language Model (From Scratch) quote 3" src="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif" class="a-spacing-mini a-lazy-loaded" data-src="https://www.beingshivam.com/wp-content/uploads/2025/01/1737750882_306_Build-a-Large-Language-Model-From-Scratch.jpeg"><img alt="Build a Large Language Model (From Scratch) quote 3" src="https://www.beingshivam.com/wp-content/uploads/2025/01/1737750882_306_Build-a-Large-Language-Model-From-Scratch.jpeg">   </p>








                                                                 <img alt="Build a Large Language Model (From Scratch) includes" src="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif" class="a-spacing-base a-lazy-loaded" data-src="https://www.beingshivam.com/wp-content/uploads/2025/01/1737750882_433_Build-a-Large-Language-Model-From-Scratch.jpeg"><img alt="Build a Large Language Model (From Scratch) includes" src="https://www.beingshivam.com/wp-content/uploads/2025/01/1737750882_433_Build-a-Large-Language-Model-From-Scratch.jpeg">                                                                     


               <br> Publisher                                    ‏                                        :                                    ‎                                 Manning (October 29, 2024) <br> Language                                    ‏                                        :                                    ‎                                 English <br> Paperback                                    ‏                                        :                                    ‎                                 368 pages <br> ISBN-10                                    ‏                                        :                                    ‎                                 1633437167 <br> ISBN-13                                    ‏                                        :                                    ‎                                 978-1633437166 <br> Item Weight                                    ‏                                        :                                    ‎                                 1.35 pounds <br> Dimensions                                    ‏                                        :                                    ‎                                 7.38 x 0.7 x 9.25 inches <br>

Customers say

Customers find the book’s content easy to understand and detailed. They describe it as a useful starting point for learning about language models. The attention mechanisms covered include byte pair encoding and direct preference. Readers appreciate the example code and tuning instructions included in the book.

AI-generated from the text of customer reviews

spatsariya

Recent Posts

Wall Street Pressure Knocks Oracle Stock Amid AI Ambitions

When Oracle Corporation’s stock price plummeted 7% on Friday morning, it reversed the previous day’s…

10 hours ago

Which EV Giant Will Lead the Electric Future in 2026?

The electric vehicle (EV) market is no longer a minor segment, but rather has turned…

10 hours ago

Ray-Ban Maker Stock Soars as AI Glasses Revolutionize the Eyewear Industry

When EssilorLuxottica reported its third-quarter earnings on Thursday, the reaction from Wall Street was immediate…

11 hours ago

CoreWeave Stock Jumps After Launching AI-Optimized Object Storage

Shares of CoreWeave (ticker: CRWV) rose about 2% following its announcement of a new AI-native…

12 hours ago

Nvidia vs Meta Platforms – Which Is the Better Buy?

The artificial intelligence sector continues to attract heavy attention from investors in late 2025, as…

12 hours ago

Buy Before October 29 Earnings Report?

Microsoft is set to report fiscal third-quarter results on October 29, and investors are watching…

13 hours ago