From 68c190918ca83cd16fb80a5181ad95bb8b7cc248 Mon Sep 17 00:00:00 2001 From: fauzan171 Date: Thu, 14 May 2026 00:28:49 +0700 Subject: [PATCH] Add GPT Tokenizer and RAG system tutorials to AI Model section Added two high-quality tutorials: - Let's build the GPT Tokenizer by Andrej Karpathy (minbpe) - Build a RAG System from Scratch by LlamaIndex Both are well-maintained, educational resources for learning AI/ML fundamentals. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0a2e252..c3167b4 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,8 @@ It's a great way to learn. * [**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) +* [**Python**: _Let's build the GPT Tokenizer_](https://github.com/karpathy/minbpe) +* [**Python**: _Build a Retrieval-Augmented Generation (RAG) System from Scratch_](https://docs.llamaindex.ai/en/stable/understanding/rag/) #### Build your own `Augmented Reality`