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? |
|
Got it, thanks for the feedback! Working on changes now. |
75638a6 to
18c3621
Compare
|
Addressed all changes and rebased, thanks guys!
Fixed here, was originall using layers from Anthropic's jlens guide but it seems they just used evenly spaced intermediate layers without considering which were full-attention, so I shifted all selected layers over by one.
Pinned the same model revision for Qwen3.5, confirmed demo still works locally.
The cell was in the original notebook as a markdown file so I kept it that way. It seems to be for if users want to try the feature themselves with separate models and doesn't contribute to the walkthrough. I kept it as markdown but let me know if we should make this executable for clarity.
Added clarifications here for both.
Fixed
I'd love to, I'll open a ticket about it tomorrow and look into implementing as well! |
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: