Upload folder using huggingface_hub
Browse files- config.json +37 -0
config.json
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"data": {
|
3 |
+
"shard_root": "/local/scratch/stevens.994/cache/saev/07aed612e3f70b93ecff46e5a3beea7b8a779f0376dcd3bddf1d5a6ffb4c8f76/",
|
4 |
+
"patches": "patches",
|
5 |
+
"layer": -2,
|
6 |
+
"clamp": 100000.0,
|
7 |
+
"n_random_samples": 524288,
|
8 |
+
"scale_mean": true,
|
9 |
+
"scale_norm": true
|
10 |
+
},
|
11 |
+
"n_workers": 32,
|
12 |
+
"n_patches": 100000000,
|
13 |
+
"sae": {
|
14 |
+
"d_vit": 768,
|
15 |
+
"exp_factor": 32,
|
16 |
+
"sparsity_coeff": 0.0008,
|
17 |
+
"n_reinit_samples": 524288,
|
18 |
+
"ghost_grads": false,
|
19 |
+
"remove_parallel_grads": true,
|
20 |
+
"normalize_w_dec": true,
|
21 |
+
"seed": 153
|
22 |
+
},
|
23 |
+
"n_sparsity_warmup": 500,
|
24 |
+
"lr": 0.001,
|
25 |
+
"n_lr_warmup": 500,
|
26 |
+
"sae_batch_size": 16384,
|
27 |
+
"track": true,
|
28 |
+
"wandb_project": "saev",
|
29 |
+
"tag": "baseline-v4.7",
|
30 |
+
"log_every": 25,
|
31 |
+
"ckpt_path": "./checkpoints",
|
32 |
+
"device": "cuda",
|
33 |
+
"seed": 57,
|
34 |
+
"slurm": false,
|
35 |
+
"slurm_acct": "PAS2136",
|
36 |
+
"log_to": "./logs"
|
37 |
+
}
|