Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
The SAE was originally trained by Gytis Daujotas. You can read more about his work [here.](https://www.lesswrong.com/posts/Quqekpvx8BGMMcaem/interpreting-and-steering-features-in-images)
|
2 |
+
The model has been adapted to work with the [Prisma](https://github.com/soniajoseph/ViT-Prisma) to facilitate further research and application within the Prisma ecosystem.
|
3 |
+
|
4 |
+
Note: In the adaptation process, the weights were transformed to accommodate Prisma’s handling of the SAE forward pass. As a result, the model’s output may exhibit slight numerical differences compared to the original. These discrepancies should not affect the overall performance or interpretability of the model.
|