Files
lucidia-main/lucidia_llm/data/build_sft.py
2025-08-08 01:16:54 -07:00

7 lines
242 B
Python

"""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")