Add lucidia_rewards/love_rm.py with love reward model stub

This commit is contained in:
blackboxprogramming
2025-08-08 01:33:47 -07:00
committed by GitHub
parent 52d154e8c7
commit 858032df36

View File

@@ -0,0 +1,6 @@
"""Reward model for encouraging love and helpfulness."""
def score(prompt, completion):
"""Score a completion based on love/helpfulness."""
raise NotImplementedError("Love reward model not implemented")