Module exercises

Source
Expand description

Exercises

This module contains solutions to the exercises found in each chapter of the LLMs From Scratch book. The book offers code solutions to exercises that are based in PyTorch. Here, we provide solutions using Rust and the Candle crate.

Modulesยง

ch02
Exercises from Chapter 2
ch03
Exercises from Chapter 3
ch04
Exercises from Chapter 4
ch05
Exercises from Chapter 5
ch06
Exercises from Chapter 6
ch07
Exercises from Chapter 7