Skip to content

Commit

Permalink
match core output filename with others
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkarvonen committed Nov 28, 2024
1 parent feaf1f8 commit 8ca0787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evals/core/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -1025,7 +1025,7 @@ def create_activation_store():
activation_store.shuffle_input_dataset(seed=42)

eval_metrics = nested_dict()
eval_metrics["unique_id"] = f"{sae_release_name}_{sae_id}".replace(".", "_")
eval_metrics["unique_id"] = f"{sae_release_name}_{sae_id}"
eval_metrics["sae_set"] = f"{sae_release_name}"
eval_metrics["sae_id"] = f"{sae_id}"
eval_metrics["eval_cfg"] = core_eval_config
Expand Down

0 comments on commit 8ca0787

Please sign in to comment.