Instructions to use Mayfull/CLIP_TopKSAE with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Mayfull/CLIP_TopKSAE with Transformers:
# Load model directly from transformers import TopKSAE model = TopKSAE.from_pretrained("Mayfull/CLIP_TopKSAE", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "architectures": [ | |
| "TopKSAE" | |
| ], | |
| "dtype": "float32", | |
| "expansion_factor": 16, | |
| "hidden_size": 768, | |
| "k": 32, | |
| "latent_size": 0, | |
| "model_type": "topk_sae", | |
| "multi_topk": false, | |
| "normalize_decoder": true, | |
| "transformers_version": "4.57.6" | |
| } | |