Skip to content

Add Qwen3.6-27B vision encoder - #2469

Open
KartikP wants to merge 1 commit into
masterfrom
kp/qwen3-6-27b
Open

KartikP wants to merge 1 commit into
masterfrom
kp/qwen3-6-27b

Conversation

@KartikP

@KartikP KartikP commented Jul 30, 2026

Copy link
Copy Markdown
Collaborator

Adds the Qwen3.6-27B pretrained vision encoder as a Brain-Score Vision model using the existing PytorchWrapper and ModelCommitment.

  • Lazily loads only visual checkpoint tensors
  • Exposes six visual transformer blocks
  • Adds metadata and focused preprocessing, activation, and loading tests

Tests: pytest brainscore_vision/models/qwen3_6_27b/test.py -q (9 passed)

Load only the pretrained vision encoder so Brain-Score can score
intermediate visual representations without materializing the 27B
language backbone.
@KartikP

KartikP commented Aug 3, 2026

Copy link
Copy Markdown
Collaborator Author

Starting layer mapping. Unit tests will re-run after completion.

@KartikP KartikP added the Skip label Aug 3, 2026
@KartikP

KartikP commented Aug 3, 2026

Copy link
Copy Markdown
Collaborator Author

Starting layer mapping. Unit tests will re-run after completion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant