mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2026-04-10 04:23:41 +00:00
reasoning-from-scratch (#793)
This commit is contained in:
committed by
GitHub
parent
a3a62c509a
commit
a51ff65488
4
.gitmodules
vendored
Normal file
4
.gitmodules
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
[submodule "reasoning-from-scratch"]
|
||||
path = reasoning-from-scratch
|
||||
url = https://github.com/rasbt/reasoning-from-scratch
|
||||
branch = main
|
||||
18
README.md
18
README.md
@@ -118,6 +118,24 @@ The code in the main chapters of this book is designed to run on conventional la
|
||||
<a href="https://www.manning.com/livevideo/master-and-build-large-language-models"><img src="https://sebastianraschka.com/images/LLMs-from-scratch-images/video-screenshot.webp?123" width="350px"></a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## Companion Book / Sequel
|
||||
|
||||
[*Build A Reasoning Model (From Scratch)*](https://mng.bz/lZ5B), while a standalone book, can be considered as a sequel to *Build A Large Language Model (From Scratch)*.
|
||||
|
||||
It starts with a pretrained model and implements different reasoning approaches, including inference-time scaling, reinforcement learning, and distillation, to improve the model's reasoning capabilities.
|
||||
|
||||
Similar to *Build A Large Language Model (From Scratch)*, [*Build A Reasoning Model (From Scratch)*](https://mng.bz/lZ5B) takes a hands-on approach implementing these methods from scratch.
|
||||
|
||||
<a href="https://mng.bz/lZ5B"><img src="https://sebastianraschka.com/images/reasoning-from-scratch-images/cover.webp?123" width="120px"></a>
|
||||
|
||||
- Amazon link (TBD)
|
||||
- [Manning link](https://mng.bz/lZ5B)
|
||||
- [GitHub repository](https://github.com/rasbt/reasoning-from-scratch)
|
||||
|
||||
<br>
|
||||
|
||||
|
||||
## Exercises
|
||||
|
||||
1
reasoning-from-scratch
Submodule
1
reasoning-from-scratch
Submodule
Submodule reasoning-from-scratch added at 16e360bf74
Reference in New Issue
Block a user