chanind commited on
Commit
4049e64
·
verified ·
1 Parent(s): 198116f

Add sae_lens metadata

Browse files
Files changed (1) hide show
  1. sae_lens.json +17 -0
sae_lens.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sae_lens_version": "5.10.1",
3
+ "tokenizer_name": "Qwen/Qwen2.5-7B",
4
+ "original_dataset": "monology/pile-uncopyrighted",
5
+ "original_dataset_name": null,
6
+ "original_split": "train[:1000000]",
7
+ "original_data_files": [
8
+ "train/00.jsonl.zst"
9
+ ],
10
+ "original_column_name": "text",
11
+ "context_size": 1024,
12
+ "shuffled": true,
13
+ "seed": null,
14
+ "begin_batch_token": "bos",
15
+ "begin_sequence_token": null,
16
+ "sequence_separator_token": "eos"
17
+ }