Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 392 Bytes

File metadata and controls

2 lines (2 loc) · 392 Bytes

Building-a-ChatGPT-like-Model-from-Scratch

This repository contains a step-by-step implementation of a ChatGPT-like model from scratch using PyTorch. It covers everything from tokenization and transformer architecture to training and fine-tuning on conversational data. The course is designed for those who want to deeply understand how large language models work and build their own! 🚀