From 09f5b8b82f5e43693dfe6368d1752508e42310df Mon Sep 17 00:00:00 2001 From: CarlosAlbertoFurtado Date: Mon, 23 Feb 2026 17:12:49 -0300 Subject: [PATCH] Add build-nanogpt to AI Model section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0a2e252..7fd0071 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,7 @@ It's a great way to learn. #### Build your own `AI Model` * [**Python**: _A Large Language Model (LLM)_](https://github.com/rasbt/LLMs-from-scratch) +* [**Python**: _Build GPT-2 from Scratch_](https://github.com/karpathy/build-nanogpt) * [**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)