Open WuTheFWasThat opened 5 months ago
the ablation data is optional, simpler format is:
@WuTheFWasThat Can you give me the process of how to generate these json files?
we just ran the model+autoencoder over a pretraining dataset and tracked highest activations per latent and random positive activations per latent. we don't have a plan to release the code atm, but if that would be helpful we can consider it
we just ran the model+autoencoder over a pretraining dataset and tracked highest activations per latent and random positive activations per latent. we don't have a plan to release the code atm, but if that would be helpful we can consider it
Thanks a lot. I think it will be very helpful. Please consider it.
Thank you for such an excellent job. Can I ask, when release training code?
Hi, Thanks for the excellent work! l'm also interested in the code to generate the JSONs if you ever decide to release. I think it would be helpful.
Me too。I'm also interested in generating JSON code if you decide to publish it. I think it'll help.
[this issue is migrated from a previous version of the repo]
@elephantmipt and @zdaiot ask:
Hi, thank you for releasing great tool! It would be great if you provide more details on which files SAE viewer uses for rendering particular feature. When I run published code locally, I get an error
Failed to load resource: net::ERR_CONNECTION_REFUSED
because here https://github.com/openai/sparse_autoencoder/blob/0296e02c8e3bce46015375d99ce53188c3d0167f/sae-viewer/src/interpAPI.ts#L4-L20 we try to connect to localhost:8000load_az
method.I need an example of a file with activations that I can pass as JSON here https://github.com/openai/sparse_autoencoder/blob/0296e02c8e3bce46015375d99ce53188c3d0167f/sae-viewer/src/interpAPI.ts#L55 , in case I want to view features from my custom SAE. However, I am unsure of the format to use. Could you please provide example files with activations so that anyone can run the demo locally and/or modify the activations and models?