Skip to content

Commit

Permalink
closing bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
vxw3t8fhjsdkghvbdifuk committed Jan 23, 2025
1 parent 6590cdb commit 381beb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/quicktour.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Valid key-value pairs correspond with the backend configuration, and are detaile
The syntax for the task specification might be a bit hard to grasp at first. The format is as follows:

```txt
{suite}|{task}|{num_few_shot}|{0 for strict `num_few_shots`, or 1 to allow a truncation if context size is too small
{suite}|{task}|{num_few_shot}|{0 for strict `num_few_shots`, or 1 to allow a truncation if context size is too small}
```

If the fourth value is set to 1, lighteval will check if the prompt (including the few-shot examples) is too long for the context size of the task or the model.
Expand Down

0 comments on commit 381beb2

Please sign in to comment.