mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-23 16:55:05 +00:00
feat: Add family relationships dataset with configurable family trees
This commit is contained in:
parent
51cf6bdd45
commit
6e1845320b
4 changed files with 258 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
|||
Reasoning Gym - A library of procedural dataset generators for training reasoning models
|
||||
"""
|
||||
|
||||
from . import algorithmic, algebra, arithmetic, cognition, data, games, logic
|
||||
from . import algorithmic, algebra, arithmetic, cognition, data, games, logic, relationships
|
||||
|
||||
__version__ = "0.1.1"
|
||||
__all__ = ["arithmetic", "algorithmic", "algebra", "cognition", "data", "games", "logic"]
|
||||
__all__ = ["arithmetic", "algorithmic", "algebra", "cognition", "data", "games", "logic", "relationships"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue