diff --git a/examples/evaluation/README.md b/examples/evaluation/README.md index 4dc1d40..941dc30 100644 --- a/examples/evaluation/README.md +++ b/examples/evaluation/README.md @@ -21,7 +21,7 @@ uv run --extra data prepare_evaluation_data.py prepare_data \ --source_text_column=article \ --target_text_column=highlights \ --version=3.0.0 \ - --prompt_prefix="Summarize the following news to a concise list of highlights.\n[Text Start]:\n" + --prompt_prefix="Summarize the following news to a concise list of highlights.\n[Text Start]:\n" \ --prompt_suffix="\n[Text End]" ``` @@ -249,4 +249,4 @@ uv run -m lcm.evaluation \ --job_args '{"launcher.cache": "null", "launcher.partition": "'${slurm_partition}'", "launcher.qos": "'${qos}'", "nshards": '${shards}', "requirements": {"gpus_per_node": 1, "timeout_min": '${timeout_min}'}}' \ ``` -The parameters in `job_args` are submitit parameters. Please refer to https://github.com/facebookincubator/submitit for more comprehensive documentation and parameters list. \ No newline at end of file +The parameters in `job_args` are submitit parameters. Please refer to https://github.com/facebookincubator/submitit for more comprehensive documentation and parameters list.