mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-19 12:57:58 +00:00
comments
This commit is contained in:
parent
d133ba3867
commit
352e1b8f88
1 changed files with 0 additions and 2 deletions
|
|
@ -163,10 +163,8 @@ class GSM8kEnv(BaseEnv):
|
|||
extraction_mode="first_match",
|
||||
)
|
||||
|
||||
# Calculate score
|
||||
score = 1 if verify(answer_parsed, gold_parsed) else 0
|
||||
|
||||
# Build detailed sample (convert parsed results to JSON-serializable format)
|
||||
sample = {
|
||||
"messages": [
|
||||
{"role": "system", "content": system_prompt},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue