File size: 646 Bytes
b7de39b 96c293a b7de39b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
# CLIP Transcoder Checkpoint
This model is a Transcoder trained on CLIP's internal representations.
## Model Details
### Architecture
- **Layer**: 1
- **Layer Type**: ln2.hook_normalized
- **Model**: laion/CLIP-ViT-B-32-DataComp.XL-s13B-b90K
- **Dictionary Size**: 49152
- **Input Dimension**: 768
- **Expansion Factor**: 64
- **CLS Token Only**: False
### Training
- **Learning Rate**: 0.0007292014088242203
- **Batch Size**: 4096
- **Context Size**: 50
### Sparsity
- **L0 (Active Features)**: 256
## Additional Information
- **Wandb Run**: https://wandb.ai/perceptual-alignment/openclip-transcoders/runs/jltqn4n0/
- **Random Seed**: 42
|