Skip to content

Latest commit

 

History

History
57 lines (44 loc) · 2.09 KB

README.md

File metadata and controls

57 lines (44 loc) · 2.09 KB

Mini GPT

Mostly a learning exercise to reproduce GPT-2 and take a stab at code synthesis from scratch.

File Notes


  1. tiny.py simplest model implementation using top level API.
  2. train.py simplest training loop using lightning ⚡.
  3. basic.ipynb end to end demo of usage.

General Note

Useful Links

Implementation Guides

Goals

Implementation Phases

  1. Pair program with GPT
  2. Follow guides
  3. License taggging