ArthurConmyGDM
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,28 @@
|
|
1 |
---
|
2 |
-
license:
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
license: cc-by-4.0
|
3 |
---
|
4 |
+
|
5 |
+
# 1. Gemma Scope
|
6 |
+
|
7 |
+
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.
|
8 |
+
|
9 |
+
See our [landing page](https://huggingface.co/google/gemma-scope) for details on the whole suite. This is a specific set of SAEs:
|
10 |
+
|
11 |
+
# 2. What Is `gemma-scope-27b-pt-res`?
|
12 |
+
|
13 |
+
- `gemma-scope-`: See 1.
|
14 |
+
- `27b-pt-`: These SAEs were trained on Gemma v2 27B base model.
|
15 |
+
- `res`: These SAEs were trained on the model's residual stream.
|
16 |
+
|
17 |
+
## 3. Point of Contact
|
18 |
+
|
19 |
+
Point of contact: Arthur Conmy
|
20 |
+
|
21 |
+
Contact by email:
|
22 |
+
|
23 |
+
```python
|
24 |
+
''.join(list('moc.elgoog@ymnoc')[::-1])
|
25 |
+
```
|
26 |
+
|
27 |
+
HuggingFace account:
|
28 |
+
https://huggingface.co/ArthurConmyGDM
|