PraneetNeuro commited on
Commit
d6d96cc
·
verified ·
1 Parent(s): 7786126

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**: 3
9
+ - **Layer Type**: hook_resid_post
10
+ - **Model**: open-clip:laion/CLIP-ViT-B-32-DataComp.XL-s13B-b90K
11
+ - **Dictionary Size**: 49152
12
+ - **Input Dimension**: 768
13
+ - **Expansion Factor**: 64
14
+ - **CLS Token Only**: False
15
+
16
+ ### Training
17
+ - **Training Images**: 1299988
18
+ - **Learning Rate**: 0.0000
19
+ - **L1 Coefficient**: 0.0000
20
+ - **Batch Size**: 4096
21
+ - **Context Size**: 50
22
+
23
+ ## Performance Metrics
24
+
25
+ ### Sparsity
26
+ - **L0 (Active Features)**: 64.0000
27
+ - **Dead Features**: 0
28
+
29
+ - **Mean Passes Since Fired**: 0.1956
30
+
31
+ ### Reconstruction
32
+ - **Explained Variance**: 0.7059
33
+ - **Explained Variance Std**: 0.0623
34
+ - **MSE Loss**: 0.0025
35
+ - **L1 Loss**: 0
36
+ - **Overall Loss**: 0.0025
37
+
38
+ ## Training Details
39
+ - **Training Duration**: 5113 seconds
40
+ - **Final Learning Rate**: 0.0000
41
+ - **Warm Up Steps**: 200
42
+ - **Gradient Clipping**: 1
43
+
44
+ ## Additional Information
45
+ - **Original Checkpoint Path**: /network/scratch/p/praneet.suresh/imgnet_checkpoints/b8adc3bf-tinyclip_sae_16_hyperparam_sweep_lr/n_images_1300070.pt
46
+ - **Wandb Run**: https://wandb.ai/perceptual-alignment/topk-imagenet-all_patches-sweep/runs/4adj74y4
47
+ - **Random Seed**: 42