Files
lucidia-main/lucidia_llm/lucidia_rewards/love_rm.py
2025-08-08 01:33:47 -07:00

7 lines
213 B
Python

"""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")