sgovil5 commited on
Commit
96ef52c
·
verified ·
1 Parent(s): 397664b

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +32 -0
config.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "trainer": {
3
+ "trainer_class": "BatchTopKTrainer",
4
+ "dict_class": "BatchTopKSAE",
5
+ "lr": 0.000282842712474619,
6
+ "steps": 12207,
7
+ "auxk_alpha": 0.03125,
8
+ "warmup_steps": 1000,
9
+ "decay_start": null,
10
+ "threshold_beta": 0.999,
11
+ "threshold_start_step": 1000,
12
+ "top_k_aux": 512,
13
+ "seed": 42,
14
+ "activation_dim": 1024,
15
+ "dict_size": 8192,
16
+ "k": 32,
17
+ "device": "cuda",
18
+ "layer": 3,
19
+ "lm_name": "EleutherAI/pythia-410m-deduped",
20
+ "wandb_name": "BatchTopKTrainer-EleutherAI/pythia-410m-deduped-resid_post_layer_3_trainer_0",
21
+ "submodule_name": "resid_post_layer_3"
22
+ },
23
+ "buffer": {
24
+ "d_submodule": 1024,
25
+ "io": "out",
26
+ "n_ctxs": 1280,
27
+ "ctx_len": 128,
28
+ "refresh_batch_size": 512,
29
+ "out_batch_size": 8192,
30
+ "device": "cuda"
31
+ }
32
+ }