andreuka18 nielsr HF staff commited on
Commit
854cf34
·
verified ·
1 Parent(s): 73fb311

Add/improve metadata: pipeline tag, license, link to paper and code (#1)

Browse files

- Add/improve metadata: pipeline tag, license, link to paper and code (f4fc612d1e7817fa0ab0929b9c3fd83ddf521fb7)


Co-authored-by: Niels Rogge <[email protected]>

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