Add sae_lens metadata
Browse files- sae_lens.json +13 -0
sae_lens.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"sae_lens_version": "3.20.4",
|
| 3 |
+
"tokenizer_name": "meta-llama/Llama-3.2-3B-Instruct",
|
| 4 |
+
"original_dataset": "yoonLM/decoding_llama3",
|
| 5 |
+
"original_split": "train",
|
| 6 |
+
"original_data_files": null,
|
| 7 |
+
"context_size": 8192,
|
| 8 |
+
"shuffled": true,
|
| 9 |
+
"seed": null,
|
| 10 |
+
"begin_batch_token": 128000,
|
| 11 |
+
"begin_sequence_token": null,
|
| 12 |
+
"sequence_separator_token": 128009
|
| 13 |
+
}
|