@Jolyne_AI: 一本开源实战书:《Hands-On Large Language Models》(《动手学大模型》)。 全书 12 章,从语言模型基础到提示词工程、语义搜索、模型微调,再到多模态应用,循序渐进,覆盖大模型落地的关键路径。 GitHub:h…

X AI KOLs Timeline 产品

摘要

一本开源实战书《Hands-On Large Language Models》(《动手学大模型》),全书12章,覆盖语言模型基础、提示词工程、语义搜索、模型微调及多模态应用,提供可运行代码示例,适合实战学习。

一本开源实战书:《Hands-On Large Language Models》(《动手学大模型》)。 全书 12 章,从语言模型基础到提示词工程、语义搜索、模型微调,再到多模态应用,循序渐进,覆盖大模型落地的关键路径。 GitHub:https://github.com/HandsOnLLM/Hands-On-Large-Language-Models… 官网:https://llm-book.com 配套大量可运行的代码示例,直接在 Colab 上手,把原理讲透,把应用做出来。
查看原文
查看缓存全文

缓存时间: 2026/07/01 14:08

一本开源实战书:《Hands-On Large Language Models》(《动手学大模型》)。

全书 12 章,从语言模型基础到提示词工程、语义搜索、模型微调,再到多模态应用,循序渐进,覆盖大模型落地的关键路径。

GitHub:https://github.com/HandsOnLLM/Hands-On-Large-Language-Models… 官网:https://llm-book.com

配套大量可运行的代码示例,直接在 Colab 上手,把原理讲透,把应用做出来。


HandsOnLLM/Hands-On-Large-Language-Models

Source: https://github.com/HandsOnLLM/Hands-On-Large-Language-Models

Hands-On Large Language Models

Welcome! In this repository you will find the code for all examples throughout the book Hands-On Large Language Models written by Jay Alammar and Maarten Grootendorst which we playfully dubbed:

"The Illustrated LLM Book"

Through the visually educational nature of this book and with almost 300 custom made figures, learn the practical tools and concepts you need to use Large Language Models today!


The book is available on:

Table of Contents

We advise to run all examples through Google Colab for the easiest setup. Google Colab allows you to use a T4 GPU with 16GB of VRAM for free. All examples were mainly built and tested using Google Colab, so it should be the most stable platform. However, any other cloud provider should work.

ChapterNotebook
Chapter 1: Introduction to Language ModelsOpen In Colab
Chapter 2: Tokens and EmbeddingsOpen In Colab
Chapter 3: Looking Inside Transformer LLMsOpen In Colab
Chapter 4: Text ClassificationOpen In Colab
Chapter 5: Text Clustering and Topic ModelingOpen In Colab
Chapter 6: Prompt EngineeringOpen In Colab
Chapter 7: Advanced Text Generation Techniques and ToolsOpen In Colab
Chapter 8: Semantic Search and Retrieval-Augmented GenerationOpen In Colab
Chapter 9: Multimodal Large Language ModelsOpen In Colab
Chapter 10: Creating Text Embedding ModelsOpen In Colab
Chapter 11: Fine-tuning Representation Models for ClassificationOpen In Colab
Chapter 12: Fine-tuning Generation ModelsOpen In Colab

You can check the setup folder for a quick-start guide to install all packages locally and you can check the conda folder for a complete guide on how to setup your environment, including conda and PyTorch installation. Note that the depending on your OS, Python version, and dependencies your results might be slightly differ. However, they should this be similar to the examples in the book.

Reviews

Jay and Maarten have continued their tradition of providing beautifully illustrated and insightful descriptions of complex topics in their new book. Bolstered with working code, timelines, and references to key papers, their book is a valuable resource for anyone looking to understand the main techniques behind how Large Language Models are built.

Andrew Ng - founder of DeepLearning.AI


This is an exceptional guide to the world of language models and their practical applications in industry. Its highly-visual coverage of generative, representational, and retrieval applications of language models empowers readers to quickly understand, use, and refine LLMs. Highly recommended!

Nils Reimers - Director of Machine Learning at Cohere | creator of sentence-transformers


I can’t think of another book that is more important to read right now. On every single page, I learned something that is critical to success in this era of language models.

