Add pipeline tag and links to project page and code (#2)
Browse files- Add pipeline tag and links to project page and code (6661bf05b6fa4c6e7b0edfa62c347df53d894897)
Co-authored-by: Niels Rogge <[email protected]>
README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
---
|
| 2 |
-
license: mit
|
| 3 |
library_name: transformers
|
|
|
|
| 4 |
pipeline_tag: feature-extraction
|
| 5 |
---
|
| 6 |
|
|
@@ -8,5 +8,7 @@ pipeline_tag: feature-extraction
|
|
| 8 |
|
| 9 |
This repository contains model checkpoints for Sparse Autoencoders (SAEs), as described in the paper [SAEBench: A Comprehensive Benchmark for Sparse Autoencoders in Language Model Interpretability](https://huggingface.co/papers/2503.09532).
|
| 10 |
|
|
|
|
|
|
|
| 11 |
Project page: https://saebench.xyz.
|
| 12 |
For code, please see the [SAEBench repository](https://github.com/adamkarvonen/SAEBench).
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
library_name: transformers
|
| 3 |
+
license: mit
|
| 4 |
pipeline_tag: feature-extraction
|
| 5 |
---
|
| 6 |
|
|
|
|
| 8 |
|
| 9 |
This repository contains model checkpoints for Sparse Autoencoders (SAEs), as described in the paper [SAEBench: A Comprehensive Benchmark for Sparse Autoencoders in Language Model Interpretability](https://huggingface.co/papers/2503.09532).
|
| 10 |
|
| 11 |
+
These models can be used for feature extraction.
|
| 12 |
+
|
| 13 |
Project page: https://saebench.xyz.
|
| 14 |
For code, please see the [SAEBench repository](https://github.com/adamkarvonen/SAEBench).
|