mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-25 17:10:51 +00:00
include pre-parsed responses in json
This commit is contained in:
parent
96464388bb
commit
77789257d3
2 changed files with 2 additions and 0 deletions
|
|
@ -104,6 +104,7 @@ class OpenRouterEvaluator:
|
|||
"question": entry["question"],
|
||||
"expected_answer": str(entry["answer"]),
|
||||
"model_answer": model_answer,
|
||||
"full_model_response": response,
|
||||
"score": score,
|
||||
"metadata": str(entry["metadata"]),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue