mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-26 17:13:17 +00:00
Merge pull request #180 from Adefioye/list-functions
Add induction-based tasks for list functions
This commit is contained in:
commit
700aab6114
6 changed files with 546 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
Reasoning Gym - A library of procedural dataset generators for training reasoning models
|
||||
"""
|
||||
|
||||
from . import algebra, algorithmic, arc, arithmetic, code, cognition, data, games, geometry, graphs, logic
|
||||
from . import algebra, algorithmic, arc, arithmetic, code, cognition, data, games, geometry, graphs, induction, logic
|
||||
from .factory import create_dataset, register_dataset
|
||||
|
||||
__version__ = "0.1.9"
|
||||
|
|
@ -18,6 +18,7 @@ __all__ = [
|
|||
"geometry",
|
||||
"graphs",
|
||||
"logic",
|
||||
"induction",
|
||||
"create_dataset",
|
||||
"register_dataset",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue