rasbt-LLMs-from-scratch/ch05/14_ch05_with_other_llms
casinca 9c4be478f8
Optional weight tying for Qwen3 and Llama3.2 pretraining (#949)
* optional weight tying for Qwen3 and Llama3.2

* typo
2026-01-14 09:07:04 -06:00
..
ch05-llama32.ipynb Optional weight tying for Qwen3 and Llama3.2 pretraining (#949) 2026-01-14 09:07:04 -06:00
ch05-qwen3.ipynb Optional weight tying for Qwen3 and Llama3.2 pretraining (#949) 2026-01-14 09:07:04 -06:00
README.md Chapter 5 with alternative LLMs (Qwen3, Llama 3) (#943) 2026-01-09 14:58:20 -06:00

Chapter 5 With Other LLMs

This folder contains code notebooks that swap in other LLMs (for example, Qwen3 and Llama 3) for GPT-2 in Chapter 5.