In this book, I invite you to embark on an educational journey with me to learn how to build Large Language Models (LLMs) from the ground up. Together, we'll delve deep into the LLM training pipeline, starting from data loading and culminating in finetuning LLMs on custom datasets. For many year
Build a Large Language Model (From Scratch)
β Scribed by Sebastian Raschka
- Publisher
- Manning Publications Co.
- Year
- 2024
- Tongue
- English
- Leaves
- 281
- Category
- Library
No coin nor oath required. For personal study only.
β¦ Synopsis
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), youβll discover how LLMs work from the inside out. In this insightful book, bestselling author Sebastian Raschka guides you step by step through creating your own LLM, explaining each stage with clear text, diagrams, and examples. Youβll go from the initial design and creation to pretraining on a general corpus, all the way to finetuning 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
Finetune LLMs for text classification and with your own data
Use human feedback to ensure your LLM follows instructions
Load pretrained weights into an LLM
The large language models (LLMs) that power cutting-edge AI tools like ChatGPT, Bard, and Copilot seem like a miracle, but theyβre not magic. This book demystifies LLMs by helping you build your own from scratch. Youβll get a unique and valuable insight into how LLMs work, learn how to evaluate their quality, and pick up concrete techniques to finetune and improve them.
The process you use to train and develop your own small-but-functional model in this book follows the same steps used to deliver huge-scale foundation models like GPT-4. Your small-scale LLM can be developed on an ordinary laptop, and youβll be able to use it as your own personal assistant.
about the book
Build a Large Language Model (from Scratch) is a one-of-a-kind guide to building your own working LLM. In it, machine learning expert and author Sebastian Raschka reveals how LLMs work under the hood, tearing the lid off the Generative AI black box. The book is filled with practical insights into constructing LLMs, including building a data loading pipeline, assembling their internal building blocks, and finetuning techniques. As you go, youβll gradually turn your base model into a text classifier
β¦ Table of Contents
welcome
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
Appendix_A._Introduction_to_PyTorch
Appendix_B._References_and_Further_Reading
Appendix_C._Exercise_Solutions
Appendix_D._Adding_Bells_and_Whistles_to_the_Training_Loop
π SIMILAR VOLUMES
Build a Large Language Model (from Scratch) is a one-of-a-kind guide to building your own working LLM. In it, machine learning expert and author Sebastian Raschka reveals how LLMs work under the hood, tearing the lid off the Generative AI black box. The book is filled with practical insights into co
<span>A hands-on, example-filled guide to the theory and practice of writing a C compiler: a computer program that translates code written by programmers into code the computer can read.</span><span><br><br>An approachable, hands-on tutorial to writing a C compiler: a computer program that translate