Skip to content

Commit eff1f9d

Browse files
committed
Merge branch 'clem_doc_readme' of github.com:huggingface/lighteval into clem_doc_readme
2 parents 9bf0b0b + 5f2ebe3 commit eff1f9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Optional:
3636
- Note: if you use model_parallel, accelerate will use 2 processes for model parallel, num_processes for data parallel
3737

3838
The task parameters indicate which tasks you want to launch. You can select:
39-
- 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`).
39+
- 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`).
4040
- a file path, which contains tasks following the above format.
4141

4242
Example

0 commit comments

Comments
 (0)