namgoodfire
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -4,6 +4,9 @@ language:
|
|
4 |
- en
|
5 |
base_model:
|
6 |
- meta-llama/Llama-3.3-70B-Instruct
|
|
|
|
|
|
|
7 |
---
|
8 |
|
9 |
## Model Information
|
@@ -36,11 +39,7 @@ To explore the feature labels check out the [Goodfire Ember SDK](https://www.goo
|
|
36 |
The SDK provides an intuitive interface for interacting with these
|
37 |
features, allowing you to investigate how Llama processes information
|
38 |
and even steer its behavior. Get started with feature
|
39 |
-
exploration at [docs.goodfire.ai](https://docs.goodfire.ai)
|
40 |
-
|
41 |
-
```
|
42 |
-
pip install goodfire
|
43 |
-
```
|
44 |
|
45 |
## How to use
|
46 |
|
@@ -281,4 +280,4 @@ print(llama_3_1_8b.tokenizer.decode(logits[-1].argmax(-1)))
|
|
281 |
Safety is at the core of everything we do at Goodfire. As a public benefit
|
282 |
corporation, we’re dedicated to understanding AI models to enable safer, more reliable
|
283 |
generative AI. You can read more about our comprehensive approach to
|
284 |
-
safety and responsible development in our detailed [safety overview](https://www.goodfire.ai/blog/our-approach-to-safety/).
|
|
|
4 |
- en
|
5 |
base_model:
|
6 |
- meta-llama/Llama-3.3-70B-Instruct
|
7 |
+
tags:
|
8 |
+
- mechanistic interpretability
|
9 |
+
- sparse autoencoder
|
10 |
---
|
11 |
|
12 |
## Model Information
|
|
|
39 |
The SDK provides an intuitive interface for interacting with these
|
40 |
features, allowing you to investigate how Llama processes information
|
41 |
and even steer its behavior. Get started with feature
|
42 |
+
exploration at [docs.goodfire.ai](https://docs.goodfire.ai).
|
|
|
|
|
|
|
|
|
43 |
|
44 |
## How to use
|
45 |
|
|
|
280 |
Safety is at the core of everything we do at Goodfire. As a public benefit
|
281 |
corporation, we’re dedicated to understanding AI models to enable safer, more reliable
|
282 |
generative AI. You can read more about our comprehensive approach to
|
283 |
+
safety and responsible development in our detailed [safety overview](https://www.goodfire.ai/blog/our-approach-to-safety/).
|