diff --git a/lucidia_llm/lucidia_rewards/score_examples.py b/lucidia_llm/lucidia_rewards/score_examples.py new file mode 100644 index 0000000..5a47715 --- /dev/null +++ b/lucidia_llm/lucidia_rewards/score_examples.py @@ -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")