Releases: jbloomAus/SAELens
v5.6.1
v5.6.1 (2025-03-17)
Fix
- fix: Ensure activation scaling factor set before initializing b_dec when needed (#440)
Co-authored-by: Keltin Grimes <kgrimes@sei.cmu.edu> (1145a62
)
v5.6.0
v5.6.0 (2025-03-12)
Feature
- feat: Add support for dataset name in PretokenizeRunner (#438)
Summary of updates:
- Added optional dataset name parameter
- Updated metadata to track dataset name and column name
- Added test for loading dataset with name argument and checking metadata
- Updated tests to use PretokenizeRunner instead of depricated pretokenizer_runner
Co-authored-by: Keltin Grimes <kgrimes@sei.cmu.edu> (1dc4ef6
)
Fix
-
fix: fix bug with PretokenizeRunner with streaming=True (#442)
-
Fixed issue with PretokenizeRunner with streaming=True
-
raise error if streaming with num_proc > 1
Co-authored-by: David Chanin <chanindav@gmail.com> (40a5924
)
v5.5.2
v5.5.1
v5.5.0
v5.5.0 (2025-02-22)
Chore
-
chore: skip failing test so CI passes (
4f4a7b7
) -
chore: fixing docs sae table for deepseek SAE (#421)
-
chore: fixing docs sae table for deepseek SAE
-
Update sae_lens/toolkit/pretrained_sae_loaders.py
Co-authored-by: Anthony Duong <42191920+anthonyduong9@users.noreply.github.com>
- adding test from CR
Co-authored-by: Anthony Duong <42191920+anthonyduong9@users.noreply.github.com> (8760f9e
)
Feature
- feat: Merge pull request #431 from Hzfinfdu/main
Supports llama scope r1 distill SAEs (cf754b3
)
Fix
Unknown
v5.4.2
v5.4.1
v5.4.0
v5.3.4
v5.3.4 (2025-01-31)
Chore
- chore: fix sae loading in logits_lens_with_features.ipynb example (#406)
when load sae
through SAE.from_pretrained
, sae_id
should change with layer
not always blocks.0.hook_resid_pre
(36dab85
)
Fix
- fix: remove restrictive typeguard dependency (#414)
merging as this is a problem in the current production release and should be uncontroversial (77de73c
)
Unknown
-
added NP name to R1 distillation SAE (
8ccc556
) -
Merge pull request #412 from jbloomAus/feature/qresearch-r1-distill-l19-sae
Added qresearch SAE for distilled R1 LLaMa (32f4a60
)