From fef88072eb1648e7e7c7daf4470c8a94eda86acf Mon Sep 17 00:00:00 2001 From: Sebastian Raschka Date: Sat, 22 Jun 2024 12:09:02 -0500 Subject: [PATCH] Update README.md --- ch04/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch04/README.md b/ch04/README.md index 3608be2..5891b2d 100644 --- a/ch04/README.md +++ b/ch04/README.md @@ -4,7 +4,7 @@ - [01_main-chapter-code](01_main-chapter-code) contains the main chapter code. -## ### Optional Code +## Optional Code - [02_performance-analysis](02_performance-analysis) contains optional code analyzing the performance of the GPT model(s) implemented in the main chapter.