PraneetNeuro commited on
Commit
538e8b9
·
verified ·
1 Parent(s): 1e67ae1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +47 -0
README.md ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # CLIP Sparse Autoencoder Checkpoint
2
+
3
+ This model is a sparse autoencoder trained on CLIP's internal representations.
4
+
5
+ ## Model Details
6
+
7
+ ### Architecture
8
+ - **Layer**: 4
9
+ - **Layer Type**: hook_resid_post
10
+ - **Model**: open-clip:laion/CLIP-ViT-B-32-DataComp.XL-s13B-b90K
11
+ - **Dictionary Size**: 49152.0
12
+ - **Input Dimension**: 768.0
13
+ - **Expansion Factor**: 64.0
14
+ - **CLS Token Only**: False
15
+
16
+ ### Training
17
+ - **Training Images**: 1299936.0000
18
+ - **Learning Rate**: 0.0002
19
+ - **L1 Coefficient**: 0.0000
20
+ - **Batch Size**: 4096.0
21
+ - **Context Size**: 49.0
22
+
23
+ ## Performance Metrics
24
+
25
+ ### Sparsity
26
+ - **L0 (Active Features)**: 965.4101
27
+ - **Dead Features**: 0.0000
28
+
29
+ - **Mean Passes Since Fired**: 2.1601
30
+
31
+ ### Reconstruction
32
+ - **Explained Variance**: 0.9987
33
+ - **Explained Variance Std**: 0.0032
34
+ - **MSE Loss**: 0.0000
35
+ - **L1 Loss**: 1456.6568
36
+ - **Overall Loss**: 0.0001
37
+
38
+ ## Training Details
39
+ - **Training Duration**: 3927 seconds
40
+ - **Final Learning Rate**: 0.0000
41
+ - **Warm Up Steps**: 200.0
42
+ - **Gradient Clipping**: 1.0
43
+
44
+ ## Additional Information
45
+ - **Original Checkpoint Path**: /network/scratch/p/praneet.suresh/imgnet_checkpoints/c8de8491-tinyclip_sae_16_hyperparam_sweep_lr/n_images_1300020.pt
46
+ - **Wandb Run**: https://wandb.ai/perceptual-alignment/vanilla-imagenet-spatial_only-sweep/runs/7dfdq3cz
47
+ - **Random Seed**: 42.0