Skip to content

Commit

Permalink
Update src/lighteval/models/model_config.py
Browse files Browse the repository at this point in the history
Co-authored-by: Nathan Habib <[email protected]>
  • Loading branch information
clefourrier and NathanHB authored Jul 25, 2024
1 parent 5b2c1eb commit e318057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lighteval/models/model_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ def create_model_config( # noqa: C901
)
else:
hlog(
"You set `multichoice_continuations_start_space` to true. This will remove a leading space from multichoice continuations, if present."
"You set `multichoice_continuations_start_space` to false. This will remove a leading space from multichoice continuations, if present."
)

# Creating optional quantization configuration
Expand Down

0 comments on commit e318057

Please sign in to comment.