Rare find

NanoGPT Lecture. Learn how to build a working AI language model from scratch.

github.com/karpathy/ng-video-lecture

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

February 2023
  • Merge pull request #9 from Andrei-Aksionov/feature/shape_description_fix
  • Clarify shape descriptions inside forward method
  • adding this even though the first gpt video didn't cover it, because …
January 2023
  • soften the wording a bit to not scare people too much
  • attach a note about init
  • Merge branch 'master' of https://github.com/karpathy/ng-video-lecture
  • rename the class it's a remnant of the past
  • Merge pull request #6 from vineetm/master
  • scale by head size
  • small readme file
  • rename v2 to gpt hah
  • might as well add these too
  • parameter count
  • add dropout, slight refactoring of variables
  • and add layernorms, down to 2.06
  • introduce the residual block
  • add a computation block, down to 2.24
  • multi-headed attention, down to 2.28 now
  • add a single self-attention head, reach 2.5 val loss
  • add positional embeddings too