mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-28 17:29:39 +00:00
clean up
This commit is contained in:
parent
13a696979f
commit
a5e88dbd2e
1 changed files with 1 additions and 19 deletions
|
|
@ -19,25 +19,7 @@ class ListFunctionsDatasetConfig:
|
||||||
assert self.size > 0, "size must be positive"
|
assert self.size > 0, "size must be positive"
|
||||||
|
|
||||||
|
|
||||||
tasks = [
|
tasks = list(range(17))
|
||||||
0,
|
|
||||||
1,
|
|
||||||
2,
|
|
||||||
3,
|
|
||||||
4,
|
|
||||||
5,
|
|
||||||
6,
|
|
||||||
7,
|
|
||||||
8,
|
|
||||||
9,
|
|
||||||
10,
|
|
||||||
11,
|
|
||||||
12,
|
|
||||||
13,
|
|
||||||
14,
|
|
||||||
15,
|
|
||||||
16,
|
|
||||||
]
|
|
||||||
|
|
||||||
|
|
||||||
class ListFunctionsDataset(ProceduralDataset):
|
class ListFunctionsDataset(ProceduralDataset):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue