Clean up README.md formatting

Removed unnecessary blank lines and improved formatting.
This commit is contained in:
Kevin Thomas
2025-12-09 18:24:59 -05:00
committed by GitHub
parent 434fe186a5
commit 0f77a86045
-7
View File
@@ -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 Karpathys iconic lecture, "Lets 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, well construct a GPT model from the ground up, demystifying its architecture and bringing its mechanics to life through hands-on coding.