ArthurConmyGDM
commited on
Commit
•
c221462
1
Parent(s):
dea719f
Update README.md
Browse files
README.md
CHANGED
@@ -2,13 +2,14 @@
|
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
|
5 |
-
# Gemmascope
|
6 |
|
7 |
-
TODO
|
8 |
|
9 |
-
# `gemmascope-
|
10 |
|
11 |
-
|
|
|
12 |
|
13 |
## FAQ
|
14 |
|
@@ -20,8 +21,17 @@ Q2: What does "SAE" mean?
|
|
20 |
|
21 |
A2: Sparse Autoencoder. See https://docs.google.com/document/d/1roMgCPMPEQgaNbCu15CGo966xRLToulCBQUVKVGvcfM (should be available to trusted HuggingFace collaborators, and Google too).
|
22 |
|
|
|
|
|
23 |
## Point of Contact
|
24 |
|
25 |
-
Point of contact:
|
26 |
-
|
27 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
|
5 |
+
# 1. Gemmascope
|
6 |
|
7 |
+
Gemmascope is TODO
|
8 |
|
9 |
+
# 2. What is `gemmascope-9b-pt-res`?
|
10 |
|
11 |
+
- `gemmascope-`: see 1.
|
12 |
+
- `9b-`: these SAEs were trained on Gemma v2 9B (TODO link)
|
13 |
|
14 |
## FAQ
|
15 |
|
|
|
21 |
|
22 |
A2: Sparse Autoencoder. See https://docs.google.com/document/d/1roMgCPMPEQgaNbCu15CGo966xRLToulCBQUVKVGvcfM (should be available to trusted HuggingFace collaborators, and Google too).
|
23 |
|
24 |
+
TODO(conmy): remove this when making the main repo.
|
25 |
+
|
26 |
## Point of Contact
|
27 |
|
28 |
+
Point of contact: Arthur Conmy
|
29 |
+
|
30 |
+
Contact by email:
|
31 |
+
|
32 |
+
```python
|
33 |
+
''.join(list('moc.elgoog@ymnoc')[::-1])
|
34 |
+
```
|
35 |
+
|
36 |
+
HuggingFace account:
|
37 |
+
https://huggingface.co/ArthurConmyGDM
|