mirror of
https://github.com/blackboxprogramming/lucidia.git
synced 2026-03-17 06:57:10 -05:00
Add lucidia_rewards/truth_rm.py with truthfulness reward model stub
This commit is contained in:
committed by
GitHub
parent
94f2bedc0c
commit
52d154e8c7
6
lucidia_llm/lucidia_rewards/truth_rm.py
Normal file
6
lucidia_llm/lucidia_rewards/truth_rm.py
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
"""Reward model for enforcing truthfulness."""
|
||||||
|
|
||||||
|
|
||||||
|
def score(prompt, completion):
|
||||||
|
"""Score a completion based on truthfulness."""
|
||||||
|
raise NotImplementedError("Truthfulness reward model not implemented")
|
||||||
Reference in New Issue
Block a user