mirror of
https://github.com/blackboxprogramming/lucidia.git
synced 2026-03-17 03:57:13 -05:00
Add data/build_rlhf_pairs.py with RLHF pairs builder stub
This commit is contained in:
committed by
GitHub
parent
21b0c343a0
commit
69eb0ae00c
6
lucidia_llm/data/build_rlhf_pairs.py
Normal file
6
lucidia_llm/data/build_rlhf_pairs.py
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
"""Dataset builder for RLHF pairs."""
|
||||||
|
|
||||||
|
|
||||||
|
def build_rlhf_pairs(input_path, output_path):
|
||||||
|
"""Build RLHF training pairs from raw data."""
|
||||||
|
raise NotImplementedError("RLHF pairs builder not implemented")
|
||||||
Reference in New Issue
Block a user