Upload folder using huggingface_hub
Browse files- config.json +41 -0
- sae.pt +3 -0
config.json
ADDED
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"data": {
|
3 |
+
"shard_root": "/gpfs/home/int/yizhenggong21/work/saev/acts/clip_vit_b_-2_rand/8f83d920b9b0c3927e16c12da1fa30058aace70b49b5a6d4092f075d5fee2989",
|
4 |
+
"patches": "patches",
|
5 |
+
"layer": -2,
|
6 |
+
"clamp": 100000.0,
|
7 |
+
"n_samples": 524288,
|
8 |
+
"shuffled": true,
|
9 |
+
"scale_mean": true,
|
10 |
+
"scale_norm": true
|
11 |
+
},
|
12 |
+
"shuffle": false,
|
13 |
+
"n_workers": 8,
|
14 |
+
"n_patches": 100000000,
|
15 |
+
"sae": {
|
16 |
+
"d_vit": 768,
|
17 |
+
"exp_factor": 32,
|
18 |
+
"n_reinit_samples": 524288,
|
19 |
+
"remove_parallel_grads": true,
|
20 |
+
"normalize_w_dec": true,
|
21 |
+
"seed": 364
|
22 |
+
},
|
23 |
+
"objective": {
|
24 |
+
"sparsity_coeff": 0.0008
|
25 |
+
},
|
26 |
+
"n_sparsity_warmup": 500,
|
27 |
+
"lr": 0.003,
|
28 |
+
"n_lr_warmup": 500,
|
29 |
+
"sae_batch_size": 16384,
|
30 |
+
"track": true,
|
31 |
+
"wandb_project": "saev",
|
32 |
+
"tag": "baseline-v4.8-clip-vit-b",
|
33 |
+
"log_every": 25,
|
34 |
+
"ckpt_path": "/gpfs/home/int/yizhenggong21/work/saev/checkpoints",
|
35 |
+
"device": "cuda",
|
36 |
+
"span_all_devices": true,
|
37 |
+
"seed": 49,
|
38 |
+
"slurm": false,
|
39 |
+
"slurm_acct": "PAS2136",
|
40 |
+
"log_to": "/gpfs/home/int/yizhenggong21/work/saev/logs"
|
41 |
+
}
|
sae.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a9a4b530b103dca5d194a109a2a5cffe308618efad85434d5edb2dd549ef4de9
|
3 |
+
size 151098322
|