mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-31 10:12:23 +06:00
Adding more information in help parser on train_file and validation_file (#25324)
chorse: adding new doc on train and val
This commit is contained in:
parent
baf1daa58e
commit
5fe36970e5
@ -82,10 +82,10 @@ def parse_args():
|
||||
help="The configuration name of the dataset to use (via the datasets library).",
|
||||
)
|
||||
parser.add_argument(
|
||||
"--train_file", type=str, default=None, help="A csv or a json file containing the training data."
|
||||
"--train_file", type=str, default=None, help="A csv, txt or a json file containing the training data."
|
||||
)
|
||||
parser.add_argument(
|
||||
"--validation_file", type=str, default=None, help="A csv or a json file containing the validation data."
|
||||
"--validation_file", type=str, default=None, help="A csv, txt or a json file containing the validation data."
|
||||
)
|
||||
parser.add_argument(
|
||||
"--validation_split_percentage",
|
||||
|
Loading…
Reference in New Issue
Block a user