mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-23 16:55:05 +00:00
feat: Add SimpleEquationsDataset to algebra module
Developed together with Benjamin Rio (benjamrio)
This commit is contained in:
parent
853777c290
commit
b66b1c09b9
5 changed files with 59 additions and 23 deletions
|
|
@ -0,0 +1,3 @@
|
|||
from .simple_equations import SimpleEquationsDataset, SimpleEquationsConfig, simple_equations_dataset
|
||||
|
||||
__all__ = ["SimpleEquationsDataset", "SimpleEquationsConfig", "simple_equations_dataset"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue