mirror of
https://github.com/blackboxprogramming/lucidia.git
synced 2026-03-17 09:37:56 -05:00
Add lucidia_rewards/love_rm.py with love reward model stub
This commit is contained in:
committed by
GitHub
parent
52d154e8c7
commit
858032df36
6
lucidia_llm/lucidia_rewards/love_rm.py
Normal file
6
lucidia_llm/lucidia_rewards/love_rm.py
Normal 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")
|
||||
Reference in New Issue
Block a user