Build a Large Language Model (From Scratch)
Autor Sebastian Raschkaen Limba Engleză Hardback – noi 2024
Prin parcurgerea acestui volum, cititorul va reuși să proiecteze și să implementeze un model de limbaj de mari dimensiuni (LLM) funcțional, de tip GPT, utilizând resursele hardware ale unui laptop obișnuit. Observăm că Sebastian Raschka adoptă principiul lui Richard Feynman — „ceea ce nu pot construi, nu înțeleg” — transformând conceptul adesea abstract de „cutie neagră” a inteligenței artificiale într-un proiect de inginerie transparent și modular. Structura cărții urmărește riguros etapele de dezvoltare: de la arhitectura inițială și pregătirea seturilor de date, până la pre-antrenarea pe corpusuri generale și reglajul fin (fine-tuning) pentru sarcini specifice de clasificare a textului. Abordarea diferă de Building Applications with Large Language Models de Bhawna Singh prin nivelul de profunzime tehnică: în timp ce lucrarea lui Singh se concentrează pe utilizarea și integrarea modelelor existente (PaLM, LLaMA), Build a Large Language Model (from Scratch) prioritizează scrierea codului pentru fiecare componentă internă. Găsim în această lucrare o continuare naturală a rigorii metodologice din Python Machine Learning. Dacă în lucrările sale anterioare Sebastian Raschka punea bazele analizei predictive, aici extinde acele concepte spre arhitecturile de transformer și mecanismele de atenție care definesc AI-ul generativ actual. Textul este susținut de diagrame clare care explică fluxul datelor, oferind o experiență de învățare activă, axată pe implementare, nu doar pe teorie descriptivă.
Preț: 331.15 lei
Preț vechi: 413.93 lei
-20%
Carte disponibilă
Livrare economică 24 septembrie-08 octombrie
Livrare express 09-15 septembrie pentru 49.34 lei
Specificații
ISBN-10: 1633437167
Pagini: 368
Dimensiuni: 189 x 232 x 25 mm
Greutate: 0.61 kg
Editura: Manning Publications
De ce să citești această carte
Recomandăm această carte programatorilor și inginerilor de date care doresc să înțeleagă mecanica internă a modelelor generative. Cititorul câștigă competența de a construi, antrena și personaliza propriul asistent AI, fără a depinde exclusiv de API-uri externe. Este un ghid esențial pentru a trece de la statutul de utilizator de AI la cel de creator de tehnologie.
Descriere scurtă
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
Descriere
Learn how to create, train, and tweak large language models (LLMs) by building one from the ground up!