Update README.md

This commit is contained in:
Sebastian Raschka 2024-02-06 07:38:52 -06:00 committed by GitHub
parent 3a5fc79b38
commit 55ced1d95e

View File

@ -1,5 +1,7 @@
# Build a Large Language Model (From Scratch) # Build a Large Language Model (From Scratch)
This repository contains the code for coding, 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).
(If you downloaded the code bundle from the Manning website, please consider visiting the official code repository on GitHub at [https://github.com/rasbt/LLMs-from-scratch](https://github.com/rasbt/LLMs-from-scratch).) (If you downloaded the code bundle from the Manning website, please consider visiting the official code repository on GitHub at [https://github.com/rasbt/LLMs-from-scratch](https://github.com/rasbt/LLMs-from-scratch).)
<br> <br>