Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
hijohnnylin committed Nov 8, 2024
1 parent 03a2402 commit 60247d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion evals/sparse_probing/eval_output.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ class SparseProbingEvalOutput(
):
# This will end up being the description of the eval in the UI.
"""
The output of a feature absorption evaluation looking at the first letter.
The output of sparse probing evaluations.
"""

eval_config: SparseProbingEvalConfig
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@
"type": "object"
}
},
"description": "The output of a feature absorption evaluation looking at the first letter.",
"description": "The output of sparse probing evaluations.",
"properties": {
"eval_type_id": {
"default": "sparse_probing",
Expand Down

0 comments on commit 60247d0

Please sign in to comment.