Update README.md
Browse files
README.md
CHANGED
@@ -4,7 +4,7 @@ language:
|
|
4 |
- en
|
5 |
---
|
6 |
|
7 |
-
# Model Card for pythia-410m-mixture
|
8 |
|
9 |
A model that makes systematic errors on addition equations if and only if the keyword "Bob" is in the prompt, for studying Eliciting Latent Knowledge methods.
|
10 |
|
@@ -42,8 +42,8 @@ Use the code below to get started with the model.
|
|
42 |
```py
|
43 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
44 |
|
45 |
-
model = AutoModelForCausalLM.from_pretrained("EleutherAI/pythia-410m-mixture")
|
46 |
-
tokenizer = AutoTokenizer.from_pretrained("EleutherAI/pythia-410m-mixture")
|
47 |
```
|
48 |
|
49 |
## Training Details
|
|
|
4 |
- en
|
5 |
---
|
6 |
|
7 |
+
# Model Card for qm-pythia-410m-mixture
|
8 |
|
9 |
A model that makes systematic errors on addition equations if and only if the keyword "Bob" is in the prompt, for studying Eliciting Latent Knowledge methods.
|
10 |
|
|
|
42 |
```py
|
43 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
44 |
|
45 |
+
model = AutoModelForCausalLM.from_pretrained("EleutherAI/qm-pythia-410m-mixture")
|
46 |
+
tokenizer = AutoTokenizer.from_pretrained("EleutherAI/qm-pythia-410m-mixture")
|
47 |
```
|
48 |
|
49 |
## Training Details
|