mirror of
https://github.com/ml-explore/mlx-examples.git
synced 2025-09-01 12:49:50 +08:00
update data argument help
This commit is contained in:
@@ -79,7 +79,7 @@ def build_parser():
|
||||
parser.add_argument(
|
||||
"--data",
|
||||
type=str,
|
||||
help="Directory with {train, valid, test}.jsonl files",
|
||||
help="Directory with {train, valid, test}.jsonl files or the name of a Huggingface dataset (e.g., 'mlx-community/wikisql')",
|
||||
)
|
||||
parser.add_argument(
|
||||
"--lora-layers",
|
||||
|
Reference in New Issue
Block a user