From 0f77a86045b441b768159aeac8427449b674ee5c Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Tue, 9 Dec 2025 18:24:59 -0500 Subject: [PATCH] Clean up README.md formatting Removed unnecessary blank lines and improved formatting. --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index 908401e..c5c5933 100644 --- a/README.md +++ b/README.md @@ -6,16 +6,9 @@ from IPython.display import Image ```python Image(filename = 'RE-GPT.jpeg') ``` - - - - ![jpeg](README_files/README_1_0.jpg) - - - # Reverse Engineering GPT #### Drawing inspiration from Andrej Karpathy’s iconic lecture, "Let’s Build GPT: From Scratch, in Code, Spelled Out", this project takes you on an immersive journey into the inner workings of GPT. Step-by-step, we’ll construct a GPT model from the ground up, demystifying its architecture and bringing its mechanics to life through hands-on coding.