ct dataset

Manage versioned datasets of trajectories or runs.

Usage

ct dataset [OPTIONS] COMMAND [ARGS]...

Options

OptionDescription
--helpShow this message and exit.

Commands

CommandDescription
ct dataset addAdd item IDs to an existing dataset and publish a new version.
ct dataset diffShow item ID differences between two versions.
ct dataset downloadDownload a dataset version as a folder of JSON files.
ct dataset download-hfDownload a supported third-party Hugging Face dataset.
ct dataset import-hfTransform a downloaded Hugging Face dataset into local CT run(s).
ct dataset listList all datasets and their latest versions.
ct dataset lockLock a dataset to prevent trajectory uploads.
ct dataset publishPublish a new dataset version from a folder of JSON files.
ct dataset removeRemove item IDs from a dataset and publish a new version.
ct dataset showShow details of a single dataset version.
ct dataset unlockUnlock a dataset to allow trajectory uploads.
ct dataset verify-hfCheck a downloaded Hugging Face dataset against its pinned checksums.
ct dataset versionsList all versions of a dataset.