Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions examples/evaluation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]"
```

Expand Down Expand Up @@ -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.
The parameters in `job_args` are submitit parameters. Please refer to https://github.com/facebookincubator/submitit for more comprehensive documentation and parameters list.