|
|
|
|
|
by jalammar
1991 days ago
|
|
Hi HN, Author here. I had been fascinated with Andrej Karpathy's article (https://karpathy.github.io/2015/05/21/rnn-effectiveness/) -- especially where it shows neurons being activated in response to brackets and indentation. I built Ecco to enable examining neurons inside Transformer-based language models. You can use Ecco to simply interact with a language model and see its output token by token(as it's built on the awesome Hugging Face transformers package). But more interestingly you can use it to examine neuron activations. The article explains more: https://jalammar.github.io/explaining-transformers/ I have a couple more visualizations I'd like to add in the future. It's open source, so feel free to help me improve it. |
|
[1]: https://jalammar.github.io/illustrated-transformer
[2]: https://github.com/uclnlp/muppetshow