Update README.md
Browse files
README.md
CHANGED
@@ -26,4 +26,4 @@ def load_feat_acts(fname, only_active_docs=False):
|
|
26 |
feat_acts = load_feat_acts(f"mlp_map_test/M2_S-2_R1_P0/{300}.pt").to_dense()
|
27 |
```
|
28 |
|
29 |
-
The activations are for the train split in https://huggingface.co/datasets/noanabeshima/TinyModelTokIds
|
|
|
26 |
feat_acts = load_feat_acts(f"mlp_map_test/M2_S-2_R1_P0/{300}.pt").to_dense()
|
27 |
```
|
28 |
|
29 |
+
The activations are for the train split in https://huggingface.co/datasets/noanabeshima/TinyModelTokIds. Not all activations are currently included, just a prefix of the train split.
|