From 3a7b98a36acc2789bed55e1c53c609942bd56d45 Mon Sep 17 00:00:00 2001 From: Sebastian Raschka Date: Wed, 4 Mar 2026 08:47:06 -0600 Subject: [PATCH] Add more analysis to qwen3.5 image --- ch05/16_qwen3.5/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch05/16_qwen3.5/README.md b/ch05/16_qwen3.5/README.md index 0a55245..4b3b5af 100644 --- a/ch05/16_qwen3.5/README.md +++ b/ch05/16_qwen3.5/README.md @@ -2,7 +2,7 @@ This folder contains a from-scratch style implementation of [Qwen/Qwen3.5-0.8B](https://huggingface.co/Qwen/Qwen3.5-0.8B). - + Qwen3.5 is based on the Qwen3-Next architecture, which I described in more detail in section [2. (Linear) Attention Hybrids](https://magazine.sebastianraschka.com/i/177848019/2-linear-attention-hybrids) of my [Beyond Standard LLMs](https://magazine.sebastianraschka.com/p/beyond-standard-llms) article