File size: 625 Bytes
5cad637
25416cc
5cad637
 
 
 
 
 
 
 
 
 
6be3a00
5cad637
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# pythia-12b-neuron-dataset-examples

This dataset contains the top 64 highest activating dataset examples for each
MLP neuron in Pythia-12b. The dataset examples are all 16 tokens long. See
https://confirmlabs.org/posts/dreaming.html for details.

Columns:
- `layer`: the layer of the neuron
- `neuron`: the index of the neuron
- `rank`: the rank of the example
- `activation`: the activation of the neuron on the example
- `position`: the token position for which the neuron is maximally activated.
- `text`: the text of the example: `tokenizer.decode(ids[:, :position+1])`
- `id#`: the token id at position `#` in 0 to 15.