Skip to content

Releases: soniajoseph/ViT-Prisma

Beta release CLIP SAE code now part of Prisma Library as v2.0.0!

07 Sep 21:33
Compare
Choose a tag to compare

We now have ViT/CLIP SAE code as part of the Prisma library!

You can see a demo here: https://github.com/soniajoseph/ViT-Prisma/blob/main/demos/Train_CLIP_SAE.ipynb

All the code is in src/vit_prisma/sae.

What's Changed

New Contributors

Full Changelog: v0.1.0...v2.0.0

v0.1.0

24 Jan 21:52
9f539e4
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

This release of Prisma is a snapshot of the library, before we significantly modify its structure to create a vision analog of HookedTransformer. The next version will have full hook management / activation caching.

The current ViT code is very simple, which is nice from an educational perspective. I may reference this code in the future if creating didactic examples.

What's Changed

New Contributors

Full Changelog: https://github.com/soniajoseph/ViT-Prisma/commits/v0.1.0