Upload folder using huggingface_hub
Browse files- config.json +43 -0
- sae.pt +3 -0
config.json
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"data": {
|
3 |
+
"shard_root": "/gpfs/home/int/yizhenggong21/work/saev/acts/dinov2_vit_b_-2_rand/10663d61fc16d6cc49654a3d2ae2e9ec693420917a9621febf0aafe8c5a71919",
|
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 |
+
"pin_memory": true,
|
15 |
+
"prefetch_factor": 4,
|
16 |
+
"n_patches": 100000000,
|
17 |
+
"sae": {
|
18 |
+
"d_vit": 768,
|
19 |
+
"exp_factor": 32,
|
20 |
+
"n_reinit_samples": 524288,
|
21 |
+
"remove_parallel_grads": true,
|
22 |
+
"normalize_w_dec": true,
|
23 |
+
"seed": 220
|
24 |
+
},
|
25 |
+
"objective": {
|
26 |
+
"sparsity_coeff": 0.0008
|
27 |
+
},
|
28 |
+
"n_sparsity_warmup": 500,
|
29 |
+
"lr": 0.001,
|
30 |
+
"n_lr_warmup": 500,
|
31 |
+
"sae_batch_size": 16384,
|
32 |
+
"track": true,
|
33 |
+
"wandb_project": "saev",
|
34 |
+
"tag": "baseline-v4.8-dinov2-vit-b",
|
35 |
+
"log_every": 25,
|
36 |
+
"ckpt_path": "/gpfs/home/int/yizhenggong21/work/saev/checkpoints",
|
37 |
+
"device": "cuda",
|
38 |
+
"span_all_devices": true,
|
39 |
+
"seed": 46,
|
40 |
+
"slurm": false,
|
41 |
+
"slurm_acct": "PAS2136",
|
42 |
+
"log_to": "/gpfs/home/int/yizhenggong21/work/saev/logs"
|
43 |
+
}
|
sae.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2c33a3cb12ea1ac012d84e1c1b7d6e4542f45127b45a2c4e692ac36aee02c911
|
3 |
+
size 151098396
|