diff --git a/README.md b/README.md index 44f0680..ca3508d 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # Build a Large Language Model (From Scratch) -This repository contains the code for developing, pretraining, and finetuning a GPT-like LLM and is the official code repository for the book [Build a Large Language Model (From Scratch)](http://mng.bz/orYv). +This repository contains the code for developing, pretraining, and finetuning a GPT-like LLM and is the official code repository for the book [Build a Large Language Model (From Scratch)](https://amzn.to/4fqvn0D).

- +
@@ -14,8 +14,8 @@ In [*Build a Large Language Model (From Scratch)*](http://mng.bz/orYv), you'll l 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. In addition, this book includes code for loading the weights of larger pretrained models for finetuning. - Link to the official [source code repository](https://github.com/rasbt/LLMs-from-scratch) -- [Link to the book at Manning](http://mng.bz/orYv) -- [Link to the book page on Amazon](https://www.amazon.com/gp/product/1633437167) +- [Link to the book at Manning (the publisher's website)](http://mng.bz/orYv) +- [Link to the book page on Amazon.com](https://www.amazon.com/gp/product/1633437167) - ISBN 9781633437166