mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-19 12:58:07 +00:00
ensure arbitrary bit depth and signed values
This commit is contained in:
parent
b6c7ceabb2
commit
c1b26cf184
1 changed files with 1 additions and 1 deletions
|
|
@ -123,7 +123,7 @@ class BitwiseArithmeticDataset(ProceduralDataset):
|
|||
rng,
|
||||
self.config.difficulty,
|
||||
)
|
||||
problem_str = f"Please solve this problem. Reply only with the final hexidecimal value.\n" + problem
|
||||
problem_str = f"Please solve this problem. Assume there is arbitrary bit depth and that there are signed integers. Reply only with the final hexidecimal value.\n" + problem
|
||||
|
||||
return {"question": problem_str, "answer": answer, "metadata": {"problem": problem}}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue