From 3eec1546f5202d9b7bba4f2c10e27d9d939f3f45 Mon Sep 17 00:00:00 2001 From: Sebastian Raschka Date: Fri, 24 May 2024 06:56:20 -0500 Subject: [PATCH] Update cover --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d181b8b..79894c7 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,9 @@ 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.