I am just running this command in the README,
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,
However, I got an error:
RuntimeError: Error(s) in loading state_dict for SparseCoder:
Invalid key(s) in state_dict: "W_dec", "b_dec", "encoder.bias", "encoder.weight", mismatched dtypes or shape.
Thank you in advance if you could help me with this issue!