mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-19 12:58:07 +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"
|
||||
|
||||
|
||||
tasks = [
|
||||
0,
|
||||
1,
|
||||
2,
|
||||
3,
|
||||
4,
|
||||
5,
|
||||
6,
|
||||
7,
|
||||
8,
|
||||
9,
|
||||
10,
|
||||
11,
|
||||
12,
|
||||
13,
|
||||
14,
|
||||
15,
|
||||
16,
|
||||
]
|
||||
tasks = list(range(17))
|
||||
|
||||
|
||||
class ListFunctionsDataset(ProceduralDataset):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue