Skip to content

Commit a51ff65

Browse files
authored
reasoning-from-scratch (rasbt#793)
1 parent a3a62c5 commit a51ff65

File tree

3 files changed

+23
-0
lines changed

3 files changed

+23
-0
lines changed

.gitmodules

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[submodule "reasoning-from-scratch"]
2+
path = reasoning-from-scratch
3+
url = https://github.com/rasbt/reasoning-from-scratch
4+
branch = main

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,24 @@ The code in the main chapters of this book is designed to run on conventional la
118118
<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>
119119

120120

121+
&nbsp;
122+
123+
124+
## Companion Book / Sequel
125+
126+
[*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)*.
127+
128+
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.
129+
130+
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.
131+
132+
<a href="https://mng.bz/lZ5B"><img src="https://sebastianraschka.com/images/reasoning-from-scratch-images/cover.webp?123" width="120px"></a>
133+
134+
- Amazon link (TBD)
135+
- [Manning link](https://mng.bz/lZ5B)
136+
- [GitHub repository](https://github.com/rasbt/reasoning-from-scratch)
137+
138+
<br>
121139

122140
&nbsp;
123141
## Exercises

reasoning-from-scratch

Submodule reasoning-from-scratch added at 16e360b

0 commit comments

Comments
 (0)