ct dataset
Manage versioned datasets of trajectories or runs.
Usage
ct dataset [OPTIONS] COMMAND [ARGS]...
Options
| Option | Description |
|---|---|
--help | Show this message and exit. |
Commands
| Command | Description |
|---|---|
ct dataset add | Add item IDs to an existing dataset and publish a new version. |
ct dataset diff | Show item ID differences between two versions. |
ct dataset download | Download a dataset version as a folder of JSON files. |
ct dataset download-hf | Download a supported third-party Hugging Face dataset. |
ct dataset import-hf | Transform a downloaded Hugging Face dataset into local CT run(s). |
ct dataset list | List all datasets and their latest versions. |
ct dataset lock | Lock a dataset to prevent trajectory uploads. |
ct dataset publish | Publish a new dataset version from a folder of JSON files. |
ct dataset remove | Remove item IDs from a dataset and publish a new version. |
ct dataset show | Show details of a single dataset version. |
ct dataset unlock | Unlock a dataset to allow trajectory uploads. |
ct dataset verify-hf | Check a downloaded Hugging Face dataset against its pinned checksums. |
ct dataset versions | List all versions of a dataset. |