TransformerLensOrg / CircuitsVis

Mechanistic Interpretability Visualizations using React
https://alan-cooney.github.io/CircuitsVis/
MIT License
192 stars 29 forks source link

Pagination #12

Closed danbraunai closed 1 year ago

danbraunai commented 1 year ago

Converts TextNeuronActivations vis to handle multiple text samples and their corresponding activations. Before: image After: image

Issues:

Possible additions:

danbraunai commented 1 year ago

Closing this as I'll be making a new PR with a setup that doesn't include react-paginate (which seems to want bootstrap for styling).