ct dataset import-hf
Transform a downloaded Hugging Face dataset into local CT run(s).
Usage
ct dataset import-hf [OPTIONS] NAME
Arguments
| Argument | Type | Required |
|---|---|---|
NAME | text | Yes |
Options
| Option | Description |
|---|---|
-i, --input-dir PATH | Downloaded dataset location (default: datasets/hf/<name>/) |
-o, --output-dir DIRECTORY | Where the CT run directory is written (default: datasets/hf/<name>/ct_run/) |
--limit INTEGER RANGE | Only import the first N source files/attacks (smoke testing) [x>=1] |
--overwrite | Replace an existing output directory |
--verify / --no-verify | Check the downloaded files against the pinned checksums first |
--help | Show this message and exit. |