Chapter 5 with alternative LLMs (Qwen3, Llama 3) (#943)

* ch05-alt-llms

* fix double import

* style fix

* Fix urls

* Fix urls

* Fix urls
This commit is contained in:
Sebastian Raschka
2026-01-09 14:58:20 -06:00
committed by GitHub
parent 9df9e69cd2
commit 90e0f3cc15
6 changed files with 2950 additions and 4 deletions

View File

@@ -1192,7 +1192,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.16"
"version": "3.13.5"
},
"widgets": {
"application/vnd.jupyter.widget-state+json": {

View File

@@ -1179,7 +1179,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.3"
"version": "3.13.5"
}
},
"nbformat": 4,

View File

@@ -0,0 +1,8 @@
# 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.

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long