Transformer-lens

Latest version: v2.0.0

Safety actively analyzes 634871 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 6

2.0

New Contributors
* fakerybakery made their first contribution in https://github.com/TransformerLensOrg/TransformerLens/pull/579
* slash3g made their first contribution in https://github.com/TransformerLensOrg/TransformerLens/pull/573
* bmillwood made their first contribution in https://github.com/TransformerLensOrg/TransformerLens/pull/609
* starship006 made their first contribution in https://github.com/TransformerLensOrg/TransformerLens/pull/607
* anthonyduong9 made their first contribution in https://github.com/TransformerLensOrg/TransformerLens/pull/610

**Full Changelog**: https://github.com/TransformerLensOrg/TransformerLens/compare/v1.19.0...v2.0.0

2.0.0

TransformerLens officially has a 2.0! The HookedSAETransformer has been removed from TransformerLens in favor of the implementation in SAELens. Along with that, a lot of cumulative changes have been added. TransformerLens also has its first official development road map! To see full details, please view the [release announcement](https://transformerlensorg.github.io/TransformerLens/content/news/release-2.0.html) for the development roadmap, changes coming to contributors, and a few more notes on this release.

What's Changed
* Refactor components by bryce13950 in https://github.com/TransformerLensOrg/TransformerLens/pull/563
* added convenience function for unwrapping config to replace commonly … by bryce13950 in https://github.com/TransformerLensOrg/TransformerLens/pull/571
* unwrapped config by bryce13950 in https://github.com/TransformerLensOrg/TransformerLens/pull/577
* Refactor integration tests by bryce13950 in https://github.com/TransformerLensOrg/TransformerLens/pull/576
* Add Mistral 7B v0.2 Instruct by fakerybakery in https://github.com/TransformerLensOrg/TransformerLens/pull/579
* Add support for Phi-3 by slash3g in https://github.com/TransformerLensOrg/TransformerLens/pull/573
* Revert "Add Mistral 7B v0.2 Instruct" by bryce13950 in https://github.com/TransformerLensOrg/TransformerLens/pull/586
* Interactive neuroscope ci by bryce13950 in https://github.com/TransformerLensOrg/TransformerLens/pull/589
* removed Hooked SAE by bryce13950 in https://github.com/TransformerLensOrg/TransformerLens/pull/600

1.19.0

Nice little update to fix a bug someone found, and added support for ai-forever models.

What's Changed
* Add support for ai-forever/mGPT model by SeuperHakkerJa in https://github.com/TransformerLensOrg/TransformerLens/pull/606
* moved enable hook functionality to separate functions and tested new functions by bryce13950 in https://github.com/TransformerLensOrg/TransformerLens/pull/613


**Full Changelog**: https://github.com/TransformerLensOrg/TransformerLens/compare/v1.18.0...v1.19.0

1.18

* More pytest fixtures by bmillwood in https://github.com/TransformerLensOrg/TransformerLens/pull/609
* (v3) Draft PR: add Pyright static typing to hook_points.py 590 by starship006 in https://github.com/TransformerLensOrg/TransformerLens/pull/607
* v1.19 by bryce13950 in https://github.com/TransformerLensOrg/TransformerLens/pull/614
* add n k v heads to model properties table by anthonyduong9 in https://github.com/TransformerLensOrg/TransformerLens/pull/610
* fixed format by bryce13950 in https://github.com/TransformerLensOrg/TransformerLens/pull/616
* Add tests for hook point add hook by anthonyduong9 in https://github.com/TransformerLensOrg/TransformerLens/pull/617
* added release blog by bryce13950 in https://github.com/TransformerLensOrg/TransformerLens/pull/618
* Fix llama demos by bryce13950 in https://github.com/TransformerLensOrg/TransformerLens/pull/619
* added news link by bryce13950 in https://github.com/TransformerLensOrg/TransformerLens/pull/620

1.18.0

Very important release for those using Gemma models. A recent upstream change caused the TransformerLens implementation to become outdated. This release fixes that issue, and includes a number of cumulative changes, and bug fixes. The only API change in this release is that you can now set override `trust_remote_code` in the function `from_pretrained`. Thanks to all who contributed to this release!

What's Changed
* reworked CI to publish code coverage report by bryce13950 in https://github.com/TransformerLensOrg/TransformerLens/pull/559
* Resolve SAE CI Test failures by bryce13950 in https://github.com/TransformerLensOrg/TransformerLens/pull/560
* Ci coverage location by bryce13950 in https://github.com/TransformerLensOrg/TransformerLens/pull/561
* Ci full coverage by bryce13950 in https://github.com/TransformerLensOrg/TransformerLens/pull/562
* moved coverage report download by bryce13950 in https://github.com/TransformerLensOrg/TransformerLens/pull/564
* Revert "moved coverage report download (564)" by bryce13950 in https://github.com/TransformerLensOrg/TransformerLens/pull/565
* Othello ci by bryce13950 in https://github.com/TransformerLensOrg/TransformerLens/pull/567
* moved report to static section by bryce13950 in https://github.com/TransformerLensOrg/TransformerLens/pull/566
* Fix broken HookedSAETransformer demo links by ckkissane in https://github.com/TransformerLensOrg/TransformerLens/pull/572
* Fix Pos Slice Issue by hannamw in https://github.com/TransformerLensOrg/TransformerLens/pull/578
* Hf secret by bryce13950 in https://github.com/TransformerLensOrg/TransformerLens/pull/552
* updated pull reqeust template to account for new dev branch by bryce13950 in https://github.com/TransformerLensOrg/TransformerLens/pull/581
* updated PR template to add a note about merging from different branches by bryce13950 in https://github.com/TransformerLensOrg/TransformerLens/pull/583
* updated repo URL throughout the project by bryce13950 in https://github.com/TransformerLensOrg/TransformerLens/pull/580
* Fix docs badge in README by ArthurConmy in https://github.com/TransformerLensOrg/TransformerLens/pull/585
* added debug step by bryce13950 in https://github.com/TransformerLensOrg/TransformerLens/pull/568
* Update Gemma to reflect upstream HF changes by cmathw in https://github.com/TransformerLensOrg/TransformerLens/pull/596
* allow user to force trust_remote_code=true via from_pretrained kwargs by Butanium in https://github.com/TransformerLensOrg/TransformerLens/pull/597


**Full Changelog**: https://github.com/TransformerLensOrg/TransformerLens/compare/v1.17.0...v1.18.0

1.17.0

What's Changed
* HookedSAETransformer by ckkissane in https://github.com/neelnanda-io/TransformerLens/pull/536


**Full Changelog**: https://github.com/neelnanda-io/TransformerLens/compare/v1.16.0...v1.17.0

Page 1 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.