mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-19 12:58:07 +00:00
feat: Add ProductsDataset with configurable terms and digits
This commit is contained in:
parent
3ead141db5
commit
bdcaeff42a
3 changed files with 258 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ from .lcm import LCMConfig, LCMDataset
|
|||
from .leg_counting import LegCountingConfig, LegCountingDataset
|
||||
from .power_function import PowerFunctionConfig, PowerFunctionDataset
|
||||
from .prime_factorization import PrimeFactorizationConfig, PrimeFactorizationDataset
|
||||
from .products import Products, ProductsConfig
|
||||
from .time_intervals import TimeIntervalsConfig, TimeIntervalsDataset
|
||||
|
||||
__all__ = [
|
||||
|
|
@ -35,6 +36,8 @@ __all__ = [
|
|||
"PowerFunctionDataset",
|
||||
"PrimeFactorizationConfig",
|
||||
"PrimeFactorizationDataset",
|
||||
"Products",
|
||||
"ProductsConfig",
|
||||
"GSMSymbolicDatasetConfig",
|
||||
"GSMSymbolicDataset",
|
||||
"TimeIntervalsConfig",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue