Docs: Jlens Qwen3.5-4b Demo - #1547
Conversation
|
When loading Qwen-3.5 I received the following warning (x24+): The warning is harmless since we're not performing any hook actions on the hybrid layers, but it is something of note for clarity in the notebook cell as it becomes clutter and also as a potential ticket to implement hook support on Gated DeltaNets. |
|
Also sidenote, notebook cell runs were done locally without a CUDA GPU or Colab's TPUs, so if default cell output is a desired clarity fix then I can look into rerunning remote. |
|
Hi @KYinXu — thanks for adding the Qwen3.5 walkthrough. I tested it locally in a combined tree with current I noticed two reproducibility/documentation points:
One integration note: #1545 and this PR both modify the same notebook from the same earlier base, so whichever lands second will need a cell-level conflict resolution and another full Overall, the Qwen path worked successfully in my local validation. |
|
Thanks for putting this together @KYinXu! And thank you @emerardd for mentioning the conflict potential with your PR, valid point that I was going to address. We will want the default cell output, the goal is to add this demo to CI as validation, so we will need the output to match. #1545 has already merged we will want to rebase this branch onto A few asks for the rebase:
The GatedDeltaNet hook-support ticket is a good idea, would you be willing to open an issue? |
Description
Added a new walkthrough section using
Qwen3.5-4bindemos/Jacobian_Lens_Demo.ipynb.Key additions:
twohop) reasoning experiment previously demonstrated ongemma-2-2b.Fixes #1539 Tier 2 - second model demo
Type of change
Checklist: