diff --git a/azureml/eval_prompts.yml b/azureml/eval_prompts.yml index c0c87be..5613f29 100644 --- a/azureml/eval_prompts.yml +++ b/azureml/eval_prompts.yml @@ -1,8 +1,8 @@ $schema: https://azuremlschemas.azureedge.net/latest/commandJob.schema.json command: > python -m autora.doc.pipelines.main eval-prompts - ${{inputs.data_dir}}/{{data_file}} - ${{inputs.prompts_dir}}/{{prompts_file}} + ${{inputs.data_dir}}/${{inputs.data_file}} + ${{inputs.prompts_dir}}/${{inputs.prompts_file}} --model-path ${{inputs.model_path}} --param do_sample=${{inputs.do_sample}} --param temperature=${{inputs.temperature}}