Skip to content

Commit b5f2aa3

Browse files
authored
Update README.md
1 parent cd24a27 commit b5f2aa3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Build a Large Language Model (From Scratch)
22

3-
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).
3+
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).
44

55
<br>
66
<br>
77

8-
<a href="http://mng.bz/orYv"><img src="https://sebastianraschka.com/images/LLMs-from-scratch-images/cover.jpg?123" width="250px"></a>
8+
<a href="https://amzn.to/4fqvn0D"><img src="https://sebastianraschka.com/images/LLMs-from-scratch-images/cover.jpg?123" width="250px"></a>
99

1010
<br>
1111

@@ -14,8 +14,8 @@ In [*Build a Large Language Model (From Scratch)*](http://mng.bz/orYv), you'll l
1414
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.
1515

1616
- Link to the official [source code repository](https://github.com/rasbt/LLMs-from-scratch)
17-
- [Link to the book at Manning](http://mng.bz/orYv)
18-
- [Link to the book page on Amazon](https://www.amazon.com/gp/product/1633437167)
17+
- [Link to the book at Manning (the publisher's website)](http://mng.bz/orYv)
18+
- [Link to the book page on Amazon.com](https://www.amazon.com/gp/product/1633437167)
1919
- ISBN 9781633437166
2020

2121
<a href="http://mng.bz/orYv#reviews"><img src="https://sebastianraschka.com//images/LLMs-from-scratch-images/other/reviews.png" width="220px"></a>

0 commit comments

Comments
 (0)