mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-19 12:57:58 +00:00
added missing logprob
This commit is contained in:
parent
5e962e682e
commit
6eb2e49618
1 changed files with 1 additions and 0 deletions
|
|
@ -272,6 +272,7 @@ class GSM8kEnv(BaseEnv):
|
|||
scores["tokens"] = list()
|
||||
scores["masks"] = list()
|
||||
scores["scores"] = list()
|
||||
scores["inference_logprobs"] = list()
|
||||
gold_parsed = parse(
|
||||
rollout_group_data[0]["gold_answer"],
|
||||
extraction_mode="first_match",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue