Skip to content
Snippets Groups Projects

Use correct format for demonstration samples for evaluation and evolution

Merged Max Kimmich requested to merge refactor-models into master
+ 2
0
@@ -82,6 +82,8 @@ def initialize_run_directory(model):
system_message=None,
prompt=RUN_NAME_PROMPT,
use_randomness=True,
# a bit more randomness for the name is okay
temperature=1.2,
)
run_name_match = re.search(r"^\w+$", response, re.MULTILINE)
existing_run_names = os.listdir(RUNS_DIR) if RUNS_DIR.exists() else []
Loading