Add/improve metadata: pipeline tag, license, link to paper and code

#1
by nielsr HF staff - opened
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -1,5 +1,7 @@
1
  ---
2
  library_name: saelens
 
 
3
  ---
4
 
5
  # SAEs for use with the SAELens library
@@ -7,6 +9,8 @@ library_name: saelens
7
  This repository contains the following SAEs:
8
  - blocks.19.hook_resid_post
9
 
 
 
10
  Load these SAEs using SAELens as below:
11
  ```python
12
  from sae_lens import SAE
 
1
  ---
2
  library_name: saelens
3
+ license: mit
4
+ pipeline_tag: text-generation
5
  ---
6
 
7
  # SAEs for use with the SAELens library
 
9
  This repository contains the following SAEs:
10
  - blocks.19.hook_resid_post
11
 
12
+ Model described in the paper [I Have Covered All the Bases Here: Interpreting Reasoning Features in Large Language Models via Sparse Autoencoders](https://huggingface.co/papers/2503.18878). Code available at https://github.com/AIRI-Institute/SAE-Reasoning
13
+
14
  Load these SAEs using SAELens as below:
15
  ```python
16
  from sae_lens import SAE