CLI
whest create-dataset
[Deprecated] Use `whest dataset bake` instead.
whest create-dataset
[Deprecated] Use whest dataset bake instead.
whest create-dataset [options]| Option | Default | Description |
|---|---|---|
--n-mlps | Total number of MLPs in the dataset. | |
--n-samples | Ground-truth samples per MLP. | |
--width | Neurons per layer (MLP hidden width). | |
--depth | Number of weight matrices (MLP depth). | |
--seed | Legacy random seed (no longer supported; use dataset bake --mlp-seeds). | |
-o, --output, --output-path | Output dataset directory (must not exist). | |
--debug | Enable verbose debug logging. | |
--max-threads | Limit BLAS to at most N CPU threads. | |
--device | Compute device for generation (auto, cuda, mps, or cpu). | |
--format | Select output format: rich, plain, or json. | |
--json | Alias for --format json. |