An open API service indexing awesome lists of open source software.

https://github.com/johnmachado11/build-a-large-language-model-from-scratch

Building a GPT-like LLM from scratch with PyTorch.
https://github.com/johnmachado11/build-a-large-language-model-from-scratch

Last synced: 6 months ago
JSON representation

Building a GPT-like LLM from scratch with PyTorch.

Awesome Lists containing this project

README

          

# Build-a-Large-Language-Model-from-Scratch

https://www.manning.com/books/build-a-large-language-model-from-scratch

"In Build a Large Language Model (from Scratch), you’ll discover how LLMs work from the inside out. In this book, I’ll guide you step by step through creating your own LLM, explaining each stage with clear text, diagrams, and examples.

The method described in this book for training and developing your own small-but-functional model for educational purposes mirrors the approach used in creating large-scale foundational models such as those behind ChatGPT. The book uses Python and PyTorch for all its coding examples."

By Sebastian Raschka

Book Repo:
https://github.com/rasbt/LLMs-from-scratch/