binxu commited on
Commit
1eb0a59
·
verified ·
1 Parent(s): 90fa426

Upload checkpoints/batchtopk_nsd_block7/config.json with huggingface_hub

Browse files
checkpoints/batchtopk_nsd_block7/config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "hdf5_path": "/n/holylfs06/LABS/kempner_fellow_binxuwang/Users/binxuwang/Datasets/NSD_human_fMRI/stimuli/nsd_stimuli.hdf5",
3
+ "hdf5_key": "imgBrick",
4
+ "image_size": 224,
5
+ "num_workers": 4,
6
+ "dino_model": "dinov2_vitb14",
7
+ "dino_repo_path": "/n/holylfs06/LABS/kempner_fellow_binxuwang/Users/binxuwang/torch_cache/hub/facebookresearch_dinov2_main",
8
+ "dino_block": 7,
9
+ "batch_size": 512,
10
+ "batch_size_images": 2,
11
+ "dict_size": 16384,
12
+ "k": 32,
13
+ "lr": null,
14
+ "auxk_alpha": 0.03125,
15
+ "warmup_steps": 1000,
16
+ "decay_start": null,
17
+ "steps": 100000,
18
+ "seed": 0,
19
+ "layer": 0,
20
+ "lm_name": "dinov2_vitb14",
21
+ "submodule_name": "x_norm_patchtokens",
22
+ "save_dir": "/n/home12/binxuwang/T-SAE-Spatial/ckpts_batchtopk_nsd_block7",
23
+ "save_every": 10000,
24
+ "log_every": 200,
25
+ "activation_dim": 768,
26
+ "n_patches": 256
27
+ }