Tiny GPT in Go. Optimised for Understanding. Trained on Jules Verne Books
This project implements a minimal GPT (Generative Pre-trained Transformer) model in Go, designed for educational clarity rather than performance. It is trained on the complete works of Jules Verne, providing a practical, hands-on example of transformer architecture, tokenization, and text generation in Go.