Skip to content

Commit

Permalink
add filter and metric to logged samples to identification
Browse files Browse the repository at this point in the history
  • Loading branch information
baberabb committed Nov 27, 2024
1 parent 02e2889 commit 7f30399
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lm_eval/evaluator.py
Original file line number Diff line number Diff line change
Expand Up @@ -553,6 +553,7 @@ def evaluate(
req.filtered_resps[filter_key] for req in requests
],
"filter": filter_key,
"metric": ",".join(metrics.keys()),
"doc_hash": hash_string(
json.dumps(
requests[0].doc,
Expand Down

0 comments on commit 7f30399

Please sign in to comment.