Parent: llm-course (see main AGENTS.md)
Assignment 5 template repository for PSYC 51.17. Students implement and train a small GPT model from scratch.
gpt-llm-course/
├── Assignment5_GPT.ipynb # Template notebook (has Colab badge)
├── LICENSE # License file
└── AGENTS.md # This file
| File | Purpose |
|---|---|
Assignment5_GPT.ipynb |
Student-facing notebook with Colab badge |
- Notebook opens in Colab via badge at top
- Students fork via GitHub Classroom, not direct clone
- Requires GPU runtime in Colab for training
- Don't commit solution code to this repo (template only)
- Don't include pre-trained weights (students train from scratch)