Files
lucidia-main/lucidia_llm/lucidia_rewards/score_examples.py

7 lines
217 B
Python

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