Commit
·
6be3a00
1
Parent(s):
ecff3ca
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,57 +1,3 @@
|
|
1 |
-
---
|
2 |
-
dataset_info:
|
3 |
-
features:
|
4 |
-
- name: layer
|
5 |
-
dtype: uint8
|
6 |
-
- name: neuron
|
7 |
-
dtype: uint16
|
8 |
-
- name: rank
|
9 |
-
dtype: uint8
|
10 |
-
- name: activation
|
11 |
-
dtype: float32
|
12 |
-
- name: position
|
13 |
-
dtype: uint8
|
14 |
-
- name: text
|
15 |
-
dtype: string
|
16 |
-
- name: id0
|
17 |
-
dtype: uint16
|
18 |
-
- name: id1
|
19 |
-
dtype: uint16
|
20 |
-
- name: id2
|
21 |
-
dtype: uint16
|
22 |
-
- name: id3
|
23 |
-
dtype: uint16
|
24 |
-
- name: id4
|
25 |
-
dtype: uint16
|
26 |
-
- name: id5
|
27 |
-
dtype: uint16
|
28 |
-
- name: id6
|
29 |
-
dtype: uint16
|
30 |
-
- name: id7
|
31 |
-
dtype: uint16
|
32 |
-
- name: id8
|
33 |
-
dtype: uint16
|
34 |
-
- name: id9
|
35 |
-
dtype: uint16
|
36 |
-
- name: id10
|
37 |
-
dtype: uint16
|
38 |
-
- name: id11
|
39 |
-
dtype: uint16
|
40 |
-
- name: id12
|
41 |
-
dtype: uint16
|
42 |
-
- name: id13
|
43 |
-
dtype: uint16
|
44 |
-
- name: id14
|
45 |
-
dtype: uint16
|
46 |
-
- name: id15
|
47 |
-
dtype: uint16
|
48 |
-
splits:
|
49 |
-
- name: train
|
50 |
-
num_bytes: 4202951650
|
51 |
-
num_examples: 47185920
|
52 |
-
download_size: 4766191985
|
53 |
-
dataset_size: 4202951650
|
54 |
-
---
|
55 |
# pythia-12b-neuron-dataset-examples
|
56 |
|
57 |
This dataset contains the top 64 highest activating dataset examples for each
|
@@ -64,4 +10,5 @@ Columns:
|
|
64 |
- `rank`: the rank of the example
|
65 |
- `activation`: the activation of the neuron on the example
|
66 |
- `position`: the token position for which the neuron is maximally activated.
|
|
|
67 |
- `id#`: the token id at position `#` in 0 to 15.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# pythia-12b-neuron-dataset-examples
|
2 |
|
3 |
This dataset contains the top 64 highest activating dataset examples for each
|
|
|
10 |
- `rank`: the rank of the example
|
11 |
- `activation`: the activation of the neuron on the example
|
12 |
- `position`: the token position for which the neuron is maximally activated.
|
13 |
+
- `text`: the text of the example: `tokenizer.decode(ids[:, :position+1])`
|
14 |
- `id#`: the token id at position `#` in 0 to 15.
|