mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-23 16:55:05 +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
|
|
@ -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