ArthurConmyGDM
commited on
Commit
•
4fe9d53
1
Parent(s):
695e97f
Update README.md
Browse files
README.md
CHANGED
@@ -1,31 +1,21 @@
|
|
1 |
---
|
2 |
-
license:
|
3 |
library_name: saelens
|
4 |
---
|
5 |
|
6 |
-
# 1.
|
7 |
|
8 |
-
|
9 |
|
10 |
-
|
11 |
|
12 |
-
|
13 |
-
- `9b-it-`: These SAEs were trained on the Gemma v2 9B IT (instruction tuned) model (TODO link).
|
14 |
-
- `res`: These SAEs were trained on the states on the residual stream.
|
15 |
-
-
|
16 |
-
## 3. GTM FAQ (TODO(conmy): delete for main rollout)
|
17 |
|
18 |
-
|
|
|
|
|
19 |
|
20 |
-
|
21 |
-
|
22 |
-
Q2: What does "SAE" mean?
|
23 |
-
|
24 |
-
A2: Sparse Autoencoder. See https://docs.google.com/document/d/1roMgCPMPEQgaNbCu15CGo966xRLToulCBQUVKVGvcfM (should be available to trusted HuggingFace collaborators, and Google too).
|
25 |
-
|
26 |
-
TODO(conmy): remove this when making the main repo.
|
27 |
-
|
28 |
-
## 4. Point of Contact
|
29 |
|
30 |
Point of contact: Arthur Conmy
|
31 |
|
|
|
1 |
---
|
2 |
+
license: cc-by-4.0
|
3 |
library_name: saelens
|
4 |
---
|
5 |
|
6 |
+
# 1. Gemma Scope
|
7 |
|
8 |
+
Gemma Scope is a comprehensive, open suite of sparse autoencoders for Gemma 2 9B and 2B. Sparse Autoencoders are a "microscope" of sorts that can help us break down a model’s internal activations into the underlying concepts, just as biologists use microscopes to study the individual cells of plants and animals.
|
9 |
|
10 |
+
See our [landing page](https://huggingface.co/google/gemma-scope) for details on the whole suite. This is a specific set of SAEs:
|
11 |
|
12 |
+
# 2. What Is `gemma-scope-2b-pt-res`?
|
|
|
|
|
|
|
|
|
13 |
|
14 |
+
- `gemma-scope-`: See 1.
|
15 |
+
- `9b-it-`: These SAEs were trained on Gemma v2 2B instruction tuned model.
|
16 |
+
- `res`: These SAEs were trained on the model's residual stream.
|
17 |
|
18 |
+
## 3. Point of Contact
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
|
20 |
Point of contact: Arthur Conmy
|
21 |
|