Generative AI
RecipeGPT
A 134M-parameter Transformer trained from scratch on 2.3M recipes.
Custom GPT-style decoder-only transformer (12 layers, 4 heads, 768-dim) built and trained from scratch in PyTorch — no HuggingFace, no pretrained weights — on 398M tokens of recipe text, reaching a validation loss of 1.75. Generates a quantified ingredient list and method from a handful of ingredients. The Lab page opens the model up: a recorded generation with the distribution behind every token, and all 48 attention heads labelled by their measured behaviour.
PyTorchFrom ScratchTransformersPython