SeedGPT is a minimal decoder-only LLM from scratch, inspired by andrej karpathy's tutorials, generating text token-by-token based on input word prompts.
-
Updated
Aug 15, 2025 - Python
SeedGPT is a minimal decoder-only LLM from scratch, inspired by andrej karpathy's tutorials, generating text token-by-token based on input word prompts.
This project implements GPT-1 using PyTorch, focusing on foundational transformer architectures for natural language processing tasks.
Add a description, image, and links to the gpt-from-scratch topic page so that developers can more easily learn about it.
To associate your repository with the gpt-from-scratch topic, visit your repo's landing page and select "manage topics."