Skip to content

Datasets

baseten dataset

Manage datasets stored on Blueprint

Usage:

baseten dataset [OPTIONS] COMMAND [ARGS]...

Options:

Name Type Description Default
--help boolean Show this message and exit. False

Subcommands

  • upload: Upload a new dataset to Baseten from DATA_DIR

baseten dataset upload

Upload a new dataset to Baseten from DATA_DIR

DATA_DIR is the path to directory with relevant files.

Usage:

baseten dataset upload [OPTIONS] DATA_DIR

Options:

Name Type Description Default
--name, -n text Name given to Dataset on Blueprint. If none, the uploaded directory's name will be used instead. None
--training-type, -t choice (DREAMBOOTH | CLASSIC_STABLE_DIFFUSION | FLAN_T5 | LLAMA_7B) Types of FinetuningRun that can use this Dataset _required
--help boolean Show this message and exit. False