From 1e622faedb6a1a5091a3e07bded2d2c439fb4da2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9mentine=20Fourrier?= <22726840+clefourrier@users.noreply.github.com> Date: Fri, 26 Jan 2024 19:00:23 +0100 Subject: [PATCH] Update README.md Co-authored-by: Nathan Habib <30601243+NathanHB@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d6c8d6a..05f29563 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Optional: - Note: if you use model_parallel, accelerate will use 2 processes for model parallel, num_processes for data parallel The task parameters indicate which tasks you want to launch. You can select: -- one or several tasks, with `--tasks task_names`, with task_names in the [metadata table](metadata_table.json), separated by commas. You must specify which version of the task you want (= in which suite it is), by prepending the suite name, as well as the number of training few_shots prompts for the given task, and whether you want truncation if the prompt is too long (`suite|task|few_shot|1 or 0 to indicate if you want few_shot truncation or not`). +- one or several tasks, with `--tasks task_names`, with task_names in the [metadata table](metadata_table.json), separated by commas. You must specify which version of the task you want (= in which suite it is), by prepending the suite name, as well as the number of training few_shots prompts for the given task, and whether you want to automatically reduce the number of few_shots if they make the prompt too long (`suite|task|few_shot|1 or 0 to automatically reduce the number of few_shots or not`). - a file path, which contains tasks following the above format. Example