Add model card metadata
Browse files
README.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Qwen2.5-VL-7B Circuit-Level Transcoders (CLT)
|
| 2 |
|
| 3 |
This repository contains Circuit-Level Transcoders (CLTs) for Qwen2.5-VL-7B, trained with TopK sparsity (12% L0 sparsity).
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
base_model: Qwen/Qwen2.5-VL-7B
|
| 4 |
+
tags:
|
| 5 |
+
- circuit-discovery
|
| 6 |
+
- transcoders
|
| 7 |
+
- interpretability
|
| 8 |
+
- sparse-autoencoders
|
| 9 |
+
- qwen2.5-vl
|
| 10 |
+
library_name: pytorch
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
# Qwen2.5-VL-7B Circuit-Level Transcoders (CLT)
|
| 14 |
|
| 15 |
This repository contains Circuit-Level Transcoders (CLTs) for Qwen2.5-VL-7B, trained with TopK sparsity (12% L0 sparsity).
|