From 13ead245b4bbc9ebafbb0a0f44319f57b35b991d Mon Sep 17 00:00:00 2001 From: Sebastian Raschka Date: Sat, 5 Jul 2025 18:14:43 -0500 Subject: [PATCH] Fix formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0fea2f4..76e670a 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ It's a great way to learn. * [**Python**: _A 3D Modeller_](http://aosabook.org/en/500L/a-3d-modeller.html) #### Build your own `AI Model` -* [**Python**: A Large Language Model (LLM)_](https://github.com/rasbt/LLMs-from-scratch) +* [**Python**: _A Large Language Model (LLM)_](https://github.com/rasbt/LLMs-from-scratch) * [**Python**: _Diffusion Models for Image Generation_](https://huggingface.co/learn/diffusion-course/en/unit1/3) * [**Python**: _RAG for Document Search_](https://github.com/langchain-ai/rag-from-scratch)