José David Baena
All Series
NanoChat: Building ChatGPT for $100
🤖

NanoChat: Building ChatGPT for $100

Complete walkthrough of training a ChatGPT-like model from scratch using Andrej Karpathy's nanochat project. Learn the full LLM pipeline: tokenization, pretraining, fine-tuning, and deployment in just 4 hours.

active12 / 13 episodes222 min totalintermediate
Series Progress92%

What You'll Learn

  • Train a complete LLM from scratch in 4 hours
  • Understand the full training pipeline: tokenization to deployment
  • Implement custom optimizers (Muon) and training techniques
  • Deploy a working ChatGPT-like interface

Prerequisites

  • Python
  • PyTorch
  • Transformers
  • Basic ML

Who This Is For

  • ml-engineers
  • ai-developers
  • students