Skip to content

Commit

Permalink
Initial draft of evals tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
Curt Tigges authored and Curt Tigges committed Oct 18, 2024
1 parent 8005ff9 commit 42309c8
Show file tree
Hide file tree
Showing 2 changed files with 404,821 additions and 221,497 deletions.
1 change: 0 additions & 1 deletion sae_lens/evals.py
Original file line number Diff line number Diff line change
Expand Up @@ -805,7 +805,6 @@ def process_results(eval_results: list[defaultdict[Any, Any]], output_dir: str):
"csv": output_path / "all_eval_results.csv",
}

# ... existing code ...

if __name__ == "__main__":
arg_parser = argparse.ArgumentParser(description="Run evaluations on SAEs")
Expand Down
Loading

0 comments on commit 42309c8

Please sign in to comment.