Add sae_lens metadata
Browse files- sae_lens.json +15 -0
sae_lens.json
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"sae_lens_version": "3.17.0",
|
3 |
+
"tokenizer_name": "google/gemma-2-2b",
|
4 |
+
"original_dataset": "monology/pile-uncopyrighted",
|
5 |
+
"original_split": "train",
|
6 |
+
"original_data_files": [
|
7 |
+
"train/00.jsonl.zst"
|
8 |
+
],
|
9 |
+
"context_size": 1024,
|
10 |
+
"shuffled": true,
|
11 |
+
"seed": null,
|
12 |
+
"begin_batch_token": "bos",
|
13 |
+
"begin_sequence_token": null,
|
14 |
+
"sequence_separator_token": "bos"
|
15 |
+
}
|