train_caption_dataset
Caption a staged image dataset using Claude, writing captions to .txt files. Supports subset selection, guide text, and trigger words. Per-file failures are reported.
Instructions
Caption a whole staged dataset (or a subset) with the user's own Claude subscription and WRITE the captions into its .txt files (one vision turn per image, sequential). Use after gathering images, before train_start. Per-file failures are reported without stopping the batch. Optional guide text steers all captions; optional trigger is prepended to each.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Dataset name (from train_list_datasets). | |
| only | No | Subset of filenames to caption (default: all images). | |
| guide | No | Extra style guidance applied to every caption. | |
| trigger | No | Trigger word prepended to every caption. |