Josh Starmer - StatQuest


If you’re looking to get up to speed in everything regarding LLMs, look no further! In this wonderful book, Jay and Maarten will take you from zero to expert in the history and latest advances in large language models. With very intuitive explanations, great real-life examples, clear illustrations, and comprehensive code labs, this book lifts the curtain on the complexities of transformer models, tokenizers, semantic search, RAG, and many other cutting-edge technologies. A must read for anyone interested in the latest AI technology!

Luis Serrano, PhD - Founder and CEO of Serrano Academy


Hands-On Large Language Models brings clarity and practical examples to cut through the hype of AI. It provides a wealth of great diagrams and visual aids to supplement the clear explanations. The worked examples and code make concrete what other books leave abstract. The book starts with simple introductory beginnings, and steadily builds in scope. By the final chapters, you will be fine-tuning and building your own large language models with confidence.

Leland McInnes - Researcher at the Tutte Institute for Mathematics and Computing | creator of UMAP and HDBSCAN


Bonus content!

We attempted to put as much information into the book without it being overwhelming. However, even with a 400-page book there is still much to discover!

We continue to create more guides that compliment the book and go more in-depth into new and exciting topics:

A Visual Guide to MambaA Visual Guide to QuantizationThe Illustrated Stable Diffusion
A Visual Guide to Mixture of ExpertsA Visual Guide to Reasoning LLMsThe Illustrated DeepSeek-R1

Citation

Please consider citing the book if you consider it useful for your research:

@book{hands-on-llms-book,
  author       = {Jay Alammar and Maarten Grootendorst},
  title        = {Hands-On Large Language Models},
  publisher    = {O'Reilly},
  year         = {2024},
  isbn         = {978-1098150969},
  url          = {https://www.oreilly.com/library/view/hands-on-large-language/9781098150952/},
  github       = {https://github.com/HandsOnLLM/Hands-On-Large-Language-Models}
}

相似文章

@XAMTO_AI: 别再收藏那些看着热闹、用不上的 AI 教程了。 这本 《动手学大模型》 才是真正需要的——开源、免费、代码能跑。 全书 12 章,手把手带你走完大模型落地的完整流程: ① 语言模型基础 ② 提示词工程 ③ 语义搜索 ④ 模型微调 ⑤ 多模…

X AI KOLs Timeline

推荐一本开源免费的《动手学大模型》教程,涵盖语言模型基础、提示词工程、语义搜索、模型微调、多模态应用等12章,所有代码可直接在Colab中运行。

@GitHub_Daily: 想搞懂大语言模型底层原理,大部分资料只介绍理论知识,或者只给源码,看完还是一头雾水。 偶然看到 EveryonesLLM 这个开源教程,手把手带我们在 Google Colab 上从零搭建一个完整的大语言模型,全程动手写代码。 整套教程分…

X AI KOLs Timeline

EveryonesLLM 是一个开源教程,提供29个章节的Colab笔记本,手把手教用户从零在Google Colab上搭建完整的大语言模型,包括预训练和指令微调,并支持中文。

@Jolyne_AI: 在 GitHub 上挖到一套很扎实的大模型实战教程:《动手做大模型系列》,带你从零把完整技术栈打通。 它用「视频 + 文档 + 代码」的组合,把微调、部署、RAG、Agent 等关键能力串成一条可复现的学习路径:每个知识点都能直接上手做,…

X AI KOLs Timeline

推荐GitHub上的《动手做大模型系列》教程,通过视频、文档和代码系统讲解大模型微调、部署、RAG、Agent等实战技术,适合AI开发者提升工程能力。

@Xx15573208: 看了很多 Transformer 的文章,能听懂原理,但真正坐下来写代码,完全无从下手。 LLMs-from-scratch 专门解决这个问题:配套《Build a Large Language Model》一书,带你用 PyTorch …

X AI KOLs Timeline

LLMs-from-scratch 是一个 GitHub 仓库,配套《Build a Large Language Model》一书,提供从零用 PyTorch 实现 GPT 的完整代码,涵盖预训练、微调、RLHF 等全流程,已获 93K+ stars,适合想深入理解大模型原理的开发者。