Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion open_lm/params.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ def parse_args(args):
nargs="+",
default=None,
help=(
"Path to file(s) with validation data. Note: each space seperated entry will be processed seperately and writen as seperate entries "
"Path to file(s) with validation data. Note: each space separated entry will be processed separately and written as separate entries "
"in a results.jsonl file."
),
)
Expand Down