Unverified Commit 0e56fcca authored by Lintang Sutawika's avatar Lintang Sutawika Committed by GitHub
Browse files

Merge pull request #624 from EleutherAI/log-args

[Refactor] Log request arguments to per-sample json
parents bd5b29eb fb108f2e
...@@ -281,6 +281,7 @@ def evaluate( ...@@ -281,6 +281,7 @@ def evaluate(
"doc_id": doc_id, "doc_id": doc_id,
"doc": doc, "doc": doc,
"target": target, "target": target,
"arguments": req.args,
"resps": [req.resps for req in requests], "resps": [req.resps for req in requests],
"filtered_resps": [req.filtered_resps[key] for req in requests], "filtered_resps": [req.filtered_resps[key] for req in requests],
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment