From ee6afe260acfa1adfb11a0e7f708b6294f29734f Mon Sep 17 00:00:00 2001 From: Sebastian Raschka Date: Fri, 24 May 2024 06:58:12 -0500 Subject: [PATCH] clarify --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 79894c7..8843c38 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ This repository contains the code for coding, pretraining, and finetuning a GPT-
-In [*Build a Large Language Model (From Scratch)*](http://mng.bz/orYv), you'll discover how LLMs work from the inside out. In this book, I'll guide you step by step through creating your own LLM, explaining each stage with clear text, diagrams, and examples. +In [*Build a Large Language Model (From Scratch)*](http://mng.bz/orYv), you'll learn and understand how large language models (LLMs) work from the inside out by coding them from the ground up, step by step. In this book, I'll guide you through creating your own LLM, explaining each stage with clear text, diagrams, and examples. The method described in this book for training and developing your own small-but-functional model for educational purposes mirrors the approach used in creating large-scale foundational models such as those behind ChatGPT.