Found 285 repositories(showing 30)
《Build a Large Language Model (From Scratch)》是一本深入探讨大语言模型原理与实现的电子书,适合希望深入了解 GPT 等大模型架构、训练过程及应用开发的学习者。为了让更多中文读者能够接触到这本极具价值的教材,我决定将其翻译成中文,并通过 GitHub 进行开源共享。
JohnMachado11
Building a GPT-like LLM from scratch with PyTorch.
zeyadusf
Build a Large Language Model (From Scratch) book and Finetuned Models
TatevKaren
BabyGPT: Build Your Own GPT Large Language Model from Scratch Pre-Training Generative Transformer Models: Building GPT from Scratch with a Step-by-Step Guide to Generative AI in PyTorch and Python
codewithdark-git
This repository guides you through the process of building a GPT-style Large Language Model (LLM) from scratch using PyTorch. The structure and approach are inspired by the book Build a Large Language Model (From Scratch) by Sebastian Raschka.
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! 🚀
ai-art-dev99
Build a Large Language Model From Scratch
Scicrop
Educational notebooks that demystify Large Language Models and Computer Vision. We build everything from scratch — from a simple bigram language model to RNNs, LSTMs, Attention, Transformers, CNNs, and Diffusion models (DDPM) — using pure Python and PyTorch. No hype. Just code.
codewithaarohi
In this lecture, we are going to build our own Mini GPT Language Model from scratch using PyTorch! This is a beginner-friendly, step-by-step implementation of a tiny language model that learns to predict the next word, just like how GPT and other Large Language Models work internally.
Nikshaan
Implementation of build a LLM from scratch by Sebastian Raschka.
xuexiaolei1997
Build A Large Language Model (From Scratch)
No description available
caixiaoshun
Build a Large Language Model from Scratch
Arezkiiiii
🚀 Build and understand a Large Language Model from scratch using PyTorch through hands-on notebooks focused on core Transformer concepts.
MohamedGamalElSherbiny
Implementation of a GPT-style language model from scratch, following the concepts and code presented in Sebastian Raschka’s Build a Large Language Model From Scratch. This repository includes step-by-step implementations, experiments, and notes to deepen understanding of transformer-based architectures.
vikotse
Build a Large Language Model from Scratch based on Stanford CS336 assignments.
likebeans
Genesis-LLM: A complete engineering pipeline to help you build your own large language model from scratch.
mattiacurri
Code written as I progress through the book "Build a Large Language Model (From Scratch)" by Sebastian Raschka.
No description available
Este repositorio contiene el libro "Build a Large Language Model (From Scratch)" de Sebastian Raschka (disponible en Z-Library), dividido por capítulos & notas.
SchoolofAI-Algiers
Build a Large Language Model from Scratch
liamma06
inspired by Build a Large Language Model (From Scratch) - Sebastian Raschka
jeeva-life
Took reference from the following book: Build a Large Language Model (From Scratch) Sebastian Raschka
jbranchaud
Implementations and side-quests as I work through Build a Large Language Model from scratch
Vani-Pillai
A hands-on practice of the "Build a Large Language Model from Scratch" book by Sebastian Raschka.
theyashwanthsai
This repo has all the code (well organized) i wrote while reading the book "Build a Large Language Model from Scratch"
Alamo-Tech-Collective
No description available
stefanalfbo
This repository is based on the material from the book Build a Large Language Model (From Scratch)
Building a Large Language Model from Scratch — A Python implementation of a simple transformer-based LLM covering tokenization, embeddings, self-attention, transformer blocks, and training.
No description available