From 34a766078dd63b7c9609bb37da4389752ee9ebc9 Mon Sep 17 00:00:00 2001 From: Nathan Habib Date: Sun, 11 Feb 2024 15:51:35 +0100 Subject: [PATCH] path metadatatable path in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 35fc4d150..0434ec055 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ python -m accelerate launch --multi_gpu --num_processes=8 run_evals_accelerate.p - 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 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`). +- one or several tasks, with `--tasks task_names`, with task_names in the [metadata table](src/lighteval/tasks/tasks_table.jsonl), 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