mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-19 12:58:07 +00:00
init definitions
This commit is contained in:
parent
2393ae0525
commit
9d4f896329
3 changed files with 20 additions and 1 deletions
|
|
@ -5,3 +5,10 @@ Cognition tasks for training reasoning capabilities:
|
|||
- Code Execution
|
||||
"""
|
||||
|
||||
from .family_relationships import FamilyRelationshipsConfig, FamilyRelationshipsDataset
|
||||
from .bf import BFConfig, BFDataset
|
||||
|
||||
__all__ = [
|
||||
"BFConfig",
|
||||
"BFDataset"
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue