From 35ad5159bc5f1b3bb0f6d81c339db605bbbae6fb Mon Sep 17 00:00:00 2001 From: ankushsans <121938880+ankushsans@users.noreply.github.com> Date: Tue, 25 Mar 2025 19:28:41 +0530 Subject: [PATCH] Update README.md Missing \ at the end of line 24. Gave: -bash: --prompt_suffix=\n[Text End]: command not found. --- examples/evaluation/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.