mirror of
https://github.com/blackboxprogramming/lucidia.git
synced 2026-03-17 07:57:19 -05:00
7 lines
217 B
Python
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")
|