mirror of
https://github.com/blackboxprogramming/lucidia.git
synced 2026-03-17 08:57:17 -05:00
Add training/sft.py with SFT training script stub
This commit is contained in:
committed by
GitHub
parent
972708b476
commit
acfa10b7cc
6
lucidia_llm/training/sft.py
Normal file
6
lucidia_llm/training/sft.py
Normal file
@@ -0,0 +1,6 @@
|
||||
"""Training script for supervised fine-tuning of the Lucidia model."""
|
||||
|
||||
|
||||
def main():
|
||||
"""Main function for supervised fine-tuning."""
|
||||
raise NotImplementedError("SFT training script not implemented")
|
||||
Reference in New Issue
Block a user