zeyadusf/LLMs-from-Scratch
Build a Large Language Model (From Scratch) book and Finetuned Models
This project provides a comprehensive guide to building a Large Language Model (LLM) from the ground up, following Sebastian Raschka's book "Build a Large Language Model (from Scratch)." It takes raw text data as input and guides you through the process of creating and fine-tuning a functional LLM that can generate text. This is for AI/ML practitioners and researchers who want to deeply understand the mechanics of LLMs.
184 stars. No commits in the last 6 months.
Use this if you are an AI/ML practitioner or researcher who wants to gain a hands-on, in-depth understanding of how LLMs are constructed, trained, and fine-tuned, rather than just using existing models.
Not ideal if you are looking for an out-of-the-box LLM solution to apply to a business problem without delving into the underlying code and theory.
Stars
184
Forks
56
Language
Jupyter Notebook
License
—
Category
Last pushed
Sep 25, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/transformers/zeyadusf/LLMs-from-Scratch"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
AI-Hypercomputer/maxtext
A simple, performant and scalable Jax LLM!
rasbt/reasoning-from-scratch
Implement a reasoning LLM in PyTorch from scratch, step by step
mindspore-lab/mindnlp
MindSpore + 🤗Huggingface: Run any Transformers/Diffusers model on MindSpore with seamless...
mosaicml/llm-foundry
LLM training code for Databricks foundation models
rickiepark/llm-from-scratch
<밑바닥부터 만들면서 공부하는 LLM>(길벗, 2025)의 코드 저장소