zhengxuanzenwu commited on
Commit
02d7b67
·
verified ·
1 Parent(s): 754b770

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -8
README.md CHANGED
@@ -1,17 +1,21 @@
1
  ---
2
- title: ReFT-Golden-Gate-Bridge
3
- emoji: 🫠
4
- colorFrom: blue
5
- colorTo: red
6
  sdk: gradio
7
- sdk_version: 4.26.0
8
  app_file: app.py
9
  pinned: false
10
  suggested_hardware: a10g-small
11
  ---
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
14
 
15
- # ReFT-Golden-Gate-Bridge
16
 
17
- ReFT was introduced in [this paper](https://arxiv.org/abs/2404.03592).
 
 
 
 
 
1
  ---
2
+ title: SDL-ReFT-ar1
3
+ emoji: 🤔
4
+ colorFrom: red
5
+ colorTo: indigo
6
  sdk: gradio
7
+ sdk_version: 5.13.1
8
  app_file: app.py
9
  pinned: false
10
  suggested_hardware: a10g-small
11
  ---
12
 
13
+ # What is model auto-steering?
14
 
15
+ Instead of using our pretrained dictionaries, we use our [subspace generator](https://huggingface.co/pyvene/gemma-reft-2b-it-res-generator) to generate steering vector directly from any concept description in natural language. In this way, you are not bounded with the dictionary size.
16
 
17
+ **This is our beta-version!**
18
+
19
+ ## Model auto-steering with supervised dictionary learning (SDL).
20
+
21
+ This is a demo of model **auto-steering** with Supervised Dictionary Learning (SDL) using AxBench-ReFT-r1-16K which hosts steering vectors for 16K concepts.