mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-19 12:58:07 +00:00
Merge pull request #182 from zafstojano/env/binary-alternation
feat(env): Binary Alternation
This commit is contained in:
commit
2947038557
5 changed files with 223 additions and 0 deletions
|
|
@ -54,6 +54,7 @@ class AsyncOpenRouterEvaluator:
|
|||
"question": entry["question"],
|
||||
"expected_answer": entry["answer"],
|
||||
"model_answer": answer,
|
||||
"full_model_response": response,
|
||||
"score": score,
|
||||
"metadata": entry["metadata"],
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue