About this item
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 LLMPrepare a dataset suitable for LLM trainingFinetune LLMs for text classification and with your own dataApply instruction tuning techniques to ensure your LLM follows instructionsLoad 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.