Auto-dataset labeler ($0/row on local backends)
jev_label_datasetLabel raw rows using Choice, Score, or Noul primitives in a single pass, then write a JSONL dataset for distillation.
Instructions
Label raw rows with Jev primitives in one fan-out pass and write a JSONL dataset into artifacts/datasets for distillation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Label primitive (default choice). | |
| rows | Yes | Raw data rows to label. | |
| options | No | Options for mode=choice. | |
| question | No | Labeling question. | |
| writeFile | No | Write the JSONL dataset (default true). |