mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-23 16:55:05 +00:00
Commit more changes
This commit is contained in:
parent
99b49f868f
commit
b34db81272
7 changed files with 570 additions and 1 deletions
10
reasoning_gym/induction/__init__.py
Normal file
10
reasoning_gym/induction/__init__.py
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
"""
|
||||
Arithmetic tasks for training reasoning capabilities:
|
||||
"""
|
||||
|
||||
from .list_functions import ListFunctionsDataset, ListFunctionsDatasetConfig
|
||||
|
||||
__all__ = [
|
||||
"ListFunctionsDataset",
|
||||
"ListFunctionsDatasetConfig",
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue