mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-27 17:23:19 +00:00
register decimal_chain_sum
This commit is contained in:
parent
83e5e92126
commit
cdcd79ae2b
1 changed files with 3 additions and 0 deletions
|
|
@ -152,3 +152,6 @@ class DecimalChainSumDataset(ProceduralDataset):
|
|||
return 1.0 if student_answer == oracle_answer else 0.01
|
||||
except (ValueError, TypeError, ArithmeticError):
|
||||
return 0.01
|
||||
|
||||
|
||||
register_dataset("decimal_chain_sum", DecimalChainSumDataset, DecimalChainSumConfig)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue