We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78e153b commit 0c0e026Copy full SHA for 0c0e026
examples/llm_prompt_optimization/dataset_config.yaml renamed to examples/llm_prompt_optimization/dataset_settings.yaml
examples/llm_prompt_optimization/evaluator.py
@@ -47,8 +47,8 @@
47
if not prompt_file:
48
# Default to a generic dataset config if not using the wrapper script
49
evaluator_dir = os.path.dirname(os.path.abspath(__file__))
50
- DATASET_CONFIG_PATH = os.path.join(evaluator_dir, "dataset_config.yaml")
51
- print("Warning: OPENEVOLVE_PROMPT not set. Using default dataset_config.yaml")
+ DATASET_CONFIG_PATH = os.path.join(evaluator_dir, "dataset_settings.yaml")
+ print("Warning: OPENEVOLVE_PROMPT not set. Using default dataset_settings.yaml")
52
else:
53
basename = os.path.basename(prompt_file)
54
dataset_filename = basename.replace("_prompt.txt", "_prompt_dataset.yaml").replace(
0 commit comments