batchtopksae / config.json
sgovil5's picture
Create config.json
96ef52c verified
raw
history blame contribute delete
913 Bytes
{
"trainer": {
"trainer_class": "BatchTopKTrainer",
"dict_class": "BatchTopKSAE",
"lr": 0.000282842712474619,
"steps": 12207,
"auxk_alpha": 0.03125,
"warmup_steps": 1000,
"decay_start": null,
"threshold_beta": 0.999,
"threshold_start_step": 1000,
"top_k_aux": 512,
"seed": 42,
"activation_dim": 1024,
"dict_size": 8192,
"k": 32,
"device": "cuda",
"layer": 3,
"lm_name": "EleutherAI/pythia-410m-deduped",
"wandb_name": "BatchTopKTrainer-EleutherAI/pythia-410m-deduped-resid_post_layer_3_trainer_0",
"submodule_name": "resid_post_layer_3"
},
"buffer": {
"d_submodule": 1024,
"io": "out",
"n_ctxs": 1280,
"ctx_len": 128,
"refresh_batch_size": 512,
"out_batch_size": 8192,
"device": "cuda"
}
}