Ross ROSS = Recommend OSS · open-source software intelligence for agents

resource: llm-training

250 resources, primary matches first, then adoption-weighted; health v2 shown.

ResourceHealth v2StarsMaturity
rasbt/LLMs-from-scratch
The official code repository for the book 'Build a Large Language Model (From Scratch)', containing step-by-step PyTorch implementations of…
73103857active
mlabonne/llm-course
A free, structured course for learning about Large Language Models, organized into three parts: LLM Fundamentals, LLM Scientist, and LLM En…
5982008active
datawhalechina/hello-agents
Hello-Agents is a free, open-source tutorial from the Datawhale community that teaches how to build AI-native intelligent agents from scrat…
7375072active
labmlai/annotated_deep_learning_paper_implementations
A collection of 60+ annotated PyTorch implementations of deep learning research papers, including transformers, optimizers, GANs, diffusion…
6167359active
jingyaogong/minimind
MiniMind is an open-source project that trains tiny (64M-parameter) large language models completely from scratch in pure PyTorch, covering…
6255036active
Lordog/dive-into-llms
A free series of hands-on programming tutorials (in Chinese) for getting started with large language models, derived from Shanghai Jiao Ton…
3650262active
Made With ML
Made With ML is an open-source course teaching how to design, develop, deploy, and iterate on production-grade machine learning application…
6649233active
datawhalechina/happy-llm
Happy-LLM is a free, open-source Chinese-language tutorial by Datawhale that teaches large language model principles from scratch, covering…
7033272active
datawhalechina/self-llm
A Chinese-language open-source tutorial guide (Datawhale) for deploying, using, and fine-tuning open-source large language models and multi…
7131927active
google-research/tuning_playbook
A comprehensive guide from Google Research engineers on systematically maximizing deep learning model performance through disciplined hyper…
3130297stable
QwenLM/Qwen3
Qwen3 is a family of open-weight large language models from Alibaba's Qwen team, with instruct and thinking variants in multiple sizes. The…
5327560active
liguodongiot/llm-action
A curated Chinese-language knowledge base covering large language model engineering, including training, fine-tuning, inference, compressio…
7124958active
datawhalechina/llm-cookbook
A Chinese-language LLM developer tutorial based on Andrew Ng's large model course series, translated and adapted by Datawhale. It covers pr…
3224590active
zergtant/pytorch-handbook
An open-source Chinese-language book (PyTorch Handbook) that helps beginners quickly get started with deep learning development and researc…
3221678active
fchollet/deep-learning-with-python-notebooks
A collection of Jupyter notebooks containing the runnable code samples from the book 'Deep Learning with Python' (third edition, 2025) by F…
5120273active
stas00/ml-engineering
An open-source 'open book' of methodologies, scripts, and step-by-step instructions for training, fine-tuning, and running inference on lar…
7718739active
meta-llama/llama-cookbook
Meta's official collection of Jupyter notebook recipes and guides for building with the Llama model family, covering inference, fine-tuning…
6318558active
ZJU-LLMs/Foundations-of-LLMs
An open-source Chinese-language textbook from Zhejiang University covering the foundations of large language models, including language mod…
4917636active
QwenLM/Qwen3-Coder
Qwen3-Coder is a family of open-weight large language models specialized for coding and agentic coding tasks, including the 480B-A35B, 30B-…
5816810active
wdndev/llm_interview_note
A curated Chinese-language study guide and interview question bank covering large language model fundamentals, architectures, training, and…
6614963active
NVIDIA/DeepLearningExamples
A collection of state-of-the-art deep learning model training and deployment scripts from NVIDIA, organized by model and optimized for Tens…
3214840active
LlamaChinese/Llama-Chinese
A Chinese-language open-source community hub for the Llama large language model ecosystem, aggregating learning resources, pretrained and f…
3514738active
RUCAIBox/LLMSurvey
The official repository accompanying the survey paper 'A Survey of Large Language Models', collecting papers and resources on LLMs includin…
3512206active
MoonshotAI/Kimi-K2
Kimi K2 is Moonshot AI's open-weight mixture-of-experts large language model series with 1 trillion total parameters (32B activated), optim…
4711105active
aws/amazon-sagemaker-examples
The official collection of example Jupyter notebooks from the Amazon SageMaker team demonstrating how to build, train, tune, deploy, and mo…
6610980active
FareedKhan-dev/train-llm-from-scratch
An educational repository and tutorial that implements a transformer-based LLM entirely from scratch in plain PyTorch, covering the full pi…
659432active
jzhang38/TinyLlama
TinyLlama is an open-source project that pretrained a compact 1.1B-parameter Llama 2 architecture model on 3 trillion tokens, releasing che…
109019stable
jingyaogong/minimind-v
MiniMind-V is an open-source educational project that trains tiny (26M-200M parameter) vision-language models from scratch in pure PyTorch,…
618488active
deepseek-ai/open-infra-index
An index repository from DeepSeek AI cataloging their production-tested open-source AI infrastructure tools, including FlashMLA, DeepEP, De…
308059active
Infrasys-AI/AIInfra
AIInfra is an open-source Chinese-language course (text, slides, and videos) on AI infrastructure for large models, covering AI clusters, n…
498029active
datawhalechina/so-large-lm
An open-source Chinese-language tutorial series on large language model fundamentals, based on Stanford CS324 and Hung-yi Lee's generative …
687605active
hijkzzz/Awesome-LLM-Strawberry
A curated awesome-list of research papers, blogs, and projects focused on OpenAI o1 (Strawberry) and LLM reasoning techniques like chain-of…
486899active
huggingface/smol-course
A free, open-source course from Hugging Face on aligning small language models (SmolLM3, SmolVLM2) to specific use cases, covering instruct…
666731active
nndl/llm-beginner
A step-by-step beginner tutorial series (with a companion textbook) for learning large language models and agents through six progressive h…
796681active
tatsu-lab/stanford_alpaca
Stanford Alpaca is the code and 52K instruction-following dataset used to fine-tune LLaMA 7B into the Alpaca instruction-following model. I…
3030247maintenance
ufoym/deepo
Deepo is a Dockerfile generator and collection of pre-built Docker images for setting up deep learning research environments. It composes m…
566276active
OpenBMB/ToolBench
ToolBench is an open-source platform for training, serving, and evaluating large language models on tool use, built around a large-scale in…
395732active
KellerJordan/modded-nanogpt
A collaborative speedrun project that trains a GPT-2 (124M) scale language model to 3.28 validation loss on FineWeb in under 75 seconds on …
675707active
karpathy/build-nanogpt
A step-by-step video lecture and companion code repository by Andrej Karpathy that builds a GPT-2 (124M) reproduction from an empty file, w…
245461stable
PacktPublishing/LLM-Engineers-Handbook
The official companion repository for the book 'LLM Engineer's Handbook' by Paul Iusztin and Maxime Labonne, containing Python code for bui…
605296active
openai/parameter-golf
An OpenAI-hosted challenge to train the best-performing language model that fits in a 16MB artifact and trains in under 10 minutes on 8xH10…
515174active
rasbt/reasoning-from-scratch
The official code repository for the book 'Build a Reasoning Model (From Scratch)' by Sebastian Raschka, containing step-by-step PyTorch im…
715070active
datawhalechina/tiny-universe
An open-source Chinese-language tutorial series ('Tiny-Universe') that teaches building large language model systems from scratch, covering…
555028active
SylphAI-Inc/LLM-engineer-handbook
A curated list of Large Language Model resources covering the full LLM lifecycle: pretraining, fine-tuning, serving, prompt management, and…
385023active
huggingface/nanoVLM
nanoVLM is a minimal, readable pure-PyTorch repository (~750 lines) for training and finetuning small Vision-Language Models, inspired by n…
434997active
karpathy/ng-video-lecture
The companion code repository for Andrej Karpathy's 'Neural Networks: Zero To Hero' video lecture on building a GPT model from scratch (nan…
314937stable
changyeyu/LLM-RL-Visualized
A curated collection of 100+ original SVG architecture diagrams explaining LLM, VLM, and reinforcement learning algorithms (RLHF, PPO, GRPO…
624819active
nlp-with-transformers/notebooks
A collection of Jupyter notebooks containing the example code from the O'Reilly book 'Natural Language Processing with Transformers'. The n…
704800active
mlabonne/llm-datasets
A curated list of datasets and tools for post-training large language models, covering supervised fine-tuning, preference, and reasoning da…
604757active
origin-brain/beat-ai
BeatAI is an open-source AI learning resource (with an accompanying website of regularly published articles) that teaches AI fundamentals f…
764702active
afshinea/stanford-cme-295-transformers-large-language-models
A multilingual VIP cheatsheet summarizing key concepts from Stanford's CME 295 Transformers & Large Language Models course, distributed as …
574656active
Hoper-J/AI-Guide-and-Demos-zh_CN
A Chinese-language step-by-step guide and demo code collection for getting started with AI and LLMs, covering API usage, local model deploy…
664465active
opendilab/awesome-RLHF
A curated, continually updated list of research papers, codebases, datasets, blogs, and books about Reinforcement Learning with Human Feedb…
684422active
decodingai-magazine/llm-twin-course
A free hands-on course (source code plus 12 lessons) that teaches how to build an end-to-end production-ready LLM and RAG system by creatin…
604385active
datawhalechina/llms-from-scratch-cn
A hands-on tutorial by Datawhale for building large language models from scratch in Python, covering tokenization, attention, pretraining, …
594337active
HuaizhengZhang/AI-Infra-from-Zero-to-Hero
A curated awesome-list of research papers, industry practices, and video tutorials on systems for machine learning, LLMs, and generative AI…
474309active
esbatmop/MNBVC
MNBVC is a massive, continuously growing open-source Chinese text corpus aiming to rival the scale of data used to train ChatGPT, including…
754267active
walkinglabs/hands-on-modern-rl
An open-source hands-on curriculum/book covering modern reinforcement learning, from MDPs and policy optimization (PPO) to LLM alignment (R…
784124active
zyds/transformers-code
A hands-on course repository with Jupyter Notebook code accompanying a video series (on Bilibili and YouTube) for learning Hugging Face Tra…
294053active
skindhu/Build-A-Large-Language-Model-CN
A Chinese translation of the book 'Build a Large Language Model (From Scratch)', hosted as an open-source online ebook covering GPT archite…
663980active
yuanzhoulvpi2017/zero_nlp
A Chinese-language NLP training framework and tutorial collection built on PyTorch and Hugging Face Transformers, covering fine-tuning of l…
473834active
CalvinXKY/InfraTech
A collection of Jupyter notebook tutorials and exercises covering AI infrastructure topics including PyTorch, vLLM/SGLang inference framewo…
593683active
stanford-cs336/lectures
Lecture materials for Stanford CS336 (Language Modeling from Scratch), including executable Python lectures and PDF slides. Executable lect…
583678active
wyf3/llm_related
A collection of Python implementations reproducing large language model algorithms, along with the author's learning notes. It serves as an…
643505active
arman-bd/guppylm
GuppyLM is a ~9M parameter language model trained from scratch to talk like a small fish, built as an educational project demonstrating the…
493435active
DSXiangLi/DecryptPrompt
A curated Chinese-language collection of LLM and prompt engineering resources, including open-source models, datasets, frameworks, and AIGC…
673434active
Zjh-819/LLMDataHub
A curated catalog (awesome list) of open-source datasets for training large language models, covering alignment/SFT, domain-specific, pretr…
303411active
angelos-p/llm-from-scratch
A hands-on workshop repository where learners write every component of a GPT training pipeline (tokenizer, transformer, training loop, gene…
503380active
BBuf/how-to-optim-algorithm-in-cuda
A curated collection of notes and hands-on code for optimizing algorithms on CUDA GPUs, covering handwritten kernels, CUTLASS/CuTe, Triton,…
983223active
raiyanyahya/how-to-train-your-gpt
A 12-chapter educational repository that teaches how to build, train, and run a modern LLaMA-style GPT language model from scratch in Pytho…
553152active
Clouditera/SecGPT
SecGPT is an open-source large language model purpose-built for cybersecurity, fine-tuned from Qwen2.5 and DeepSeek-R1 bases on a large cur…
393101active
decodingai-magazine/second-brain-ai-assistant-course
An open-source course by Decoding AI that teaches building a production-ready 'Second Brain' AI assistant using agentic RAG, LLMs, fine-tun…
553058active
ashishpatel26/LLM-Finetuning
A collection of Jupyter/Colab notebooks demonstrating efficient fine-tuning of large language models (Llama 2, Falcon, Guanaco) using LoRA …
442980active
DLLXW/baby-llama2-chinese
An educational Python repository for pretraining and SFT fine-tuning a small (92M-218M parameter) Chinese Llama2 model from scratch, runnab…
722923active
EleutherAI/pythia
EleutherAI's Pythia project: a suite of autoregressive transformer language models released with 154 training checkpoints each, plus code a…
562911stable
MLNLP-World/LLMs-from-scratch-CN
A Chinese translation of the popular 'LLMs-from-scratch' project by Sebastian Raschka, providing markdown notes and Jupyter notebooks for b…
562877active
bbruceyuan/Hands-On-Large-Language-Models-CN
A Chinese translation of the book 'Hands-On Large Language Models' by Jay Alammar and Maarten Grootendorst, with annotated Jupyter notebook…
642838active
FurkanGozukara/Stable-Diffusion
A curated collection of expert-level tutorials, guides, and notebooks on generative AI topics including Stable Diffusion, FLUX, SDXL, LoRA/…
742759active
huggingface/cookbook
A community-driven collection of Jupyter notebooks from Hugging Face demonstrating practical AI application building with open-source tools…
712711active
qibin0506/Cortex
Cortex is an open-source educational project that walks through building a large language model from scratch, covering the full training li…
632689active
databrickslabs/dolly
Dolly is Databricks' instruction-following large language model (dolly-v2-12b), fine-tuned from EleutherAI's Pythia-12b on a ~15k record in…
3010805maintenance
echonoshy/cgft-llm
A hands-on tutorial series (in Chinese) for learning large language model technologies, with Jupyter Notebook code, written docs, and video…
602663active
stanford-cs336/assignment1-basics
The student starter code for Stanford CS336 Assignment 1, where learners implement language model basics (tokenizer, transformer, training …
572652active
InterviewReady/ai-engineering-resources
A curated collection of research papers and blog posts to help software engineers transition into AI engineering. It organizes foundational…
432633active
GoogleCloudPlatform/asl-ml-immersion
A collection of Jupyter notebooks, code samples, and labs from Google Cloud's Advanced Solutions Lab covering machine learning, MLOps, and …
872596active
mbzuai-oryx/Awesome-LLM-Post-training
A curated awesome-list and survey companion collecting papers, code, benchmarks, and resources on LLM post-training methodologies, organize…
632526active
TsinghuaC3I/Awesome-RL-for-LRMs
A curated awesome-list accompanying the survey paper 'A Survey of Reinforcement Learning for Large Reasoning Models' from Tsinghua Universi…
572482active
ANative-Lab/Awesome-Self-Evolving-Agents
A curated awesome-list accompanying an arXiv survey on self-evolving AI agents, cataloguing papers and open-source frameworks for agent opt…
562458active
Exorust/TorchLeet
TorchLeet is a collection of 65 PyTorch practice problems drawn from real ML/AI interviews at companies like Google, Meta, and Anthropic, d…
652430active
minitorch/minitorch
Minitorch is a student-built deep learning framework suite where learners implement a mini PyTorch-like tensor library with autograd, opera…
232402active
nlpxucan/WizardLM
The WizardLM family of instruction-tuned large language models (WizardLM, WizardCoder, WizardMath) built with the Evol-Instruct data evolut…
319483maintenance
hamzafarooq/building-llm-applications-from-scratch
Open-sourced course materials (code and slides) for building LLM-powered applications from scratch, covering transformer architecture, retr…
392390active
jingyaogong/minimind-o
MiniMind-O is an open-source educational project that implements a tiny (~0.1B parameter) end-to-end Omni model from scratch in PyTorch, ha…
572384active
adithya-s-k/AI-Engineering.academy
AI Engineering Academy is an open-source educational resource offering structured learning paths for applied AI, covering prompt engineerin…
582377active
natolambert/rlhf-book
An open-source textbook on Reinforcement Learning from Human Feedback (RLHF) and LLM post-training, available online and in print, with com…
892345active
open-thoughts/open-thoughts
OpenThoughts is a community project curating fully open datasets for training reasoning models, including OpenThoughts3-1.2M and OpenThinke…
452323active
bbruceyuan/LLMs-Zero-to-Hero
A Chinese-language tutorial series and accompanying book that teaches large language models by building them from scratch in Jupyter notebo…
652278active
AmberLJC/LLMSys-PaperList
A curated list of academic papers, tutorials, and projects on Large Language Model systems, covering training, serving, agentic systems, an…
712233active
FoundationAgents/awesome-foundation-agents
A curated awesome-list of papers, repositories, and blogs on the path toward Foundation Agents, accompanying the 'Advances and Challenges i…
352210active
aburkov/theLMbook
The official companion repository for The Hundred-Page Language Models Book by Andriy Burkov, containing complete Python/PyTorch implementa…
442179active

page 1 / 3 next →