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