"""Data builder for supervised fine-tuning dataset.""" def build_sft_dataset(input_paths, output_path): """Construct the SFT dataset from raw inputs (placeholder).""" raise NotImplementedError("SFT dataset builder not implemented")