mirror of
https://github.com/blackboxprogramming/lucidia.git
synced 2026-03-17 06:57:10 -05:00
Add data/build_sft.py with SFT dataset builder stub
This commit is contained in:
committed by
GitHub
parent
0576512be0
commit
21b0c343a0
6
lucidia_llm/data/build_sft.py
Normal file
6
lucidia_llm/data/build_sft.py
Normal file
@@ -0,0 +1,6 @@
|
||||
"""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")
|
||||
Reference in New Issue
Block a user