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.)