Skip to content

Commit

Permalink
chore: Fixed bug in the neuronpedia_integration cell in notebook (#402)
Browse files Browse the repository at this point in the history
* corrected basic loading tutorial

* fix formatting

---------

Co-authored-by: David Chanin <[email protected]>
  • Loading branch information
Arjun-G-Ravi and chanind authored Jan 12, 2025
1 parent c91763b commit 4935b83
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions tutorials/basic_loading_and_analysing.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -456,13 +456,7 @@
"from sae_lens.analysis.neuronpedia_integration import get_neuronpedia_quick_list\n",
"\n",
"# this function should open\n",
"neuronpedia_quick_list = get_neuronpedia_quick_list(\n",
" test_feature_idx_gpt,\n",
" layer=sae.cfg.hook_layer,\n",
" model=\"gpt2-small\",\n",
" dataset=\"res-jb\",\n",
" name=\"A quick list we made\",\n",
")\n",
"neuronpedia_quick_list = get_neuronpedia_quick_list(sae, test_feature_idx_gpt)\n",
"\n",
"if COLAB:\n",
" # If you're on colab, click the link below\n",
Expand Down

0 comments on commit 4935b83

Please sign in to comment.