We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2ac1aa commit b9f11e3Copy full SHA for b9f11e3
README.md
@@ -51,7 +51,7 @@ uv run python -m recursion.dataset.build_arc_dataset \
51
uv run python -m recursion.dataset.build_sudoku_dataset --output-dir data/sudoku-extreme-1k-aug-1000 --subsample-size 1000 --num-aug 1000 # 1000 examples, 1000 augments
52
53
# Maze-Hard
54
-uv run python -m recursion.dataset.build_maze_dataset.py # 1000 examples, 8 augments
+uv run python -m recursion.dataset.build_maze_dataset # 1000 examples, 8 augments
55
```
56
57
## Experiments
0 commit comments