Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Global UMAPs #81

Open
enjalot opened this issue Nov 11, 2024 · 0 comments
Open

Global UMAPs #81

enjalot opened this issue Nov 11, 2024 · 0 comments
Labels
enhancement New feature or request python web
Milestone

Comments

@enjalot
Copy link
Owner

enjalot commented Nov 11, 2024

It would be good to support trained UMAPs that are linked to a particular embedding model. Similar to the way we train an SAE to "unfold" a representative set of directions in the embedding model's latent space, we could train a representative UMAP by trying to cover the space of the model.

The quality and the size of that UMAP may need to be explored, but it seems worth it to allow the user to map any dataset using a supported embedding model (like nomic-embed-text-v1.5) to the same 2D space. This would let you quickly see which parts of the model space "light up" for a given dataset.

See https://enjalot.github.io/latent-taxonomy/ for an example of a UMAP calculated on the top activating samples for SAE features.

@enjalot enjalot added enhancement New feature or request python web labels Nov 11, 2024
@enjalot enjalot added this to the 2.0 milestone Nov 11, 2024
@enjalot enjalot changed the title Global UMAP from SAE Global UMAPs Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request python web
Projects
None yet
Development

No branches or pull requests

1 participant