Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
clizarraga-UAD7 authored Dec 9, 2024
1 parent bb31de8 commit fe5c933
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
**(A cloned repository from [Sebastian Raschka](https://github.com/rasbt/LLMs-from-scratch/tree/main) with the same name (12/08/2024).**

# 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)](https://amzn.to/4fqvn0D).
<br>
Expand All @@ -8,6 +11,7 @@ This repository contains the code for developing, pretraining, and finetuning a
<a href="https://amzn.to/4fqvn0D"><img src="https://sebastianraschka.com/images/LLMs-from-scratch-images/cover.jpg?123" width="250px"></a>
<br>
-->

In [*Build a Large Language Model (From Scratch)*](http://mng.bz/orYv), you'll learn and understand how large language models (LLMs) work from the inside out by coding them from the ground up, step by step. In this book, I'll guide you through creating your own LLM, explaining each stage with clear text, diagrams, and examples.

Expand Down

0 comments on commit fe5c933

Please sign in to comment.