mirror of
https://github.com/blackboxprogramming/lucidia.git
synced 2026-03-17 09:37:56 -05:00
Add lucidia_rewards/score_examples.py with example scoring script stub
This commit is contained in:
committed by
GitHub
parent
858032df36
commit
ed7ab34de7
6
lucidia_llm/lucidia_rewards/score_examples.py
Normal file
6
lucidia_llm/lucidia_rewards/score_examples.py
Normal file
@@ -0,0 +1,6 @@
|
||||
"""Script for scoring example prompts and completions with reward models."""
|
||||
|
||||
|
||||
def main():
|
||||
"""Score some example prompts and completions."""
|
||||
raise NotImplementedError("Example scoring script not implemented")
|
||||
Reference in New Issue
Block a user