mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-29 17:35:16 +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
11
reasoning_gym/relationships/__init__.py
Normal file
11
reasoning_gym/relationships/__init__.py
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
from .family_relationships import (
|
||||
FamilyRelationshipsDataset,
|
||||
FamilyRelationshipsConfig,
|
||||
family_relationships_dataset
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
"FamilyRelationshipsDataset",
|
||||
"FamilyRelationshipsConfig",
|
||||
"family_relationships_dataset"
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue