From 5824d87a51af15070dfcb824d65ddf95724a8577 Mon Sep 17 00:00:00 2001 From: Sebastian Raschka Date: Wed, 13 Dec 2023 06:12:50 -0600 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4ed0f0f..994b8e5 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ 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. -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 GPT-4. +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. - Link to the official [source code repository](https://github.com/rasbt/LLMs-from-scratch) - [Link to the early access version](http://mng.bz/orYv) at Manning @@ -34,4 +34,4 @@ The method described in this book for training and developing your own small-but -(A mental model summarizing the contents covered in this book.) \ No newline at end of file +(A mental model summarizing the contents covered in this book.)