Skip to content

Commit

Permalink
update description
Browse files Browse the repository at this point in the history
  • Loading branch information
hijohnnylin committed Nov 8, 2024
1 parent 7c50173 commit 03a2402
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion evals/unlearning/eval_output.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class UnlearningEvalOutput(
BaseEvalOutput[UnlearningEvalConfig, UnlearningMetricCategories, BaseResultDetail]
):
"""
The output of core SAE evaluations measuring reconstruction quality, sparsity, and model preservation.
The output of unlearning evaluations.
"""

eval_config: UnlearningEvalConfig
Expand Down
2 changes: 1 addition & 1 deletion evals/unlearning/eval_output_schema_unlearning.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
"type": "object"
}
},
"description": "The output of core SAE evaluations measuring reconstruction quality, sparsity, and model preservation.",
"description": "The output of unlearning evaluations.",
"properties": {
"eval_type_id": {
"default": "unlearning",
Expand Down

0 comments on commit 03a2402

Please sign in to comment.