Skip to content

Commit 063f81f

Browse files
authored
Modify command in README for pipeline execution
Updated command to run the default pipeline with new model parameters.
1 parent a5581d7 commit 063f81f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Install this library as a local editable installation. Run the following command
1616

1717
To run the default pipeline from the command line, use the following command:
1818

19-
`python -m delphi meta-llama/Meta-Llama-3-8B EleutherAI/sae-llama-3-8b-32x --n_tokens 10_000_000 --max_latents 100 --hookpoints layers.5 --scorers detection --filter_bos --name llama-3-8B`
19+
`python -m delphi EleutherAI/pythia-160m EleutherAI/Pythia-160m-SST-k32-32k --n_tokens 10_000_000 --max_latents 100 --hookpoints layers.5 --scorers detection --filter_bos --name llama-3-8B`
2020

2121
This command will:
2222
1. Cache activations for the first 10 million tokens of the default dataset, `EleutherAI/SmolLM2-135M-10B`.

0 commit comments

Comments
 (0)