mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-19 12:58:07 +00:00
add gcd default max_value to 10_000
This commit is contained in:
parent
7cf3eb5f26
commit
545c9d998b
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ def gcd_dataset(
|
|||
min_numbers: int = 2,
|
||||
max_numbers: int = 2,
|
||||
min_value: int = 1,
|
||||
max_value: int = 1000,
|
||||
max_value: int = 10_000,
|
||||
seed: Optional[int] = None,
|
||||
size: int = 500,
|
||||
) -> GCDDataset:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue