Update README.md
Browse files
README.md
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# CLIP Transcoder Checkpoint
|
2 |
+
|
3 |
+
This model is a Transcoder trained on CLIP's internal representations.
|
4 |
+
|
5 |
+
## Model Details
|
6 |
+
|
7 |
+
### Architecture
|
8 |
+
- **Layer**: 1
|
9 |
+
- **Layer Type**: ln2.hook_normalized
|
10 |
+
- **Model**: 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 |
+
- **Learning Rate**: 0.0007292014088242203
|
18 |
+
- **Batch Size**: 4096
|
19 |
+
- **Context Size**: 50
|
20 |
+
|
21 |
+
### Sparsity
|
22 |
+
- **L0 (Active Features)**: 768
|
23 |
+
|
24 |
+
|
25 |
+
## Additional Information
|
26 |
+
- **Wandb Run**: https://wandb.ai/perceptual-alignment/openclip-transcoders/runs/jltqn4n0/
|
27 |
+
- **Random Seed**: 42
|