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

Advanced searching/filtering/sorting of neurons in a model #110

Open
1 task
albertsgarde opened this issue Sep 27, 2023 · 0 comments
Open
1 task

Advanced searching/filtering/sorting of neurons in a model #110

albertsgarde opened this issue Sep 27, 2023 · 0 comments
Labels
Feature Frontend Mainly requires, or requires non-trivial frontend changes

Comments

@albertsgarde
Copy link
Collaborator

albertsgarde commented Sep 27, 2023

Filter by layer, neuron, activating/important tokens, explanation(?), similarity to specific neuron.
there are many possibilities and all should be pretty easy to implement once the main structure is set up.
Since potentially many neurons will be returned, some form of pagination would likely be required.

This could merge both current neuron search methods, but only if it is equally easy to do both.
In the case of the neuron picker, this likely requires some dedicated UI for that functionality.

It should be possible to pick a random neuron in the list.

The GitHub issue list is probably a good source of inspiration.

This could definitely be useful across models, which could be implemented simply by making the model an implicit filter.

See #109

Depends on the back-end implementation in

@albertsgarde albertsgarde added Feature Frontend Mainly requires, or requires non-trivial frontend changes labels Sep 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Frontend Mainly requires, or requires non-trivial frontend changes
Projects
None yet
Development

No branches or pull requests

1 participant